diff --git a/model_examples/CenterPoint/OpenPCDet_npu.patch b/model_examples/CenterPoint/OpenPCDet_npu.patch index 53161eba04d48dbc414210e44b137603b91ea534..39426f7fcac554704e210f98f9f9663b9bc12c11 100644 --- a/model_examples/CenterPoint/OpenPCDet_npu.patch +++ b/model_examples/CenterPoint/OpenPCDet_npu.patch @@ -126,6 +126,153127 @@ index 0000000..1e14305 +av2 +kornia==0.6.5 \ No newline at end of file +diff --git a/OpenPCDet_npu.patch b/OpenPCDet_npu.patch +new file mode 100644 +index 0000000..53161eb +--- /dev/null ++++ b/OpenPCDet_npu.patch +@@ -0,0 +1,153115 @@ ++diff --git a/.github/workflows/close_stale_issues.yml b/.github/workflows/close_stale_issues.yml ++deleted file mode 100644 ++index c1e59d4..0000000 ++--- a/.github/workflows/close_stale_issues.yml +++++ /dev/null ++@@ -1,27 +0,0 @@ ++-# https://github.com/actions/stale ++-# https://github.com/marketplace/actions/close-stale-issues ++-# https://docs.github.com/en/actions/managing-issues-and-pull-requests/closing-inactive-issues ++- ++-name: close stale issues ++-on: ++- schedule: ++- - cron: "30 1 * * *" ++- ++-jobs: ++- close-issues: ++- runs-on: ubuntu-latest ++- permissions: ++- issues: write ++- pull-requests: write ++- steps: ++- - uses: actions/stale@v4.1.0 ++- with: ++- days-before-issue-stale: 30 ++- days-before-issue-close: 14 ++- stale-issue-label: "stale" ++- stale-issue-message: "This issue is stale because it has been open for 30 days with no activity." ++- close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale." ++- days-before-pr-stale: -1 ++- days-before-pr-close: -1 ++- repo-token: ${{ secrets.GITHUB_TOKEN }} ++- operations-per-run: 1000 ++diff --git a/.gitignore b/.gitignore ++deleted file mode 100644 ++index 9fd7ec8..0000000 ++--- a/.gitignore +++++ /dev/null ++@@ -1,17 +0,0 @@ ++-**__pycache__** ++-**build** ++-**egg-info** ++-**dist** ++-data/ ++-*.pyc ++-venv/ ++-*.idea/ ++-*.so ++-*.yaml ++-*.sh ++-*.pth ++-*.pkl ++-*.zip ++-*.bin ++-output ++-version.py ++diff --git a/2.2_requirements.txt b/2.2_requirements.txt ++new file mode 100644 ++index 0000000..81cb3dd ++--- /dev/null +++++ b/2.2_requirements.txt ++@@ -0,0 +1,17 @@ +++numpy +++llvmlite +++numba +++tensorboardX +++easydict +++pyyaml +++scikit-image +++tqdm +++torchvision==0.17.0 +++SharedArray +++opencv-python +++pyquaternion +++pccm==0.3.4 +++torch_scatter +++opencv-python-headless +++av2 +++kornia==0.6.5 ++\ No newline at end of file ++diff --git a/2.3_requirements.txt b/2.3_requirements.txt ++new file mode 100644 ++index 0000000..75616e0 ++--- /dev/null +++++ b/2.3_requirements.txt ++@@ -0,0 +1,17 @@ +++numpy +++llvmlite +++numba +++tensorboardX +++easydict +++pyyaml +++scikit-image +++tqdm +++torchvision==0.18.1 +++SharedArray +++opencv-python +++pyquaternion +++pccm==0.3.4 +++torch_scatter +++opencv-python-headless +++av2 +++kornia==0.6.5 ++\ No newline at end of file ++diff --git a/2.4_requirements.txt b/2.4_requirements.txt ++new file mode 100644 ++index 0000000..1e14305 ++--- /dev/null +++++ b/2.4_requirements.txt ++@@ -0,0 +1,17 @@ +++numpy +++llvmlite +++numba +++tensorboardX +++easydict +++pyyaml +++scikit-image +++tqdm +++torchvision==0.19.0 +++SharedArray +++opencv-python +++pyquaternion +++pccm==0.3.4 +++torch_scatter +++opencv-python-headless +++av2 +++kornia==0.6.5 ++\ No newline at end of file ++diff --git a/README.md b/README.md ++deleted file mode 100644 ++index 779571a..0000000 ++--- a/README.md +++++ /dev/null ++@@ -1,291 +0,0 @@ ++- ++- ++-# OpenPCDet ++- ++-`OpenPCDet` is a clear, simple, self-contained open source project for LiDAR-based 3D object detection. ++- ++-It is also the official code release of [`[PointRCNN]`](https://arxiv.org/abs/1812.04244), [`[Part-A2-Net]`](https://arxiv.org/abs/1907.03670), [`[PV-RCNN]`](https://arxiv.org/abs/1912.13192), [`[Voxel R-CNN]`](https://arxiv.org/abs/2012.15712), [`[PV-RCNN++]`](https://arxiv.org/abs/2102.00463) and [`[MPPNet]`](https://arxiv.org/abs/2205.05979). ++- ++-**Highlights**: ++-* `OpenPCDet` has been updated to `v0.6.0` (Sep. 2022). ++-* The codes of PV-RCNN++ has been supported. ++-* The codes of MPPNet has been supported. ++-* The multi-modal 3D detection approaches on Nuscenes have been supported. ++- ++-## Overview ++-- [Changelog](#changelog) ++-- [Design Pattern](#openpcdet-design-pattern) ++-- [Model Zoo](#model-zoo) ++-- [Installation](docs/INSTALL.md) ++-- [Quick Demo](docs/DEMO.md) ++-- [Getting Started](docs/GETTING_STARTED.md) ++-- [Citation](#citation) ++- ++- ++-## Changelog ++-[2023-06-30] **NEW:** Added support for [`DSVT`](https://arxiv.org/abs/2301.06051), which achieves state-of-the-art performance on large-scale Waymo Open Dataset with real-time inference speed (27HZ with TensorRT). ++- ++-[2023-05-13] **NEW:** Added support for the multi-modal 3D object detection models on Nuscenes dataset. ++-* Support multi-modal Nuscenes detection (See the [GETTING_STARTED.md](docs/GETTING_STARTED.md) to process data). ++-* Support [TransFusion-Lidar](https://arxiv.org/abs/2203.11496) head, which ahcieves 69.43% NDS on Nuscenes validation dataset. ++-* Support [`BEVFusion`](https://arxiv.org/abs/2205.13542), which fuses multi-modal information on BEV space and reaches 70.98% NDS on Nuscenes validation dataset. (see the [guideline](docs/guidelines_of_approaches/bevfusion.md) on how to train/test with BEVFusion). ++- ++-[2023-04-02] Added support for [`VoxelNeXt`](https://arxiv.org/abs/2303.11301) on Nuscenes, Waymo, and Argoverse2 datasets. It is a fully sparse 3D object detection network, which is a clean sparse CNNs network and predicts 3D objects directly upon voxels. ++- ++-[2022-09-02] **NEW:** Update `OpenPCDet` to v0.6.0: ++-* Official code release of [`MPPNet`](https://arxiv.org/abs/2205.05979) for temporal 3D object detection, which supports long-term multi-frame 3D object detection and ranks 1st place on [3D detection learderboard](https://waymo.com/open/challenges/2020/3d-detection) of Waymo Open Dataset on Sept. 2th, 2022. For validation dataset, MPPNet achieves 74.96%, 75.06% and 74.52% for vehicle, pedestrian and cyclist classes in terms of mAPH@Level_2. (see the [guideline](docs/guidelines_of_approaches/mppnet.md) on how to train/test with MPPNet). ++-* Support multi-frame training/testing on Waymo Open Dataset (see the [change log](docs/changelog.md) for more details on how to process data). ++-* Support to save changing training details (e.g., loss, iter, epoch) to file (previous tqdm progress bar is still supported by using `--use_tqdm_to_record`). Please use `pip install gpustat` if you also want to log the GPU related information. ++-* Support to save latest model every 5 mintues, so you can restore the model training from latest status instead of previous epoch. ++- ++-[2022-08-22] Added support for [custom dataset tutorial and template](docs/CUSTOM_DATASET_TUTORIAL.md) ++- ++-[2022-07-05] Added support for the 3D object detection backbone network [`Focals Conv`](https://openaccess.thecvf.com/content/CVPR2022/papers/Chen_Focal_Sparse_Convolutional_Networks_for_3D_Object_Detection_CVPR_2022_paper.pdf). ++- ++-[2022-02-12] Added support for using docker. Please refer to the guidance in [./docker](./docker). ++- ++-[2022-02-07] Added support for Centerpoint models on Nuscenes Dataset. ++- ++-[2022-01-14] Added support for dynamic pillar voxelization, following the implementation proposed in [`H^23D R-CNN`](https://arxiv.org/abs/2107.14391) with unique operation and [`torch_scatter`](https://github.com/rusty1s/pytorch_scatter) package. ++- ++-[2022-01-05] **NEW:** Update `OpenPCDet` to v0.5.2: ++-* The code of [`PV-RCNN++`](https://arxiv.org/abs/2102.00463) has been released to this repo, with higher performance, faster training/inference speed and less memory consumption than PV-RCNN. ++-* Add performance of several models trained with full training set of [Waymo Open Dataset](#waymo-open-dataset-baselines). ++-* Support Lyft dataset, see the pull request [here](https://github.com/open-mmlab/OpenPCDet/pull/720). ++- ++- ++-[2021-12-09] **NEW:** Update `OpenPCDet` to v0.5.1: ++-* Add PointPillar related baseline configs/results on [Waymo Open Dataset](#waymo-open-dataset-baselines). ++-* Support Pandaset dataloader, see the pull request [here](https://github.com/open-mmlab/OpenPCDet/pull/396). ++-* Support a set of new augmentations, see the pull request [here](https://github.com/open-mmlab/OpenPCDet/pull/653). ++- ++-[2021-12-01] **NEW:** `OpenPCDet` v0.5.0 is released with the following features: ++-* Improve the performance of all models on [Waymo Open Dataset](#waymo-open-dataset-baselines). Note that you need to re-prepare the training/validation data and ground-truth database of Waymo Open Dataset (see [GETTING_STARTED.md](docs/GETTING_STARTED.md)). ++-* Support anchor-free [CenterHead](pcdet/models/dense_heads/center_head.py), add configs of `CenterPoint` and `PV-RCNN with CenterHead`. ++-* Support lastest **PyTorch 1.1~1.10** and **spconv 1.0~2.x**, where **spconv 2.x** should be easy to install with pip and faster than previous version (see the official update of spconv [here](https://github.com/traveller59/spconv)). ++-* Support config [`USE_SHARED_MEMORY`](tools/cfgs/dataset_configs/waymo_dataset.yaml) to use shared memory to potentially speed up the training process in case you suffer from an IO problem. ++-* Support better and faster [visualization script](tools/visual_utils/open3d_vis_utils.py), and you need to install [Open3D](https://github.com/isl-org/Open3D) firstly. ++- ++-[2021-06-08] Added support for the voxel-based 3D object detection model [`Voxel R-CNN`](#KITTI-3D-Object-Detection-Baselines). ++- ++-[2021-05-14] Added support for the monocular 3D object detection model [`CaDDN`](#KITTI-3D-Object-Detection-Baselines). ++- ++-[2020-11-27] Bugfixed: Please re-prepare the validation infos of Waymo dataset (version 1.2) if you would like to ++-use our provided Waymo evaluation tool (see [PR](https://github.com/open-mmlab/OpenPCDet/pull/383)). ++-Note that you do not need to re-prepare the training data and ground-truth database. ++- ++-[2020-11-10] The [Waymo Open Dataset](#waymo-open-dataset-baselines) has been supported with state-of-the-art results. Currently we provide the ++-configs and results of `SECOND`, `PartA2` and `PV-RCNN` on the Waymo Open Dataset, and more models could be easily supported by modifying their dataset configs. ++- ++-[2020-08-10] Bugfixed: The provided NuScenes models have been updated to fix the loading bugs. Please redownload it if you need to use the pretrained NuScenes models. ++- ++-[2020-07-30] `OpenPCDet` v0.3.0 is released with the following features: ++- * The Point-based and Anchor-Free models ([`PointRCNN`](#KITTI-3D-Object-Detection-Baselines), [`PartA2-Free`](#KITTI-3D-Object-Detection-Baselines)) are supported now. ++- * The NuScenes dataset is supported with strong baseline results ([`SECOND-MultiHead (CBGS)`](#NuScenes-3D-Object-Detection-Baselines) and [`PointPillar-MultiHead`](#NuScenes-3D-Object-Detection-Baselines)). ++- * High efficiency than last version, support **PyTorch 1.1~1.7** and **spconv 1.0~1.2** simultaneously. ++- ++-[2020-07-17] Add simple visualization codes and a quick demo to test with custom data. ++- ++-[2020-06-24] `OpenPCDet` v0.2.0 is released with pretty new structures to support more models and datasets. ++- ++-[2020-03-16] `OpenPCDet` v0.1.0 is released. ++- ++- ++-## Introduction ++- ++- ++-### What does `OpenPCDet` toolbox do? ++- ++-Note that we have upgrated `PCDet` from `v0.1` to `v0.2` with pretty new structures to support various datasets and models. ++- ++-`OpenPCDet` is a general PyTorch-based codebase for 3D object detection from point cloud. ++-It currently supports multiple state-of-the-art 3D object detection methods with highly refactored codes for both one-stage and two-stage 3D detection frameworks. ++- ++-Based on `OpenPCDet` toolbox, we win the Waymo Open Dataset challenge in [3D Detection](https://waymo.com/open/challenges/3d-detection/), ++-[3D Tracking](https://waymo.com/open/challenges/3d-tracking/), [Domain Adaptation](https://waymo.com/open/challenges/domain-adaptation/) ++-three tracks among all LiDAR-only methods, and the Waymo related models will be released to `OpenPCDet` soon. ++- ++-We are actively updating this repo currently, and more datasets and models will be supported soon. ++-Contributions are also welcomed. ++- ++-### `OpenPCDet` design pattern ++- ++-* Data-Model separation with unified point cloud coordinate for easily extending to custom datasets: ++-

++- ++-

++- ++-* Unified 3D box definition: (x, y, z, dx, dy, dz, heading). ++- ++-* Flexible and clear model structure to easily support various 3D detection models: ++-

++- ++-

++- ++-* Support various models within one framework as: ++-

++- ++-

++- ++- ++-### Currently Supported Features ++- ++-- [x] Support both one-stage and two-stage 3D object detection frameworks ++-- [x] Support distributed training & testing with multiple GPUs and multiple machines ++-- [x] Support multiple heads on different scales to detect different classes ++-- [x] Support stacked version set abstraction to encode various number of points in different scenes ++-- [x] Support Adaptive Training Sample Selection (ATSS) for target assignment ++-- [x] Support RoI-aware point cloud pooling & RoI-grid point cloud pooling ++-- [x] Support GPU version 3D IoU calculation and rotated NMS ++- ++- ++-## Model Zoo ++- ++-### KITTI 3D Object Detection Baselines ++-Selected supported methods are shown in the below table. The results are the 3D detection performance of moderate difficulty on the *val* set of KITTI dataset. ++-* All LiDAR-based models are trained with 8 GTX 1080Ti GPUs and are available for download. ++-* The training time is measured with 8 TITAN XP GPUs and PyTorch 1.5. ++- ++-| | training time | Car@R11 | Pedestrian@R11 | Cyclist@R11 | download | ++-|---------------------------------------------|----------:|:-------:|:-------:|:-------:|:---------:| ++-| [PointPillar](tools/cfgs/kitti_models/pointpillar.yaml) |~1.2 hours| 77.28 | 52.29 | 62.68 | [model-18M](https://drive.google.com/file/d/1wMxWTpU1qUoY3DsCH31WJmvJxcjFXKlm/view?usp=sharing) | ++-| [SECOND](tools/cfgs/kitti_models/second.yaml) | ~1.7 hours | 78.62 | 52.98 | 67.15 | [model-20M](https://drive.google.com/file/d/1-01zsPOsqanZQqIIyy7FpNXStL3y4jdR/view?usp=sharing) | ++-| [SECOND-IoU](tools/cfgs/kitti_models/second_iou.yaml) | - | 79.09 | 55.74 | 71.31 | [model-46M](https://drive.google.com/file/d/1AQkeNs4bxhvhDQ-5sEo_yvQUlfo73lsW/view?usp=sharing) | ++-| [PointRCNN](tools/cfgs/kitti_models/pointrcnn.yaml) | ~3 hours | 78.70 | 54.41 | 72.11 | [model-16M](https://drive.google.com/file/d/1BCX9wMn-GYAfSOPpyxf6Iv6fc0qKLSiU/view?usp=sharing)| ++-| [PointRCNN-IoU](tools/cfgs/kitti_models/pointrcnn_iou.yaml) | ~3 hours | 78.75 | 58.32 | 71.34 | [model-16M](https://drive.google.com/file/d/1V0vNZ3lAHpEEt0MlT80eL2f41K2tHm_D/view?usp=sharing)| ++-| [Part-A2-Free](tools/cfgs/kitti_models/PartA2_free.yaml) | ~3.8 hours| 78.72 | 65.99 | 74.29 | [model-226M](https://drive.google.com/file/d/1lcUUxF8mJgZ_e-tZhP1XNQtTBuC-R0zr/view?usp=sharing) | ++-| [Part-A2-Anchor](tools/cfgs/kitti_models/PartA2.yaml) | ~4.3 hours| 79.40 | 60.05 | 69.90 | [model-244M](https://drive.google.com/file/d/10GK1aCkLqxGNeX3lVu8cLZyE0G8002hY/view?usp=sharing) | ++-| [PV-RCNN](tools/cfgs/kitti_models/pv_rcnn.yaml) | ~5 hours| 83.61 | 57.90 | 70.47 | [model-50M](https://drive.google.com/file/d/1lIOq4Hxr0W3qsX83ilQv0nk1Cls6KAr-/view?usp=sharing) | ++-| [Voxel R-CNN (Car)](tools/cfgs/kitti_models/voxel_rcnn_car.yaml) | ~2.2 hours| 84.54 | - | - | [model-28M](https://drive.google.com/file/d/19_jiAeGLz7V0wNjSJw4cKmMjdm5EW5By/view?usp=sharing) | ++-| [Focals Conv - F](tools/cfgs/kitti_models/voxel_rcnn_car_focal_multimodal.yaml) | ~4 hours| 85.66 | - | - | [model-30M](https://drive.google.com/file/d/1u2Vcg7gZPOI-EqrHy7_6fqaibvRt2IjQ/view?usp=sharing) | ++-|| ++-| [CaDDN (Mono)](tools/cfgs/kitti_models/CaDDN.yaml) |~15 hours| 21.38 | 13.02 | 9.76 | [model-774M](https://drive.google.com/file/d/1OQTO2PtXT8GGr35W9m2GZGuqgb6fyU1V/view?usp=sharing) | ++- ++-### Waymo Open Dataset Baselines ++-We provide the setting of [`DATA_CONFIG.SAMPLED_INTERVAL`](tools/cfgs/dataset_configs/waymo_dataset.yaml) on the Waymo Open Dataset (WOD) to subsample partial samples for training and evaluation, ++-so you could also play with WOD by setting a smaller `DATA_CONFIG.SAMPLED_INTERVAL` even if you only have limited GPU resources. ++- ++-By default, all models are trained with **a single frame** of **20% data (~32k frames)** of all the training samples on 8 GTX 1080Ti GPUs, and the results of each cell here are mAP/mAPH calculated by the official Waymo evaluation metrics on the **whole** validation set (version 1.2). ++- ++-| Performance@(train with 20\% Data) | Vec_L1 | Vec_L2 | Ped_L1 | Ped_L2 | Cyc_L1 | Cyc_L2 | ++-|---------------------------------------------|----------:|:-------:|:-------:|:-------:|:-------:|:-------:| ++-| [SECOND](tools/cfgs/waymo_models/second.yaml) | 70.96/70.34|62.58/62.02|65.23/54.24 |57.22/47.49| 57.13/55.62 | 54.97/53.53 | ++-| [PointPillar](tools/cfgs/waymo_models/pointpillar_1x.yaml) | 70.43/69.83 | 62.18/61.64 | 66.21/46.32|58.18/40.64|55.26/51.75|53.18/49.80 | ++-[CenterPoint-Pillar](tools/cfgs/waymo_models/centerpoint_pillar_1x.yaml)| 70.50/69.96|62.18/61.69|73.11/61.97|65.06/55.00|65.44/63.85|62.98/61.46| ++-[CenterPoint-Dynamic-Pillar](tools/cfgs/waymo_models/centerpoint_dyn_pillar_1x.yaml)| 70.46/69.93|62.06/61.58|73.92/63.35|65.91/56.33|66.24/64.69|63.73/62.24| ++-[CenterPoint](tools/cfgs/waymo_models/centerpoint_without_resnet.yaml)| 71.33/70.76|63.16/62.65| 72.09/65.49 |64.27/58.23| 68.68/67.39 |66.11/64.87| ++-| [CenterPoint (ResNet)](tools/cfgs/waymo_models/centerpoint.yaml)|72.76/72.23|64.91/64.42 |74.19/67.96 |66.03/60.34| 71.04/69.79 |68.49/67.28 | ++-| [Part-A2-Anchor](tools/cfgs/waymo_models/PartA2.yaml) | 74.66/74.12 |65.82/65.32 |71.71/62.24 |62.46/54.06 |66.53/65.18 |64.05/62.75 | ++-| [PV-RCNN (AnchorHead)](tools/cfgs/waymo_models/pv_rcnn.yaml) | 75.41/74.74 |67.44/66.80 |71.98/61.24 |63.70/53.95 |65.88/64.25 |63.39/61.82 | ++-| [PV-RCNN (CenterHead)](tools/cfgs/waymo_models/pv_rcnn_with_centerhead_rpn.yaml) | 75.95/75.43 |68.02/67.54 |75.94/69.40 |67.66/61.62 |70.18/68.98 |67.73/66.57| ++-| [Voxel R-CNN (CenterHead)-Dynamic-Voxel](tools/cfgs/waymo_models/voxel_rcnn_with_centerhead_dyn_voxel.yaml) | 76.13/75.66 |68.18/67.74 |78.20/71.98 |69.29/63.59 | 70.75/69.68 |68.25/67.21| ++-| [PV-RCNN++](tools/cfgs/waymo_models/pv_rcnn_plusplus.yaml) | 77.82/77.32| 69.07/68.62| 77.99/71.36| 69.92/63.74| 71.80/70.71| 69.31/68.26| ++-| [PV-RCNN++ (ResNet)](tools/cfgs/waymo_models/pv_rcnn_plusplus_resnet.yaml) |77.61/77.14| 69.18/68.75| 79.42/73.31| 70.88/65.21| 72.50/71.39| 69.84/68.77| ++- ++-Here we also provide the performance of several models trained on the full training set (refer to the paper of [PV-RCNN++](https://arxiv.org/abs/2102.00463)): ++- ++-| Performance@(train with 100\% Data) | Vec_L1 | Vec_L2 | Ped_L1 | Ped_L2 | Cyc_L1 | Cyc_L2 | ++-|-------------------------------------------------------------------------------------------|----------:|:-------:|:-------:|:-------:|:-------:|:-------:| ++-| [SECOND](tools/cfgs/waymo_models/second.yaml) | 72.27/71.69 | 63.85/63.33 | 68.70/58.18 | 60.72/51.31 | 60.62/59.28 | 58.34/57.05 | ++-| [CenterPoint-Pillar](tools/cfgs/waymo_models/centerpoint_pillar_1x.yaml) | 73.37/72.86 | 65.09/64.62 | 75.35/65.11 | 67.61/58.25 | 67.76/66.22 | 65.25/63.77 | ++-| [Part-A2-Anchor](tools/cfgs/waymo_models/PartA2.yaml) | 77.05/76.51 | 68.47/67.97 | 75.24/66.87 | 66.18/58.62 | 68.60/67.36 | 66.13/64.93 | ++-| [VoxelNeXt-2D](tools/cfgs/waymo_models/voxelnext2d_ioubranch.yaml) | 77.94/77.47 |69.68/69.25 |80.24/73.47 |72.23/65.88 |73.33/72.20 |70.66/69.56 | ++-| [VoxelNeXt](tools/cfgs/waymo_models/voxelnext_ioubranch_large.yaml) | 78.16/77.70 |69.86/69.42 |81.47/76.30 |73.48/68.63 |76.06/74.90 |73.29/72.18 | ++-| [PV-RCNN (CenterHead)](tools/cfgs/waymo_models/pv_rcnn_with_centerhead_rpn.yaml) | 78.00/77.50 | 69.43/68.98 | 79.21/73.03 | 70.42/64.72 | 71.46/70.27 | 68.95/67.79 | ++-| [PV-RCNN++](tools/cfgs/waymo_models/pv_rcnn_plusplus.yaml) | 79.10/78.63 | 70.34/69.91 | 80.62/74.62 | 71.86/66.30 | 73.49/72.38 | 70.70/69.62 | ++-| [PV-RCNN++ (ResNet)](tools/cfgs/waymo_models/pv_rcnn_plusplus_resnet.yaml) | 79.25/78.78 | 70.61/70.18 | 81.83/76.28 | 73.17/68.00 | 73.72/72.66 | 71.21/70.19 | ++-| [DSVT-Pillar](tools/cfgs/waymo_models/dsvt_pillar.yaml) | 79.44/78.97 | 71.24/70.81 | 83.00/77.22 | 75.45/69.95 | 76.70/75.70 | 73.83/72.86 | ++-| [DSVT-Voxel](tools/cfgs/waymo_models/dsvt_voxel.yaml) | 79.77/79.31 | 71.67/71.25 | 83.75/78.92 | 76.21/71.57 | 77.57/76.58 | 74.70/73.73 | ++-| [PV-RCNN++ (ResNet, 2 frames)](tools/cfgs/waymo_models/pv_rcnn_plusplus_resnet_2frames.yaml) | 80.17/79.70 | 72.14/71.70 | 83.48/80.42 | 75.54/72.61 | 74.63/73.75 | 72.35/71.50 | ++-| [MPPNet (4 frames)](docs/guidelines_of_approaches/mppnet.md) | 81.54/81.06 | 74.07/73.61 | 84.56/81.94 | 77.20/74.67 | 77.15/76.50 | 75.01/74.38 | ++-| [MPPNet (16 frames)](docs/guidelines_of_approaches/mppnet.md) | 82.74/82.28 | 75.41/74.96 | 84.69/82.25 | 77.43/75.06 | 77.28/76.66 | 75.13/74.52 | ++- ++- ++- ++- ++- ++- ++- ++-We could not provide the above pretrained models due to [Waymo Dataset License Agreement](https://waymo.com/open/terms/), ++-but you could easily achieve similar performance by training with the default configs. ++- ++-### NuScenes 3D Object Detection Baselines ++-All models are trained with 8 GPUs and are available for download. For training BEVFusion, please refer to the [guideline](docs/guidelines_of_approaches/bevfusion.md). ++- ++-| | mATE | mASE | mAOE | mAVE | mAAE | mAP | NDS | download | ++-|----------------------------------------------------------------------------------------------------|-------:|:------:|:------:|:-----:|:-----:|:-----:|:------:|:--------------------------------------------------------------------------------------------------:| ++-| [PointPillar-MultiHead](tools/cfgs/nuscenes_models/cbgs_pp_multihead.yaml) | 33.87 | 26.00 | 32.07 | 28.74 | 20.15 | 44.63 | 58.23 | [model-23M](https://drive.google.com/file/d/1p-501mTWsq0G9RzroTWSXreIMyTUUpBM/view?usp=sharing) | ++-| [SECOND-MultiHead (CBGS)](tools/cfgs/nuscenes_models/cbgs_second_multihead.yaml) | 31.15 | 25.51 | 26.64 | 26.26 | 20.46 | 50.59 | 62.29 | [model-35M](https://drive.google.com/file/d/1bNzcOnE3u9iooBFMk2xK7HqhdeQ_nwTq/view?usp=sharing) | ++-| [CenterPoint-PointPillar](tools/cfgs/nuscenes_models/cbgs_dyn_pp_centerpoint.yaml) | 31.13 | 26.04 | 42.92 | 23.90 | 19.14 | 50.03 | 60.70 | [model-23M](https://drive.google.com/file/d/1UvGm6mROMyJzeSRu7OD1leU_YWoAZG7v/view?usp=sharing) | ++-| [CenterPoint (voxel_size=0.1)](tools/cfgs/nuscenes_models/cbgs_voxel01_res3d_centerpoint.yaml) | 30.11 | 25.55 | 38.28 | 21.94 | 18.87 | 56.03 | 64.54 | [model-34M](https://drive.google.com/file/d/1Cz-J1c3dw7JAWc25KRG1XQj8yCaOlexQ/view?usp=sharing) | ++-| [CenterPoint (voxel_size=0.075)](tools/cfgs/nuscenes_models/cbgs_voxel0075_res3d_centerpoint.yaml) | 28.80 | 25.43 | 37.27 | 21.55 | 18.24 | 59.22 | 66.48 | [model-34M](https://drive.google.com/file/d/1XOHAWm1MPkCKr1gqmc3TWi5AYZgPsgxU/view?usp=sharing) | ++-| [VoxelNeXt (voxel_size=0.075)](tools/cfgs/nuscenes_models/cbgs_voxel0075_voxelnext.yaml) | 30.11 | 25.23 | 40.57 | 21.69 | 18.56 | 60.53 | 66.65 | [model-31M](https://drive.google.com/file/d/1IV7e7G9X-61KXSjMGtQo579pzDNbhwvf/view?usp=share_link) | ++-| [TransFusion-L*](tools/cfgs/nuscenes_models/transfusion_lidar.yaml) | 27.96 | 25.37 | 29.35 | 27.31 | 18.55 | 64.58 | 69.43 | [model-32M](https://drive.google.com/file/d/1cuZ2qdDnxSwTCsiXWwbqCGF-uoazTXbz/view?usp=share_link) | ++-| [BEVFusion](tools/cfgs/nuscenes_models/bevfusion.yaml) | 28.03 | 25.43 | 30.19 | 26.76 | 18.48 | 67.75 | 70.98 | [model-157M](https://drive.google.com/file/d/1X50b-8immqlqD8VPAUkSKI0Ls-4k37g9/view?usp=share_link) | ++- ++-*: Use the fade strategy, which disables data augmentations in the last several epochs during training. ++- ++-### ONCE 3D Object Detection Baselines ++-All models are trained with 8 GPUs. ++- ++-| | Vehicle | Pedestrian | Cyclist | mAP | ++-| ------------------------------------------------------ | :-----: | :--------: | :-----: | :----: | ++-| [PointRCNN](tools/cfgs/once_models/pointrcnn.yaml) | 52.09 | 4.28 | 29.84 | 28.74 | ++-| [PointPillar](tools/cfgs/once_models/pointpillar.yaml) | 68.57 | 17.63 | 46.81 | 44.34 | ++-| [SECOND](tools/cfgs/once_models/second.yaml) | 71.19 | 26.44 | 58.04 | 51.89 | ++-| [PV-RCNN](tools/cfgs/once_models/pv_rcnn.yaml) | 77.77 | 23.50 | 59.37 | 53.55 | ++-| [CenterPoint](tools/cfgs/once_models/centerpoint.yaml) | 78.02 | 49.74 | 67.22 | 64.99 | ++- ++-### Argoverse2 3D Object Detection Baselines ++-All models are trained with 4 GPUs. ++- ++-| | mAP | download | ++-|---------------------------------------------------------|:----:|:--------------------------------------------------------------------------------------------------:| ++-| [VoxelNeXt](tools/cfgs/argo2_models/cbgs_voxel01_voxelnext.yaml) | 30.5 | [model-32M](https://drive.google.com/file/d/1YP2UOz-yO-cWfYQkIqILEu6bodvCBVrR/view?usp=share_link) | ++- ++-### Other datasets ++-Welcome to support other datasets by submitting pull request. ++- ++-## Installation ++- ++-Please refer to [INSTALL.md](docs/INSTALL.md) for the installation of `OpenPCDet`. ++- ++- ++-## Quick Demo ++-Please refer to [DEMO.md](docs/DEMO.md) for a quick demo to test with a pretrained model and ++-visualize the predicted results on your custom data or the original KITTI data. ++- ++-## Getting Started ++- ++-Please refer to [GETTING_STARTED.md](docs/GETTING_STARTED.md) to learn more usage about this project. ++- ++- ++-## License ++- ++-`OpenPCDet` is released under the [Apache 2.0 license](LICENSE). ++- ++-## Acknowledgement ++-`OpenPCDet` is an open source project for LiDAR-based 3D scene perception that supports multiple ++-LiDAR-based perception models as shown above. Some parts of `PCDet` are learned from the official released codes of the above supported methods. ++-We would like to thank for their proposed methods and the official implementation. ++- ++-We hope that this repo could serve as a strong and flexible codebase to benefit the research community by speeding up the process of reimplementing previous works and/or developing new methods. ++- ++- ++-## Citation ++-If you find this project useful in your research, please consider cite: ++- ++- ++-``` ++-@misc{openpcdet2020, ++- title={OpenPCDet: An Open-source Toolbox for 3D Object Detection from Point Clouds}, ++- author={OpenPCDet Development Team}, ++- howpublished = {\url{https://github.com/open-mmlab/OpenPCDet}}, ++- year={2020} ++-} ++-``` ++- ++-## Contribution ++-Welcome to be a member of the OpenPCDet development team by contributing to this repo, and feel free to contact us for any potential contributions. ++- ++- ++diff --git a/data/argo2/ImageSets/train.txt b/data/argo2/ImageSets/train.txt ++deleted file mode 100644 ++index 975f60f..0000000 ++--- a/data/argo2/ImageSets/train.txt +++++ /dev/null ++@@ -1,110071 +0,0 @@ ++-0000000 ++-0000001 ++-0000002 ++-0000003 ++-0000004 ++-0000005 ++-0000006 ++-0001000 ++-0000007 ++-0001001 ++-0000008 ++-0001002 ++-0000009 ++-0001003 ++-0000010 ++-0001004 ++-0000011 ++-0002000 ++-0001005 ++-0000012 ++-0001006 ++-0000013 ++-0002001 ++-0001007 ++-0000014 ++-0001008 ++-0000015 ++-0002002 ++-0001009 ++-0000016 ++-0002003 ++-0001010 ++-0000017 ++-0002004 ++-0001011 ++-0000018 ++-0002005 ++-0000019 ++-0001012 ++-0002006 ++-0000020 ++-0001013 ++-0002007 ++-0003000 ++-0000021 ++-0001014 ++-0002008 ++-0000022 ++-0003001 ++-0001015 ++-0002009 ++-0000023 ++-0002010 ++-0000024 ++-0001016 ++-0003002 ++-0004000 ++-0002011 ++-0000025 ++-0003003 ++-0001017 ++-0002012 ++-0003004 ++-0000026 ++-0001018 ++-0002013 ++-0000027 ++-0003005 ++-0001019 ++-0002014 ++-0004001 ++-0000028 ++-0003006 ++-0001020 ++-0002015 ++-0000029 ++-0003007 ++-0001021 ++-0002016 ++-0005000 ++-0000030 ++-0001022 ++-0003008 ++-0004002 ++-0003009 ++-0000031 ++-0001023 ++-0002017 ++-0003010 ++-0000032 ++-0001024 ++-0002018 ++-0000033 ++-0003011 ++-0001025 ++-0002019 ++-0000034 ++-0003012 ++-0005001 ++-0001026 ++-0002020 ++-0000035 ++-0004003 ++-0003013 ++-0001027 ++-0002021 ++-0003014 ++-0000036 ++-0001028 ++-0006000 ++-0002022 ++-0003015 ++-0000037 ++-0001029 ++-0002023 ++-0003016 ++-0001030 ++-0000038 ++-0002024 ++-0003017 ++-0001031 ++-0002025 ++-0000039 ++-0001032 ++-0003018 ++-0002026 ++-0000040 ++-0002027 ++-0001033 ++-0003019 ++-0000041 ++-0002028 ++-0001034 ++-0003020 ++-0000042 ++-0002029 ++-0001035 ++-0000043 ++-0003021 ++-0002030 ++-0001036 ++-0000044 ++-0002031 ++-0003022 ++-0001037 ++-0003023 ++-0002032 ++-0004004 ++-0000045 ++-0007000 ++-0001038 ++-0003024 ++-0002033 ++-0000046 ++-0003025 ++-0001039 ++-0005002 ++-0000047 ++-0002034 ++-0001040 ++-0003026 ++-0000048 ++-0002035 ++-0003027 ++-0001041 ++-0000049 ++-0003028 ++-0002036 ++-0000050 ++-0001042 ++-0003029 ++-0002037 ++-0001043 ++-0000051 ++-0003030 ++-0002038 ++-0000052 ++-0001044 ++-0003031 ++-0000053 ++-0002039 ++-0001045 ++-0008000 ++-0003032 ++-0000054 ++-0002040 ++-0001046 ++-0003033 ++-0000055 ++-0001047 ++-0002041 ++-0003034 ++-0000056 ++-0001048 ++-0003035 ++-0002042 ++-0000057 ++-0001049 ++-0002043 ++-0003036 ++-0000058 ++-0001050 ++-0002044 ++-0000059 ++-0003037 ++-0001051 ++-0002045 ++-0000060 ++-0003038 ++-0001052 ++-0006001 ++-0002046 ++-0001053 ++-0003039 ++-0000061 ++-0002047 ++-0001054 ++-0003040 ++-0000062 ++-0002048 ++-0009000 ++-0003041 ++-0001055 ++-0000063 ++-0002049 ++-0000064 ++-0003042 ++-0001056 ++-0002050 ++-0000065 ++-0004005 ++-0003043 ++-0001057 ++-0002051 ++-0003044 ++-0000066 ++-0001058 ++-0002052 ++-0003045 ++-0000067 ++-0001059 ++-0002053 ++-0003046 ++-0001060 ++-0002054 ++-0000068 ++-0003047 ++-0007001 ++-0000069 ++-0001061 ++-0002055 ++-0001062 ++-0000070 ++-0003048 ++-0002056 ++-0002057 ++-0001063 ++-0010000 ++-0000071 ++-0003049 ++-0002058 ++-0001064 ++-0000072 ++-0003050 ++-0001065 ++-0008001 ++-0002059 ++-0000073 ++-0003051 ++-0003052 ++-0001066 ++-0002060 ++-0000074 ++-0003053 ++-0001067 ++-0002061 ++-0000075 ++-0003054 ++-0002062 ++-0000076 ++-0001068 ++-0007002 ++-0010001 ++-0003055 ++-0002063 ++-0000077 ++-0001069 ++-0011000 ++-0000078 ++-0001070 ++-0003056 ++-0002064 ++-0005003 ++-0000079 ++-0001071 ++-0002065 ++-0003057 ++-0000080 ++-0001072 ++-0008002 ++-0002066 ++-0000081 ++-0003058 ++-0001073 ++-0004006 ++-0002067 ++-0003059 ++-0001074 ++-0000082 ++-0013000 ++-0000083 ++-0002068 ++-0003060 ++-0001075 ++-0006002 ++-0009001 ++-0012000 ++-0000084 ++-0001076 ++-0003061 ++-0002069 ++-0000085 ++-0001077 ++-0002070 ++-0003062 ++-0002071 ++-0010002 ++-0000086 ++-0001078 ++-0003063 ++-0002072 ++-0003064 ++-0000087 ++-0001079 ++-0002073 ++-0003065 ++-0001080 ++-0000088 ++-0014000 ++-0002074 ++-0000089 ++-0001081 ++-0003066 ++-0011001 ++-0005004 ++-0001082 ++-0000090 ++-0002075 ++-0003067 ++-0009002 ++-0000091 ++-0001083 ++-0002076 ++-0007003 ++-0003068 ++-0001084 ++-0002077 ++-0000092 ++-0008003 ++-0001085 ++-0003069 ++-0000093 ++-0002078 ++-0001086 ++-0003070 ++-0004007 ++-0002079 ++-0000094 ++-0003071 ++-0000095 ++-0001087 ++-0002080 ++-0003072 ++-0000096 ++-0001088 ++-0002081 ++-0000097 ++-0003073 ++-0013001 ++-0001089 ++-0015000 ++-0002082 ++-0006003 ++-0000098 ++-0003074 ++-0001090 ++-0002083 ++-0000099 ++-0003075 ++-0001091 ++-0014001 ++-0000100 ++-0002084 ++-0003076 ++-0012001 ++-0000101 ++-0001092 ++-0003077 ++-0009003 ++-0000102 ++-0001093 ++-0002085 ++-0003078 ++-0000103 ++-0001094 ++-0005005 ++-0002086 ++-0001095 ++-0000104 ++-0003079 ++-0002087 ++-0001096 ++-0016000 ++-0000105 ++-0007004 ++-0003080 ++-0004008 ++-0001097 ++-0002088 ++-0011002 ++-0000106 ++-0002089 ++-0008004 ++-0001098 ++-0003081 ++-0000107 ++-0001099 ++-0010003 ++-0006004 ++-0002090 ++-0000108 ++-0003082 ++-0001100 ++-0002091 ++-0000109 ++-0001101 ++-0003083 ++-0000110 ++-0002092 ++-0001102 ++-0003084 ++-0000111 ++-0002093 ++-0003085 ++-0001103 ++-0016001 ++-0002094 ++-0017000 ++-0000112 ++-0001104 ++-0002095 ++-0000113 ++-0001105 ++-0002096 ++-0000114 ++-0001106 ++-0000115 ++-0002097 ++-0001107 ++-0002098 ++-0000116 ++-0001108 ++-0002099 ++-0000117 ++-0001109 ++-0002100 ++-0000118 ++-0001110 ++-0002101 ++-0000119 ++-0001111 ++-0002102 ++-0000120 ++-0018000 ++-0011003 ++-0001112 ++-0002103 ++-0005006 ++-0000121 ++-0002104 ++-0001113 ++-0004009 ++-0002105 ++-0000122 ++-0019000 ++-0001114 ++-0000123 ++-0002106 ++-0010004 ++-0001115 ++-0003086 ++-0000124 ++-0002107 ++-0001116 ++-0000125 ++-0001117 ++-0002108 ++-0000126 ++-0002109 ++-0001118 ++-0006005 ++-0002110 ++-0001119 ++-0000127 ++-0009004 ++-0008005 ++-0002111 ++-0000128 ++-0001120 ++-0007005 ++-0002112 ++-0001121 ++-0000129 ++-0002113 ++-0001122 ++-0000130 ++-0001123 ++-0016002 ++-0002114 ++-0012002 ++-0000131 ++-0015001 ++-0001124 ++-0002115 ++-0000132 ++-0001125 ++-0002116 ++-0000133 ++-0001126 ++-0002117 ++-0000134 ++-0014002 ++-0002118 ++-0001127 ++-0000135 ++-0002119 ++-0001128 ++-0013002 ++-0000136 ++-0018001 ++-0002120 ++-0001129 ++-0000137 ++-0001130 ++-0002121 ++-0000138 ++-0001131 ++-0017001 ++-0002122 ++-0004010 ++-0000139 ++-0001132 ++-0005007 ++-0002123 ++-0003087 ++-0000140 ++-0019001 ++-0001133 ++-0011004 ++-0002124 ++-0008006 ++-0000141 ++-0009005 ++-0001134 ++-0002125 ++-0014003 ++-0001135 ++-0000142 ++-0013003 ++-0002126 ++-0006006 ++-0010005 ++-0001136 ++-0007006 ++-0018002 ++-0000143 ++-0002127 ++-0001137 ++-0000144 ++-0002128 ++-0015002 ++-0001138 ++-0002129 ++-0000145 ++-0001139 ++-0016003 ++-0002130 ++-0000146 ++-0001140 ++-0012003 ++-0002131 ++-0000147 ++-0005008 ++-0001141 ++-0004011 ++-0000148 ++-0002132 ++-0001142 ++-0019002 ++-0002133 ++-0000149 ++-0001143 ++-0003088 ++-0002134 ++-0001144 ++-0000150 ++-0006007 ++-0002135 ++-0018003 ++-0001145 ++-0000151 ++-0002136 ++-0011005 ++-0017002 ++-0001146 ++-0000152 ++-0002137 ++-0001147 ++-0000153 ++-0009006 ++-0002138 ++-0001148 ++-0016004 ++-0014004 ++-0007007 ++-0000154 ++-0002139 ++-0001149 ++-0008007 ++-0013004 ++-0000155 ++-0001150 ++-0002140 ++-0005009 ++-0000156 ++-0002141 ++-0010006 ++-0001151 ++-0012004 ++-0015003 ++-0002142 ++-0001152 ++-0001153 ++-0002143 ++-0018004 ++-0019003 ++-0004012 ++-0001154 ++-0002144 ++-0002145 ++-0001155 ++-0002146 ++-0006008 ++-0002147 ++-0016005 ++-0002148 ++-0007008 ++-0003089 ++-0002149 ++-0008008 ++-0002150 ++-0017003 ++-0011006 ++-0002151 ++-0014005 ++-0009007 ++-0012005 ++-0002152 ++-0010007 ++-0002153 ++-0005010 ++-0002154 ++-0002155 ++-0015004 ++-0018005 ++-0013005 ++-0019004 ++-0003090 ++-0020000 ++-0008009 ++-0021000 ++-0004013 ++-0009008 ++-0007009 ++-0012006 ++-0016006 ++-0014006 ++-0005011 ++-0010008 ++-0011007 ++-0013006 ++-0006009 ++-0017004 ++-0003091 ++-0015005 ++-0019005 ++-0018006 ++-0021001 ++-0012007 ++-0020001 ++-0022000 ++-0005012 ++-0010009 ++-0008010 ++-0004014 ++-0014007 ++-0009009 ++-0007010 ++-0015006 ++-0017005 ++-0021002 ++-0011008 ++-0016007 ++-0018007 ++-0003092 ++-0019006 ++-0006010 ++-0020002 ++-0013007 ++-0010010 ++-0008011 ++-0012008 ++-0007011 ++-0004015 ++-0022001 ++-0009010 ++-0005013 ++-0017006 ++-0019007 ++-0011009 ++-0021003 ++-0018008 ++-0013008 ++-0020003 ++-0015007 ++-0006011 ++-0014008 ++-0010011 ++-0016008 ++-0012009 ++-0007012 ++-0008012 ++-0003093 ++-0017007 ++-0004016 ++-0019008 ++-0022002 ++-0006012 ++-0020004 ++-0005014 ++-0018009 ++-0009011 ++-0011010 ++-0017008 ++-0021004 ++-0013009 ++-0017009 ++-0015008 ++-0014009 ++-0009012 ++-0011011 ++-0010012 ++-0018010 ++-0005015 ++-0012010 ++-0007013 ++-0008013 ++-0022003 ++-0016009 ++-0004017 ++-0019009 ++-0006013 ++-0017010 ++-0013010 ++-0020005 ++-0003094 ++-0015009 ++-0021005 ++-0009013 ++-0014010 ++-0011012 ++-0007014 ++-0010013 ++-0016010 ++-0018011 ++-0012011 ++-0004018 ++-0005016 ++-0017011 ++-0006014 ++-0019010 ++-0013011 ++-0020006 ++-0008014 ++-0022004 ++-0021006 ++-0003095 ++-0010014 ++-0014011 ++-0016011 ++-0015010 ++-0007015 ++-0009014 ++-0018012 ++-0017012 ++-0013012 ++-0011013 ++-0019011 ++-0020007 ++-0012012 ++-0005017 ++-0004019 ++-0021007 ++-0006015 ++-0003096 ++-0009015 ++-0016012 ++-0008015 ++-0014012 ++-0018013 ++-0007016 ++-0010015 ++-0022005 ++-0015011 ++-0013013 ++-0020008 ++-0019012 ++-0011014 ++-0004020 ++-0017013 ++-0005018 ++-0008016 ++-0006016 ++-0012013 ++-0021008 ++-0007017 ++-0016013 ++-0009016 ++-0014013 ++-0010016 ++-0015012 ++-0013014 ++-0018014 ++-0003097 ++-0020009 ++-0004021 ++-0011015 ++-0021009 ++-0019013 ++-0022006 ++-0012014 ++-0008017 ++-0006017 ++-0005019 ++-0013015 ++-0014014 ++-0015013 ++-0017014 ++-0010017 ++-0009017 ++-0007018 ++-0018015 ++-0004022 ++-0016014 ++-0020010 ++-0011016 ++-0019014 ++-0021010 ++-0003098 ++-0022007 ++-0008018 ++-0012015 ++-0015014 ++-0006018 ++-0005020 ++-0017015 ++-0014015 ++-0013016 ++-0009018 ++-0010018 ++-0011017 ++-0007019 ++-0019015 ++-0018016 ++-0020011 ++-0016015 ++-0004023 ++-0021011 ++-0003099 ++-0022008 ++-0008019 ++-0012016 ++-0006019 ++-0005021 ++-0015015 ++-0017016 ++-0014016 ++-0009019 ++-0010019 ++-0011018 ++-0019016 ++-0018017 ++-0004024 ++-0016016 ++-0021012 ++-0008020 ++-0022009 ++-0007020 ++-0003100 ++-0020012 ++-0005022 ++-0015016 ++-0006020 ++-0012017 ++-0008021 ++-0004025 ++-0011019 ++-0014017 ++-0007021 ++-0010020 ++-0022010 ++-0021013 ++-0016017 ++-0015017 ++-0013017 ++-0005023 ++-0019017 ++-0020013 ++-0012018 ++-0003101 ++-0017017 ++-0009020 ++-0004026 ++-0018018 ++-0006021 ++-0010021 ++-0011020 ++-0007022 ++-0008022 ++-0014018 ++-0022011 ++-0021014 ++-0016018 ++-0015018 ++-0019018 ++-0005024 ++-0003102 ++-0013018 ++-0012019 ++-0009021 ++-0006022 ++-0020014 ++-0017018 ++-0018019 ++-0010022 ++-0008023 ++-0004027 ++-0021015 ++-0016019 ++-0022012 ++-0011021 ++-0015019 ++-0007023 ++-0014019 ++-0013019 ++-0012020 ++-0019019 ++-0003103 ++-0005025 ++-0018020 ++-0020015 ++-0009022 ++-0017019 ++-0008024 ++-0010023 ++-0016020 ++-0006023 ++-0022013 ++-0015020 ++-0014020 ++-0021016 ++-0004028 ++-0007024 ++-0011022 ++-0003104 ++-0013020 ++-0012021 ++-0009023 ++-0014021 ++-0016021 ++-0004029 ++-0015021 ++-0005026 ++-0008025 ++-0020016 ++-0007025 ++-0003105 ++-0022014 ++-0006024 ++-0013021 ++-0018021 ++-0012022 ++-0021017 ++-0011023 ++-0010024 ++-0017020 ++-0019020 ++-0009024 ++-0015022 ++-0016022 ++-0008026 ++-0017021 ++-0019021 ++-0014022 ++-0004030 ++-0022015 ++-0010025 ++-0003106 ++-0015023 ++-0012023 ++-0006025 ++-0005027 ++-0018022 ++-0020017 ++-0021018 ++-0007026 ++-0013022 ++-0009025 ++-0019022 ++-0016023 ++-0014023 ++-0004031 ++-0017022 ++-0008027 ++-0022016 ++-0010026 ++-0003107 ++-0015024 ++-0006026 ++-0011024 ++-0018023 ++-0009026 ++-0012024 ++-0020018 ++-0021019 ++-0013023 ++-0005028 ++-0019023 ++-0014024 ++-0007027 ++-0016024 ++-0008028 ++-0010027 ++-0017023 ++-0004032 ++-0003108 ++-0011025 ++-0022017 ++-0012025 ++-0009027 ++-0006027 ++-0013024 ++-0003109 ++-0020019 ++-0004033 ++-0015025 ++-0014025 ++-0011026 ++-0007028 ++-0013025 ++-0019024 ++-0018024 ++-0008029 ++-0021020 ++-0009028 ++-0017024 ++-0012026 ++-0010028 ++-0016025 ++-0006028 ++-0005029 ++-0022018 ++-0003110 ++-0020020 ++-0015026 ++-0004034 ++-0014026 ++-0017025 ++-0007029 ++-0013026 ++-0010029 ++-0019025 ++-0008030 ++-0012027 ++-0009029 ++-0011027 ++-0006029 ++-0021021 ++-0018025 ++-0003111 ++-0016026 ++-0020021 ++-0005030 ++-0015027 ++-0022019 ++-0007030 ++-0004035 ++-0017026 ++-0019026 ++-0013027 ++-0010030 ++-0014027 ++-0012028 ++-0008031 ++-0011028 ++-0003112 ++-0006030 ++-0016027 ++-0018026 ++-0021022 ++-0009030 ++-0005031 ++-0015028 ++-0022020 ++-0020022 ++-0007031 ++-0019027 ++-0017027 ++-0013028 ++-0004036 ++-0010031 ++-0014028 ++-0012029 ++-0008032 ++-0011029 ++-0003113 ++-0006031 ++-0015029 ++-0005032 ++-0018027 ++-0007032 ++-0021023 ++-0016028 ++-0009031 ++-0022021 ++-0019028 ++-0004037 ++-0013029 ++-0014029 ++-0020023 ++-0017028 ++-0010032 ++-0011030 ++-0003114 ++-0008033 ++-0006032 ++-0012030 ++-0005033 ++-0015030 ++-0018028 ++-0021024 ++-0016029 ++-0007033 ++-0013030 ++-0009032 ++-0019029 ++-0014030 ++-0004038 ++-0022022 ++-0020024 ++-0011031 ++-0010033 ++-0003115 ++-0017029 ++-0012031 ++-0008034 ++-0006033 ++-0018029 ++-0015031 ++-0005034 ++-0007034 ++-0021025 ++-0013031 ++-0009033 ++-0014031 ++-0019030 ++-0022023 ++-0016030 ++-0004039 ++-0011032 ++-0010034 ++-0017030 ++-0012032 ++-0020025 ++-0003116 ++-0008035 ++-0015032 ++-0005035 ++-0018030 ++-0013032 ++-0009034 ++-0007035 ++-0019031 ++-0021026 ++-0006034 ++-0022024 ++-0004040 ++-0011033 ++-0016031 ++-0014032 ++-0010035 ++-0017031 ++-0003117 ++-0008036 ++-0012033 ++-0020026 ++-0005036 ++-0013033 ++-0018031 ++-0015033 ++-0009035 ++-0022025 ++-0007036 ++-0021027 ++-0006035 ++-0004041 ++-0019032 ++-0011034 ++-0016032 ++-0014033 ++-0010036 ++-0008037 ++-0020027 ++-0012034 ++-0003118 ++-0017032 ++-0005037 ++-0015034 ++-0013034 ++-0009036 ++-0021028 ++-0007037 ++-0018032 ++-0006036 ++-0022026 ++-0019033 ++-0004042 ++-0014034 ++-0011035 ++-0016033 ++-0010037 ++-0008038 ++-0005038 ++-0003119 ++-0017033 ++-0015035 ++-0020028 ++-0012035 ++-0013035 ++-0009037 ++-0021029 ++-0006037 ++-0004043 ++-0018033 ++-0007038 ++-0019034 ++-0016034 ++-0014035 ++-0022027 ++-0011036 ++-0010038 ++-0008039 ++-0015036 ++-0005039 ++-0012036 ++-0009038 ++-0003120 ++-0021030 ++-0017034 ++-0013036 ++-0020029 ++-0004044 ++-0006038 ++-0018034 ++-0007039 ++-0019035 ++-0011037 ++-0022028 ++-0005040 ++-0003121 ++-0017035 ++-0015037 ++-0008040 ++-0005041 ++-0010039 ++-0003122 ++-0011038 ++-0018035 ++-0019036 ++-0012037 ++-0004045 ++-0016035 ++-0014036 ++-0009039 ++-0020030 ++-0021031 ++-0007040 ++-0006039 ++-0013037 ++-0022029 ++-0005042 ++-0010040 ++-0015038 ++-0003123 ++-0018036 ++-0011039 ++-0019037 ++-0012038 ++-0016036 ++-0013038 ++-0014037 ++-0020031 ++-0021032 ++-0006040 ++-0017036 ++-0007041 ++-0022030 ++-0005043 ++-0010041 ++-0019038 ++-0015039 ++-0018037 ++-0009040 ++-0003124 ++-0013039 ++-0012039 ++-0014038 ++-0008041 ++-0011040 ++-0016037 ++-0020032 ++-0017037 ++-0007042 ++-0021033 ++-0006041 ++-0005044 ++-0004046 ++-0019039 ++-0009041 ++-0018038 ++-0022031 ++-0012040 ++-0003125 ++-0008042 ++-0013040 ++-0020033 ++-0010042 ++-0014039 ++-0015040 ++-0017038 ++-0011041 ++-0016038 ++-0021034 ++-0005045 ++-0004047 ++-0007043 ++-0006042 ++-0018039 ++-0022032 ++-0019040 ++-0013041 ++-0008043 ++-0012041 ++-0009042 ++-0003126 ++-0010043 ++-0014040 ++-0020034 ++-0015041 ++-0016039 ++-0021035 ++-0011042 ++-0006043 ++-0017039 ++-0005046 ++-0004048 ++-0022033 ++-0018040 ++-0007044 ++-0019041 ++-0013042 ++-0012042 ++-0009043 ++-0008044 ++-0021036 ++-0014041 ++-0020035 ++-0010044 ++-0003127 ++-0016040 ++-0011043 ++-0005047 ++-0015042 ++-0006044 ++-0018041 ++-0004049 ++-0019042 ++-0022034 ++-0017040 ++-0007045 ++-0013043 ++-0012043 ++-0008045 ++-0009044 ++-0020036 ++-0003128 ++-0021037 ++-0014042 ++-0010045 ++-0011044 ++-0016041 ++-0005048 ++-0004050 ++-0017041 ++-0022035 ++-0015043 ++-0018042 ++-0019043 ++-0006045 ++-0012044 ++-0013044 ++-0007046 ++-0004051 ++-0009045 ++-0003129 ++-0016042 ++-0019044 ++-0008046 ++-0014043 ++-0011045 ++-0020037 ++-0015044 ++-0010046 ++-0004052 ++-0018043 ++-0017042 ++-0021038 ++-0012045 ++-0022036 ++-0007047 ++-0013045 ++-0009046 ++-0019045 ++-0006046 ++-0016043 ++-0005049 ++-0008047 ++-0015045 ++-0003130 ++-0011046 ++-0020038 ++-0014044 ++-0018044 ++-0004053 ++-0010047 ++-0012046 ++-0013046 ++-0022037 ++-0017043 ++-0019046 ++-0007048 ++-0021039 ++-0006047 ++-0016044 ++-0015046 ++-0009047 ++-0005050 ++-0008048 ++-0020039 ++-0014045 ++-0011047 ++-0018045 ++-0003131 ++-0004054 ++-0013047 ++-0019047 ++-0010048 ++-0007049 ++-0012047 ++-0016045 ++-0017044 ++-0021040 ++-0022038 ++-0006048 ++-0015047 ++-0005051 ++-0020040 ++-0009048 ++-0014046 ++-0008049 ++-0018046 ++-0011048 ++-0019048 ++-0003132 ++-0004055 ++-0013048 ++-0010049 ++-0012048 ++-0017045 ++-0007050 ++-0022039 ++-0015048 ++-0021041 ++-0006049 ++-0005052 ++-0016046 ++-0020041 ++-0009049 ++-0014047 ++-0018047 ++-0008050 ++-0011049 ++-0019049 ++-0003133 ++-0004056 ++-0010050 ++-0013049 ++-0017046 ++-0007051 ++-0015049 ++-0012049 ++-0016047 ++-0005053 ++-0006050 ++-0022040 ++-0009050 ++-0021042 ++-0008051 ++-0020042 ++-0018048 ++-0014048 ++-0019050 ++-0004057 ++-0011050 ++-0003134 ++-0013050 ++-0012050 ++-0010051 ++-0017047 ++-0015050 ++-0016048 ++-0007052 ++-0005054 ++-0022041 ++-0009051 ++-0008052 ++-0018049 ++-0021043 ++-0020043 ++-0006051 ++-0014049 ++-0003135 ++-0019051 ++-0004058 ++-0011051 ++-0013051 ++-0010052 ++-0007053 ++-0017048 ++-0015051 ++-0012051 ++-0016049 ++-0022042 ++-0005055 ++-0008053 ++-0014050 ++-0018050 ++-0009052 ++-0020044 ++-0021044 ++-0006052 ++-0004059 ++-0013052 ++-0011052 ++-0019052 ++-0015052 ++-0003136 ++-0010053 ++-0012052 ++-0007054 ++-0017049 ++-0022043 ++-0008054 ++-0016050 ++-0018051 ++-0005056 ++-0020045 ++-0014051 ++-0021045 ++-0009053 ++-0011053 ++-0006053 ++-0015053 ++-0004060 ++-0007055 ++-0003137 ++-0010054 ++-0019053 ++-0013053 ++-0012053 ++-0016051 ++-0008055 ++-0022044 ++-0015054 ++-0006054 ++-0016052 ++-0020046 ++-0018052 ++-0013054 ++-0011054 ++-0017050 ++-0022045 ++-0021046 ++-0014052 ++-0009054 ++-0003138 ++-0007056 ++-0008056 ++-0010055 ++-0019054 ++-0004061 ++-0005057 ++-0015055 ++-0020047 ++-0016053 ++-0006055 ++-0012054 ++-0013055 ++-0018053 ++-0017051 ++-0011055 ++-0003139 ++-0009055 ++-0022046 ++-0007057 ++-0014053 ++-0006056 ++-0005058 ++-0004062 ++-0010056 ++-0021047 ++-0012055 ++-0015056 ++-0018054 ++-0013056 ++-0019055 ++-0020048 ++-0008057 ++-0016054 ++-0011056 ++-0017052 ++-0009056 ++-0007058 ++-0006057 ++-0012056 ++-0003140 ++-0022047 ++-0004063 ++-0014054 ++-0018055 ++-0015057 ++-0013057 ++-0019056 ++-0005059 ++-0021048 ++-0010057 ++-0011057 ++-0016055 ++-0020049 ++-0017053 ++-0008058 ++-0009057 ++-0006058 ++-0007059 ++-0022048 ++-0003141 ++-0004064 ++-0012057 ++-0014055 ++-0005060 ++-0013058 ++-0019057 ++-0018056 ++-0015058 ++-0020050 ++-0011058 ++-0017054 ++-0021049 ++-0009058 ++-0016056 ++-0010058 ++-0006059 ++-0008059 ++-0007060 ++-0003142 ++-0022049 ++-0004065 ++-0012058 ++-0015059 ++-0014056 ++-0005061 ++-0019058 ++-0018057 ++-0013059 ++-0020051 ++-0011059 ++-0021050 ++-0009059 ++-0006060 ++-0017055 ++-0010059 ++-0003143 ++-0016057 ++-0022050 ++-0007061 ++-0015060 ++-0008060 ++-0005062 ++-0019059 ++-0012059 ++-0004066 ++-0018058 ++-0020052 ++-0014057 ++-0013060 ++-0011060 ++-0021051 ++-0006061 ++-0009060 ++-0017056 ++-0010060 ++-0003144 ++-0022051 ++-0016058 ++-0015061 ++-0005063 ++-0007062 ++-0020053 ++-0008061 ++-0019060 ++-0018059 ++-0012060 ++-0004067 ++-0014058 ++-0006062 ++-0013061 ++-0011061 ++-0017057 ++-0021052 ++-0009061 ++-0003145 ++-0005064 ++-0010061 ++-0015062 ++-0020054 ++-0007063 ++-0008062 ++-0022052 ++-0016059 ++-0018060 ++-0012061 ++-0004068 ++-0019061 ++-0013062 ++-0003146 ++-0006063 ++-0014059 ++-0017058 ++-0011062 ++-0009062 ++-0021053 ++-0005065 ++-0015063 ++-0020055 ++-0010062 ++-0018061 ++-0008063 ++-0022053 ++-0007064 ++-0019062 ++-0016060 ++-0012062 ++-0003147 ++-0006064 ++-0004069 ++-0014060 ++-0013063 ++-0017059 ++-0021054 ++-0011063 ++-0005066 ++-0009063 ++-0015064 ++-0020056 ++-0010063 ++-0022054 ++-0018062 ++-0007065 ++-0008064 ++-0012063 ++-0016061 ++-0003148 ++-0019063 ++-0006065 ++-0004070 ++-0014061 ++-0017060 ++-0013064 ++-0021055 ++-0005067 ++-0011064 ++-0015065 ++-0009064 ++-0022055 ++-0010064 ++-0018063 ++-0020057 ++-0007066 ++-0003149 ++-0016062 ++-0012064 ++-0019064 ++-0006066 ++-0014062 ++-0008065 ++-0017061 ++-0004071 ++-0021056 ++-0013065 ++-0005068 ++-0011065 ++-0009065 ++-0022056 ++-0010065 ++-0015066 ++-0020058 ++-0007067 ++-0018064 ++-0003150 ++-0019065 ++-0016063 ++-0014063 ++-0004072 ++-0006067 ++-0013066 ++-0011066 ++-0017062 ++-0008066 ++-0012065 ++-0022057 ++-0015067 ++-0021057 ++-0005069 ++-0009066 ++-0010066 ++-0020059 ++-0003151 ++-0018065 ++-0007068 ++-0014064 ++-0019066 ++-0004073 ++-0006068 ++-0011067 ++-0016064 ++-0013067 ++-0005070 ++-0017063 ++-0022058 ++-0009067 ++-0012066 ++-0015068 ++-0021058 ++-0008067 ++-0014065 ++-0020060 ++-0018066 ++-0003152 ++-0010067 ++-0019067 ++-0007069 ++-0004074 ++-0006069 ++-0011068 ++-0016065 ++-0013068 ++-0017064 ++-0005071 ++-0008068 ++-0009068 ++-0012067 ++-0015069 ++-0021059 ++-0022059 ++-0018067 ++-0020061 ++-0014066 ++-0003153 ++-0004075 ++-0010068 ++-0006070 ++-0019068 ++-0011069 ++-0007070 ++-0017065 ++-0013069 ++-0016066 ++-0008069 ++-0005072 ++-0009069 ++-0015070 ++-0021060 ++-0022060 ++-0020062 ++-0012068 ++-0014067 ++-0018068 ++-0003154 ++-0004076 ++-0006071 ++-0011070 ++-0010069 ++-0019069 ++-0016067 ++-0013070 ++-0007071 ++-0008070 ++-0005073 ++-0009070 ++-0021061 ++-0017066 ++-0015071 ++-0014068 ++-0022061 ++-0020063 ++-0012069 ++-0006072 ++-0004077 ++-0003155 ++-0011071 ++-0007072 ++-0019070 ++-0015072 ++-0013071 ++-0003156 ++-0016068 ++-0008071 ++-0010070 ++-0018069 ++-0011072 ++-0009071 ++-0017067 ++-0005074 ++-0020064 ++-0014069 ++-0021062 ++-0007073 ++-0019071 ++-0015073 ++-0006073 ++-0022062 ++-0012070 ++-0013072 ++-0004078 ++-0010071 ++-0016069 ++-0008072 ++-0017068 ++-0018070 ++-0011073 ++-0005075 ++-0020065 ++-0021063 ++-0014070 ++-0023000 ++-0007074 ++-0009072 ++-0019072 ++-0012071 ++-0004079 ++-0015074 ++-0016070 ++-0006074 ++-0022063 ++-0008073 ++-0010072 ++-0013073 ++-0018071 ++-0017069 ++-0011074 ++-0020066 ++-0014071 ++-0009073 ++-0023001 ++-0019073 ++-0021064 ++-0007075 ++-0005076 ++-0012072 ++-0022064 ++-0016071 ++-0004080 ++-0015075 ++-0010073 ++-0008074 ++-0006075 ++-0020067 ++-0018072 ++-0017070 ++-0013074 ++-0011075 ++-0023002 ++-0014072 ++-0009074 ++-0019074 ++-0021065 ++-0016072 ++-0022065 ++-0007076 ++-0015076 ++-0008075 ++-0005077 ++-0012073 ++-0004081 ++-0017071 ++-0006076 ++-0018073 ++-0020068 ++-0010074 ++-0013075 ++-0023003 ++-0011076 ++-0014073 ++-0009075 ++-0019075 ++-0007077 ++-0021066 ++-0022066 ++-0008076 ++-0016073 ++-0015077 ++-0017072 ++-0005078 ++-0004082 ++-0012074 ++-0020069 ++-0006077 ++-0010075 ++-0011077 ++-0018074 ++-0023004 ++-0014074 ++-0013076 ++-0009076 ++-0021067 ++-0005079 ++-0019076 ++-0022067 ++-0015078 ++-0018075 ++-0017073 ++-0021068 ++-0008077 ++-0007078 ++-0020070 ++-0013077 ++-0009077 ++-0016074 ++-0023005 ++-0004083 ++-0006078 ++-0010076 ++-0014075 ++-0011078 ++-0012075 ++-0005080 ++-0021069 ++-0019077 ++-0015079 ++-0018076 ++-0017074 ++-0022068 ++-0020071 ++-0007079 ++-0013078 ++-0008078 ++-0023006 ++-0009078 ++-0016075 ++-0004084 ++-0010077 ++-0012076 ++-0014076 ++-0005081 ++-0021070 ++-0019078 ++-0018077 ++-0015080 ++-0011079 ++-0006079 ++-0017075 ++-0022069 ++-0020072 ++-0007080 ++-0008079 ++-0009079 ++-0016076 ++-0023007 ++-0013079 ++-0021071 ++-0010078 ++-0014077 ++-0019079 ++-0012077 ++-0004085 ++-0018078 ++-0005082 ++-0015081 ++-0011080 ++-0020073 ++-0006080 ++-0008080 ++-0022070 ++-0007081 ++-0017076 ++-0009080 ++-0023008 ++-0016077 ++-0013080 ++-0021072 ++-0014078 ++-0010079 ++-0019080 ++-0012078 ++-0005083 ++-0004086 ++-0018079 ++-0006081 ++-0011081 ++-0007082 ++-0017077 ++-0013081 ++-0023009 ++-0016078 ++-0019081 ++-0012079 ++-0004087 ++-0018080 ++-0011082 ++-0006082 ++-0015082 ++-0010080 ++-0017078 ++-0022071 ++-0008081 ++-0009081 ++-0014079 ++-0023010 ++-0016079 ++-0020074 ++-0007083 ++-0012080 ++-0005084 ++-0013082 ++-0019082 ++-0004088 ++-0021073 ++-0018081 ++-0011083 ++-0006083 ++-0010081 ++-0017079 ++-0015083 ++-0023011 ++-0016080 ++-0022072 ++-0020075 ++-0008082 ++-0009082 ++-0014080 ++-0012081 ++-0013083 ++-0004089 ++-0019083 ++-0005085 ++-0018082 ++-0021074 ++-0007084 ++-0011084 ++-0015084 ++-0010082 ++-0006084 ++-0023012 ++-0017080 ++-0022073 ++-0008083 ++-0016081 ++-0009083 ++-0020076 ++-0012082 ++-0014081 ++-0013084 ++-0019084 ++-0005086 ++-0004090 ++-0018083 ++-0021075 ++-0011085 ++-0015085 ++-0007085 ++-0010083 ++-0023013 ++-0017081 ++-0006085 ++-0022074 ++-0009084 ++-0016082 ++-0008084 ++-0012083 ++-0020077 ++-0005087 ++-0014082 ++-0019085 ++-0018084 ++-0021076 ++-0011086 ++-0013085 ++-0004091 ++-0007086 ++-0015086 ++-0023014 ++-0010084 ++-0017082 ++-0006086 ++-0009085 ++-0022075 ++-0008085 ++-0020078 ++-0016083 ++-0005088 ++-0018085 ++-0014083 ++-0023015 ++-0021077 ++-0012084 ++-0013086 ++-0007087 ++-0011087 ++-0004092 ++-0015087 ++-0019086 ++-0010085 ++-0009086 ++-0022076 ++-0006087 ++-0008086 ++-0017083 ++-0016084 ++-0020079 ++-0014084 ++-0023016 ++-0005089 ++-0018086 ++-0021078 ++-0012085 ++-0004093 ++-0007088 ++-0013087 ++-0015088 ++-0019087 ++-0011088 ++-0010086 ++-0008087 ++-0016085 ++-0022077 ++-0009087 ++-0017084 ++-0020080 ++-0006088 ++-0018087 ++-0023017 ++-0014085 ++-0005090 ++-0004094 ++-0013088 ++-0007089 ++-0012086 ++-0019088 ++-0015089 ++-0011089 ++-0010087 ++-0016086 ++-0021079 ++-0022078 ++-0009088 ++-0020081 ++-0008088 ++-0018088 ++-0017085 ++-0023018 ++-0006089 ++-0005091 ++-0004095 ++-0014086 ++-0013089 ++-0007090 ++-0015090 ++-0012087 ++-0019089 ++-0010088 ++-0016087 ++-0021080 ++-0011090 ++-0022079 ++-0009089 ++-0020082 ++-0023019 ++-0017086 ++-0018089 ++-0008089 ++-0006090 ++-0013090 ++-0014087 ++-0015091 ++-0004096 ++-0007091 ++-0019090 ++-0005092 ++-0012088 ++-0021081 ++-0010089 ++-0022080 ++-0023020 ++-0016088 ++-0020083 ++-0009090 ++-0011091 ++-0008090 ++-0013091 ++-0018090 ++-0006091 ++-0017087 ++-0014088 ++-0007092 ++-0004097 ++-0015092 ++-0019091 ++-0005093 ++-0012089 ++-0023021 ++-0022081 ++-0021082 ++-0016089 ++-0020084 ++-0010090 ++-0008091 ++-0013092 ++-0017088 ++-0011092 ++-0009091 ++-0004098 ++-0006092 ++-0018091 ++-0007093 ++-0014089 ++-0005094 ++-0015093 ++-0023022 ++-0012090 ++-0022082 ++-0019092 ++-0021083 ++-0010091 ++-0016090 ++-0020085 ++-0013093 ++-0008092 ++-0004099 ++-0009092 ++-0006093 ++-0011093 ++-0017089 ++-0014090 ++-0015094 ++-0023023 ++-0018092 ++-0012091 ++-0005095 ++-0019093 ++-0007094 ++-0021084 ++-0022083 ++-0010092 ++-0020086 ++-0016091 ++-0013094 ++-0004100 ++-0011094 ++-0009093 ++-0008093 ++-0017090 ++-0006094 ++-0015095 ++-0018093 ++-0023024 ++-0005096 ++-0014091 ++-0019094 ++-0007095 ++-0012092 ++-0021085 ++-0010093 ++-0020087 ++-0013095 ++-0022084 ++-0009094 ++-0008094 ++-0016092 ++-0011095 ++-0015096 ++-0006095 ++-0018094 ++-0017091 ++-0007096 ++-0019095 ++-0012093 ++-0004101 ++-0022085 ++-0005097 ++-0016093 ++-0013096 ++-0009095 ++-0014092 ++-0023025 ++-0020088 ++-0019096 ++-0008095 ++-0004102 ++-0021086 ++-0013097 ++-0014093 ++-0023026 ++-0009096 ++-0010094 ++-0022086 ++-0019097 ++-0015097 ++-0018095 ++-0020089 ++-0017092 ++-0011096 ++-0023027 ++-0012094 ++-0014094 ++-0006096 ++-0013098 ++-0016094 ++-0005098 ++-0007097 ++-0021087 ++-0019098 ++-0004103 ++-0015098 ++-0017093 ++-0012095 ++-0011097 ++-0018096 ++-0008096 ++-0020090 ++-0023028 ++-0022087 ++-0016095 ++-0013099 ++-0010095 ++-0021088 ++-0014095 ++-0006097 ++-0007098 ++-0004104 ++-0017094 ++-0022088 ++-0009097 ++-0005099 ++-0019099 ++-0015099 ++-0012096 ++-0018097 ++-0010096 ++-0021089 ++-0018098 ++-0008097 ++-0023029 ++-0011098 ++-0020091 ++-0016096 ++-0013100 ++-0017095 ++-0019100 ++-0021090 ++-0014096 ++-0022089 ++-0006098 ++-0004105 ++-0018099 ++-0010097 ++-0015100 ++-0012097 ++-0009098 ++-0007099 ++-0005100 ++-0016097 ++-0019101 ++-0021091 ++-0022090 ++-0020092 ++-0009099 ++-0005101 ++-0008098 ++-0010098 ++-0015101 ++-0011099 ++-0017096 ++-0006099 ++-0018100 ++-0019102 ++-0004106 ++-0016098 ++-0023030 ++-0007100 ++-0013101 ++-0021092 ++-0020093 ++-0005102 ++-0010099 ++-0019103 ++-0004107 ++-0011100 ++-0022091 ++-0008099 ++-0007101 ++-0013102 ++-0012098 ++-0014097 ++-0021093 ++-0006100 ++-0005103 ++-0009100 ++-0020094 ++-0018101 ++-0023031 ++-0015102 ++-0012099 ++-0010100 ++-0008100 ++-0017097 ++-0018102 ++-0011101 ++-0016099 ++-0019104 ++-0014098 ++-0006101 ++-0022092 ++-0011102 ++-0006102 ++-0004108 ++-0018103 ++-0005104 ++-0013103 ++-0009101 ++-0010101 ++-0006103 ++-0021094 ++-0017098 ++-0020095 ++-0013104 ++-0022093 ++-0016100 ++-0011103 ++-0012100 ++-0004109 ++-0018104 ++-0017099 ++-0007102 ++-0005105 ++-0010102 ++-0006104 ++-0009102 ++-0022094 ++-0004110 ++-0023032 ++-0013105 ++-0014099 ++-0019105 ++-0015103 ++-0016101 ++-0012101 ++-0020096 ++-0017100 ++-0018105 ++-0011104 ++-0021095 ++-0005106 ++-0006105 ++-0008101 ++-0010103 ++-0007103 ++-0022095 ++-0015104 ++-0014100 ++-0013106 ++-0023033 ++-0004111 ++-0016102 ++-0012102 ++-0009103 ++-0017101 ++-0019106 ++-0020097 ++-0021096 ++-0011105 ++-0018106 ++-0008102 ++-0005107 ++-0007104 ++-0016103 ++-0015105 ++-0009104 ++-0012103 ++-0019107 ++-0021097 ++-0020098 ++-0008103 ++-0017102 ++-0006106 ++-0018107 ++-0011106 ++-0010104 ++-0022096 ++-0023034 ++-0005108 ++-0009105 ++-0015106 ++-0012104 ++-0004112 ++-0013107 ++-0016104 ++-0006107 ++-0018108 ++-0022097 ++-0021098 ++-0017103 ++-0014101 ++-0010105 ++-0020099 ++-0015107 ++-0019108 ++-0008104 ++-0007105 ++-0013108 ++-0006108 ++-0011107 ++-0012105 ++-0004113 ++-0016105 ++-0005109 ++-0009106 ++-0023035 ++-0018109 ++-0022098 ++-0017104 ++-0021099 ++-0004114 ++-0023036 ++-0013109 ++-0011108 ++-0010106 ++-0018110 ++-0008105 ++-0009107 ++-0016106 ++-0019109 ++-0015108 ++-0012106 ++-0007106 ++-0014102 ++-0020100 ++-0005110 ++-0023037 ++-0004115 ++-0022099 ++-0013110 ++-0006109 ++-0011109 ++-0015109 ++-0018111 ++-0012107 ++-0009108 ++-0021100 ++-0020101 ++-0016107 ++-0010107 ++-0011110 ++-0013111 ++-0008106 ++-0007107 ++-0014103 ++-0019110 ++-0004116 ++-0017105 ++-0006110 ++-0023038 ++-0015110 ++-0016108 ++-0022100 ++-0005111 ++-0020102 ++-0009109 ++-0019111 ++-0013112 ++-0010108 ++-0018112 ++-0004117 ++-0008107 ++-0017106 ++-0021101 ++-0014104 ++-0007108 ++-0011111 ++-0012108 ++-0016109 ++-0005112 ++-0022101 ++-0020103 ++-0006111 ++-0023039 ++-0015111 ++-0009110 ++-0004118 ++-0013113 ++-0010109 ++-0021102 ++-0014105 ++-0008108 ++-0011112 ++-0019112 ++-0018113 ++-0017107 ++-0007109 ++-0012109 ++-0016110 ++-0022102 ++-0005113 ++-0020104 ++-0006112 ++-0004119 ++-0009111 ++-0010110 ++-0014106 ++-0011113 ++-0015112 ++-0017108 ++-0023040 ++-0021103 ++-0008109 ++-0013114 ++-0019113 ++-0018114 ++-0007110 ++-0012110 ++-0016111 ++-0005114 ++-0022103 ++-0004120 ++-0009112 ++-0010111 ++-0011114 ++-0020105 ++-0015113 ++-0006113 ++-0017109 ++-0023041 ++-0019114 ++-0008110 ++-0012111 ++-0018115 ++-0013115 ++-0023042 ++-0014107 ++-0021104 ++-0009113 ++-0020106 ++-0018116 ++-0007111 ++-0005115 ++-0011115 ++-0016112 ++-0017110 ++-0015114 ++-0012112 ++-0006114 ++-0008111 ++-0010112 ++-0004121 ++-0022104 ++-0019115 ++-0023043 ++-0013116 ++-0015115 ++-0019116 ++-0020107 ++-0009114 ++-0021105 ++-0007112 ++-0011116 ++-0012113 ++-0018117 ++-0006115 ++-0005116 ++-0014108 ++-0013117 ++-0022105 ++-0016113 ++-0008112 ++-0004122 ++-0017111 ++-0010113 ++-0015116 ++-0023044 ++-0007113 ++-0011117 ++-0016114 ++-0019117 ++-0009115 ++-0020108 ++-0004123 ++-0008113 ++-0021106 ++-0015117 ++-0006116 ++-0023045 ++-0013118 ++-0022106 ++-0017112 ++-0009116 ++-0005117 ++-0020109 ++-0004124 ++-0019118 ++-0010114 ++-0021107 ++-0008114 ++-0018118 ++-0011118 ++-0015118 ++-0006117 ++-0014109 ++-0013119 ++-0023046 ++-0012114 ++-0007114 ++-0022107 ++-0009117 ++-0023047 ++-0005118 ++-0020110 ++-0016115 ++-0017113 ++-0006118 ++-0010115 ++-0011119 ++-0014110 ++-0004125 ++-0008115 ++-0015119 ++-0018119 ++-0012115 ++-0007115 ++-0021108 ++-0009118 ++-0023048 ++-0022108 ++-0013120 ++-0019119 ++-0005119 ++-0020111 ++-0016116 ++-0010116 ++-0017114 ++-0014111 ++-0006119 ++-0011120 ++-0015120 ++-0004126 ++-0008116 ++-0018120 ++-0007116 ++-0012116 ++-0021109 ++-0009119 ++-0014112 ++-0016117 ++-0020112 ++-0019120 ++-0022109 ++-0010117 ++-0013121 ++-0007117 ++-0011121 ++-0023049 ++-0015121 ++-0021110 ++-0004127 ++-0018121 ++-0020113 ++-0012117 ++-0014113 ++-0006120 ++-0008117 ++-0017115 ++-0005120 ++-0009120 ++-0019121 ++-0010118 ++-0016118 ++-0011122 ++-0013122 ++-0023050 ++-0022110 ++-0007118 ++-0004128 ++-0015122 ++-0020114 ++-0021111 ++-0018122 ++-0012118 ++-0017116 ++-0005121 ++-0008118 ++-0014114 ++-0009121 ++-0019122 ++-0006121 ++-0016119 ++-0013123 ++-0010119 ++-0011123 ++-0023051 ++-0022111 ++-0004129 ++-0007119 ++-0015123 ++-0020115 ++-0017117 ++-0015124 ++-0019123 ++-0013124 ++-0006122 ++-0009122 ++-0018123 ++-0014115 ++-0020116 ++-0016120 ++-0021112 ++-0005122 ++-0012119 ++-0008119 ++-0010120 ++-0011124 ++-0023052 ++-0022112 ++-0007120 ++-0004130 ++-0017118 ++-0019124 ++-0006123 ++-0005123 ++-0015125 ++-0009123 ++-0014116 ++-0018124 ++-0021113 ++-0008120 ++-0023053 ++-0012120 ++-0013125 ++-0022113 ++-0020117 ++-0016121 ++-0007121 ++-0011125 ++-0010121 ++-0004131 ++-0017119 ++-0019125 ++-0015126 ++-0009124 ++-0006124 ++-0014117 ++-0012121 ++-0005124 ++-0021114 ++-0020118 ++-0013126 ++-0008121 ++-0007122 ++-0018125 ++-0011126 ++-0023054 ++-0004132 ++-0016122 ++-0010122 ++-0022114 ++-0015127 ++-0019126 ++-0017120 ++-0014118 ++-0012122 ++-0005125 ++-0009125 ++-0007123 ++-0013127 ++-0008122 ++-0006125 ++-0018126 ++-0004133 ++-0023055 ++-0021115 ++-0010123 ++-0022115 ++-0020119 ++-0016123 ++-0011127 ++-0015128 ++-0017121 ++-0012123 ++-0009126 ++-0019127 ++-0007124 ++-0008123 ++-0018127 ++-0023056 ++-0005126 ++-0004134 ++-0014119 ++-0013128 ++-0006126 ++-0022116 ++-0021116 ++-0010124 ++-0016124 ++-0020120 ++-0011128 ++-0017122 ++-0012124 ++-0015129 ++-0019128 ++-0008124 ++-0009127 ++-0004135 ++-0007125 ++-0006127 ++-0013129 ++-0014120 ++-0023057 ++-0018128 ++-0010125 ++-0020121 ++-0005127 ++-0021117 ++-0022117 ++-0016125 ++-0011129 ++-0017123 ++-0015130 ++-0008125 ++-0009128 ++-0012125 ++-0007126 ++-0019129 ++-0013130 ++-0018129 ++-0023058 ++-0006128 ++-0014121 ++-0016126 ++-0011130 ++-0005128 ++-0004136 ++-0020122 ++-0021118 ++-0010126 ++-0022118 ++-0017124 ++-0014122 ++-0009129 ++-0018130 ++-0015131 ++-0023059 ++-0008126 ++-0012126 ++-0019130 ++-0007127 ++-0013131 ++-0016127 ++-0006129 ++-0005129 ++-0011131 ++-0004137 ++-0020123 ++-0022119 ++-0017125 ++-0021119 ++-0009130 ++-0023060 ++-0010127 ++-0008127 ++-0007128 ++-0013132 ++-0019131 ++-0014123 ++-0015132 ++-0018131 ++-0012127 ++-0016128 ++-0006130 ++-0005130 ++-0004138 ++-0020124 ++-0017126 ++-0022120 ++-0021120 ++-0011132 ++-0023061 ++-0010128 ++-0008128 ++-0014124 ++-0009131 ++-0007129 ++-0015133 ++-0018132 ++-0012128 ++-0013133 ++-0019132 ++-0016129 ++-0004139 ++-0006131 ++-0021121 ++-0005131 ++-0022121 ++-0015134 ++-0008129 ++-0013134 ++-0021122 ++-0013135 ++-0008130 ++-0008131 ++-0020125 ++-0008132 ++-0016130 ++-0014125 ++-0019133 ++-0015135 ++-0018133 ++-0010129 ++-0009132 ++-0004140 ++-0007130 ++-0017127 ++-0011133 ++-0023062 ++-0022122 ++-0012129 ++-0013136 ++-0006132 ++-0021123 ++-0005132 ++-0019134 ++-0007131 ++-0022123 ++-0020126 ++-0015136 ++-0014126 ++-0009133 ++-0011134 ++-0008133 ++-0023063 ++-0016131 ++-0004141 ++-0012130 ++-0005133 ++-0006133 ++-0017128 ++-0010130 ++-0018134 ++-0021124 ++-0013137 ++-0015137 ++-0019135 ++-0011135 ++-0014127 ++-0023064 ++-0007132 ++-0008134 ++-0020127 ++-0004142 ++-0022124 ++-0012131 ++-0017129 ++-0006134 ++-0009134 ++-0016132 ++-0018135 ++-0005134 ++-0021125 ++-0010131 ++-0013138 ++-0019136 ++-0011136 ++-0015138 ++-0008135 ++-0014128 ++-0023065 ++-0020128 ++-0022125 ++-0007133 ++-0021126 ++-0006135 ++-0005135 ++-0009135 ++-0013139 ++-0010132 ++-0019137 ++-0017130 ++-0016133 ++-0012132 ++-0004143 ++-0018136 ++-0015139 ++-0011137 ++-0008136 ++-0014129 ++-0023066 ++-0006136 ++-0021127 ++-0020129 ++-0022126 ++-0007134 ++-0005136 ++-0009136 ++-0010133 ++-0013140 ++-0019138 ++-0016134 ++-0012133 ++-0015140 ++-0004144 ++-0018137 ++-0008137 ++-0017131 ++-0011138 ++-0014130 ++-0023067 ++-0021128 ++-0020130 ++-0022127 ++-0006137 ++-0007135 ++-0005137 ++-0009137 ++-0013141 ++-0019139 ++-0016135 ++-0010134 ++-0012134 ++-0015141 ++-0018138 ++-0004145 ++-0017132 ++-0008138 ++-0011139 ++-0023068 ++-0021129 ++-0014131 ++-0020131 ++-0006138 ++-0022128 ++-0007136 ++-0005138 ++-0009138 ++-0013142 ++-0010135 ++-0016136 ++-0004146 ++-0012135 ++-0015142 ++-0018139 ++-0017133 ++-0019140 ++-0008139 ++-0023069 ++-0011140 ++-0014132 ++-0021130 ++-0020132 ++-0006139 ++-0022129 ++-0007137 ++-0009139 ++-0010136 ++-0016137 ++-0004147 ++-0005139 ++-0015143 ++-0012136 ++-0017134 ++-0013143 ++-0008140 ++-0023070 ++-0018140 ++-0019141 ++-0011141 ++-0021131 ++-0014133 ++-0007138 ++-0006140 ++-0012137 ++-0013144 ++-0019142 ++-0022130 ++-0004148 ++-0016138 ++-0010137 ++-0009140 ++-0005140 ++-0020133 ++-0023071 ++-0017135 ++-0014134 ++-0015144 ++-0008141 ++-0018141 ++-0013145 ++-0012138 ++-0007139 ++-0006141 ++-0011142 ++-0021132 ++-0019143 ++-0022131 ++-0016139 ++-0010138 ++-0004149 ++-0020134 ++-0023072 ++-0017136 ++-0014135 ++-0008142 ++-0015145 ++-0013146 ++-0009141 ++-0007140 ++-0005141 ++-0018142 ++-0012139 ++-0006142 ++-0011143 ++-0021133 ++-0019144 ++-0022132 ++-0016140 ++-0010139 ++-0023073 ++-0020135 ++-0008143 ++-0017137 ++-0014136 ++-0004150 ++-0015146 ++-0005142 ++-0009142 ++-0007141 ++-0018143 ++-0012140 ++-0013147 ++-0021134 ++-0011144 ++-0006143 ++-0019145 ++-0022133 ++-0023074 ++-0020136 ++-0016141 ++-0015147 ++-0010140 ++-0014137 ++-0004151 ++-0012141 ++-0018144 ++-0009143 ++-0008144 ++-0017138 ++-0005143 ++-0013148 ++-0021135 ++-0007142 ++-0011145 ++-0022134 ++-0006144 ++-0019146 ++-0023075 ++-0020137 ++-0016142 ++-0014138 ++-0010141 ++-0004152 ++-0015148 ++-0018145 ++-0009144 ++-0005144 ++-0007143 ++-0012142 ++-0021136 ++-0017139 ++-0008145 ++-0013149 ++-0011146 ++-0022135 ++-0019147 ++-0016143 ++-0006145 ++-0023076 ++-0004153 ++-0018146 ++-0020138 ++-0009145 ++-0014139 ++-0007144 ++-0005145 ++-0010142 ++-0015149 ++-0021137 ++-0017140 ++-0008146 ++-0013150 ++-0012143 ++-0022136 ++-0011147 ++-0019148 ++-0016144 ++-0023077 ++-0004154 ++-0018147 ++-0006146 ++-0009146 ++-0007145 ++-0005146 ++-0014140 ++-0020139 ++-0010143 ++-0017141 ++-0008147 ++-0015150 ++-0013151 ++-0012144 ++-0021138 ++-0011148 ++-0022137 ++-0016145 ++-0023078 ++-0004155 ++-0019149 ++-0007146 ++-0009147 ++-0005147 ++-0006147 ++-0014141 ++-0010144 ++-0018148 ++-0008148 ++-0017142 ++-0015151 ++-0020140 ++-0012145 ++-0013152 ++-0021139 ++-0016146 ++-0022138 ++-0023079 ++-0011149 ++-0019150 ++-0007147 ++-0005148 ++-0014142 ++-0006148 ++-0008149 ++-0009148 ++-0020141 ++-0015152 ++-0018149 ++-0017143 ++-0013153 ++-0012146 ++-0010145 ++-0021140 ++-0022139 ++-0023080 ++-0015153 ++-0007148 ++-0014143 ++-0011150 ++-0016147 ++-0020142 ++-0009149 ++-0019151 ++-0017144 ++-0008150 ++-0005149 ++-0006149 ++-0013154 ++-0018150 ++-0024000 ++-0010146 ++-0012147 ++-0021141 ++-0022140 ++-0015154 ++-0023081 ++-0014144 ++-0020143 ++-0007149 ++-0008151 ++-0017145 ++-0011151 ++-0013155 ++-0005150 ++-0019152 ++-0016148 ++-0018151 ++-0024001 ++-0009150 ++-0006150 ++-0022141 ++-0007150 ++-0007151 ++-0016149 ++-0010147 ++-0006151 ++-0023082 ++-0015155 ++-0021142 ++-0011152 ++-0017146 ++-0012148 ++-0009151 ++-0013156 ++-0020144 ++-0018152 ++-0014145 ++-0005151 ++-0024002 ++-0007152 ++-0008152 ++-0019153 ++-0022142 ++-0010148 ++-0016150 ++-0023083 ++-0024003 ++-0021143 ++-0011153 ++-0017147 ++-0006152 ++-0012149 ++-0018153 ++-0015156 ++-0005152 ++-0020145 ++-0008153 ++-0007153 ++-0019154 ++-0009152 ++-0014146 ++-0022143 ++-0021144 ++-0011154 ++-0024004 ++-0010149 ++-0016151 ++-0006153 ++-0023084 ++-0005153 ++-0012150 ++-0018154 ++-0017148 ++-0008154 ++-0007154 ++-0009153 ++-0020146 ++-0022144 ++-0014147 ++-0019155 ++-0033000 ++-0024005 ++-0021145 ++-0011155 ++-0006154 ++-0023085 ++-0010150 ++-0012151 ++-0008155 ++-0016152 ++-0009154 ++-0007155 ++-0020147 ++-0022145 ++-0005154 ++-0033001 ++-0018155 ++-0017149 ++-0014148 ++-0035000 ++-0021146 ++-0011156 ++-0024006 ++-0006155 ++-0010151 ++-0012152 ++-0033002 ++-0007156 ++-0023086 ++-0016153 ++-0022146 ++-0009155 ++-0020148 ++-0005155 ++-0024007 ++-0017150 ++-0014149 ++-0035001 ++-0006156 ++-0033003 ++-0010152 ++-0021147 ++-0039000 ++-0022147 ++-0012153 ++-0016154 ++-0023087 ++-0009156 ++-0020149 ++-0024008 ++-0035002 ++-0017151 ++-0005156 ++-0028000 ++-0014150 ++-0033004 ++-0039001 ++-0038000 ++-0010153 ++-0021148 ++-0023088 ++-0035003 ++-0033005 ++-0017152 ++-0024009 ++-0012154 ++-0020150 ++-0016155 ++-0022148 ++-0028001 ++-0027000 ++-0014151 ++-0039002 ++-0035004 ++-0031000 ++-0023089 ++-0033006 ++-0038001 ++-0010154 ++-0021149 ++-0017153 ++-0028002 ++-0039003 ++-0026000 ++-0024010 ++-0012155 ++-0035005 ++-0031001 ++-0014152 ++-0022149 ++-0029000 ++-0016156 ++-0027001 ++-0020151 ++-0033007 ++-0023090 ++-0025000 ++-0038002 ++-0010155 ++-0039004 ++-0026001 ++-0028003 ++-0017154 ++-0024011 ++-0021150 ++-0029001 ++-0035006 ++-0014153 ++-0022150 ++-0033008 ++-0038003 ++-0025001 ++-0031002 ++-0026002 ++-0012156 ++-0014154 ++-0039005 ++-0023091 ++-0028004 ++-0027002 ++-0025002 ++-0035007 ++-0031003 ++-0022151 ++-0020152 ++-0029002 ++-0021151 ++-0033009 ++-0024012 ++-0038004 ++-0026003 ++-0039006 ++-0017155 ++-0014155 ++-0027003 ++-0028005 ++-0023092 ++-0025003 ++-0035008 ++-0031004 ++-0036000 ++-0029003 ++-0033010 ++-0020153 ++-0022152 ++-0030000 ++-0024013 ++-0038005 ++-0026004 ++-0039007 ++-0021152 ++-0017156 ++-0025004 ++-0035009 ++-0027004 ++-0028006 ++-0031005 ++-0036001 ++-0029004 ++-0032000 ++-0030001 ++-0022153 ++-0026005 ++-0033011 ++-0024014 ++-0023093 ++-0025005 ++-0039008 ++-0027005 ++-0020154 ++-0038006 ++-0036002 ++-0035010 ++-0031006 ++-0021153 ++-0026006 ++-0033012 ++-0032001 ++-0028007 ++-0024015 ++-0039009 ++-0027006 ++-0035011 ++-0038007 ++-0020155 ++-0025006 ++-0034000 ++-0029005 ++-0023094 ++-0036003 ++-0022154 ++-0030002 ++-0033013 ++-0026007 ++-0021154 ++-0031007 ++-0039010 ++-0032002 ++-0024016 ++-0025007 ++-0035012 ++-0029006 ++-0038008 ++-0028008 ++-0027007 ++-0023095 ++-0032003 ++-0039011 ++-0022155 ++-0034001 ++-0030003 ++-0026008 ++-0033014 ++-0020156 ++-0025008 ++-0036004 ++-0037000 ++-0031008 ++-0021155 ++-0024017 ++-0035013 ++-0028009 ++-0032004 ++-0033015 ++-0039012 ++-0022156 ++-0030004 ++-0026009 ++-0025009 ++-0027008 ++-0031009 ++-0037001 ++-0029007 ++-0023096 ++-0038009 ++-0034002 ++-0036005 ++-0028010 ++-0039013 ++-0033016 ++-0027009 ++-0024018 ++-0035014 ++-0032005 ++-0026010 ++-0029008 ++-0030005 ++-0037002 ++-0034003 ++-0031010 ++-0023097 ++-0038010 ++-0028011 ++-0036006 ++-0025010 ++-0027010 ++-0032006 ++-0024019 ++-0035015 ++-0039014 ++-0026011 ++-0037003 ++-0030006 ++-0040000 ++-0029009 ++-0034004 ++-0033017 ++-0031011 ++-0042000 ++-0036007 ++-0041000 ++-0028012 ++-0027011 ++-0038011 ++-0024020 ++-0025011 ++-0032007 ++-0023098 ++-0039015 ++-0037004 ++-0026012 ++-0031012 ++-0038012 ++-0028013 ++-0034005 ++-0040001 ++-0027012 ++-0030007 ++-0035016 ++-0029010 ++-0032008 ++-0042001 ++-0041001 ++-0039016 ++-0033018 ++-0036008 ++-0037005 ++-0031013 ++-0030008 ++-0034006 ++-0023099 ++-0028014 ++-0030009 ++-0039017 ++-0040002 ++-0041002 ++-0026013 ++-0027013 ++-0035017 ++-0037006 ++-0025012 ++-0031014 ++-0033019 ++-0023100 ++-0038013 ++-0036009 ++-0032009 ++-0024021 ++-0028015 ++-0025013 ++-0024022 ++-0030010 ++-0042002 ++-0042003 ++-0034007 ++-0037007 ++-0039018 ++-0041003 ++-0033020 ++-0036010 ++-0040003 ++-0031015 ++-0027014 ++-0030011 ++-0032010 ++-0023101 ++-0025014 ++-0042004 ++-0024023 ++-0038014 ++-0035018 ++-0029011 ++-0026014 ++-0034008 ++-0028016 ++-0039019 ++-0037008 ++-0033021 ++-0036011 ++-0041004 ++-0031016 ++-0040004 ++-0027015 ++-0030012 ++-0032011 ++-0025015 ++-0042005 ++-0023102 ++-0034009 ++-0024024 ++-0037009 ++-0033022 ++-0035019 ++-0039020 ++-0038015 ++-0029012 ++-0028017 ++-0026015 ++-0031017 ++-0030013 ++-0036012 ++-0032012 ++-0040005 ++-0041005 ++-0027016 ++-0042006 ++-0025016 ++-0034010 ++-0024025 ++-0039021 ++-0037010 ++-0035020 ++-0023103 ++-0029013 ++-0033023 ++-0026016 ++-0036013 ++-0032013 ++-0031018 ++-0040006 ++-0028018 ++-0038016 ++-0030014 ++-0027017 ++-0042007 ++-0024026 ++-0034011 ++-0041006 ++-0039022 ++-0035021 ++-0025017 ++-0033024 ++-0029014 ++-0037011 ++-0032014 ++-0023104 ++-0026017 ++-0036014 ++-0031019 ++-0028019 ++-0027018 ++-0040007 ++-0042008 ++-0030015 ++-0038017 ++-0034012 ++-0035022 ++-0041007 ++-0024027 ++-0025018 ++-0039023 ++-0037012 ++-0033025 ++-0028020 ++-0032015 ++-0029015 ++-0023105 ++-0040008 ++-0036015 ++-0026018 ++-0031020 ++-0027019 ++-0042009 ++-0038018 ++-0034013 ++-0026019 ++-0024028 ++-0028021 ++-0041008 ++-0025019 ++-0035023 ++-0027020 ++-0030016 ++-0032016 ++-0036016 ++-0040009 ++-0039024 ++-0042010 ++-0037013 ++-0023106 ++-0033026 ++-0029016 ++-0034014 ++-0038019 ++-0031021 ++-0026020 ++-0028022 ++-0041009 ++-0024029 ++-0035024 ++-0030017 ++-0032017 ++-0025020 ++-0039025 ++-0042011 ++-0037014 ++-0040010 ++-0027021 ++-0036017 ++-0029017 ++-0033027 ++-0038020 ++-0023107 ++-0034015 ++-0031022 ++-0028023 ++-0041010 ++-0026021 ++-0024030 ++-0035025 ++-0032018 ++-0030018 ++-0025021 ++-0039026 ++-0042012 ++-0040011 ++-0038021 ++-0031023 ++-0027022 ++-0037015 ++-0034016 ++-0029018 ++-0023108 ++-0033028 ++-0028024 ++-0036018 ++-0041011 ++-0035026 ++-0026022 ++-0025022 ++-0032019 ++-0024031 ++-0039027 ++-0042013 ++-0030019 ++-0031024 ++-0037016 ++-0027023 ++-0040012 ++-0038022 ++-0029019 ++-0034017 ++-0033029 ++-0036019 ++-0028025 ++-0023109 ++-0032020 ++-0025023 ++-0026023 ++-0024032 ++-0041012 ++-0035027 ++-0042014 ++-0031025 ++-0039028 ++-0040013 ++-0030020 ++-0037017 ++-0034018 ++-0033030 ++-0027024 ++-0029020 ++-0038023 ++-0036020 ++-0028026 ++-0025024 ++-0023110 ++-0024033 ++-0042015 ++-0032021 ++-0031026 ++-0026024 ++-0041013 ++-0035028 ++-0039029 ++-0040014 ++-0030021 ++-0037018 ++-0033031 ++-0034019 ++-0028027 ++-0038024 ++-0027025 ++-0025025 ++-0029021 ++-0042016 ++-0031027 ++-0024034 ++-0036021 ++-0023111 ++-0032022 ++-0039030 ++-0040015 ++-0026025 ++-0037019 ++-0035029 ++-0041014 ++-0034020 ++-0028028 ++-0030022 ++-0033032 ++-0038025 ++-0025026 ++-0024035 ++-0031028 ++-0042017 ++-0027026 ++-0029022 ++-0040016 ++-0026026 ++-0039031 ++-0036022 ++-0032023 ++-0023112 ++-0041015 ++-0035030 ++-0030023 ++-0034021 ++-0038026 ++-0033033 ++-0037020 ++-0024036 ++-0028029 ++-0042018 ++-0025027 ++-0029023 ++-0027027 ++-0040017 ++-0031029 ++-0036023 ++-0032024 ++-0039032 ++-0041016 ++-0026027 ++-0034022 ++-0023113 ++-0030024 ++-0035031 ++-0038027 ++-0028030 ++-0024037 ++-0037021 ++-0033034 ++-0025028 ++-0027028 ++-0029024 ++-0042019 ++-0040018 ++-0036024 ++-0031030 ++-0039033 ++-0026028 ++-0032025 ++-0035032 ++-0041017 ++-0034023 ++-0033035 ++-0028031 ++-0038028 ++-0030025 ++-0023114 ++-0027029 ++-0024038 ++-0025029 ++-0037022 ++-0040019 ++-0029025 ++-0042020 ++-0031031 ++-0036025 ++-0039034 ++-0026029 ++-0032026 ++-0034024 ++-0041018 ++-0038029 ++-0033036 ++-0035033 ++-0024039 ++-0028032 ++-0023115 ++-0037023 ++-0042021 ++-0027030 ++-0040020 ++-0029026 ++-0025030 ++-0030026 ++-0031032 ++-0036026 ++-0039035 ++-0026030 ++-0032027 ++-0041019 ++-0034025 ++-0033037 ++-0024040 ++-0038030 ++-0035034 ++-0040021 ++-0037024 ++-0027031 ++-0031033 ++-0028033 ++-0029027 ++-0036027 ++-0039036 ++-0042022 ++-0030027 ++-0025031 ++-0023116 ++-0026031 ++-0034026 ++-0041020 ++-0033038 ++-0032028 ++-0024041 ++-0038031 ++-0040022 ++-0035035 ++-0037025 ++-0027032 ++-0031034 ++-0029028 ++-0036028 ++-0030028 ++-0042023 ++-0039037 ++-0028034 ++-0026032 ++-0025032 ++-0023117 ++-0033039 ++-0041021 ++-0032029 ++-0024042 ++-0034027 ++-0037026 ++-0031035 ++-0038032 ++-0027033 ++-0040023 ++-0035036 ++-0036029 ++-0029029 ++-0039038 ++-0028035 ++-0030029 ++-0025033 ++-0042024 ++-0041022 ++-0026033 ++-0024043 ++-0033040 ++-0032030 ++-0031036 ++-0037027 ++-0040024 ++-0027034 ++-0034028 ++-0023118 ++-0038033 ++-0035037 ++-0029030 ++-0028036 ++-0036030 ++-0039039 ++-0042025 ++-0024044 ++-0041023 ++-0025034 ++-0032031 ++-0030030 ++-0026034 ++-0033041 ++-0037028 ++-0034029 ++-0040025 ++-0038034 ++-0035038 ++-0031037 ++-0027035 ++-0023119 ++-0029031 ++-0040026 ++-0024045 ++-0028037 ++-0036031 ++-0032032 ++-0035039 ++-0041024 ++-0034030 ++-0042026 ++-0030031 ++-0026035 ++-0039040 ++-0031038 ++-0038035 ++-0037029 ++-0023120 ++-0033042 ++-0027036 ++-0025035 ++-0041025 ++-0033043 ++-0031039 ++-0036032 ++-0042027 ++-0037030 ++-0038036 ++-0025036 ++-0028038 ++-0034031 ++-0027037 ++-0035040 ++-0031040 ++-0024046 ++-0040027 ++-0030032 ++-0039041 ++-0041026 ++-0032033 ++-0023121 ++-0033044 ++-0029032 ++-0026036 ++-0042028 ++-0036033 ++-0037031 ++-0028039 ++-0038037 ++-0025037 ++-0034032 ++-0035041 ++-0027038 ++-0039042 ++-0032034 ++-0033045 ++-0023122 ++-0041027 ++-0042029 ++-0040028 ++-0026037 ++-0036034 ++-0029033 ++-0037032 ++-0038038 ++-0027039 ++-0039043 ++-0024047 ++-0033046 ++-0031041 ++-0030033 ++-0032035 ++-0025038 ++-0042030 ++-0041028 ++-0036035 ++-0023123 ++-0040029 ++-0035042 ++-0028040 ++-0029034 ++-0026038 ++-0033047 ++-0025039 ++-0031042 ++-0042031 ++-0041029 ++-0035043 ++-0036036 ++-0029035 ++-0023124 ++-0026039 ++-0040030 ++-0028041 ++-0042032 ++-0030034 ++-0034033 ++-0031043 ++-0037033 ++-0038039 ++-0024048 ++-0025040 ++-0039044 ++-0032036 ++-0036037 ++-0027040 ++-0035044 ++-0033048 ++-0041030 ++-0029036 ++-0026040 ++-0023125 ++-0040031 ++-0028042 ++-0042033 ++-0024049 ++-0034034 ++-0038040 ++-0030035 ++-0031044 ++-0037034 ++-0035045 ++-0032037 ++-0027041 ++-0033049 ++-0039045 ++-0025041 ++-0029037 ++-0036038 ++-0041031 ++-0026041 ++-0040032 ++-0023126 ++-0042034 ++-0038041 ++-0028043 ++-0030036 ++-0034035 ++-0031045 ++-0024050 ++-0037035 ++-0035046 ++-0032038 ++-0027042 ++-0041032 ++-0039046 ++-0036039 ++-0029038 ++-0040033 ++-0025042 ++-0033050 ++-0026042 ++-0034036 ++-0030037 ++-0031046 ++-0042035 ++-0038042 ++-0023127 ++-0039047 ++-0024051 ++-0025043 ++-0041033 ++-0037036 ++-0035047 ++-0026043 ++-0027043 ++-0036040 ++-0030038 ++-0028044 ++-0040034 ++-0033051 ++-0029039 ++-0032039 ++-0031047 ++-0038043 ++-0023128 ++-0034037 ++-0042036 ++-0039048 ++-0024052 ++-0027044 ++-0025044 ++-0041034 ++-0035048 ++-0026044 ++-0036041 ++-0029040 ++-0028045 ++-0040035 ++-0030039 ++-0037037 ++-0033052 ++-0027045 ++-0038044 ++-0034038 ++-0023129 ++-0031048 ++-0032040 ++-0039049 ++-0042037 ++-0024053 ++-0040036 ++-0034039 ++-0027046 ++-0028046 ++-0025045 ++-0035049 ++-0031049 ++-0039050 ++-0036042 ++-0038045 ++-0023130 ++-0041035 ++-0024054 ++-0037038 ++-0029041 ++-0026045 ++-0033053 ++-0032041 ++-0042038 ++-0030040 ++-0040037 ++-0034040 ++-0028047 ++-0027047 ++-0025046 ++-0042039 ++-0028048 ++-0030041 ++-0027048 ++-0023131 ++-0041036 ++-0040038 ++-0025047 ++-0024055 ++-0037039 ++-0030042 ++-0035050 ++-0027049 ++-0028049 ++-0042040 ++-0041037 ++-0031050 ++-0023132 ++-0029042 ++-0040039 ++-0024056 ++-0026046 ++-0025048 ++-0037040 ++-0039051 ++-0030043 ++-0033054 ++-0027050 ++-0032042 ++-0028050 ++-0041038 ++-0035051 ++-0040040 ++-0029043 ++-0036043 ++-0042041 ++-0031051 ++-0038046 ++-0024057 ++-0023133 ++-0026047 ++-0037041 ++-0034041 ++-0025049 ++-0039052 ++-0030044 ++-0033055 ++-0032043 ++-0027051 ++-0040041 ++-0028051 ++-0029044 ++-0035052 ++-0042042 ++-0041039 ++-0024058 ++-0036044 ++-0026048 ++-0031052 ++-0023134 ++-0034042 ++-0025050 ++-0037042 ++-0038047 ++-0030045 ++-0039053 ++-0033056 ++-0032044 ++-0027052 ++-0028052 ++-0040042 ++-0029045 ++-0035053 ++-0042043 ++-0024059 ++-0041040 ++-0036045 ++-0026049 ++-0025051 ++-0037043 ++-0030046 ++-0031053 ++-0033057 ++-0034043 ++-0039054 ++-0028053 ++-0038048 ++-0023135 ++-0032045 ++-0040043 ++-0029046 ++-0035054 ++-0042044 ++-0027053 ++-0024060 ++-0026050 ++-0041041 ++-0036046 ++-0033058 ++-0034044 ++-0025052 ++-0037044 ++-0038049 ++-0031054 ++-0028054 ++-0039055 ++-0030047 ++-0023136 ++-0035055 ++-0032046 ++-0042045 ++-0027054 ++-0024061 ++-0026051 ++-0040044 ++-0033059 ++-0025053 ++-0036047 ++-0042046 ++-0029047 ++-0041042 ++-0034045 ++-0032047 ++-0024062 ++-0039056 ++-0030048 ++-0038050 ++-0035056 ++-0026052 ++-0027055 ++-0023137 ++-0031055 ++-0037045 ++-0028055 ++-0040045 ++-0033060 ++-0026053 ++-0029048 ++-0041043 ++-0037046 ++-0027056 ++-0025054 ++-0042047 ++-0028056 ++-0033061 ++-0034046 ++-0031056 ++-0024063 ++-0032048 ++-0026054 ++-0036048 ++-0038051 ++-0040046 ++-0035057 ++-0023138 ++-0039057 ++-0030049 ++-0029049 ++-0041044 ++-0042048 ++-0037047 ++-0031057 ++-0027057 ++-0028057 ++-0025055 ++-0038052 ++-0040047 ++-0026055 ++-0033062 ++-0035058 ++-0034047 ++-0036049 ++-0024064 ++-0032049 ++-0023139 ++-0039058 ++-0030050 ++-0041045 ++-0029050 ++-0037048 ++-0031058 ++-0028058 ++-0027058 ++-0042049 ++-0035059 ++-0025056 ++-0024065 ++-0033063 ++-0036050 ++-0034048 ++-0040048 ++-0038053 ++-0032050 ++-0039059 ++-0030051 ++-0026056 ++-0023140 ++-0031059 ++-0029051 ++-0028059 ++-0037049 ++-0041046 ++-0027059 ++-0042050 ++-0035060 ++-0040049 ++-0033064 ++-0025057 ++-0039060 ++-0034049 ++-0024066 ++-0038054 ++-0030052 ++-0036051 ++-0032051 ++-0026057 ++-0029052 ++-0028060 ++-0031060 ++-0023141 ++-0037050 ++-0042051 ++-0041047 ++-0027060 ++-0035061 ++-0033065 ++-0040050 ++-0025058 ++-0034050 ++-0039061 ++-0036052 ++-0038055 ++-0024067 ++-0030053 ++-0031061 ++-0028061 ++-0026058 ++-0029053 ++-0037051 ++-0041048 ++-0032052 ++-0035062 ++-0027061 ++-0023142 ++-0033066 ++-0040051 ++-0034051 ++-0042052 ++-0025059 ++-0036053 ++-0039062 ++-0038056 ++-0030054 ++-0031062 ++-0028062 ++-0029054 ++-0026059 ++-0037052 ++-0024068 ++-0041049 ++-0032053 ++-0035063 ++-0027062 ++-0033067 ++-0025060 ++-0034052 ++-0042053 ++-0040052 ++-0023143 ++-0030055 ++-0031063 ++-0039063 ++-0036054 ++-0038057 ++-0029055 ++-0026060 ++-0032054 ++-0028063 ++-0037053 ++-0024069 ++-0027063 ++-0040053 ++-0032055 ++-0027064 ++-0035064 ++-0033068 ++-0026061 ++-0042054 ++-0024070 ++-0041050 ++-0034053 ++-0036055 ++-0027065 ++-0025061 ++-0032056 ++-0023144 ++-0037054 ++-0039064 ++-0040054 ++-0038058 ++-0028064 ++-0030056 ++-0031064 ++-0029056 ++-0035065 ++-0026062 ++-0033069 ++-0042055 ++-0034054 ++-0025062 ++-0024071 ++-0036056 ++-0032057 ++-0039065 ++-0041051 ++-0040055 ++-0027066 ++-0038059 ++-0028065 ++-0031065 ++-0037055 ++-0023145 ++-0035066 ++-0029057 ++-0026063 ++-0042056 ++-0033070 ++-0025063 ++-0040056 ++-0024072 ++-0030057 ++-0041052 ++-0034055 ++-0039066 ++-0036057 ++-0032058 ++-0037056 ++-0031066 ++-0027067 ++-0023146 ++-0038060 ++-0028066 ++-0035067 ++-0029058 ++-0042057 ++-0025064 ++-0026064 ++-0039067 ++-0040057 ++-0041053 ++-0024073 ++-0033071 ++-0037057 ++-0032059 ++-0027068 ++-0031067 ++-0030058 ++-0036058 ++-0038061 ++-0034056 ++-0023147 ++-0028067 ++-0033072 ++-0026065 ++-0029059 ++-0042058 ++-0024074 ++-0040058 ++-0035068 ++-0039068 ++-0036059 ++-0028068 ++-0025065 ++-0032060 ++-0041054 ++-0037058 ++-0027069 ++-0034057 ++-0023148 ++-0031068 ++-0030059 ++-0038062 ++-0033073 ++-0029060 ++-0026066 ++-0040059 ++-0024075 ++-0042059 ++-0039069 ++-0035069 ++-0037059 ++-0041055 ++-0027070 ++-0036060 ++-0032061 ++-0025066 ++-0034058 ++-0028069 ++-0031069 ++-0030060 ++-0038063 ++-0040060 ++-0026067 ++-0029061 ++-0023149 ++-0024076 ++-0033074 ++-0042060 ++-0035070 ++-0041056 ++-0027071 ++-0036061 ++-0040061 ++-0028070 ++-0025067 ++-0037060 ++-0039070 ++-0032062 ++-0029062 ++-0026068 ++-0034059 ++-0042061 ++-0031070 ++-0040062 ++-0038064 ++-0027072 ++-0024077 ++-0041057 ++-0030061 ++-0023150 ++-0036062 ++-0035071 ++-0028071 ++-0033075 ++-0032063 ++-0037061 ++-0025068 ++-0039071 ++-0029063 ++-0031071 ++-0034060 ++-0026069 ++-0040063 ++-0024078 ++-0029064 ++-0028072 ++-0042062 ++-0030062 ++-0041058 ++-0033076 ++-0036063 ++-0040064 ++-0034061 ++-0032064 ++-0039072 ++-0025069 ++-0037062 ++-0038065 ++-0023151 ++-0027073 ++-0035072 ++-0031072 ++-0026070 ++-0024079 ++-0028073 ++-0042063 ++-0029065 ++-0030063 ++-0036064 ++-0034062 ++-0032065 ++-0037063 ++-0041059 ++-0031073 ++-0040065 ++-0027074 ++-0033077 ++-0026071 ++-0039073 ++-0025070 ++-0035073 ++-0023152 ++-0038066 ++-0028074 ++-0029066 ++-0024080 ++-0034063 ++-0036065 ++-0042064 ++-0032066 ++-0037064 ++-0040066 ++-0031074 ++-0041060 ++-0039074 ++-0027075 ++-0030064 ++-0035074 ++-0025071 ++-0028075 ++-0033078 ++-0023153 ++-0038067 ++-0026072 ++-0029067 ++-0024081 ++-0036066 ++-0040067 ++-0032067 ++-0034064 ++-0042065 ++-0037065 ++-0031075 ++-0027076 ++-0035075 ++-0030065 ++-0041061 ++-0025072 ++-0039075 ++-0024082 ++-0029068 ++-0033079 ++-0023154 ++-0038068 ++-0028076 ++-0026073 ++-0040068 ++-0032068 ++-0036067 ++-0037066 ++-0034065 ++-0031076 ++-0042066 ++-0035076 ++-0027077 ++-0030066 ++-0024083 ++-0041062 ++-0025073 ++-0039076 ++-0029069 ++-0040069 ++-0028077 ++-0038069 ++-0036068 ++-0033080 ++-0023155 ++-0026074 ++-0032069 ++-0031077 ++-0034066 ++-0037067 ++-0024084 ++-0035077 ++-0030067 ++-0042067 ++-0041063 ++-0027078 ++-0039077 ++-0025074 ++-0036069 ++-0028078 ++-0033081 ++-0040070 ++-0029070 ++-0032070 ++-0038070 ++-0031078 ++-0034067 ++-0026075 ++-0024085 ++-0042068 ++-0035078 ++-0030068 ++-0041064 ++-0037068 ++-0039078 ++-0036070 ++-0027079 ++-0033082 ++-0025075 ++-0026076 ++-0040071 ++-0028079 ++-0029071 ++-0024086 ++-0039079 ++-0035079 ++-0030069 ++-0034068 ++-0025076 ++-0042069 ++-0043000 ++-0033083 ++-0030070 ++-0039080 ++-0038071 ++-0024087 ++-0031079 ++-0041065 ++-0026077 ++-0025077 ++-0032071 ++-0036071 ++-0039081 ++-0042070 ++-0035080 ++-0027080 ++-0040072 ++-0033084 ++-0043001 ++-0028080 ++-0029072 ++-0030071 ++-0034069 ++-0037069 ++-0024088 ++-0038072 ++-0031080 ++-0025078 ++-0041066 ++-0026078 ++-0036072 ++-0040073 ++-0027081 ++-0042071 ++-0039082 ++-0028081 ++-0032072 ++-0033085 ++-0035081 ++-0043002 ++-0037070 ++-0030072 ++-0024089 ++-0029073 ++-0034070 ++-0038073 ++-0041067 ++-0031081 ++-0025079 ++-0040074 ++-0027082 ++-0026079 ++-0028082 ++-0036073 ++-0042072 ++-0030073 ++-0039083 ++-0032073 ++-0037071 ++-0038074 ++-0033086 ++-0035082 ++-0029074 ++-0043003 ++-0041068 ++-0034071 ++-0024090 ++-0031082 ++-0040075 ++-0027083 ++-0042073 ++-0025080 ++-0036074 ++-0028083 ++-0032074 ++-0039084 ++-0026080 ++-0038075 ++-0030074 ++-0033087 ++-0037072 ++-0043004 ++-0024091 ++-0041069 ++-0035083 ++-0029075 ++-0031083 ++-0040076 ++-0032075 ++-0040077 ++-0042074 ++-0036075 ++-0034072 ++-0025081 ++-0024092 ++-0032076 ++-0037073 ++-0035084 ++-0028084 ++-0027084 ++-0030075 ++-0039085 ++-0031084 ++-0033088 ++-0038076 ++-0041070 ++-0029076 ++-0026081 ++-0043005 ++-0034073 ++-0040078 ++-0032077 ++-0042075 ++-0028085 ++-0039086 ++-0025082 ++-0035085 ++-0036076 ++-0038077 ++-0024093 ++-0040079 ++-0031085 ++-0030076 ++-0043006 ++-0027085 ++-0037074 ++-0041071 ++-0028086 ++-0033089 ++-0025083 ++-0026082 ++-0032078 ++-0029077 ++-0034074 ++-0035086 ++-0042076 ++-0039087 ++-0040080 ++-0038078 ++-0031086 ++-0024094 ++-0030077 ++-0043007 ++-0027086 ++-0036077 ++-0028087 ++-0032079 ++-0033090 ++-0037075 ++-0029078 ++-0041072 ++-0034075 ++-0035087 ++-0025084 ++-0026083 ++-0039088 ++-0042077 ++-0040081 ++-0031087 ++-0038079 ++-0030078 ++-0024095 ++-0043008 ++-0036078 ++-0027087 ++-0032080 ++-0033091 ++-0037076 ++-0028088 ++-0029079 ++-0041073 ++-0035088 ++-0042078 ++-0034076 ++-0025085 ++-0040082 ++-0039089 ++-0026084 ++-0031088 ++-0030079 ++-0024096 ++-0043009 ++-0038080 ++-0027088 ++-0033092 ++-0036079 ++-0032081 ++-0037077 ++-0028089 ++-0029080 ++-0042079 ++-0034077 ++-0040083 ++-0035089 ++-0041074 ++-0039090 ++-0025086 ++-0030080 ++-0026085 ++-0024097 ++-0031089 ++-0043010 ++-0033093 ++-0038081 ++-0032082 ++-0036080 ++-0029081 ++-0037078 ++-0042080 ++-0028090 ++-0040084 ++-0027089 ++-0039091 ++-0025087 ++-0041075 ++-0034078 ++-0030081 ++-0026086 ++-0035090 ++-0031090 ++-0043011 ++-0038082 ++-0029082 ++-0037079 ++-0042081 ++-0024098 ++-0032083 ++-0027090 ++-0033094 ++-0039092 ++-0025088 ++-0041076 ++-0036081 ++-0035091 ++-0034079 ++-0026087 ++-0038083 ++-0030082 ++-0031091 ++-0040085 ++-0043012 ++-0037080 ++-0028091 ++-0029083 ++-0027091 ++-0025089 ++-0041077 ++-0042082 ++-0034080 ++-0035092 ++-0039093 ++-0032084 ++-0033095 ++-0035093 ++-0042083 ++-0024099 ++-0040086 ++-0030083 ++-0034081 ++-0031092 ++-0026088 ++-0037081 ++-0036082 ++-0027092 ++-0043013 ++-0038084 ++-0033096 ++-0041078 ++-0040087 ++-0032085 ++-0028092 ++-0039094 ++-0029084 ++-0030084 ++-0025090 ++-0042084 ++-0035094 ++-0024100 ++-0037082 ++-0031093 ++-0027093 ++-0034082 ++-0036083 ++-0026089 ++-0043014 ++-0038085 ++-0033097 ++-0032086 ++-0041079 ++-0029085 ++-0039095 ++-0035095 ++-0040088 ++-0024101 ++-0030085 ++-0042085 ++-0025091 ++-0027094 ++-0043015 ++-0028093 ++-0034083 ++-0026090 ++-0037083 ++-0036084 ++-0031094 ++-0038086 ++-0033098 ++-0032087 ++-0041080 ++-0042086 ++-0024102 ++-0040089 ++-0027095 ++-0035096 ++-0039096 ++-0029086 ++-0043016 ++-0025092 ++-0030086 ++-0036085 ++-0034084 ++-0031095 ++-0038087 ++-0026091 ++-0028094 ++-0033099 ++-0037084 ++-0032088 ++-0042087 ++-0041081 ++-0035097 ++-0024103 ++-0043017 ++-0027096 ++-0040090 ++-0029087 ++-0030087 ++-0036086 ++-0025093 ++-0039097 ++-0038088 ++-0034085 ++-0031096 ++-0028095 ++-0033100 ++-0037085 ++-0026092 ++-0042088 ++-0041082 ++-0032089 ++-0024104 ++-0040091 ++-0043018 ++-0035098 ++-0029088 ++-0030088 ++-0027097 ++-0036087 ++-0025094 ++-0038089 ++-0034086 ++-0031097 ++-0028096 ++-0039098 ++-0037086 ++-0033101 ++-0042089 ++-0032090 ++-0026093 ++-0041083 ++-0024105 ++-0035099 ++-0029089 ++-0043019 ++-0040092 ++-0030089 ++-0036088 ++-0027098 ++-0031098 ++-0038090 ++-0025095 ++-0037087 ++-0028097 ++-0033102 ++-0032091 ++-0034087 ++-0042090 ++-0039099 ++-0024106 ++-0026094 ++-0040093 ++-0043020 ++-0029090 ++-0041084 ++-0035100 ++-0027099 ++-0031099 ++-0036089 ++-0030090 ++-0025096 ++-0028098 ++-0037088 ++-0032092 ++-0034088 ++-0038091 ++-0042091 ++-0024107 ++-0039100 ++-0033103 ++-0043021 ++-0040094 ++-0035101 ++-0026095 ++-0041085 ++-0031100 ++-0025097 ++-0030091 ++-0036090 ++-0034089 ++-0042092 ++-0027100 ++-0024108 ++-0028099 ++-0043022 ++-0029091 ++-0040095 ++-0037089 ++-0033104 ++-0038092 ++-0035102 ++-0041086 ++-0031101 ++-0026096 ++-0025098 ++-0039101 ++-0032093 ++-0030092 ++-0036091 ++-0042093 ++-0027101 ++-0024109 ++-0034090 ++-0040096 ++-0033105 ++-0043023 ++-0038093 ++-0035103 ++-0029092 ++-0028100 ++-0037090 ++-0032094 ++-0041087 ++-0031102 ++-0030093 ++-0026097 ++-0036092 ++-0039102 ++-0025099 ++-0027102 ++-0040097 ++-0034091 ++-0042094 ++-0024110 ++-0033106 ++-0035104 ++-0029093 ++-0037091 ++-0038094 ++-0032095 ++-0028101 ++-0041088 ++-0026098 ++-0043024 ++-0031103 ++-0036093 ++-0040098 ++-0025100 ++-0030094 ++-0039103 ++-0027103 ++-0042095 ++-0034092 ++-0033107 ++-0024111 ++-0029094 ++-0035105 ++-0037092 ++-0032096 ++-0038095 ++-0026099 ++-0041089 ++-0040099 ++-0036094 ++-0028102 ++-0031104 ++-0025101 ++-0043025 ++-0030095 ++-0034093 ++-0039104 ++-0042096 ++-0027104 ++-0033108 ++-0029095 ++-0037093 ++-0032097 ++-0038096 ++-0024112 ++-0026100 ++-0040100 ++-0035106 ++-0031105 ++-0041090 ++-0028103 ++-0036095 ++-0043026 ++-0030096 ++-0039105 ++-0025102 ++-0042097 ++-0034094 ++-0027105 ++-0029096 ++-0038097 ++-0037094 ++-0026101 ++-0024113 ++-0033109 ++-0040101 ++-0032098 ++-0035107 ++-0041091 ++-0031106 ++-0043027 ++-0028104 ++-0036096 ++-0025103 ++-0042098 ++-0034095 ++-0039106 ++-0027106 ++-0030097 ++-0038098 ++-0033110 ++-0029097 ++-0024114 ++-0040102 ++-0037095 ++-0032099 ++-0026102 ++-0035108 ++-0031107 ++-0043028 ++-0028105 ++-0041092 ++-0025104 ++-0034096 ++-0042099 ++-0036097 ++-0039107 ++-0027107 ++-0030098 ++-0033111 ++-0040103 ++-0029098 ++-0032100 ++-0038099 ++-0024115 ++-0037096 ++-0031108 ++-0026103 ++-0028106 ++-0035109 ++-0041093 ++-0034097 ++-0043029 ++-0042100 ++-0036098 ++-0030099 ++-0039108 ++-0025105 ++-0027108 ++-0029099 ++-0024116 ++-0040104 ++-0033112 ++-0026104 ++-0032101 ++-0037097 ++-0031109 ++-0028107 ++-0038100 ++-0034098 ++-0035110 ++-0041094 ++-0043030 ++-0042101 ++-0036099 ++-0039109 ++-0030100 ++-0025106 ++-0040105 ++-0029100 ++-0027109 ++-0024117 ++-0037098 ++-0026105 ++-0032102 ++-0033113 ++-0034099 ++-0031110 ++-0038101 ++-0035111 ++-0028108 ++-0030101 ++-0025107 ++-0036100 ++-0040106 ++-0042102 ++-0041095 ++-0029101 ++-0039110 ++-0037099 ++-0038102 ++-0033114 ++-0028109 ++-0031111 ++-0037100 ++-0038103 ++-0032103 ++-0027110 ++-0024118 ++-0042103 ++-0043031 ++-0026106 ++-0041096 ++-0030102 ++-0029102 ++-0034100 ++-0025108 ++-0039111 ++-0031112 ++-0040107 ++-0035112 ++-0036101 ++-0028110 ++-0042104 ++-0037101 ++-0033115 ++-0032104 ++-0026107 ++-0024119 ++-0030103 ++-0024120 ++-0041097 ++-0040108 ++-0028111 ++-0035113 ++-0029103 ++-0037102 ++-0038104 ++-0026108 ++-0039112 ++-0034101 ++-0025109 ++-0032105 ++-0031113 ++-0027111 ++-0043032 ++-0033116 ++-0042105 ++-0030104 ++-0024121 ++-0036102 ++-0028112 ++-0040109 ++-0035114 ++-0037103 ++-0038105 ++-0039113 ++-0032106 ++-0027112 ++-0042106 ++-0041098 ++-0028113 ++-0034102 ++-0043033 ++-0040110 ++-0025110 ++-0037104 ++-0039114 ++-0024122 ++-0032107 ++-0030105 ++-0035115 ++-0029104 ++-0033117 ++-0038106 ++-0036103 ++-0026109 ++-0031114 ++-0027113 ++-0041099 ++-0037105 ++-0040111 ++-0025111 ++-0043034 ++-0042107 ++-0027114 ++-0035116 ++-0038107 ++-0041100 ++-0036104 ++-0028114 ++-0039115 ++-0040112 ++-0025112 ++-0029105 ++-0042108 ++-0038108 ++-0037106 ++-0024123 ++-0031115 ++-0033118 ++-0035117 ++-0026110 ++-0043035 ++-0030106 ++-0036105 ++-0041101 ++-0027115 ++-0032108 ++-0025113 ++-0042109 ++-0039116 ++-0034103 ++-0029106 ++-0038109 ++-0036106 ++-0038110 ++-0028115 ++-0027116 ++-0027117 ++-0040113 ++-0025114 ++-0038111 ++-0032109 ++-0033119 ++-0026111 ++-0035118 ++-0041102 ++-0042110 ++-0037107 ++-0039117 ++-0024124 ++-0036107 ++-0038112 ++-0029107 ++-0032110 ++-0036108 ++-0027118 ++-0038113 ++-0025115 ++-0030107 ++-0030108 ++-0031116 ++-0040114 ++-0041103 ++-0039118 ++-0032111 ++-0043036 ++-0034104 ++-0026112 ++-0028116 ++-0024125 ++-0033120 ++-0029108 ++-0035119 ++-0038114 ++-0036109 ++-0027119 ++-0025116 ++-0037108 ++-0042111 ++-0040115 ++-0030109 ++-0041104 ++-0039119 ++-0043037 ++-0031117 ++-0028117 ++-0026113 ++-0034105 ++-0032112 ++-0024126 ++-0035120 ++-0038115 ++-0036110 ++-0027120 ++-0037109 ++-0033121 ++-0042112 ++-0040116 ++-0029109 ++-0025117 ++-0041105 ++-0043038 ++-0030110 ++-0031118 ++-0026114 ++-0034106 ++-0039120 ++-0024127 ++-0028118 ++-0035121 ++-0032113 ++-0036111 ++-0040117 ++-0037110 ++-0038116 ++-0033122 ++-0027121 ++-0029110 ++-0042113 ++-0025118 ++-0043039 ++-0030111 ++-0041106 ++-0039121 ++-0031119 ++-0024128 ++-0032114 ++-0040118 ++-0026115 ++-0034107 ++-0037111 ++-0036112 ++-0035122 ++-0028119 ++-0027122 ++-0033123 ++-0038117 ++-0042114 ++-0025119 ++-0029111 ++-0030112 ++-0039122 ++-0043040 ++-0040119 ++-0024129 ++-0026116 ++-0031120 ++-0041107 ++-0034108 ++-0037112 ++-0035123 ++-0036113 ++-0032115 ++-0028120 ++-0027123 ++-0038118 ++-0029112 ++-0042115 ++-0025120 ++-0033124 ++-0040120 ++-0030113 ++-0043041 ++-0024130 ++-0039123 ++-0032116 ++-0041108 ++-0029113 ++-0034109 ++-0031121 ++-0040121 ++-0037113 ++-0035124 ++-0036114 ++-0026117 ++-0028121 ++-0030114 ++-0033125 ++-0043042 ++-0042116 ++-0027124 ++-0038119 ++-0025121 ++-0024131 ++-0040122 ++-0039124 ++-0032117 ++-0041109 ++-0034110 ++-0028122 ++-0031122 ++-0037114 ++-0026118 ++-0042117 ++-0033126 ++-0043043 ++-0036115 ++-0035125 ++-0029114 ++-0040123 ++-0038120 ++-0032118 ++-0030115 ++-0027125 ++-0024132 ++-0031123 ++-0034111 ++-0041110 ++-0037115 ++-0025122 ++-0039125 ++-0028123 ++-0035126 ++-0042118 ++-0040124 ++-0033127 ++-0026119 ++-0043044 ++-0036116 ++-0027126 ++-0034112 ++-0037116 ++-0029115 ++-0041111 ++-0032119 ++-0025123 ++-0024133 ++-0042119 ++-0030116 ++-0031124 ++-0038121 ++-0028124 ++-0040125 ++-0033128 ++-0035127 ++-0034113 ++-0025124 ++-0024134 ++-0027127 ++-0032120 ++-0028125 ++-0042120 ++-0040126 ++-0039126 ++-0030117 ++-0043045 ++-0036117 ++-0029116 ++-0037117 ++-0031125 ++-0026120 ++-0034114 ++-0041112 ++-0025125 ++-0024135 ++-0038122 ++-0035128 ++-0040127 ++-0043046 ++-0034115 ++-0036118 ++-0039127 ++-0026121 ++-0037118 ++-0030118 ++-0033129 ++-0028126 ++-0029117 ++-0031126 ++-0042121 ++-0032121 ++-0041113 ++-0027128 ++-0040128 ++-0025126 ++-0038123 ++-0043047 ++-0036119 ++-0035129 ++-0034116 ++-0037119 ++-0026122 ++-0033130 ++-0024136 ++-0042122 ++-0029118 ++-0028127 ++-0041114 ++-0031127 ++-0027129 ++-0036120 ++-0039128 ++-0035130 ++-0037120 ++-0026123 ++-0032122 ++-0040129 ++-0038124 ++-0030119 ++-0042123 ++-0034117 ++-0025127 ++-0043048 ++-0029119 ++-0028128 ++-0027130 ++-0033131 ++-0024137 ++-0041115 ++-0031128 ++-0036121 ++-0040130 ++-0035131 ++-0042124 ++-0032123 ++-0026124 ++-0039129 ++-0033132 ++-0038125 ++-0034118 ++-0031129 ++-0043049 ++-0028129 ++-0041116 ++-0024138 ++-0040131 ++-0036122 ++-0035132 ++-0032124 ++-0039130 ++-0034119 ++-0031130 ++-0043050 ++-0040132 ++-0042125 ++-0041117 ++-0034120 ++-0031131 ++-0043051 ++-0035133 ++-0037121 ++-0026125 ++-0024139 ++-0032125 ++-0036123 ++-0038126 ++-0030120 ++-0025128 ++-0029120 ++-0041118 ++-0040133 ++-0042126 ++-0033133 ++-0031132 ++-0032126 ++-0041119 ++-0027131 ++-0028130 ++-0039131 ++-0029121 ++-0036124 ++-0043052 ++-0037122 ++-0024140 ++-0040134 ++-0035134 ++-0042127 ++-0033134 ++-0032127 ++-0031133 ++-0030121 ++-0027132 ++-0025129 ++-0028131 ++-0034121 ++-0026126 ++-0038127 ++-0036125 ++-0029122 ++-0037123 ++-0041120 ++-0039132 ++-0024141 ++-0035135 ++-0040135 ++-0033135 ++-0030122 ++-0031134 ++-0043053 ++-0042128 ++-0032128 ++-0027133 ++-0028132 ++-0034122 ++-0026127 ++-0025130 ++-0039133 ++-0038128 ++-0029123 ++-0037124 ++-0024142 ++-0036126 ++-0033136 ++-0031135 ++-0040136 ++-0043054 ++-0041121 ++-0035136 ++-0042129 ++-0030123 ++-0027134 ++-0032129 ++-0028133 ++-0034123 ++-0026128 ++-0038129 ++-0025131 ++-0039134 ++-0036127 ++-0033137 ++-0040137 ++-0031136 ++-0029124 ++-0041122 ++-0024143 ++-0037125 ++-0043055 ++-0032130 ++-0035137 ++-0027135 ++-0042130 ++-0028134 ++-0030124 ++-0026129 ++-0038130 ++-0034124 ++-0036128 ++-0025132 ++-0033138 ++-0031137 ++-0039135 ++-0041123 ++-0040138 ++-0029125 ++-0032131 ++-0035138 ++-0043056 ++-0042131 ++-0024144 ++-0037126 ++-0027136 ++-0030125 ++-0028135 ++-0026130 ++-0038131 ++-0036129 ++-0034125 ++-0040139 ++-0025133 ++-0039136 ++-0031138 ++-0033139 ++-0041124 ++-0029126 ++-0032132 ++-0035139 ++-0024145 ++-0037127 ++-0027137 ++-0030126 ++-0042132 ++-0043057 ++-0026131 ++-0028136 ++-0038132 ++-0036130 ++-0040140 ++-0039137 ++-0029127 ++-0034126 ++-0032133 ++-0025134 ++-0031139 ++-0041125 ++-0033140 ++-0035140 ++-0037128 ++-0027138 ++-0024146 ++-0030127 ++-0043058 ++-0028137 ++-0042133 ++-0038133 ++-0040141 ++-0029128 ++-0026132 ++-0039138 ++-0036131 ++-0034127 ++-0031140 ++-0025135 ++-0032134 ++-0035141 ++-0037129 ++-0027139 ++-0024147 ++-0033141 ++-0043059 ++-0041126 ++-0030128 ++-0042134 ++-0038134 ++-0039139 ++-0040142 ++-0028138 ++-0026133 ++-0034128 ++-0029129 ++-0031141 ++-0036132 ++-0025136 ++-0037130 ++-0035142 ++-0024148 ++-0043060 ++-0033142 ++-0032135 ++-0027140 ++-0038135 ++-0030129 ++-0039140 ++-0041127 ++-0028139 ++-0040143 ++-0042135 ++-0026134 ++-0034129 ++-0036133 ++-0031142 ++-0025137 ++-0037131 ++-0029130 ++-0043061 ++-0035143 ++-0033143 ++-0024149 ++-0032136 ++-0027141 ++-0040144 ++-0039141 ++-0038136 ++-0041128 ++-0028140 ++-0030130 ++-0026135 ++-0036134 ++-0031143 ++-0042136 ++-0025138 ++-0034130 ++-0037132 ++-0029131 ++-0043062 ++-0035144 ++-0024150 ++-0040145 ++-0032137 ++-0038137 ++-0033144 ++-0039142 ++-0027142 ++-0028141 ++-0026136 ++-0041129 ++-0036135 ++-0025139 ++-0030131 ++-0042137 ++-0037133 ++-0031144 ++-0043063 ++-0024151 ++-0034131 ++-0029132 ++-0040146 ++-0032138 ++-0033145 ++-0039143 ++-0035145 ++-0028142 ++-0041130 ++-0027143 ++-0038138 ++-0036136 ++-0026137 ++-0037134 ++-0030132 ++-0042138 ++-0025140 ++-0040147 ++-0031145 ++-0043064 ++-0024152 ++-0034132 ++-0028143 ++-0029133 ++-0032139 ++-0033146 ++-0041131 ++-0035146 ++-0039144 ++-0038139 ++-0036137 ++-0037135 ++-0026138 ++-0042139 ++-0030133 ++-0040148 ++-0025141 ++-0027144 ++-0031146 ++-0034133 ++-0032140 ++-0029134 ++-0043065 ++-0035147 ++-0024153 ++-0039145 ++-0028144 ++-0033147 ++-0038140 ++-0037136 ++-0036138 ++-0040149 ++-0041132 ++-0042140 ++-0027145 ++-0025142 ++-0026139 ++-0030134 ++-0034134 ++-0029135 ++-0031147 ++-0043066 ++-0033148 ++-0024154 ++-0037137 ++-0040150 ++-0031148 ++-0027146 ++-0028145 ++-0042141 ++-0025143 ++-0039146 ++-0032141 ++-0041133 ++-0035148 ++-0034135 ++-0036139 ++-0033149 ++-0030135 ++-0029136 ++-0040151 ++-0037138 ++-0038141 ++-0024155 ++-0043067 ++-0026140 ++-0031149 ++-0027147 ++-0028146 ++-0042142 ++-0025144 ++-0032142 ++-0035149 ++-0033150 ++-0040152 ++-0039147 ++-0034136 ++-0036140 ++-0030136 ++-0041134 ++-0029137 ++-0038142 ++-0043068 ++-0031150 ++-0037139 ++-0027148 ++-0026141 ++-0028147 ++-0042143 ++-0025145 ++-0040153 ++-0032143 ++-0035150 ++-0038143 ++-0037140 ++-0029138 ++-0033151 ++-0043069 ++-0039148 ++-0036141 ++-0031151 ++-0034137 ++-0041135 ++-0030137 ++-0028148 ++-0042144 ++-0027149 ++-0026142 ++-0025146 ++-0040154 ++-0032144 ++-0035151 ++-0038144 ++-0033152 ++-0037141 ++-0031152 ++-0039149 ++-0034138 ++-0029139 ++-0041136 ++-0043070 ++-0028149 ++-0036142 ++-0030138 ++-0027150 ++-0042145 ++-0044000 ++-0026143 ++-0040155 ++-0025147 ++-0038145 ++-0035152 ++-0032145 ++-0033153 ++-0029140 ++-0037142 ++-0041137 ++-0034139 ++-0039150 ++-0043071 ++-0031153 ++-0030139 ++-0027151 ++-0042146 ++-0044001 ++-0028150 ++-0036143 ++-0040156 ++-0035153 ++-0025148 ++-0026144 ++-0032146 ++-0033154 ++-0038146 ++-0041138 ++-0031154 ++-0043072 ++-0025149 ++-0041139 ++-0044002 ++-0037143 ++-0029141 ++-0039151 ++-0036144 ++-0026145 ++-0027152 ++-0042147 ++-0035154 ++-0030140 ++-0028151 ++-0031155 ++-0032147 ++-0034140 ++-0043073 ++-0038147 ++-0025150 ++-0041140 ++-0053000 ++-0029142 ++-0037144 ++-0039152 ++-0044003 ++-0035155 ++-0030141 ++-0026146 ++-0036145 ++-0028152 ++-0027153 ++-0042148 ++-0034141 ++-0032148 ++-0043074 ++-0041141 ++-0038148 ++-0031156 ++-0025151 ++-0029143 ++-0039153 ++-0060000 ++-0028153 ++-0025152 ++-0030142 ++-0037145 ++-0053001 ++-0026147 ++-0042149 ++-0038149 ++-0044004 ++-0036146 ++-0034142 ++-0027154 ++-0041142 ++-0031157 ++-0043075 ++-0032149 ++-0039154 ++-0041143 ++-0043076 ++-0029144 ++-0060001 ++-0028154 ++-0034143 ++-0025153 ++-0032150 ++-0027155 ++-0042150 ++-0044005 ++-0026148 ++-0030143 ++-0053002 ++-0039155 ++-0060002 ++-0038150 ++-0036147 ++-0037146 ++-0055000 ++-0041144 ++-0043077 ++-0028155 ++-0034144 ++-0029145 ++-0032151 ++-0025154 ++-0044006 ++-0042151 ++-0026149 ++-0051000 ++-0030144 ++-0060003 ++-0053003 ++-0051001 ++-0038151 ++-0043078 ++-0041145 ++-0055001 ++-0037147 ++-0032152 ++-0036148 ++-0029146 ++-0025155 ++-0060004 ++-0034145 ++-0044007 ++-0030145 ++-0051002 ++-0053004 ++-0026150 ++-0042152 ++-0038152 ++-0043079 ++-0047000 ++-0055002 ++-0037148 ++-0034146 ++-0041146 ++-0042153 ++-0030146 ++-0048000 ++-0036149 ++-0060005 ++-0029147 ++-0026151 ++-0032153 ++-0044008 ++-0053005 ++-0051003 ++-0059000 ++-0038153 ++-0043080 ++-0047001 ++-0037149 ++-0034147 ++-0055003 ++-0030147 ++-0041147 ++-0048001 ++-0026152 ++-0044009 ++-0032154 ++-0059001 ++-0051004 ++-0060006 ++-0042154 ++-0053006 ++-0036150 ++-0029148 ++-0038154 ++-0047002 ++-0043081 ++-0055004 ++-0034148 ++-0037150 ++-0030148 ++-0041148 ++-0044010 ++-0048002 ++-0032155 ++-0053007 ++-0059002 ++-0045000 ++-0060007 ++-0026153 ++-0051005 ++-0042155 ++-0036151 ++-0038155 ++-0029149 ++-0034149 ++-0055005 ++-0043082 ++-0030149 ++-0047003 ++-0044011 ++-0037151 ++-0048003 ++-0041149 ++-0053008 ++-0051006 ++-0060008 ++-0026154 ++-0029150 ++-0059003 ++-0034150 ++-0055006 ++-0043083 ++-0045001 ++-0030150 ++-0036152 ++-0038156 ++-0037152 ++-0047004 ++-0044012 ++-0048004 ++-0041150 ++-0053009 ++-0051007 ++-0026155 ++-0029151 ++-0043084 ++-0059004 ++-0060009 ++-0055007 ++-0045002 ++-0030151 ++-0037153 ++-0034151 ++-0048005 ++-0047005 ++-0044013 ++-0036153 ++-0053010 ++-0041151 ++-0051008 ++-0052000 ++-0026156 ++-0059005 ++-0045003 ++-0030152 ++-0036154 ++-0055008 ++-0052001 ++-0044014 ++-0047006 ++-0043085 ++-0034152 ++-0048006 ++-0037154 ++-0029152 ++-0051009 ++-0062000 ++-0053011 ++-0060010 ++-0041152 ++-0058000 ++-0059006 ++-0030153 ++-0045004 ++-0055009 ++-0036155 ++-0052002 ++-0043086 ++-0051010 ++-0048007 ++-0034153 ++-0044015 ++-0062001 ++-0047007 ++-0058001 ++-0029153 ++-0053012 ++-0041153 ++-0037155 ++-0059007 ++-0046000 ++-0060011 ++-0036156 ++-0052003 ++-0044016 ++-0055010 ++-0045005 ++-0043087 ++-0051011 ++-0030154 ++-0048008 ++-0029154 ++-0052004 ++-0055011 ++-0058002 ++-0047008 ++-0059008 ++-0053013 ++-0030155 ++-0034154 ++-0060012 ++-0062002 ++-0029155 ++-0041154 ++-0046001 ++-0051012 ++-0044017 ++-0052005 ++-0055012 ++-0048009 ++-0045006 ++-0043088 ++-0058003 ++-0053014 ++-0062003 ++-0047009 ++-0041155 ++-0059009 ++-0029156 ++-0030156 ++-0034155 ++-0044018 ++-0048010 ++-0052006 ++-0060013 ++-0046002 ++-0055013 ++-0051013 ++-0045007 ++-0043089 ++-0062004 ++-0057000 ++-0053015 ++-0047010 ++-0058004 ++-0060014 ++-0059010 ++-0048011 ++-0052007 ++-0056000 ++-0044019 ++-0045008 ++-0055014 ++-0046003 ++-0051014 ++-0043090 ++-0057001 ++-0062005 ++-0047011 ++-0053016 ++-0048012 ++-0058005 ++-0060015 ++-0056001 ++-0055015 ++-0045009 ++-0059011 ++-0052008 ++-0043091 ++-0044020 ++-0047012 ++-0057002 ++-0051015 ++-0062006 ++-0046004 ++-0053017 ++-0061000 ++-0049000 ++-0048013 ++-0054000 ++-0050000 ++-0058006 ++-0056002 ++-0060016 ++-0059012 ++-0052009 ++-0043092 ++-0055016 ++-0057003 ++-0045010 ++-0044021 ++-0062007 ++-0047013 ++-0061001 ++-0053018 ++-0051016 ++-0048014 ++-0054001 ++-0046005 ++-0049001 ++-0050001 ++-0056003 ++-0058007 ++-0052010 ++-0055017 ++-0059013 ++-0060017 ++-0062008 ++-0045011 ++-0047014 ++-0061002 ++-0053019 ++-0057004 ++-0044022 ++-0043093 ++-0051017 ++-0048015 ++-0049002 ++-0046006 ++-0058008 ++-0054002 ++-0050002 ++-0056004 ++-0052011 ++-0055018 ++-0059014 ++-0060018 ++-0062009 ++-0045012 ++-0061003 ++-0047015 ++-0044023 ++-0057005 ++-0053020 ++-0043094 ++-0051018 ++-0048016 ++-0049003 ++-0058009 ++-0054003 ++-0050003 ++-0046007 ++-0056005 ++-0052012 ++-0060019 ++-0059015 ++-0045013 ++-0061004 ++-0062010 ++-0053021 ++-0044024 ++-0047016 ++-0057006 ++-0043095 ++-0048017 ++-0058010 ++-0054004 ++-0049004 ++-0050004 ++-0051019 ++-0055019 ++-0052013 ++-0056006 ++-0046008 ++-0060020 ++-0059016 ++-0061005 ++-0062011 ++-0057007 ++-0044025 ++-0045014 ++-0047017 ++-0053022 ++-0054005 ++-0050005 ++-0058011 ++-0049005 ++-0043096 ++-0055020 ++-0048018 ++-0046009 ++-0051020 ++-0052014 ++-0059017 ++-0056007 ++-0060021 ++-0061006 ++-0047018 ++-0062012 ++-0045015 ++-0054006 ++-0044026 ++-0057008 ++-0050006 ++-0053023 ++-0043097 ++-0058012 ++-0048019 ++-0055021 ++-0049006 ++-0051021 ++-0059018 ++-0046010 ++-0052015 ++-0056008 ++-0047019 ++-0054007 ++-0062013 ++-0061007 ++-0045016 ++-0060022 ++-0053024 ++-0050007 ++-0044027 ++-0057009 ++-0050008 ++-0043098 ++-0049007 ++-0059019 ++-0046011 ++-0058013 ++-0054008 ++-0056009 ++-0055022 ++-0051022 ++-0048020 ++-0061008 ++-0052016 ++-0062014 ++-0044028 ++-0050009 ++-0047020 ++-0057010 ++-0053025 ++-0060023 ++-0045017 ++-0058014 ++-0051023 ++-0062015 ++-0046012 ++-0056010 ++-0054009 ++-0049008 ++-0053026 ++-0052017 ++-0059020 ++-0047021 ++-0057011 ++-0061009 ++-0055023 ++-0044029 ++-0060024 ++-0048021 ++-0043099 ++-0050010 ++-0045018 ++-0058015 ++-0046013 ++-0056011 ++-0051024 ++-0052018 ++-0053027 ++-0054010 ++-0047022 ++-0049009 ++-0059021 ++-0061010 ++-0062016 ++-0055024 ++-0044030 ++-0057012 ++-0060025 ++-0050011 ++-0048022 ++-0058016 ++-0043100 ++-0045019 ++-0046014 ++-0051025 ++-0056012 ++-0054011 ++-0047023 ++-0062017 ++-0061011 ++-0049010 ++-0044031 ++-0053028 ++-0057013 ++-0059022 ++-0052019 ++-0055025 ++-0050012 ++-0048023 ++-0043101 ++-0060026 ++-0058017 ++-0045020 ++-0046015 ++-0051026 ++-0056013 ++-0054012 ++-0047024 ++-0062018 ++-0053029 ++-0061012 ++-0049011 ++-0059023 ++-0052020 ++-0050013 ++-0060027 ++-0044032 ++-0048024 ++-0057014 ++-0043102 ++-0045021 ++-0058018 ++-0055026 ++-0046016 ++-0056014 ++-0051027 ++-0054013 ++-0062019 ++-0053030 ++-0047025 ++-0061013 ++-0052021 ++-0049012 ++-0048025 ++-0060028 ++-0059024 ++-0043103 ++-0055027 ++-0050014 ++-0044033 ++-0046017 ++-0051028 ++-0057015 ++-0054014 ++-0045022 ++-0058019 ++-0062020 ++-0056015 ++-0047026 ++-0053031 ++-0052022 ++-0061014 ++-0050015 ++-0048026 ++-0049013 ++-0062021 ++-0055028 ++-0059025 ++-0051029 ++-0045023 ++-0053032 ++-0052023 ++-0060029 ++-0057016 ++-0044034 ++-0043104 ++-0046018 ++-0061015 ++-0058020 ++-0050016 ++-0054015 ++-0047027 ++-0056016 ++-0048027 ++-0053033 ++-0062022 ++-0055029 ++-0045024 ++-0049014 ++-0043105 ++-0057017 ++-0060030 ++-0061016 ++-0051030 ++-0052024 ++-0044035 ++-0059026 ++-0050017 ++-0046019 ++-0047028 ++-0048028 ++-0056017 ++-0058021 ++-0053034 ++-0045025 ++-0062023 ++-0054016 ++-0055030 ++-0057018 ++-0049015 ++-0043106 ++-0044036 ++-0051031 ++-0060031 ++-0050018 ++-0061017 ++-0052025 ++-0046020 ++-0059027 ++-0048029 ++-0047029 ++-0056018 ++-0062024 ++-0053035 ++-0045026 ++-0058022 ++-0054017 ++-0049016 ++-0052026 ++-0057019 ++-0051032 ++-0060032 ++-0043107 ++-0055031 ++-0061018 ++-0056019 ++-0059028 ++-0053036 ++-0062025 ++-0048030 ++-0046021 ++-0044037 ++-0047030 ++-0058023 ++-0050019 ++-0045027 ++-0054018 ++-0057020 ++-0049017 ++-0052027 ++-0043108 ++-0051033 ++-0048031 ++-0062026 ++-0044038 ++-0061019 ++-0053037 ++-0049018 ++-0054019 ++-0056020 ++-0060033 ++-0046022 ++-0047031 ++-0059029 ++-0050020 ++-0055032 ++-0057021 ++-0058024 ++-0045028 ++-0043109 ++-0048032 ++-0052028 ++-0049019 ++-0044039 ++-0060034 ++-0054020 ++-0051034 ++-0047032 ++-0061020 ++-0050021 ++-0059030 ++-0046023 ++-0056021 ++-0062027 ++-0055033 ++-0053038 ++-0057022 ++-0058025 ++-0045029 ++-0043110 ++-0060035 ++-0048033 ++-0052029 ++-0044040 ++-0051035 ++-0047033 ++-0049020 ++-0061021 ++-0054021 ++-0062028 ++-0055034 ++-0045030 ++-0052030 ++-0043111 ++-0046024 ++-0060036 ++-0047034 ++-0053039 ++-0050022 ++-0048034 ++-0044041 ++-0049021 ++-0059031 ++-0054022 ++-0051036 ++-0062029 ++-0057023 ++-0061022 ++-0056022 ++-0055035 ++-0058026 ++-0045031 ++-0052031 ++-0043112 ++-0046025 ++-0047035 ++-0050023 ++-0060037 ++-0049022 ++-0044042 ++-0059032 ++-0056023 ++-0062030 ++-0053040 ++-0055036 ++-0048035 ++-0051037 ++-0058027 ++-0057024 ++-0052032 ++-0061023 ++-0045032 ++-0043113 ++-0046026 ++-0054023 ++-0047036 ++-0050024 ++-0049023 ++-0060038 ++-0044043 ++-0062031 ++-0059033 ++-0055037 ++-0048036 ++-0056024 ++-0058028 ++-0053041 ++-0051038 ++-0052033 ++-0057025 ++-0046027 ++-0045033 ++-0054024 ++-0043114 ++-0047037 ++-0061024 ++-0060039 ++-0049024 ++-0059034 ++-0050025 ++-0048037 ++-0055038 ++-0044044 ++-0062032 ++-0056025 ++-0051039 ++-0053042 ++-0058029 ++-0045034 ++-0046028 ++-0057026 ++-0052034 ++-0043115 ++-0054025 ++-0061025 ++-0049025 ++-0047038 ++-0048038 ++-0060040 ++-0059035 ++-0050026 ++-0055039 ++-0056026 ++-0051040 ++-0053043 ++-0044045 ++-0045035 ++-0062033 ++-0046029 ++-0057027 ++-0043116 ++-0047039 ++-0052035 ++-0058030 ++-0044046 ++-0062034 ++-0049026 ++-0061026 ++-0054026 ++-0058031 ++-0050027 ++-0045036 ++-0051041 ++-0059036 ++-0055040 ++-0060041 ++-0048039 ++-0046030 ++-0052036 ++-0056027 ++-0057028 ++-0062035 ++-0053044 ++-0047040 ++-0043117 ++-0044047 ++-0056028 ++-0061027 ++-0050028 ++-0058032 ++-0052037 ++-0054027 ++-0055041 ++-0045037 ++-0062036 ++-0059037 ++-0049027 ++-0046031 ++-0044048 ++-0048040 ++-0057029 ++-0043118 ++-0051042 ++-0053045 ++-0060042 ++-0047041 ++-0050029 ++-0056029 ++-0052038 ++-0058033 ++-0055042 ++-0059038 ++-0054028 ++-0061028 ++-0044049 ++-0057030 ++-0048041 ++-0049028 ++-0062037 ++-0046032 ++-0051043 ++-0053046 ++-0045038 ++-0043119 ++-0060043 ++-0056030 ++-0047042 ++-0052039 ++-0058034 ++-0050030 ++-0055043 ++-0059039 ++-0057031 ++-0054029 ++-0044050 ++-0051044 ++-0053047 ++-0061029 ++-0049029 ++-0062038 ++-0060044 ++-0048042 ++-0046033 ++-0047043 ++-0045039 ++-0052040 ++-0043120 ++-0056031 ++-0050031 ++-0059040 ++-0054030 ++-0057032 ++-0055044 ++-0058035 ++-0053048 ++-0051045 ++-0044051 ++-0060045 ++-0049030 ++-0061030 ++-0048043 ++-0052041 ++-0046034 ++-0047044 ++-0062039 ++-0045040 ++-0050032 ++-0054031 ++-0059041 ++-0056032 ++-0055045 ++-0057033 ++-0043121 ++-0058036 ++-0051046 ++-0053049 ++-0060046 ++-0049031 ++-0044052 ++-0052042 ++-0048044 ++-0045041 ++-0061031 ++-0047045 ++-0046035 ++-0056033 ++-0054032 ++-0055046 ++-0062040 ++-0057034 ++-0050033 ++-0058037 ++-0059042 ++-0051047 ++-0043122 ++-0060047 ++-0053050 ++-0044053 ++-0049032 ++-0045042 ++-0052043 ++-0048045 ++-0061032 ++-0047046 ++-0055047 ++-0054033 ++-0046036 ++-0051048 ++-0059043 ++-0056034 ++-0062041 ++-0043123 ++-0060048 ++-0050034 ++-0057035 ++-0053051 ++-0044054 ++-0052044 ++-0049033 ++-0058038 ++-0061033 ++-0055048 ++-0046037 ++-0045043 ++-0048046 ++-0047047 ++-0054034 ++-0056035 ++-0059044 ++-0060049 ++-0051049 ++-0050035 ++-0043124 ++-0062042 ++-0052045 ++-0044055 ++-0053052 ++-0058039 ++-0048047 ++-0055049 ++-0045044 ++-0049034 ++-0057036 ++-0054035 ++-0047048 ++-0046038 ++-0061034 ++-0056036 ++-0053053 ++-0051050 ++-0059045 ++-0043125 ++-0060050 ++-0052046 ++-0062043 ++-0058040 ++-0050036 ++-0048048 ++-0057037 ++-0045045 ++-0049035 ++-0044056 ++-0054036 ++-0046039 ++-0055050 ++-0047049 ++-0061035 ++-0056037 ++-0053054 ++-0051051 ++-0059046 ++-0062044 ++-0043126 ++-0052047 ++-0057038 ++-0060051 ++-0048049 ++-0058041 ++-0045046 ++-0044057 ++-0050037 ++-0046040 ++-0055051 ++-0061036 ++-0049036 ++-0054037 ++-0047050 ++-0059047 ++-0056038 ++-0053055 ++-0062045 ++-0051052 ++-0052048 ++-0060052 ++-0057039 ++-0043127 ++-0048050 ++-0058042 ++-0050038 ++-0046041 ++-0055052 ++-0045047 ++-0049037 ++-0047051 ++-0061037 ++-0059048 ++-0054038 ++-0056039 ++-0044058 ++-0053056 ++-0062046 ++-0052049 ++-0051053 ++-0060053 ++-0048051 ++-0047052 ++-0057040 ++-0043128 ++-0046042 ++-0055053 ++-0045048 ++-0058043 ++-0054039 ++-0049038 ++-0056040 ++-0050039 ++-0061038 ++-0044059 ++-0052050 ++-0051054 ++-0053057 ++-0059049 ++-0062047 ++-0048052 ++-0043129 ++-0047053 ++-0060054 ++-0046043 ++-0054040 ++-0045049 ++-0050040 ++-0055054 ++-0057041 ++-0053058 ++-0058044 ++-0056041 ++-0044060 ++-0061039 ++-0052051 ++-0049039 ++-0048053 ++-0062048 ++-0059050 ++-0051055 ++-0046044 ++-0043130 ++-0057042 ++-0060055 ++-0045050 ++-0054041 ++-0044061 ++-0055055 ++-0050041 ++-0047054 ++-0052052 ++-0053059 ++-0056042 ++-0049040 ++-0061040 ++-0058045 ++-0048054 ++-0051056 ++-0043131 ++-0062049 ++-0059051 ++-0046045 ++-0060056 ++-0054042 ++-0045051 ++-0055056 ++-0057043 ++-0044062 ++-0047055 ++-0052053 ++-0049041 ++-0053060 ++-0061041 ++-0050042 ++-0048055 ++-0056043 ++-0046046 ++-0043132 ++-0058046 ++-0062050 ++-0059052 ++-0060057 ++-0051057 ++-0054043 ++-0055057 ++-0045052 ++-0057044 ++-0047056 ++-0049042 ++-0052054 ++-0044063 ++-0061042 ++-0053061 ++-0043133 ++-0046047 ++-0056044 ++-0050043 ++-0048056 ++-0055058 ++-0058047 ++-0054044 ++-0059053 ++-0045053 ++-0060058 ++-0051058 ++-0047057 ++-0062051 ++-0057045 ++-0044064 ++-0052055 ++-0061043 ++-0056045 ++-0055059 ++-0048057 ++-0050044 ++-0049043 ++-0060059 ++-0047058 ++-0055060 ++-0059054 ++-0062052 ++-0056046 ++-0051059 ++-0061044 ++-0045054 ++-0043134 ++-0044065 ++-0054045 ++-0057046 ++-0046048 ++-0053062 ++-0058048 ++-0052056 ++-0049044 ++-0060060 ++-0050045 ++-0062053 ++-0048058 ++-0045055 ++-0059055 ++-0054046 ++-0061045 ++-0046049 ++-0057047 ++-0044066 ++-0052057 ++-0055061 ++-0043135 ++-0051060 ++-0053063 ++-0047059 ++-0058049 ++-0049045 ++-0056047 ++-0060061 ++-0050046 ++-0048059 ++-0059056 ++-0045056 ++-0054047 ++-0062054 ++-0046050 ++-0061046 ++-0049046 ++-0052058 ++-0044067 ++-0058050 ++-0043136 ++-0047060 ++-0057048 ++-0053064 ++-0051061 ++-0055062 ++-0056048 ++-0060062 ++-0050047 ++-0048060 ++-0043137 ++-0049047 ++-0052059 ++-0045057 ++-0054048 ++-0059057 ++-0046051 ++-0062055 ++-0058051 ++-0055063 ++-0050048 ++-0047061 ++-0051062 ++-0053065 ++-0060063 ++-0061047 ++-0048061 ++-0057049 ++-0056049 ++-0044068 ++-0043138 ++-0054049 ++-0046052 ++-0049048 ++-0058052 ++-0045058 ++-0062056 ++-0053066 ++-0052060 ++-0055064 ++-0051063 ++-0059058 ++-0048062 ++-0044069 ++-0060064 ++-0047062 ++-0061048 ++-0056050 ++-0057050 ++-0050049 ++-0046053 ++-0043139 ++-0045059 ++-0049049 ++-0058053 ++-0054050 ++-0052061 ++-0060065 ++-0053067 ++-0051064 ++-0055065 ++-0062057 ++-0061049 ++-0044070 ++-0047063 ++-0059059 ++-0046054 ++-0050050 ++-0045060 ++-0048063 ++-0057051 ++-0043140 ++-0056051 ++-0054051 ++-0049050 ++-0058054 ++-0051065 ++-0060066 ++-0052062 ++-0062058 ++-0061050 ++-0053068 ++-0047064 ++-0055066 ++-0044071 ++-0059060 ++-0056052 ++-0054052 ++-0057052 ++-0046055 ++-0048064 ++-0043141 ++-0045061 ++-0050051 ++-0049051 ++-0058055 ++-0051066 ++-0061051 ++-0052063 ++-0060067 ++-0062059 ++-0053069 ++-0047065 ++-0044072 ++-0055067 ++-0046056 ++-0059061 ++-0057053 ++-0056053 ++-0054053 ++-0049052 ++-0043142 ++-0061052 ++-0058056 ++-0045062 ++-0052064 ++-0051067 ++-0048065 ++-0053070 ++-0050052 ++-0062060 ++-0060068 ++-0057054 ++-0046057 ++-0047066 ++-0044073 ++-0059062 ++-0055068 ++-0054054 ++-0056054 ++-0049053 ++-0043143 ++-0045063 ++-0061053 ++-0052065 ++-0048066 ++-0059063 ++-0058057 ++-0060069 ++-0044074 ++-0046058 ++-0053071 ++-0056055 ++-0054055 ++-0055069 ++-0049054 ++-0043144 ++-0045064 ++-0052066 ++-0058058 ++-0060070 ++-0061054 ++-0043145 ++-0056056 ++-0048067 ++-0062061 ++-0051068 ++-0054056 ++-0050053 ++-0049055 ++-0044075 ++-0057055 ++-0053072 ++-0055070 ++-0052067 ++-0046059 ++-0059064 ++-0047067 ++-0045065 ++-0058059 ++-0060071 ++-0061055 ++-0043146 ++-0056057 ++-0054057 ++-0048068 ++-0062062 ++-0057056 ++-0044076 ++-0059065 ++-0050054 ++-0046060 ++-0053073 ++-0052068 ++-0051069 ++-0055071 ++-0045066 ++-0049056 ++-0047068 ++-0061056 ++-0060072 ++-0058060 ++-0048069 ++-0043147 ++-0056058 ++-0062063 ++-0059066 ++-0057057 ++-0044077 ++-0053074 ++-0054058 ++-0046061 ++-0051070 ++-0055072 ++-0052069 ++-0058061 ++-0043148 ++-0057058 ++-0049057 ++-0047069 ++-0050055 ++-0048070 ++-0045067 ++-0044078 ++-0062064 ++-0061057 ++-0056059 ++-0058062 ++-0060073 ++-0055073 ++-0046062 ++-0053075 ++-0052070 ++-0054059 ++-0059067 ++-0051071 ++-0047070 ++-0062065 ++-0057059 ++-0043149 ++-0048071 ++-0058063 ++-0049058 ++-0061058 ++-0050056 ++-0045068 ++-0046063 ++-0044079 ++-0060074 ++-0059068 ++-0055074 ++-0053076 ++-0056060 ++-0052071 ++-0051072 ++-0054060 ++-0062066 ++-0043150 ++-0047071 ++-0048072 ++-0057060 ++-0049059 ++-0058064 ++-0061059 ++-0050057 ++-0046064 ++-0045069 ++-0059069 ++-0044080 ++-0055075 ++-0060075 ++-0052072 ++-0054061 ++-0056061 ++-0062067 ++-0053077 ++-0047072 ++-0051073 ++-0043151 ++-0049060 ++-0048073 ++-0045070 ++-0057061 ++-0061060 ++-0046065 ++-0058065 ++-0050058 ++-0060076 ++-0059070 ++-0044081 ++-0055076 ++-0056062 ++-0052073 ++-0053078 ++-0054062 ++-0062068 ++-0043152 ++-0051074 ++-0047073 ++-0049061 ++-0048074 ++-0057062 ++-0046066 ++-0061061 ++-0045071 ++-0060077 ++-0050059 ++-0055077 ++-0058066 ++-0044082 ++-0053079 ++-0056063 ++-0059071 ++-0054063 ++-0052074 ++-0043153 ++-0062069 ++-0049062 ++-0047074 ++-0051075 ++-0048075 ++-0045072 ++-0057063 ++-0061062 ++-0060078 ++-0046067 ++-0055078 ++-0050060 ++-0044083 ++-0053080 ++-0056064 ++-0058067 ++-0052075 ++-0059072 ++-0049063 ++-0062070 ++-0051076 ++-0054064 ++-0043154 ++-0047075 ++-0061063 ++-0048076 ++-0055079 ++-0057064 ++-0050061 ++-0053081 ++-0046068 ++-0060079 ++-0044084 ++-0056065 ++-0058068 ++-0052076 ++-0059073 ++-0045073 ++-0049064 ++-0054065 ++-0055080 ++-0061064 ++-0057065 ++-0050062 ++-0051077 ++-0044085 ++-0047076 ++-0046069 ++-0060080 ++-0053082 ++-0043155 ++-0059074 ++-0054066 ++-0048077 ++-0056066 ++-0058069 ++-0049065 ++-0045074 ++-0055081 ++-0062071 ++-0047077 ++-0052077 ++-0046070 ++-0050063 ++-0051078 ++-0059075 ++-0044086 ++-0060081 ++-0057066 ++-0053083 ++-0061065 ++-0043156 ++-0047078 ++-0056067 ++-0052078 ++-0055082 ++-0062072 ++-0048078 ++-0049066 ++-0058070 ++-0046071 ++-0045075 ++-0051079 ++-0044087 ++-0054067 ++-0061066 ++-0060082 ++-0057067 ++-0050064 ++-0053084 ++-0052079 ++-0058071 ++-0055083 ++-0049067 ++-0062073 ++-0048079 ++-0047079 ++-0059076 ++-0046072 ++-0056068 ++-0045076 ++-0050065 ++-0051080 ++-0057068 ++-0061067 ++-0060083 ++-0054068 ++-0047080 ++-0048080 ++-0053085 ++-0046073 ++-0063000 ++-0060084 ++-0046074 ++-0052080 ++-0059077 ++-0044088 ++-0049068 ++-0062074 ++-0050066 ++-0058072 ++-0054069 ++-0061068 ++-0055084 ++-0047081 ++-0048081 ++-0056069 ++-0060085 ++-0059078 ++-0049069 ++-0050067 ++-0046075 ++-0063001 ++-0051081 ++-0055085 ++-0062075 ++-0061069 ++-0058073 ++-0044089 ++-0057069 ++-0045077 ++-0047082 ++-0053086 ++-0052081 ++-0048082 ++-0057070 ++-0054070 ++-0059079 ++-0050068 ++-0063002 ++-0045078 ++-0056070 ++-0058074 ++-0053087 ++-0046076 ++-0060086 ++-0057071 ++-0049070 ++-0062076 ++-0051082 ++-0044090 ++-0052082 ++-0061070 ++-0055086 ++-0047083 ++-0048083 ++-0054071 ++-0059080 ++-0056071 ++-0058075 ++-0046077 ++-0063003 ++-0050069 ++-0049071 ++-0057072 ++-0062077 ++-0045079 ++-0044091 ++-0051083 ++-0047084 ++-0061071 ++-0060087 ++-0053088 ++-0048084 ++-0052083 ++-0059081 ++-0054072 ++-0055087 ++-0056072 ++-0058076 ++-0046078 ++-0063004 ++-0049072 ++-0050070 ++-0062078 ++-0057073 ++-0044092 ++-0045080 ++-0047085 ++-0061072 ++-0051084 ++-0053089 ++-0048085 ++-0060088 ++-0052084 ++-0058077 ++-0054073 ++-0055088 ++-0059082 ++-0056073 ++-0046079 ++-0049073 ++-0050071 ++-0063005 ++-0045081 ++-0062079 ++-0057074 ++-0047086 ++-0044093 ++-0061073 ++-0051085 ++-0053090 ++-0055089 ++-0060089 ++-0052085 ++-0048086 ++-0059083 ++-0054074 ++-0046080 ++-0058078 ++-0056074 ++-0050072 ++-0049074 ++-0045082 ++-0062080 ++-0044094 ++-0047087 ++-0057075 ++-0051086 ++-0063006 ++-0061074 ++-0060090 ++-0048087 ++-0054075 ++-0053091 ++-0055090 ++-0056075 ++-0046081 ++-0044095 ++-0045083 ++-0049075 ++-0062081 ++-0061075 ++-0063007 ++-0053092 ++-0056076 ++-0052086 ++-0059084 ++-0057076 ++-0058079 ++-0050073 ++-0056077 ++-0051087 ++-0044096 ++-0048088 ++-0049076 ++-0047088 ++-0054076 ++-0045084 ++-0063008 ++-0055091 ++-0053093 ++-0046082 ++-0062082 ++-0060091 ++-0061076 ++-0052087 ++-0059085 ++-0058080 ++-0057077 ++-0056078 ++-0049077 ++-0047089 ++-0051088 ++-0048089 ++-0050074 ++-0045085 ++-0044097 ++-0046083 ++-0054077 ++-0053094 ++-0063009 ++-0062083 ++-0060092 ++-0055092 ++-0059086 ++-0056079 ++-0061077 ++-0057078 ++-0052088 ++-0058081 ++-0049078 ++-0048090 ++-0050075 ++-0047090 ++-0045086 ++-0051089 ++-0053095 ++-0046084 ++-0060093 ++-0054078 ++-0044098 ++-0055093 ++-0062084 ++-0063010 ++-0059087 ++-0056080 ++-0052089 ++-0057079 ++-0061078 ++-0049079 ++-0058082 ++-0048091 ++-0045087 ++-0051090 ++-0050076 ++-0047091 ++-0046085 ++-0063011 ++-0056081 ++-0057080 ++-0054079 ++-0053096 ++-0049080 ++-0060094 ++-0055094 ++-0044099 ++-0059088 ++-0061079 ++-0048092 ++-0045088 ++-0062085 ++-0058083 ++-0052090 ++-0051091 ++-0050077 ++-0047092 ++-0046086 ++-0056082 ++-0063012 ++-0049081 ++-0054080 ++-0053097 ++-0061080 ++-0057081 ++-0060095 ++-0052091 ++-0048093 ++-0058084 ++-0062086 ++-0055095 ++-0059089 ++-0044100 ++-0051092 ++-0050078 ++-0045089 ++-0047093 ++-0046087 ++-0063013 ++-0053098 ++-0049082 ++-0056083 ++-0057082 ++-0061081 ++-0054081 ++-0048094 ++-0060096 ++-0052092 ++-0055096 ++-0044101 ++-0062087 ++-0045090 ++-0051093 ++-0058085 ++-0059090 ++-0047094 ++-0063014 ++-0050079 ++-0046088 ++-0053099 ++-0056084 ++-0049083 ++-0054082 ++-0061082 ++-0048095 ++-0057083 ++-0052093 ++-0045091 ++-0060097 ++-0055097 ++-0062088 ++-0051094 ++-0058086 ++-0047095 ++-0044102 ++-0063015 ++-0059091 ++-0053100 ++-0050080 ++-0046089 ++-0054083 ++-0056085 ++-0049084 ++-0052094 ++-0060098 ++-0045092 ++-0048096 ++-0057084 ++-0061083 ++-0055098 ++-0058087 ++-0051095 ++-0062089 ++-0044103 ++-0047096 ++-0063016 ++-0059092 ++-0046090 ++-0054084 ++-0053101 ++-0050081 ++-0056086 ++-0049085 ++-0052095 ++-0045093 ++-0057085 ++-0060099 ++-0055099 ++-0062090 ++-0051096 ++-0048097 ++-0059093 ++-0058088 ++-0046091 ++-0061084 ++-0053102 ++-0044104 ++-0050082 ++-0047097 ++-0063017 ++-0049086 ++-0054085 ++-0056087 ++-0045094 ++-0052096 ++-0057086 ++-0055100 ++-0060100 ++-0062091 ++-0048098 ++-0046092 ++-0058089 ++-0053103 ++-0044105 ++-0061085 ++-0051097 ++-0059094 ++-0050083 ++-0063018 ++-0054086 ++-0057087 ++-0052097 ++-0049087 ++-0047098 ++-0056088 ++-0045095 ++-0062092 ++-0048099 ++-0055101 ++-0046093 ++-0060101 ++-0058090 ++-0053104 ++-0051098 ++-0063019 ++-0059095 ++-0044106 ++-0061086 ++-0054087 ++-0049088 ++-0050084 ++-0047099 ++-0056089 ++-0057088 ++-0052098 ++-0048100 ++-0046094 ++-0055102 ++-0045096 ++-0062093 ++-0058091 ++-0060102 ++-0051099 ++-0044107 ++-0053105 ++-0054088 ++-0059096 ++-0061087 ++-0050085 ++-0063020 ++-0049089 ++-0047100 ++-0052099 ++-0056090 ++-0045097 ++-0057089 ++-0046095 ++-0058092 ++-0048101 ++-0055103 ++-0062094 ++-0053106 ++-0060103 ++-0051100 ++-0044108 ++-0061088 ++-0054089 ++-0047101 ++-0059097 ++-0049090 ++-0063021 ++-0050086 ++-0057090 ++-0056091 ++-0045098 ++-0055104 ++-0052100 ++-0048102 ++-0062095 ++-0046096 ++-0053107 ++-0058093 ++-0051101 ++-0060104 ++-0047102 ++-0059098 ++-0054090 ++-0049091 ++-0061089 ++-0063022 ++-0057091 ++-0056092 ++-0052101 ++-0048103 ++-0062096 ++-0045099 ++-0053108 ++-0058094 ++-0055105 ++-0050087 ++-0054091 ++-0060105 ++-0056093 ++-0051102 ++-0049092 ++-0047103 ++-0061090 ++-0057092 ++-0046097 ++-0048104 ++-0055106 ++-0063023 ++-0059099 ++-0044109 ++-0062097 ++-0053109 ++-0052102 ++-0045100 ++-0058095 ++-0050088 ++-0054092 ++-0060106 ++-0051103 ++-0049093 ++-0056094 ++-0047104 ++-0057093 ++-0055107 ++-0061091 ++-0063024 ++-0044110 ++-0049094 ++-0053110 ++-0045101 ++-0051104 ++-0048105 ++-0049095 ++-0052103 ++-0060107 ++-0059100 ++-0055108 ++-0057094 ++-0063025 ++-0044111 ++-0059101 ++-0044112 ++-0055109 ++-0063026 ++-0052104 ++-0058096 ++-0062098 ++-0048106 ++-0053111 ++-0046098 ++-0047105 ++-0054093 ++-0051105 ++-0060108 ++-0056095 ++-0049096 ++-0050089 ++-0059102 ++-0044113 ++-0057095 ++-0055110 ++-0045102 ++-0061092 ++-0052105 ++-0063027 ++-0058097 ++-0062099 ++-0053112 ++-0054094 ++-0046099 ++-0048107 ++-0051106 ++-0047106 ++-0060109 ++-0056096 ++-0044114 ++-0050090 ++-0057096 ++-0059103 ++-0063028 ++-0052106 ++-0055111 ++-0049097 ++-0058098 ++-0045103 ++-0061093 ++-0062100 ++-0048108 ++-0054095 ++-0047107 ++-0051107 ++-0056097 ++-0053113 ++-0046100 ++-0057097 ++-0060110 ++-0044115 ++-0059104 ++-0050091 ++-0045104 ++-0052107 ++-0063029 ++-0055112 ++-0058099 ++-0061094 ++-0049098 ++-0062101 ++-0048109 ++-0054096 ++-0053114 ++-0056098 ++-0047108 ++-0057098 ++-0060111 ++-0051108 ++-0059105 ++-0044116 ++-0063030 ++-0046101 ++-0052108 ++-0050092 ++-0045105 ++-0055113 ++-0048110 ++-0058100 ++-0061095 ++-0062102 ++-0049099 ++-0053115 ++-0054097 ++-0056099 ++-0051109 ++-0047109 ++-0059106 ++-0044117 ++-0052109 ++-0060112 ++-0057099 ++-0063031 ++-0045106 ++-0050093 ++-0046102 ++-0055114 ++-0048111 ++-0061096 ++-0054098 ++-0056100 ++-0058101 ++-0049100 ++-0062103 ++-0053116 ++-0051110 ++-0047110 ++-0044118 ++-0059107 ++-0060113 ++-0048112 ++-0057100 ++-0046103 ++-0063032 ++-0052110 ++-0061097 ++-0050094 ++-0045107 ++-0055115 ++-0056101 ++-0044119 ++-0060114 ++-0048113 ++-0058102 ++-0047111 ++-0051111 ++-0054099 ++-0049101 ++-0053117 ++-0058103 ++-0063033 ++-0061098 ++-0057101 ++-0052111 ++-0045108 ++-0062104 ++-0059108 ++-0046104 ++-0050095 ++-0055116 ++-0047112 ++-0060115 ++-0044120 ++-0048114 ++-0056102 ++-0049102 ++-0054100 ++-0051112 ++-0053118 ++-0063034 ++-0061099 ++-0057102 ++-0058104 ++-0052112 ++-0062105 ++-0059109 ++-0046105 ++-0050096 ++-0045109 ++-0051113 ++-0057103 ++-0054101 ++-0053119 ++-0058105 ++-0047113 ++-0060116 ++-0052113 ++-0063035 ++-0045110 ++-0054102 ++-0044121 ++-0057104 ++-0051114 ++-0048115 ++-0053120 ++-0058106 ++-0060117 ++-0052114 ++-0047114 ++-0056103 ++-0062106 ++-0061100 ++-0049103 ++-0054103 ++-0063036 ++-0055117 ++-0059110 ++-0057105 ++-0044122 ++-0045111 ++-0048116 ++-0046106 ++-0050097 ++-0051115 ++-0053121 ++-0062107 ++-0052115 ++-0056104 ++-0058107 ++-0061101 ++-0060118 ++-0047115 ++-0049104 ++-0044123 ++-0045112 ++-0057106 ++-0050098 ++-0056105 ++-0053122 ++-0063037 ++-0052116 ++-0048117 ++-0055118 ++-0062108 ++-0059111 ++-0051116 ++-0058108 ++-0044124 ++-0049105 ++-0046107 ++-0047116 ++-0060119 ++-0057107 ++-0054104 ++-0045113 ++-0061102 ++-0050099 ++-0063038 ++-0056106 ++-0050100 ++-0055119 ++-0061103 ++-0057108 ++-0054105 ++-0049106 ++-0053123 ++-0060120 ++-0062109 ++-0058109 ++-0046108 ++-0052117 ++-0051117 ++-0047117 ++-0059112 ++-0045114 ++-0063039 ++-0044125 ++-0048118 ++-0050101 ++-0056107 ++-0055120 ++-0057109 ++-0060121 ++-0049107 ++-0061104 ++-0062110 ++-0046109 ++-0052118 ++-0054106 ++-0053124 ++-0063040 ++-0047118 ++-0045115 ++-0059113 ++-0044126 ++-0058110 ++-0051118 ++-0056108 ++-0050102 ++-0048119 ++-0055121 ++-0057110 ++-0060122 ++-0061105 ++-0052119 ++-0046110 ++-0062111 ++-0049108 ++-0054107 ++-0053125 ++-0047119 ++-0063041 ++-0045116 ++-0044127 ++-0056109 ++-0059114 ++-0050103 ++-0058111 ++-0051119 ++-0048120 ++-0057111 ++-0055122 ++-0061106 ++-0060123 ++-0062112 ++-0049109 ++-0053126 ++-0047120 ++-0054108 ++-0052120 ++-0046111 ++-0063042 ++-0045117 ++-0059115 ++-0044128 ++-0056110 ++-0050104 ++-0057112 ++-0051120 ++-0058112 ++-0048121 ++-0061107 ++-0055123 ++-0062113 ++-0049110 ++-0060124 ++-0053127 ++-0054109 ++-0046112 ++-0063043 ++-0045118 ++-0052121 ++-0044129 ++-0047121 ++-0059116 ++-0056111 ++-0057113 ++-0050105 ++-0058113 ++-0048122 ++-0049111 ++-0061108 ++-0053128 ++-0054110 ++-0055124 ++-0062114 ++-0046113 ++-0060125 ++-0051121 ++-0063044 ++-0045119 ++-0047122 ++-0044130 ++-0052122 ++-0056112 ++-0059117 ++-0048123 ++-0058114 ++-0050106 ++-0061109 ++-0054111 ++-0061110 ++-0060126 ++-0062115 ++-0049112 ++-0063045 ++-0055125 ++-0059118 ++-0053129 ++-0057114 ++-0044131 ++-0050107 ++-0054112 ++-0052123 ++-0047123 ++-0061111 ++-0045120 ++-0058115 ++-0046114 ++-0048124 ++-0056113 ++-0051122 ++-0060127 ++-0049113 ++-0063046 ++-0062116 ++-0050108 ++-0053130 ++-0055126 ++-0057115 ++-0059119 ++-0054113 ++-0044132 ++-0061112 ++-0045121 ++-0052124 ++-0047124 ++-0056114 ++-0058116 ++-0060128 ++-0048125 ++-0046115 ++-0049114 ++-0063047 ++-0051123 ++-0053131 ++-0062117 ++-0057116 ++-0050109 ++-0055127 ++-0054114 ++-0059120 ++-0044133 ++-0061113 ++-0045122 ++-0056115 ++-0052125 ++-0058117 ++-0060129 ++-0048126 ++-0051124 ++-0047125 ++-0049115 ++-0046116 ++-0062118 ++-0053132 ++-0054115 ++-0057117 ++-0063048 ++-0061114 ++-0050110 ++-0059121 ++-0055128 ++-0045123 ++-0044134 ++-0052126 ++-0058118 ++-0056116 ++-0047126 ++-0048127 ++-0051125 ++-0060130 ++-0062119 ++-0049116 ++-0057118 ++-0046117 ++-0053133 ++-0050111 ++-0061115 ++-0063049 ++-0054116 ++-0059122 ++-0045124 ++-0055129 ++-0052127 ++-0056117 ++-0058119 ++-0044135 ++-0051126 ++-0048128 ++-0049117 ++-0060131 ++-0057119 ++-0047127 ++-0046118 ++-0050112 ++-0054117 ++-0059123 ++-0062120 ++-0061116 ++-0063050 ++-0053134 ++-0052128 ++-0058120 ++-0055130 ++-0045125 ++-0056118 ++-0047128 ++-0044136 ++-0051127 ++-0048129 ++-0049118 ++-0046119 ++-0050113 ++-0057120 ++-0054118 ++-0059124 ++-0060132 ++-0062121 ++-0061117 ++-0052129 ++-0058121 ++-0053135 ++-0055131 ++-0063051 ++-0056119 ++-0045126 ++-0051128 ++-0047129 ++-0044137 ++-0046120 ++-0050114 ++-0049119 ++-0057121 ++-0048130 ++-0059125 ++-0054119 ++-0061118 ++-0053136 ++-0058122 ++-0060133 ++-0062122 ++-0052130 ++-0056120 ++-0055132 ++-0063052 ++-0051129 ++-0047130 ++-0044138 ++-0045127 ++-0050115 ++-0049120 ++-0048131 ++-0046121 ++-0057122 ++-0054120 ++-0061119 ++-0059126 ++-0053137 ++-0062123 ++-0060134 ++-0058123 ++-0055133 ++-0052131 ++-0056121 ++-0047131 ++-0044139 ++-0045128 ++-0063053 ++-0050116 ++-0051130 ++-0057123 ++-0048132 ++-0061120 ++-0049121 ++-0059127 ++-0054121 ++-0053138 ++-0046122 ++-0058124 ++-0055134 ++-0062124 ++-0060135 ++-0052132 ++-0047132 ++-0045129 ++-0050117 ++-0063054 ++-0056122 ++-0048133 ++-0044140 ++-0051131 ++-0049122 ++-0059128 ++-0061121 ++-0057124 ++-0046123 ++-0055135 ++-0062125 ++-0053139 ++-0058125 ++-0052133 ++-0060136 ++-0047133 ++-0063055 ++-0045130 ++-0059129 ++-0048134 ++-0056123 ++-0050118 ++-0044141 ++-0049123 ++-0051132 ++-0057125 ++-0046124 ++-0052134 ++-0061122 ++-0055136 ++-0054122 ++-0053140 ++-0058126 ++-0060137 ++-0062126 ++-0045131 ++-0059130 ++-0047134 ++-0063056 ++-0056124 ++-0048135 ++-0049124 ++-0044142 ++-0057126 ++-0046125 ++-0052135 ++-0050119 ++-0051133 ++-0058127 ++-0055137 ++-0054123 ++-0062127 ++-0045132 ++-0061123 ++-0060138 ++-0059131 ++-0053141 ++-0047135 ++-0053142 ++-0048136 ++-0044143 ++-0063057 ++-0056125 ++-0049125 ++-0059132 ++-0060139 ++-0052136 ++-0057127 ++-0058128 ++-0050120 ++-0062128 ++-0054124 ++-0061124 ++-0051134 ++-0055138 ++-0046126 ++-0053143 ++-0045133 ++-0048137 ++-0047136 ++-0044144 ++-0063058 ++-0056126 ++-0055139 ++-0049126 ++-0044145 ++-0053144 ++-0060140 ++-0046127 ++-0056127 ++-0059133 ++-0051135 ++-0061125 ++-0052137 ++-0050121 ++-0048138 ++-0054125 ++-0057128 ++-0058129 ++-0055140 ++-0047137 ++-0062129 ++-0063059 ++-0060141 ++-0053145 ++-0044146 ++-0046128 ++-0049127 ++-0051136 ++-0059134 ++-0052138 ++-0056128 ++-0050122 ++-0048139 ++-0061126 ++-0055141 ++-0054126 ++-0047138 ++-0058130 ++-0045134 ++-0057129 ++-0063060 ++-0060142 ++-0062130 ++-0053146 ++-0046129 ++-0044147 ++-0051137 ++-0049128 ++-0052139 ++-0050123 ++-0059135 ++-0056129 ++-0048140 ++-0061127 ++-0054127 ++-0045135 ++-0055142 ++-0057130 ++-0047139 ++-0058131 ++-0063061 ++-0053147 ++-0046130 ++-0060143 ++-0044148 ++-0049129 ++-0050124 ++-0062131 ++-0051138 ++-0052140 ++-0056130 ++-0054128 ++-0048141 ++-0059136 ++-0045136 ++-0061128 ++-0063062 ++-0053148 ++-0058132 ++-0057131 ++-0055143 ++-0047140 ++-0046131 ++-0044149 ++-0062132 ++-0060144 ++-0049130 ++-0050125 ++-0051139 ++-0056131 ++-0052141 ++-0048142 ++-0054129 ++-0058133 ++-0053149 ++-0045137 ++-0049131 ++-0060145 ++-0062133 ++-0061129 ++-0044150 ++-0046132 ++-0047141 ++-0057132 ++-0048143 ++-0056132 ++-0059137 ++-0063063 ++-0050126 ++-0051140 ++-0055144 ++-0052142 ++-0054130 ++-0058134 ++-0053150 ++-0062134 ++-0061130 ++-0045138 ++-0049132 ++-0057133 ++-0050127 ++-0051141 ++-0056133 ++-0046133 ++-0052143 ++-0060146 ++-0047142 ++-0054131 ++-0055145 ++-0044151 ++-0048144 ++-0063064 ++-0058135 ++-0059138 ++-0062135 ++-0061131 ++-0045139 ++-0050128 ++-0049133 ++-0057134 ++-0053151 ++-0046134 ++-0052144 ++-0056134 ++-0047143 ++-0055146 ++-0054132 ++-0060147 ++-0059139 ++-0051142 ++-0058136 ++-0063065 ++-0048145 ++-0061132 ++-0044152 ++-0062136 ++-0045140 ++-0049134 ++-0050129 ++-0046135 ++-0057135 ++-0047144 ++-0053152 ++-0052145 ++-0054133 ++-0060148 ++-0059140 ++-0056135 ++-0058137 ++-0061133 ++-0063066 ++-0055147 ++-0044153 ++-0051143 ++-0062137 ++-0045141 ++-0048146 ++-0057136 ++-0050130 ++-0046136 ++-0053153 ++-0049135 ++-0047145 ++-0052146 ++-0054134 ++-0060149 ++-0056136 ++-0061134 ++-0044154 ++-0063067 ++-0055148 ++-0059141 ++-0058138 ++-0046137 ++-0051144 ++-0062138 ++-0048147 ++-0057137 ++-0053154 ++-0047146 ++-0050131 ++-0045142 ++-0049136 ++-0060150 ++-0054135 ++-0052147 ++-0061135 ++-0063068 ++-0044155 ++-0055149 ++-0059142 ++-0062139 ++-0058139 ++-0056137 ++-0048148 ++-0057138 ++-0045143 ++-0050132 ++-0046138 ++-0051145 ++-0049137 ++-0054136 ++-0047147 ++-0061136 ++-0053155 ++-0052148 ++-0059143 ++-0060151 ++-0055150 ++-0063069 ++-0062140 ++-0048149 ++-0045144 ++-0058140 ++-0046139 ++-0050133 ++-0057139 ++-0056138 ++-0049138 ++-0051146 ++-0054137 ++-0047148 ++-0061137 ++-0063070 ++-0062141 ++-0045145 ++-0052149 ++-0059144 ++-0055151 ++-0048150 ++-0060152 ++-0058141 ++-0050134 ++-0057140 ++-0056139 ++-0049139 ++-0046140 ++-0047149 ++-0061138 ++-0054138 ++-0051147 ++-0064000 ++-0063071 ++-0060153 ++-0045146 ++-0048151 ++-0057141 ++-0058142 ++-0059145 ++-0057142 ++-0062142 ++-0054139 ++-0052150 ++-0061139 ++-0046141 ++-0060154 ++-0049140 ++-0050135 ++-0055152 ++-0047150 ++-0048152 ++-0064001 ++-0051148 ++-0056140 ++-0058143 ++-0063072 ++-0045147 ++-0059146 ++-0073000 ++-0062143 ++-0057143 ++-0052151 ++-0049141 ++-0060155 ++-0054140 ++-0050136 ++-0046142 ++-0047151 ++-0061140 ++-0056141 ++-0064002 ++-0063073 ++-0058144 ++-0048153 ++-0045148 ++-0055153 ++-0062144 ++-0057144 ++-0051149 ++-0059147 ++-0060156 ++-0073001 ++-0052152 ++-0049142 ++-0050137 ++-0047152 ++-0061141 ++-0054141 ++-0064003 ++-0046143 ++-0058145 ++-0062145 ++-0045149 ++-0063074 ++-0057145 ++-0056142 ++-0051150 ++-0059148 ++-0073002 ++-0055154 ++-0048154 ++-0050138 ++-0047153 ++-0061142 ++-0049143 ++-0046144 ++-0045150 ++-0062146 ++-0057146 ++-0063075 ++-0052153 ++-0058146 ++-0054142 ++-0051151 ++-0064004 ++-0056143 ++-0055155 ++-0047154 ++-0050139 ++-0059149 ++-0073003 ++-0049144 ++-0061143 ++-0045151 ++-0063076 ++-0046145 ++-0052154 ++-0062147 ++-0058147 ++-0051152 ++-0048155 ++-0054143 ++-0056144 ++-0064005 ++-0080000 ++-0049145 ++-0047155 ++-0050140 ++-0061144 ++-0057147 ++-0073004 ++-0059150 ++-0063077 ++-0045152 ++-0062148 ++-0046146 ++-0051153 ++-0058148 ++-0054144 ++-0056145 ++-0048156 ++-0080001 ++-0064006 ++-0049146 ++-0061145 ++-0050141 ++-0052155 ++-0063078 ++-0059151 ++-0047156 ++-0073005 ++-0045153 ++-0057148 ++-0046147 ++-0051154 ++-0058149 ++-0056146 ++-0075000 ++-0062149 ++-0080002 ++-0064007 ++-0054145 ++-0049147 ++-0063079 ++-0050142 ++-0061146 ++-0045154 ++-0052156 ++-0059152 ++-0073006 ++-0051155 ++-0056147 ++-0057149 ++-0046148 ++-0080003 ++-0058150 ++-0064008 ++-0062150 ++-0075001 ++-0049148 ++-0054146 ++-0050143 ++-0061147 ++-0063080 ++-0056148 ++-0059153 ++-0051156 ++-0045155 ++-0073007 ++-0046149 ++-0058151 ++-0064009 ++-0068000 ++-0080004 ++-0075002 ++-0049149 ++-0062151 ++-0057150 ++-0050144 ++-0061148 ++-0067000 ++-0063081 ++-0054147 ++-0073008 ++-0056149 ++-0046150 ++-0058152 ++-0059154 ++-0068001 ++-0075003 ++-0064010 ++-0057151 ++-0080005 ++-0062152 ++-0049150 ++-0063082 ++-0054148 ++-0072000 ++-0062153 ++-0050145 ++-0058153 ++-0068002 ++-0049151 ++-0080006 ++-0054149 ++-0050146 ++-0058154 ++-0067001 ++-0061149 ++-0057152 ++-0059155 ++-0065000 ++-0046151 ++-0068003 ++-0062154 ++-0064011 ++-0073009 ++-0056150 ++-0071000 ++-0080007 ++-0075004 ++-0063083 ++-0050147 ++-0072001 ++-0049152 ++-0067002 ++-0058155 ++-0065001 ++-0064012 ++-0061150 ++-0062155 ++-0068004 ++-0073010 ++-0057153 ++-0062156 ++-0063084 ++-0073011 ++-0075005 ++-0080008 ++-0068005 ++-0054150 ++-0056151 ++-0061151 ++-0050148 ++-0071001 ++-0049153 ++-0065002 ++-0046152 ++-0073012 ++-0067003 ++-0064013 ++-0068006 ++-0080009 ++-0072002 ++-0063085 ++-0057154 ++-0050149 ++-0054151 ++-0071002 ++-0065003 ++-0075006 ++-0067004 ++-0046153 ++-0068007 ++-0056152 ++-0049154 ++-0063086 ++-0065004 ++-0073013 ++-0080010 ++-0061152 ++-0064014 ++-0068008 ++-0056153 ++-0046154 ++-0057155 ++-0049155 ++-0078000 ++-0071003 ++-0079000 ++-0075007 ++-0072003 ++-0067005 ++-0063087 ++-0050150 ++-0073014 ++-0080011 ++-0054152 ++-0065005 ++-0075008 ++-0071004 ++-0063088 ++-0057156 ++-0068009 ++-0079001 ++-0064015 ++-0061153 ++-0046155 ++-0067006 ++-0082000 ++-0072004 ++-0056154 ++-0071005 ++-0054153 ++-0078001 ++-0073015 ++-0075009 ++-0050151 ++-0080012 ++-0065006 ++-0063089 ++-0072005 ++-0069000 ++-0067007 ++-0078002 ++-0061154 ++-0082001 ++-0056155 ++-0064016 ++-0065007 ++-0069001 ++-0056156 ++-0068010 ++-0072006 ++-0079002 ++-0046156 ++-0071006 ++-0061155 ++-0054154 ++-0064017 ++-0067008 ++-0080013 ++-0069002 ++-0063090 ++-0082002 ++-0078003 ++-0075010 ++-0054155 ++-0072007 ++-0063091 ++-0061156 ++-0065008 ++-0080014 ++-0068011 ++-0073016 ++-0050152 ++-0067009 ++-0078004 ++-0077000 ++-0064018 ++-0079003 ++-0069003 ++-0063092 ++-0072008 ++-0071007 ++-0080015 ++-0082003 ++-0050153 ++-0067010 ++-0065009 ++-0079004 ++-0078005 ++-0068012 ++-0064019 ++-0063093 ++-0050154 ++-0069004 ++-0075011 ++-0073017 ++-0071008 ++-0077001 ++-0082004 ++-0072009 ++-0080016 ++-0076000 ++-0063094 ++-0066000 ++-0068013 ++-0064020 ++-0079005 ++-0065010 ++-0067011 ++-0078006 ++-0071009 ++-0081000 ++-0069005 ++-0050155 ++-0082005 ++-0075012 ++-0066001 ++-0076001 ++-0063095 ++-0080017 ++-0064021 ++-0073018 ++-0078007 ++-0065011 ++-0077002 ++-0068014 ++-0072010 ++-0067012 ++-0082006 ++-0071010 ++-0079006 ++-0050156 ++-0081001 ++-0066002 ++-0067013 ++-0069006 ++-0073019 ++-0074000 ++-0063096 ++-0066003 ++-0081002 ++-0080018 ++-0064022 ++-0078008 ++-0068015 ++-0065012 ++-0082007 ++-0076002 ++-0071011 ++-0072011 ++-0075013 ++-0077003 ++-0069007 ++-0079007 ++-0063097 ++-0073020 ++-0067014 ++-0074001 ++-0071012 ++-0068016 ++-0069008 ++-0078009 ++-0080019 ++-0081003 ++-0066004 ++-0064023 ++-0082008 ++-0074002 ++-0073021 ++-0065013 ++-0067015 ++-0077004 ++-0063098 ++-0068017 ++-0076003 ++-0072012 ++-0069009 ++-0071013 ++-0079008 ++-0070000 ++-0066005 ++-0078010 ++-0075014 ++-0064024 ++-0074003 ++-0080020 ++-0073022 ++-0077005 ++-0065014 ++-0067016 ++-0079009 ++-0070001 ++-0082009 ++-0063099 ++-0072013 ++-0078011 ++-0076004 ++-0064025 ++-0066006 ++-0068018 ++-0073023 ++-0075015 ++-0070002 ++-0079010 ++-0071014 ++-0077006 ++-0082010 ++-0067017 ++-0063100 ++-0080021 ++-0069010 ++-0081004 ++-0065015 ++-0074004 ++-0078012 ++-0067018 ++-0080022 ++-0066007 ++-0076005 ++-0079011 ++-0072014 ++-0077007 ++-0082011 ++-0081005 ++-0074005 ++-0070003 ++-0075016 ++-0078013 ++-0066008 ++-0063101 ++-0065016 ++-0069011 ++-0064026 ++-0076006 ++-0071015 ++-0079012 ++-0081006 ++-0072015 ++-0067019 ++-0074006 ++-0077008 ++-0078014 ++-0070004 ++-0066009 ++-0063102 ++-0073024 ++-0071016 ++-0068019 ++-0080023 ++-0064027 ++-0065017 ++-0081007 ++-0076007 ++-0075017 ++-0067020 ++-0078015 ++-0077009 ++-0076008 ++-0067021 ++-0082012 ++-0072016 ++-0070005 ++-0066010 ++-0074007 ++-0071017 ++-0078016 ++-0079013 ++-0069012 ++-0073025 ++-0065018 ++-0081008 ++-0068020 ++-0080024 ++-0064028 ++-0075018 ++-0076009 ++-0063103 ++-0077010 ++-0067022 ++-0071018 ++-0074008 ++-0070006 ++-0072017 ++-0066011 ++-0068021 ++-0079014 ++-0081009 ++-0064029 ++-0078017 ++-0073026 ++-0082013 ++-0065019 ++-0069013 ++-0080025 ++-0075019 ++-0063104 ++-0077011 ++-0074009 ++-0067023 ++-0076010 ++-0071019 ++-0072018 ++-0070007 ++-0068022 ++-0081010 ++-0066012 ++-0078018 ++-0082014 ++-0064030 ++-0065020 ++-0073027 ++-0069014 ++-0079015 ++-0063105 ++-0080026 ++-0075020 ++-0074010 ++-0071020 ++-0067024 ++-0076011 ++-0070008 ++-0072019 ++-0078019 ++-0068023 ++-0066013 ++-0081011 ++-0069015 ++-0082015 ++-0073028 ++-0077012 ++-0079016 ++-0080027 ++-0075021 ++-0065021 ++-0064031 ++-0063106 ++-0074011 ++-0071021 ++-0067025 ++-0078020 ++-0070009 ++-0076012 ++-0081012 ++-0072020 ++-0068024 ++-0066014 ++-0080028 ++-0077013 ++-0075022 ++-0079017 ++-0069016 ++-0063107 ++-0065022 ++-0074012 ++-0078021 ++-0071022 ++-0067026 ++-0064032 ++-0073029 ++-0068025 ++-0082016 ++-0075023 ++-0081013 ++-0064033 ++-0066015 ++-0070010 ++-0063108 ++-0078022 ++-0076013 ++-0074013 ++-0072021 ++-0080029 ++-0068026 ++-0077014 ++-0071023 ++-0067027 ++-0079018 ++-0065023 ++-0073030 ++-0069017 ++-0082017 ++-0081014 ++-0076014 ++-0064034 ++-0078023 ++-0072022 ++-0075024 ++-0068027 ++-0080030 ++-0077015 ++-0074014 ++-0070011 ++-0063109 ++-0067028 ++-0071024 ++-0073031 ++-0066016 ++-0065024 ++-0079019 ++-0082018 ++-0069018 ++-0081015 ++-0076015 ++-0075025 ++-0072023 ++-0078024 ++-0080031 ++-0074015 ++-0064035 ++-0070012 ++-0067029 ++-0068028 ++-0077016 ++-0071025 ++-0066017 ++-0063110 ++-0082019 ++-0069019 ++-0065025 ++-0073032 ++-0081016 ++-0072024 ++-0075026 ++-0076016 ++-0078025 ++-0070013 ++-0079020 ++-0074016 ++-0067030 ++-0080032 ++-0077017 ++-0082020 ++-0065026 ++-0064036 ++-0066018 ++-0069020 ++-0063111 ++-0068029 ++-0081017 ++-0071026 ++-0073033 ++-0076017 ++-0072025 ++-0078026 ++-0075027 ++-0074017 ++-0070014 ++-0079021 ++-0082021 ++-0065027 ++-0064037 ++-0077018 ++-0080033 ++-0067031 ++-0066019 ++-0068030 ++-0063112 ++-0081018 ++-0069021 ++-0071027 ++-0076018 ++-0073034 ++-0075028 ++-0074018 ++-0072026 ++-0078027 ++-0079022 ++-0065028 ++-0064038 ++-0070015 ++-0077019 ++-0082022 ++-0067032 ++-0080034 ++-0081019 ++-0068031 ++-0071028 ++-0069022 ++-0078028 ++-0066020 ++-0063113 ++-0073035 ++-0076019 ++-0075029 ++-0072027 ++-0064039 ++-0065029 ++-0070016 ++-0074019 ++-0079023 ++-0077020 ++-0081020 ++-0080035 ++-0078029 ++-0067033 ++-0073036 ++-0066021 ++-0068032 ++-0069023 ++-0063114 ++-0082023 ++-0076020 ++-0072028 ++-0064040 ++-0070017 ++-0071029 ++-0075030 ++-0065030 ++-0081021 ++-0074020 ++-0080036 ++-0079024 ++-0078030 ++-0077021 ++-0067034 ++-0069024 ++-0063115 ++-0066022 ++-0064041 ++-0068033 ++-0073037 ++-0070018 ++-0072029 ++-0082024 ++-0075031 ++-0081022 ++-0071030 ++-0076021 ++-0065031 ++-0079025 ++-0078031 ++-0077022 ++-0074021 ++-0066023 ++-0063116 ++-0067035 ++-0080037 ++-0081023 ++-0073038 ++-0070019 ++-0082025 ++-0064042 ++-0075032 ++-0068034 ++-0072030 ++-0071031 ++-0076022 ++-0079026 ++-0065032 ++-0078032 ++-0074022 ++-0066024 ++-0063117 ++-0081024 ++-0080038 ++-0082026 ++-0069025 ++-0070020 ++-0075033 ++-0068035 ++-0072031 ++-0071032 ++-0073039 ++-0064043 ++-0079027 ++-0067036 ++-0076023 ++-0077023 ++-0078033 ++-0074023 ++-0066025 ++-0063118 ++-0065033 ++-0081025 ++-0080039 ++-0075034 ++-0070021 ++-0068036 ++-0069026 ++-0073040 ++-0072032 ++-0076024 ++-0079028 ++-0077024 ++-0082027 ++-0071033 ++-0064044 ++-0067037 ++-0078034 ++-0065034 ++-0080040 ++-0074024 ++-0066026 ++-0075035 ++-0063119 ++-0081026 ++-0070022 ++-0069027 ++-0073041 ++-0072033 ++-0068037 ++-0076025 ++-0077025 ++-0082028 ++-0064045 ++-0079029 ++-0065035 ++-0080041 ++-0071034 ++-0078035 ++-0067038 ++-0074025 ++-0075036 ++-0066027 ++-0081027 ++-0070023 ++-0063120 ++-0069028 ++-0068038 ++-0073042 ++-0072034 ++-0064046 ++-0082029 ++-0077026 ++-0076026 ++-0071035 ++-0079030 ++-0065036 ++-0080042 ++-0078036 ++-0067039 ++-0075037 ++-0081028 ++-0074026 ++-0066028 ++-0069029 ++-0063121 ++-0070024 ++-0068039 ++-0072035 ++-0082030 ++-0064047 ++-0073043 ++-0077027 ++-0078037 ++-0076027 ++-0079031 ++-0075038 ++-0066029 ++-0069030 ++-0080043 ++-0080044 ++-0074027 ++-0071036 ++-0068040 ++-0081029 ++-0076028 ++-0065037 ++-0067040 ++-0063122 ++-0070025 ++-0064048 ++-0082031 ++-0072036 ++-0075039 ++-0079032 ++-0078038 ++-0073044 ++-0069031 ++-0077028 ++-0066030 ++-0071037 ++-0064049 ++-0082032 ++-0068041 ++-0074028 ++-0072037 ++-0073045 ++-0079033 ++-0066031 ++-0080045 ++-0078039 ++-0076029 ++-0081030 ++-0070026 ++-0065038 ++-0067041 ++-0068042 ++-0075040 ++-0071038 ++-0069032 ++-0063123 ++-0064050 ++-0082033 ++-0077029 ++-0074029 ++-0080046 ++-0073046 ++-0072038 ++-0066032 ++-0079034 ++-0076030 ++-0067042 ++-0078040 ++-0069033 ++-0065039 ++-0064051 ++-0075041 ++-0080047 ++-0074030 ++-0063124 ++-0078041 ++-0076031 ++-0071039 ++-0070027 ++-0073047 ++-0064052 ++-0065040 ++-0069034 ++-0078042 ++-0075042 ++-0082034 ++-0080048 ++-0072039 ++-0067043 ++-0074031 ++-0068043 ++-0081031 ++-0079035 ++-0063125 ++-0066033 ++-0077030 ++-0076032 ++-0071040 ++-0078043 ++-0064053 ++-0065041 ++-0070028 ++-0074032 ++-0082035 ++-0068044 ++-0067044 ++-0069035 ++-0075043 ++-0066034 ++-0080049 ++-0072040 ++-0063126 ++-0073048 ++-0079036 ++-0081032 ++-0071041 ++-0064054 ++-0077031 ++-0074033 ++-0082036 ++-0069036 ++-0067045 ++-0080050 ++-0081033 ++-0076033 ++-0072041 ++-0065042 ++-0078044 ++-0075044 ++-0073049 ++-0070029 ++-0079037 ++-0071042 ++-0068045 ++-0074034 ++-0066035 ++-0069037 ++-0067046 ++-0063127 ++-0082037 ++-0080051 ++-0064055 ++-0072042 ++-0081034 ++-0076034 ++-0078045 ++-0077032 ++-0071043 ++-0073050 ++-0074035 ++-0070030 ++-0066036 ++-0068046 ++-0065043 ++-0064056 ++-0069038 ++-0063128 ++-0079038 ++-0067047 ++-0078046 ++-0081035 ++-0082038 ++-0072043 ++-0077033 ++-0076035 ++-0074036 ++-0073051 ++-0065044 ++-0064057 ++-0070031 ++-0068047 ++-0063129 ++-0079039 ++-0066037 ++-0072044 ++-0081036 ++-0067048 ++-0082039 ++-0080052 ++-0078047 ++-0076036 ++-0069039 ++-0077034 ++-0074037 ++-0071044 ++-0073052 ++-0065045 ++-0064058 ++-0070032 ++-0063130 ++-0079040 ++-0068048 ++-0066038 ++-0080053 ++-0076037 ++-0072045 ++-0078048 ++-0081037 ++-0071045 ++-0074038 ++-0082040 ++-0077035 ++-0069040 ++-0073053 ++-0064059 ++-0065046 ++-0079041 ++-0066039 ++-0063131 ++-0070033 ++-0072046 ++-0068049 ++-0080054 ++-0076038 ++-0074039 ++-0081038 ++-0078049 ++-0073054 ++-0067049 ++-0082041 ++-0077036 ++-0071046 ++-0069041 ++-0065047 ++-0064060 ++-0066040 ++-0072047 ++-0079042 ++-0076039 ++-0070034 ++-0063132 ++-0068050 ++-0078050 ++-0073055 ++-0081039 ++-0082042 ++-0077037 ++-0080055 ++-0074040 ++-0071047 ++-0064061 ++-0065048 ++-0069042 ++-0072048 ++-0079043 ++-0067050 ++-0076040 ++-0070035 ++-0078051 ++-0073056 ++-0066041 ++-0082043 ++-0077038 ++-0080056 ++-0068051 ++-0071048 ++-0063133 ++-0081040 ++-0064062 ++-0075045 ++-0067051 ++-0072049 ++-0065049 ++-0079044 ++-0078052 ++-0074041 ++-0073057 ++-0077039 ++-0076041 ++-0082044 ++-0070036 ++-0069043 ++-0068052 ++-0066042 ++-0080057 ++-0071049 ++-0072050 ++-0075046 ++-0067052 ++-0065050 ++-0081041 ++-0078053 ++-0064063 ++-0079045 ++-0074042 ++-0077040 ++-0063134 ++-0073058 ++-0070037 ++-0082045 ++-0076042 ++-0071050 ++-0069044 ++-0068053 ++-0067053 ++-0065051 ++-0080058 ++-0064064 ++-0066043 ++-0072051 ++-0075047 ++-0078054 ++-0079046 ++-0081042 ++-0073059 ++-0077041 ++-0070038 ++-0063135 ++-0074043 ++-0082046 ++-0069045 ++-0071051 ++-0068054 ++-0076043 ++-0065052 ++-0078055 ++-0067054 ++-0080059 ++-0072052 ++-0066044 ++-0075048 ++-0073060 ++-0077042 ++-0081043 ++-0079047 ++-0070039 ++-0082047 ++-0074044 ++-0071052 ++-0069046 ++-0064065 ++-0076044 ++-0072053 ++-0068055 ++-0067055 ++-0065053 ++-0066045 ++-0080060 ++-0075049 ++-0077043 ++-0073061 ++-0081044 ++-0074045 ++-0082048 ++-0079048 ++-0069047 ++-0071053 ++-0070040 ++-0064066 ++-0067056 ++-0063136 ++-0076045 ++-0066046 ++-0078056 ++-0072054 ++-0068056 ++-0077044 ++-0065054 ++-0080061 ++-0075050 ++-0074046 ++-0073062 ++-0079049 ++-0082049 ++-0071054 ++-0070041 ++-0069048 ++-0081045 ++-0063137 ++-0066047 ++-0074047 ++-0077045 ++-0064067 ++-0076046 ++-0065055 ++-0066048 ++-0072055 ++-0078057 ++-0067057 ++-0077046 ++-0068057 ++-0081046 ++-0075051 ++-0074048 ++-0073063 ++-0079050 ++-0071055 ++-0063138 ++-0080062 ++-0082050 ++-0070042 ++-0064068 ++-0069049 ++-0078058 ++-0067058 ++-0065056 ++-0066049 ++-0072056 ++-0077047 ++-0081047 ++-0076047 ++-0075052 ++-0079051 ++-0074049 ++-0063139 ++-0073064 ++-0070043 ++-0068058 ++-0080063 ++-0082051 ++-0071056 ++-0069050 ++-0064069 ++-0067059 ++-0078059 ++-0066050 ++-0077048 ++-0065057 ++-0074050 ++-0076048 ++-0081048 ++-0079052 ++-0068059 ++-0080064 ++-0070044 ++-0075053 ++-0072057 ++-0063140 ++-0082052 ++-0078060 ++-0069051 ++-0073065 ++-0064070 ++-0077049 ++-0066051 ++-0067060 ++-0071057 ++-0076049 ++-0074051 ++-0079053 ++-0080065 ++-0065058 ++-0075054 ++-0068060 ++-0082053 ++-0081049 ++-0070045 ++-0077050 ++-0063141 ++-0073066 ++-0069052 ++-0064071 ++-0066052 ++-0067061 ++-0071058 ++-0078061 ++-0072058 ++-0074052 ++-0076050 ++-0079054 ++-0075055 ++-0068061 ++-0082054 ++-0080066 ++-0070046 ++-0081050 ++-0064072 ++-0065059 ++-0073067 ++-0078062 ++-0066053 ++-0071059 ++-0067062 ++-0077051 ++-0072059 ++-0063142 ++-0074053 ++-0076051 ++-0069053 ++-0078063 ++-0074054 ++-0067063 ++-0066054 ++-0072060 ++-0071060 ++-0070047 ++-0073068 ++-0063143 ++-0082055 ++-0081051 ++-0080067 ++-0076052 ++-0079055 ++-0068062 ++-0064073 ++-0065060 ++-0075056 ++-0069054 ++-0077052 ++-0078064 ++-0070048 ++-0066055 ++-0063144 ++-0067064 ++-0081052 ++-0072061 ++-0074055 ++-0080068 ++-0073069 ++-0068063 ++-0076053 ++-0071061 ++-0079056 ++-0065061 ++-0078065 ++-0064074 ++-0069055 ++-0075057 ++-0082056 ++-0077053 ++-0070049 ++-0081053 ++-0072062 ++-0063145 ++-0067065 ++-0080069 ++-0073070 ++-0074056 ++-0079057 ++-0071062 ++-0066056 ++-0069056 ++-0076054 ++-0078066 ++-0075058 ++-0077054 ++-0068064 ++-0065062 ++-0082057 ++-0070050 ++-0064075 ++-0081054 ++-0072063 ++-0067066 ++-0063146 ++-0080070 ++-0073071 ++-0066057 ++-0071063 ++-0074057 ++-0075059 ++-0079058 ++-0069057 ++-0076055 ++-0078067 ++-0082058 ++-0070051 ++-0081055 ++-0068065 ++-0077055 ++-0064076 ++-0063147 ++-0065063 ++-0072064 ++-0080071 ++-0067067 ++-0073072 ++-0071064 ++-0066058 ++-0078068 ++-0076056 ++-0074058 ++-0082059 ++-0070052 ++-0079059 ++-0069058 ++-0075060 ++-0068066 ++-0081056 ++-0065064 ++-0080072 ++-0077056 ++-0063148 ++-0064077 ++-0067068 ++-0071065 ++-0066059 ++-0073073 ++-0079060 ++-0072065 ++-0076057 ++-0078069 ++-0067069 ++-0063149 ++-0082060 ++-0071066 ++-0066060 ++-0080073 ++-0074059 ++-0079061 ++-0065065 ++-0064078 ++-0068067 ++-0073074 ++-0077057 ++-0076058 ++-0069059 ++-0075061 ++-0072066 ++-0070053 ++-0080074 ++-0078070 ++-0081057 ++-0074060 ++-0064079 ++-0065066 ++-0069060 ++-0082061 ++-0067070 ++-0063150 ++-0066061 ++-0071067 ++-0080075 ++-0072067 ++-0075062 ++-0073075 ++-0079062 ++-0070054 ++-0068068 ++-0076059 ++-0077058 ++-0078071 ++-0074061 ++-0064080 ++-0065067 ++-0082062 ++-0069061 ++-0081058 ++-0063151 ++-0067071 ++-0073076 ++-0079063 ++-0076060 ++-0066062 ++-0071068 ++-0077059 ++-0074062 ++-0068069 ++-0070055 ++-0072068 ++-0080076 ++-0064081 ++-0065068 ++-0078072 ++-0075063 ++-0082063 ++-0081059 ++-0073077 ++-0063152 ++-0067072 ++-0076061 ++-0069062 ++-0066063 ++-0079064 ++-0068070 ++-0071069 ++-0072069 ++-0074063 ++-0080077 ++-0070056 ++-0064082 ++-0077060 ++-0078073 ++-0082064 ++-0065069 ++-0069063 ++-0075064 ++-0063153 ++-0081060 ++-0066064 ++-0067073 ++-0068071 ++-0073078 ++-0076062 ++-0080078 ++-0071070 ++-0072070 ++-0074064 ++-0064083 ++-0082065 ++-0078074 ++-0079065 ++-0077061 ++-0075065 ++-0065070 ++-0063154 ++-0069064 ++-0070057 ++-0081061 ++-0068072 ++-0066065 ++-0072071 ++-0071071 ++-0080079 ++-0073079 ++-0067074 ++-0064084 ++-0078075 ++-0076063 ++-0077062 ++-0074065 ++-0082066 ++-0079066 ++-0069065 ++-0075066 ++-0063155 ++-0070058 ++-0072072 ++-0071072 ++-0065071 ++-0080080 ++-0068073 ++-0066066 ++-0076064 ++-0081062 ++-0078076 ++-0079067 ++-0077063 ++-0067075 ++-0074066 ++-0069066 ++-0082067 ++-0071073 ++-0075067 ++-0070059 ++-0064085 ++-0063156 ++-0073080 ++-0072073 ++-0080081 ++-0065072 ++-0066067 ++-0077064 ++-0079068 ++-0074067 ++-0068074 ++-0076065 ++-0081063 ++-0078077 ++-0067076 ++-0069067 ++-0075068 ++-0082068 ++-0070060 ++-0072074 ++-0065073 ++-0080082 ++-0073081 ++-0064086 ++-0066068 ++-0068075 ++-0079069 ++-0071074 ++-0077065 ++-0074068 ++-0078078 ++-0067077 ++-0076066 ++-0069068 ++-0075069 ++-0082069 ++-0070061 ++-0072075 ++-0081064 ++-0065074 ++-0080083 ++-0068076 ++-0064087 ++-0079070 ++-0078079 ++-0073082 ++-0069069 ++-0071075 ++-0074069 ++-0075070 ++-0076067 ++-0067078 ++-0077066 ++-0082070 ++-0072076 ++-0065075 ++-0068077 ++-0064088 ++-0079071 ++-0081065 ++-0070062 ++-0083000 ++-0078080 ++-0080084 ++-0069070 ++-0073083 ++-0076068 ++-0075071 ++-0071076 ++-0074070 ++-0082071 ++-0067079 ++-0072077 ++-0077067 ++-0065076 ++-0068078 ++-0064089 ++-0079072 ++-0081066 ++-0078081 ++-0080085 ++-0070063 ++-0071077 ++-0069071 ++-0073084 ++-0076069 ++-0074071 ++-0075072 ++-0083001 ++-0072078 ++-0082072 ++-0077068 ++-0068079 ++-0064090 ++-0065077 ++-0078082 ++-0079073 ++-0080086 ++-0081067 ++-0069072 ++-0076070 ++-0071078 ++-0070064 ++-0067080 ++-0073085 ++-0074072 ++-0083002 ++-0082073 ++-0075073 ++-0068080 ++-0066069 ++-0077069 ++-0072079 ++-0065078 ++-0078083 ++-0064091 ++-0079074 ++-0081068 ++-0080087 ++-0070065 ++-0076071 ++-0073086 ++-0069073 ++-0067081 ++-0071079 ++-0074073 ++-0083003 ++-0075074 ++-0066070 ++-0082074 ++-0077070 ++-0068081 ++-0078084 ++-0081069 ++-0065079 ++-0064092 ++-0079075 ++-0076072 ++-0072080 ++-0073087 ++-0080088 ++-0067082 ++-0069074 ++-0075075 ++-0070066 ++-0071080 ++-0074074 ++-0078085 ++-0066071 ++-0068082 ++-0077071 ++-0082075 ++-0083004 ++-0076073 ++-0081070 ++-0072081 ++-0079076 ++-0073088 ++-0067083 ++-0065080 ++-0064093 ++-0071081 ++-0075076 ++-0070067 ++-0074075 ++-0066072 ++-0069075 ++-0068083 ++-0082076 ++-0077072 ++-0076074 ++-0064094 ++-0076075 ++-0078086 ++-0080089 ++-0073089 ++-0074076 ++-0067084 ++-0083005 ++-0069076 ++-0072082 ++-0082077 ++-0064095 ++-0079077 ++-0070068 ++-0081071 ++-0077073 ++-0065081 ++-0076076 ++-0066073 ++-0068084 ++-0071082 ++-0073090 ++-0083006 ++-0072083 ++-0067085 ++-0080090 ++-0075077 ++-0074077 ++-0081072 ++-0069077 ++-0070069 ++-0077074 ++-0078087 ++-0064096 ++-0066074 ++-0065082 ++-0082078 ++-0079078 ++-0068085 ++-0073091 ++-0071083 ++-0083007 ++-0076077 ++-0078088 ++-0067086 ++-0066075 ++-0072084 ++-0074078 ++-0076078 ++-0082079 ++-0075078 ++-0083008 ++-0070070 ++-0069078 ++-0071084 ++-0081073 ++-0065083 ++-0080091 ++-0077075 ++-0079079 ++-0073092 ++-0064097 ++-0078089 ++-0082080 ++-0069079 ++-0075079 ++-0076079 ++-0080092 ++-0072085 ++-0074079 ++-0083009 ++-0066076 ++-0065084 ++-0077076 ++-0067087 ++-0071085 ++-0081074 ++-0070071 ++-0068086 ++-0073093 ++-0079080 ++-0081075 ++-0066077 ++-0074080 ++-0080093 ++-0064098 ++-0069080 ++-0071086 ++-0076080 ++-0067088 ++-0072086 ++-0082081 ++-0068087 ++-0075080 ++-0070072 ++-0065085 ++-0077077 ++-0083010 ++-0073094 ++-0079081 ++-0078090 ++-0074081 ++-0080094 ++-0081076 ++-0064099 ++-0069081 ++-0072087 ++-0066078 ++-0067089 ++-0075081 ++-0083011 ++-0071087 ++-0082082 ++-0065086 ++-0077078 ++-0068088 ++-0076081 ++-0080095 ++-0073095 ++-0079082 ++-0070073 ++-0074082 ++-0081077 ++-0064100 ++-0067090 ++-0072088 ++-0078091 ++-0071088 ++-0075082 ++-0069082 ++-0083012 ++-0077079 ++-0082083 ++-0076082 ++-0065087 ++-0080096 ++-0068089 ++-0066079 ++-0074083 ++-0073096 ++-0070074 ++-0079083 ++-0067091 ++-0081078 ++-0072089 ++-0083013 ++-0064101 ++-0075083 ++-0071089 ++-0069083 ++-0078092 ++-0082084 ++-0080097 ++-0066080 ++-0068090 ++-0077080 ++-0076083 ++-0073097 ++-0070075 ++-0074084 ++-0079084 ++-0083014 ++-0065088 ++-0081079 ++-0064102 ++-0067092 ++-0078093 ++-0072090 ++-0075084 ++-0071090 ++-0069084 ++-0082085 ++-0068091 ++-0076084 ++-0066081 ++-0077081 ++-0079085 ++-0080098 ++-0074085 ++-0070076 ++-0081080 ++-0064103 ++-0073098 ++-0072091 ++-0078094 ++-0083015 ++-0065089 ++-0067093 ++-0071091 ++-0075085 ++-0069085 ++-0076085 ++-0068092 ++-0066082 ++-0082086 ++-0073099 ++-0072092 ++-0074086 ++-0079086 ++-0077082 ++-0078095 ++-0070077 ++-0065090 ++-0083016 ++-0080099 ++-0081081 ++-0071092 ++-0064104 ++-0067094 ++-0069086 ++-0068093 ++-0066083 ++-0076086 ++-0075086 ++-0073100 ++-0082087 ++-0072093 ++-0083017 ++-0078096 ++-0077083 ++-0079087 ++-0071093 ++-0069087 ++-0064105 ++-0067095 ++-0074087 ++-0065091 ++-0081082 ++-0068094 ++-0082088 ++-0075087 ++-0076087 ++-0066084 ++-0072094 ++-0083018 ++-0080100 ++-0070078 ++-0078097 ++-0079088 ++-0073101 ++-0071094 ++-0069088 ++-0064106 ++-0074088 ++-0065092 ++-0081083 ++-0067096 ++-0068095 ++-0077084 ++-0066085 ++-0080101 ++-0082089 ++-0070079 ++-0075088 ++-0073102 ++-0079089 ++-0076088 ++-0072095 ++-0083019 ++-0071095 ++-0069089 ++-0064107 ++-0078098 ++-0074089 ++-0067097 ++-0066086 ++-0077085 ++-0081084 ++-0065093 ++-0068096 ++-0070080 ++-0073103 ++-0082090 ++-0080102 ++-0079090 ++-0083020 ++-0078099 ++-0072096 ++-0069090 ++-0076089 ++-0075089 ++-0071096 ++-0067098 ++-0065094 ++-0074090 ++-0066087 ++-0064108 ++-0077086 ++-0081085 ++-0070081 ++-0082091 ++-0073104 ++-0078100 ++-0079091 ++-0068097 ++-0080103 ++-0072097 ++-0083021 ++-0069091 ++-0075090 ++-0076090 ++-0074091 ++-0067099 ++-0066088 ++-0071097 ++-0082092 ++-0077087 ++-0070082 ++-0065095 ++-0078101 ++-0079092 ++-0073105 ++-0081086 ++-0072098 ++-0080104 ++-0069092 ++-0083022 ++-0068098 ++-0076091 ++-0067100 ++-0075091 ++-0082093 ++-0071098 ++-0074092 ++-0070083 ++-0066089 ++-0065096 ++-0064109 ++-0078102 ++-0079093 ++-0080105 ++-0073106 ++-0072099 ++-0083023 ++-0076092 ++-0081087 ++-0077088 ++-0069093 ++-0068099 ++-0082094 ++-0075092 ++-0071099 ++-0065097 ++-0070084 ++-0078103 ++-0079094 ++-0066090 ++-0067101 ++-0080106 ++-0074093 ++-0064110 ++-0083024 ++-0073107 ++-0076093 ++-0069094 ++-0072100 ++-0077089 ++-0068100 ++-0082095 ++-0081088 ++-0075093 ++-0080107 ++-0071100 ++-0067102 ++-0078104 ++-0070085 ++-0065098 ++-0074094 ++-0066091 ++-0083025 ++-0073108 ++-0072101 ++-0079095 ++-0081089 ++-0082096 ++-0077090 ++-0076094 ++-0068101 ++-0069095 ++-0064111 ++-0075094 ++-0071101 ++-0078105 ++-0080108 ++-0067103 ++-0070086 ++-0074095 ++-0065099 ++-0066092 ++-0073109 ++-0083026 ++-0081090 ++-0076095 ++-0072102 ++-0079096 ++-0082097 ++-0068102 ++-0078106 ++-0069096 ++-0064112 ++-0075095 ++-0077091 ++-0070087 ++-0071102 ++-0066093 ++-0080109 ++-0067104 ++-0074096 ++-0081091 ++-0073110 ++-0083027 ++-0065100 ++-0068103 ++-0076096 ++-0078107 ++-0082098 ++-0072103 ++-0079097 ++-0064113 ++-0075096 ++-0070088 ++-0066094 ++-0069097 ++-0067105 ++-0080110 ++-0077092 ++-0081092 ++-0074097 ++-0071103 ++-0083028 ++-0073111 ++-0068104 ++-0065101 ++-0076097 ++-0082099 ++-0079098 ++-0072104 ++-0070089 ++-0074098 ++-0064114 ++-0080111 ++-0069098 ++-0081093 ++-0073112 ++-0066095 ++-0083029 ++-0078108 ++-0077093 ++-0071104 ++-0075097 ++-0067106 ++-0065102 ++-0076098 ++-0068105 ++-0072105 ++-0082100 ++-0074099 ++-0079099 ++-0081094 ++-0078109 ++-0066096 ++-0064115 ++-0070090 ++-0080112 ++-0073113 ++-0067107 ++-0076099 ++-0083030 ++-0075098 ++-0068106 ++-0077094 ++-0082101 ++-0081095 ++-0069099 ++-0067108 ++-0078110 ++-0072106 ++-0070091 ++-0075099 ++-0071105 ++-0083031 ++-0064116 ++-0069100 ++-0065103 ++-0074100 ++-0066097 ++-0079100 ++-0068107 ++-0080113 ++-0073114 ++-0081096 ++-0082102 ++-0076100 ++-0077095 ++-0067109 ++-0075100 ++-0070092 ++-0071106 ++-0083032 ++-0072107 ++-0078111 ++-0065104 ++-0074101 ++-0064117 ++-0066098 ++-0081097 ++-0076101 ++-0069101 ++-0079101 ++-0080114 ++-0073115 ++-0068108 ++-0077096 ++-0082103 ++-0067110 ++-0071107 ++-0075101 ++-0070093 ++-0078112 ++-0074102 ++-0083033 ++-0072108 ++-0081098 ++-0065105 ++-0079102 ++-0066099 ++-0080115 ++-0068109 ++-0076102 ++-0064118 ++-0073116 ++-0077097 ++-0082104 ++-0069102 ++-0078113 ++-0067111 ++-0070094 ++-0071108 ++-0074103 ++-0083034 ++-0072109 ++-0080116 ++-0066100 ++-0081099 ++-0079103 ++-0078114 ++-0073117 ++-0075102 ++-0082105 ++-0068110 ++-0064119 ++-0076103 ++-0077098 ++-0069103 ++-0067112 ++-0071109 ++-0070095 ++-0065106 ++-0066101 ++-0072110 ++-0074104 ++-0080117 ++-0083035 ++-0081100 ++-0079104 ++-0078115 ++-0064120 ++-0082106 ++-0073118 ++-0076104 ++-0075103 ++-0069104 ++-0067113 ++-0077099 ++-0065107 ++-0071110 ++-0070096 ++-0080118 ++-0068111 ++-0074105 ++-0075104 ++-0073119 ++-0064121 ++-0075105 ++-0078116 ++-0083036 ++-0072111 ++-0082107 ++-0066102 ++-0077100 ++-0073120 ++-0076105 ++-0070097 ++-0081101 ++-0079105 ++-0074106 ++-0080119 ++-0068112 ++-0065108 ++-0069105 ++-0071111 ++-0067114 ++-0078117 ++-0082108 ++-0072112 ++-0076106 ++-0083037 ++-0064122 ++-0081102 ++-0077101 ++-0075106 ++-0069106 ++-0080120 ++-0070098 ++-0065109 ++-0068113 ++-0079106 ++-0066103 ++-0073121 ++-0074107 ++-0067115 ++-0078118 ++-0071112 ++-0077102 ++-0065110 ++-0075107 ++-0064123 ++-0072113 ++-0076107 ++-0083038 ++-0073122 ++-0068114 ++-0081103 ++-0066104 ++-0079107 ++-0082109 ++-0070099 ++-0080121 ++-0069107 ++-0071113 ++-0064124 ++-0078119 ++-0074108 ++-0077103 ++-0065111 ++-0076108 ++-0067116 ++-0070100 ++-0069108 ++-0068115 ++-0081104 ++-0078120 ++-0072114 ++-0066105 ++-0082110 ++-0075108 ++-0067117 ++-0071114 ++-0065112 ++-0079108 ++-0080122 ++-0073123 ++-0083039 ++-0077104 ++-0074109 ++-0064125 ++-0081105 ++-0076109 ++-0066106 ++-0078121 ++-0080123 ++-0071115 ++-0068116 ++-0067118 ++-0075109 ++-0082111 ++-0069109 ++-0079109 ++-0072115 ++-0073124 ++-0065113 ++-0064126 ++-0083040 ++-0074110 ++-0076110 ++-0078122 ++-0070101 ++-0077105 ++-0081106 ++-0066107 ++-0080124 ++-0071116 ++-0069110 ++-0082112 ++-0067119 ++-0068117 ++-0075110 ++-0079110 ++-0072116 ++-0064127 ++-0070102 ++-0078123 ++-0077106 ++-0076111 ++-0065114 ++-0074111 ++-0081107 ++-0080125 ++-0083041 ++-0082113 ++-0069111 ++-0073125 ++-0068118 ++-0066108 ++-0071117 ++-0079111 ++-0074112 ++-0082114 ++-0071118 ++-0066109 ++-0077107 ++-0067120 ++-0064128 ++-0069112 ++-0073126 ++-0070103 ++-0075111 ++-0068119 ++-0076112 ++-0079112 ++-0065115 ++-0074113 ++-0072117 ++-0080126 ++-0081108 ++-0078124 ++-0064129 ++-0066110 ++-0083042 ++-0071119 ++-0082115 ++-0067121 ++-0073127 ++-0075112 ++-0079113 ++-0068120 ++-0069113 ++-0065116 ++-0074114 ++-0070104 ++-0076113 ++-0072118 ++-0078125 ++-0077108 ++-0064130 ++-0081109 ++-0083043 ++-0071120 ++-0066111 ++-0075113 ++-0080127 ++-0079114 ++-0068121 ++-0067122 ++-0078126 ++-0066112 ++-0068122 ++-0065117 ++-0077109 ++-0069114 ++-0072119 ++-0073128 ++-0064131 ++-0082116 ++-0076114 ++-0074115 ++-0067123 ++-0070105 ++-0080128 ++-0075114 ++-0079115 ++-0081110 ++-0066113 ++-0065118 ++-0071121 ++-0073129 ++-0066114 ++-0066115 ++-0072120 ++-0071122 ++-0076115 ++-0073130 ++-0078127 ++-0077110 ++-0083044 ++-0079116 ++-0075115 ++-0068123 ++-0064132 ++-0069115 ++-0070106 ++-0082117 ++-0081111 ++-0074116 ++-0080129 ++-0066116 ++-0067124 ++-0072121 ++-0079117 ++-0078128 ++-0083045 ++-0064133 ++-0071123 ++-0065119 ++-0076116 ++-0075116 ++-0069116 ++-0070107 ++-0082118 ++-0081112 ++-0068124 ++-0074117 ++-0080130 ++-0073131 ++-0077111 ++-0066117 ++-0072122 ++-0067125 ++-0079118 ++-0083046 ++-0064134 ++-0071124 ++-0078129 ++-0076117 ++-0075117 ++-0065120 ++-0081113 ++-0069117 ++-0082119 ++-0074118 ++-0070108 ++-0080131 ++-0068125 ++-0073132 ++-0072123 ++-0066118 ++-0077112 ++-0083047 ++-0067126 ++-0079119 ++-0078130 ++-0071125 ++-0075118 ++-0081114 ++-0064135 ++-0069118 ++-0074119 ++-0082120 ++-0065121 ++-0070109 ++-0080132 ++-0072124 ++-0076118 ++-0068126 ++-0066119 ++-0073133 ++-0077113 ++-0079120 ++-0067127 ++-0075119 ++-0083048 ++-0078131 ++-0071126 ++-0082121 ++-0074120 ++-0081115 ++-0080133 ++-0070110 ++-0069119 ++-0076119 ++-0065122 ++-0066120 ++-0064136 ++-0072125 ++-0068127 ++-0077114 ++-0067128 ++-0075120 ++-0078132 ++-0079121 ++-0073134 ++-0083049 ++-0082122 ++-0081116 ++-0080134 ++-0081117 ++-0066121 ++-0076120 ++-0078133 ++-0069120 ++-0079122 ++-0071127 ++-0068128 ++-0070111 ++-0072126 ++-0075121 ++-0074121 ++-0083050 ++-0064137 ++-0065123 ++-0082123 ++-0080135 ++-0077115 ++-0073135 ++-0067129 ++-0076121 ++-0079123 ++-0081118 ++-0066122 ++-0078134 ++-0071128 ++-0070112 ++-0064138 ++-0082124 ++-0072127 ++-0068129 ++-0083051 ++-0075122 ++-0080136 ++-0065124 ++-0073136 ++-0077116 ++-0074122 ++-0067130 ++-0076122 ++-0071129 ++-0078135 ++-0079124 ++-0070113 ++-0081119 ++-0064139 ++-0082125 ++-0068130 ++-0066123 ++-0069121 ++-0072128 ++-0067131 ++-0080137 ++-0083052 ++-0075123 ++-0076123 ++-0071130 ++-0077117 ++-0073137 ++-0065125 ++-0074123 ++-0070114 ++-0068131 ++-0082126 ++-0078136 ++-0069122 ++-0066124 ++-0081120 ++-0072129 ++-0080138 ++-0079125 ++-0083053 ++-0064140 ++-0075124 ++-0076124 ++-0067132 ++-0074124 ++-0071131 ++-0065126 ++-0068132 ++-0073138 ++-0070115 ++-0078137 ++-0077118 ++-0082127 ++-0066125 ++-0081121 ++-0069123 ++-0080139 ++-0072130 ++-0083054 ++-0079126 ++-0064141 ++-0071132 ++-0076125 ++-0070116 ++-0067133 ++-0068133 ++-0065127 ++-0075125 ++-0074125 ++-0081122 ++-0077119 ++-0080140 ++-0066126 ++-0069124 ++-0082128 ++-0072131 ++-0079127 ++-0073139 ++-0078138 ++-0083055 ++-0064142 ++-0071133 ++-0068134 ++-0076126 ++-0074126 ++-0075126 ++-0070117 ++-0067134 ++-0065128 ++-0072132 ++-0082129 ++-0077120 ++-0073140 ++-0079128 ++-0069125 ++-0066127 ++-0071134 ++-0083056 ++-0078139 ++-0072133 ++-0076127 ++-0068135 ++-0081123 ++-0067135 ++-0073141 ++-0064143 ++-0075127 ++-0070118 ++-0080141 ++-0082130 ++-0077121 ++-0065129 ++-0079129 ++-0074127 ++-0072134 ++-0069126 ++-0071135 ++-0066128 ++-0076128 ++-0068136 ++-0067136 ++-0081124 ++-0080142 ++-0070119 ++-0064144 ++-0078140 ++-0083057 ++-0073142 ++-0082131 ++-0075128 ++-0065130 ++-0077122 ++-0074128 ++-0072135 ++-0071136 ++-0079130 ++-0080143 ++-0069127 ++-0076129 ++-0064145 ++-0078141 ++-0082132 ++-0075129 ++-0081125 ++-0068137 ++-0083058 ++-0073143 ++-0070120 ++-0065131 ++-0067137 ++-0072136 ++-0074129 ++-0077123 ++-0080144 ++-0071137 ++-0066129 ++-0064146 ++-0082133 ++-0079131 ++-0069128 ++-0078142 ++-0076130 ++-0073144 ++-0065132 ++-0083059 ++-0068138 ++-0081126 ++-0070121 ++-0072137 ++-0067138 ++-0074130 ++-0077124 ++-0080145 ++-0064147 ++-0075130 ++-0082134 ++-0071138 ++-0066130 ++-0073145 ++-0069129 ++-0078143 ++-0065133 ++-0068139 ++-0083060 ++-0081127 ++-0079132 ++-0076131 ++-0074131 ++-0075131 ++-0081128 ++-0070122 ++-0071139 ++-0067139 ++-0077125 ++-0072138 ++-0064148 ++-0082135 ++-0083061 ++-0065134 ++-0079133 ++-0080146 ++-0068140 ++-0073146 ++-0069130 ++-0066131 ++-0078144 ++-0077126 ++-0067140 ++-0070123 ++-0075132 ++-0081129 ++-0076132 ++-0074132 ++-0072139 ++-0064149 ++-0083062 ++-0071140 ++-0082136 ++-0065135 ++-0080147 ++-0079134 ++-0066132 ++-0073147 ++-0068141 ++-0069131 ++-0076133 ++-0077127 ++-0070124 ++-0067141 ++-0078145 ++-0081130 ++-0075133 ++-0074133 ++-0064150 ++-0083063 ++-0065136 ++-0072140 ++-0079135 ++-0080148 ++-0071141 ++-0068142 ++-0076134 ++-0066133 ++-0082137 ++-0070125 ++-0081131 ++-0067142 ++-0073148 ++-0077128 ++-0069132 ++-0075134 ++-0064151 ++-0078146 ++-0074134 ++-0079136 ++-0083064 ++-0065137 ++-0072141 ++-0080149 ++-0071142 ++-0082138 ++-0076135 ++-0068143 ++-0073149 ++-0066134 ++-0067143 ++-0070126 ++-0064152 ++-0075135 ++-0069133 ++-0078147 ++-0077129 ++-0081132 ++-0079137 ++-0074135 ++-0072142 ++-0083065 ++-0082139 ++-0071143 ++-0068144 ++-0076136 ++-0080150 ++-0073150 ++-0066135 ++-0065138 ++-0064153 ++-0075136 ++-0069134 ++-0081133 ++-0070127 ++-0077130 ++-0079138 ++-0067144 ++-0072143 ++-0074136 ++-0066136 ++-0082140 ++-0068145 ++-0071144 ++-0065139 ++-0076137 ++-0064154 ++-0078148 ++-0080151 ++-0081134 ++-0075137 ++-0073151 ++-0070128 ++-0083066 ++-0067145 ++-0074137 ++-0069135 ++-0077131 ++-0079139 ++-0072144 ++-0071145 ++-0076138 ++-0064155 ++-0080152 ++-0068146 ++-0078149 ++-0065140 ++-0066137 ++-0082141 ++-0075138 ++-0073152 ++-0081135 ++-0083067 ++-0067146 ++-0074138 ++-0070129 ++-0072145 ++-0069136 ++-0071146 ++-0077132 ++-0079140 ++-0076139 ++-0068147 ++-0081136 ++-0082142 ++-0075139 ++-0073153 ++-0080153 ++-0066138 ++-0065141 ++-0078150 ++-0067147 ++-0083068 ++-0074139 ++-0072146 ++-0071147 ++-0070130 ++-0069137 ++-0077133 ++-0076140 ++-0082143 ++-0079141 ++-0081137 ++-0068148 ++-0078151 ++-0066139 ++-0065142 ++-0073154 ++-0075140 ++-0067148 ++-0072147 ++-0071148 ++-0074140 ++-0069138 ++-0083069 ++-0082144 ++-0079142 ++-0081138 ++-0084000 ++-0078152 ++-0077134 ++-0080154 ++-0070131 ++-0076141 ++-0065143 ++-0066140 ++-0075141 ++-0068149 ++-0067149 ++-0072148 ++-0073155 ++-0071149 ++-0069139 ++-0074141 ++-0079143 ++-0082145 ++-0084001 ++-0083070 ++-0077135 ++-0080155 ++-0078153 ++-0081139 ++-0066141 ++-0070132 ++-0068150 ++-0072149 ++-0069140 ++-0071150 ++-0075142 ++-0076142 ++-0079144 ++-0065144 ++-0084002 ++-0067150 ++-0074142 ++-0073156 ++-0078154 ++-0081140 ++-0080156 ++-0077136 ++-0083071 ++-0070133 ++-0082146 ++-0075143 ++-0068151 ++-0071151 ++-0069141 ++-0066142 ++-0072150 ++-0079145 ++-0076143 ++-0084003 ++-0074143 ++-0081141 ++-0067151 ++-0073157 ++-0065145 ++-0077137 ++-0083072 ++-0082147 ++-0078155 ++-0068152 ++-0070134 ++-0075144 ++-0072151 ++-0069142 ++-0071152 ++-0079146 ++-0076144 ++-0066143 ++-0084004 ++-0081142 ++-0073158 ++-0082148 ++-0078156 ++-0077138 ++-0065146 ++-0067152 ++-0083073 ++-0074144 ++-0070135 ++-0069143 ++-0068153 ++-0071153 ++-0076145 ++-0079147 ++-0075145 ++-0084005 ++-0081143 ++-0066144 ++-0072152 ++-0100000 ++-0077139 ++-0065147 ++-0082149 ++-0070136 ++-0069144 ++-0076146 ++-0067153 ++-0068154 ++-0074145 ++-0083074 ++-0075146 ++-0079148 ++-0081144 ++-0071154 ++-0077140 ++-0066145 ++-0070137 ++-0072153 ++-0100001 ++-0069145 ++-0076147 ++-0065148 ++-0075147 ++-0079149 ++-0068155 ++-0081145 ++-0071155 ++-0084006 ++-0082150 ++-0067154 ++-0074146 ++-0070138 ++-0083075 ++-0066146 ++-0093000 ++-0069146 ++-0077141 ++-0072154 ++-0100002 ++-0076148 ++-0065149 ++-0081146 ++-0098000 ++-0079150 ++-0068156 ++-0071156 ++-0074147 ++-0066147 ++-0077142 ++-0067155 ++-0070139 ++-0084007 ++-0069147 ++-0083076 ++-0075148 ++-0072155 ++-0082151 ++-0093001 ++-0100003 ++-0076149 ++-0079151 ++-0081147 ++-0098001 ++-0065150 ++-0074148 ++-0082152 ++-0093002 ++-0083077 ++-0079152 ++-0100004 ++-0072156 ++-0077143 ++-0075149 ++-0076150 ++-0066148 ++-0070140 ++-0069148 ++-0084008 ++-0081148 ++-0065151 ++-0074149 ++-0098002 ++-0083078 ++-0079153 ++-0093003 ++-0075150 ++-0066149 ++-0076151 ++-0088000 ++-0070141 ++-0100005 ++-0082153 ++-0069149 ++-0077144 ++-0065152 ++-0098003 ++-0081149 ++-0084009 ++-0091000 ++-0074150 ++-0079154 ++-0083079 ++-0066150 ++-0093004 ++-0075151 ++-0070142 ++-0088001 ++-0100006 ++-0076152 ++-0069150 ++-0082154 ++-0065153 ++-0081150 ++-0084010 ++-0074151 ++-0098004 ++-0092000 ++-0077145 ++-0079155 ++-0083080 ++-0091001 ++-0093005 ++-0066151 ++-0075152 ++-0065154 ++-0081151 ++-0092001 ++-0092002 ++-0066152 ++-0077146 ++-0088002 ++-0082155 ++-0087000 ++-0075153 ++-0076153 ++-0070143 ++-0093006 ++-0069151 ++-0100007 ++-0084011 ++-0065155 ++-0091002 ++-0074152 ++-0079156 ++-0098005 ++-0092003 ++-0083081 ++-0081152 ++-0077147 ++-0088003 ++-0087001 ++-0082156 ++-0070144 ++-0076154 ++-0069152 ++-0066153 ++-0093007 ++-0091003 ++-0075154 ++-0098006 ++-0081153 ++-0065156 ++-0074153 ++-0084012 ++-0077148 ++-0092004 ++-0087002 ++-0083082 ++-0088004 ++-0100008 ++-0076155 ++-0069153 ++-0070145 ++-0092005 ++-0066154 ++-0091004 ++-0093008 ++-0075155 ++-0081154 ++-0074154 ++-0098007 ++-0084013 ++-0100009 ++-0088005 ++-0077149 ++-0087003 ++-0083083 ++-0069154 ++-0092006 ++-0093009 ++-0091005 ++-0099000 ++-0070146 ++-0074155 ++-0084014 ++-0066155 ++-0098008 ++-0100010 ++-0088006 ++-0081155 ++-0077150 ++-0087004 ++-0102000 ++-0069155 ++-0093010 ++-0092007 ++-0099001 ++-0070147 ++-0074156 ++-0100011 ++-0096000 ++-0084015 ++-0088007 ++-0083084 ++-0081156 ++-0093011 ++-0099002 ++-0066156 ++-0091006 ++-0085000 ++-0098009 ++-0077151 ++-0092008 ++-0100012 ++-0070148 ++-0096001 ++-0088008 ++-0087005 ++-0084016 ++-0083085 ++-0102001 ++-0069156 ++-0095000 ++-0099003 ++-0091007 ++-0093012 ++-0098010 ++-0096002 ++-0070149 ++-0095001 ++-0100013 ++-0102002 ++-0088009 ++-0085001 ++-0093013 ++-0084017 ++-0091008 ++-0092009 ++-0083086 ++-0077152 ++-0099004 ++-0098011 ++-0094000 ++-0087006 ++-0070150 ++-0102003 ++-0092010 ++-0085002 ++-0083087 ++-0084018 ++-0094001 ++-0093014 ++-0088010 ++-0096003 ++-0091009 ++-0098012 ++-0099005 ++-0077153 ++-0087007 ++-0095002 ++-0101000 ++-0086000 ++-0100014 ++-0089000 ++-0070151 ++-0085003 ++-0102004 ++-0084019 ++-0092011 ++-0083088 ++-0088011 ++-0094002 ++-0099006 ++-0095003 ++-0096004 ++-0087008 ++-0091010 ++-0100015 ++-0101001 ++-0089001 ++-0098013 ++-0077154 ++-0070152 ++-0086001 ++-0085004 ++-0102005 ++-0084020 ++-0092012 ++-0083089 ++-0093015 ++-0088012 ++-0095004 ++-0087009 ++-0096005 ++-0094003 ++-0101002 ++-0099007 ++-0091011 ++-0100016 ++-0089002 ++-0086002 ++-0070153 ++-0098014 ++-0084021 ++-0092013 ++-0085005 ++-0093016 ++-0102006 ++-0088013 ++-0095005 ++-0096006 ++-0077155 ++-0094004 ++-0087010 ++-0101003 ++-0091012 ++-0083090 ++-0089003 ++-0099008 ++-0086003 ++-0100017 ++-0070154 ++-0093017 ++-0084022 ++-0102007 ++-0092014 ++-0085006 ++-0098015 ++-0095006 ++-0101004 ++-0077156 ++-0088014 ++-0094005 ++-0087011 ++-0096007 ++-0089004 ++-0091013 ++-0086004 ++-0070155 ++-0100018 ++-0083091 ++-0093018 ++-0092015 ++-0084023 ++-0098016 ++-0085007 ++-0099009 ++-0102008 ++-0095007 ++-0101005 ++-0091014 ++-0094006 ++-0088015 ++-0087012 ++-0086005 ++-0089005 ++-0100019 ++-0093019 ++-0096008 ++-0092016 ++-0083092 ++-0070156 ++-0098017 ++-0085008 ++-0084024 ++-0099010 ++-0091015 ++-0101006 ++-0100020 ++-0086006 ++-0098018 ++-0099011 ++-0094007 ++-0088016 ++-0096009 ++-0095008 ++-0087013 ++-0102009 ++-0098019 ++-0089006 ++-0092017 ++-0093020 ++-0085009 ++-0099012 ++-0100021 ++-0091016 ++-0086007 ++-0084025 ++-0083093 ++-0101007 ++-0097000 ++-0096010 ++-0102010 ++-0095009 ++-0087014 ++-0089007 ++-0088017 ++-0098020 ++-0093021 ++-0100022 ++-0085010 ++-0083094 ++-0092018 ++-0101008 ++-0086008 ++-0097001 ++-0094008 ++-0091017 ++-0084026 ++-0096011 ++-0099013 ++-0095010 ++-0102011 ++-0089008 ++-0087015 ++-0090000 ++-0088018 ++-0085011 ++-0083095 ++-0093022 ++-0100023 ++-0092019 ++-0098021 ++-0101009 ++-0097002 ++-0096012 ++-0091018 ++-0084027 ++-0095011 ++-0102012 ++-0099014 ++-0089009 ++-0094009 ++-0087016 ++-0086009 ++-0090001 ++-0088019 ++-0085012 ++-0093023 ++-0092020 ++-0100024 ++-0098022 ++-0083096 ++-0101010 ++-0097003 ++-0084028 ++-0090002 ++-0102013 ++-0089010 ++-0091019 ++-0095012 ++-0099015 ++-0096013 ++-0094010 ++-0087017 ++-0086010 ++-0085013 ++-0083097 ++-0088020 ++-0101011 ++-0097004 ++-0100025 ++-0092021 ++-0093024 ++-0090003 ++-0102014 ++-0089011 ++-0096014 ++-0094011 ++-0098023 ++-0091020 ++-0095013 ++-0099016 ++-0086011 ++-0087018 ++-0084029 ++-0085014 ++-0101012 ++-0093025 ++-0092022 ++-0088021 ++-0100026 ++-0102015 ++-0097005 ++-0094012 ++-0089012 ++-0098024 ++-0096015 ++-0091021 ++-0083098 ++-0085015 ++-0099017 ++-0084030 ++-0093026 ++-0090004 ++-0095014 ++-0088022 ++-0087019 ++-0101013 ++-0100027 ++-0102016 ++-0097006 ++-0086012 ++-0092023 ++-0094013 ++-0098025 ++-0091022 ++-0089013 ++-0096016 ++-0083099 ++-0085016 ++-0084031 ++-0090005 ++-0087020 ++-0099018 ++-0094014 ++-0093027 ++-0095015 ++-0086013 ++-0100028 ++-0088023 ++-0098026 ++-0097007 ++-0083100 ++-0092024 ++-0091023 ++-0089014 ++-0101014 ++-0102017 ++-0084032 ++-0096017 ++-0085017 ++-0090006 ++-0087021 ++-0093028 ++-0086014 ++-0100029 ++-0088024 ++-0095016 ++-0097008 ++-0083101 ++-0099019 ++-0094015 ++-0092025 ++-0089015 ++-0096018 ++-0090007 ++-0102018 ++-0101015 ++-0098027 ++-0091024 ++-0085018 ++-0086015 ++-0084033 ++-0093029 ++-0088025 ++-0097009 ++-0087022 ++-0095017 ++-0100030 ++-0099020 ++-0083102 ++-0089016 ++-0094016 ++-0092026 ++-0101016 ++-0096019 ++-0085019 ++-0090008 ++-0098028 ++-0093030 ++-0102019 ++-0100031 ++-0097010 ++-0091025 ++-0086016 ++-0084034 ++-0099021 ++-0095018 ++-0087023 ++-0088026 ++-0094017 ++-0083103 ++-0096020 ++-0085020 ++-0101017 ++-0098029 ++-0093031 ++-0089017 ++-0100032 ++-0091026 ++-0097011 ++-0092027 ++-0102020 ++-0099022 ++-0090009 ++-0086017 ++-0088027 ++-0084035 ++-0095019 ++-0094018 ++-0096021 ++-0083104 ++-0087024 ++-0101018 ++-0085021 ++-0089018 ++-0098030 ++-0097012 ++-0092028 ++-0093032 ++-0102021 ++-0099023 ++-0090010 ++-0086018 ++-0100033 ++-0084036 ++-0101019 ++-0083105 ++-0095020 ++-0087025 ++-0089019 ++-0096022 ++-0085022 ++-0094019 ++-0088028 ++-0097013 ++-0093033 ++-0098031 ++-0090011 ++-0092029 ++-0102022 ++-0100034 ++-0101020 ++-0084037 ++-0089020 ++-0086019 ++-0083106 ++-0099024 ++-0096023 ++-0087026 ++-0085023 ++-0095021 ++-0088029 ++-0093034 ++-0092030 ++-0094020 ++-0100035 ++-0102023 ++-0098032 ++-0097014 ++-0090012 ++-0089021 ++-0084038 ++-0087027 ++-0099025 ++-0083107 ++-0096024 ++-0101021 ++-0086020 ++-0085024 ++-0088030 ++-0089022 ++-0093035 ++-0099026 ++-0092031 ++-0094021 ++-0097015 ++-0095022 ++-0090013 ++-0085025 ++-0102024 ++-0098033 ++-0100036 ++-0096025 ++-0087028 ++-0086021 ++-0088031 ++-0101022 ++-0084039 ++-0083108 ++-0099027 ++-0089023 ++-0090014 ++-0093036 ++-0092032 ++-0094022 ++-0095023 ++-0102025 ++-0085026 ++-0084040 ++-0098034 ++-0101023 ++-0091027 ++-0083109 ++-0088032 ++-0099028 ++-0096026 ++-0087029 ++-0086022 ++-0097016 ++-0100037 ++-0092033 ++-0085027 ++-0098035 ++-0089024 ++-0099029 ++-0096027 ++-0086023 ++-0100038 ++-0095024 ++-0087030 ++-0083110 ++-0101024 ++-0090015 ++-0091028 ++-0094023 ++-0088033 ++-0084041 ++-0097017 ++-0093037 ++-0102026 ++-0092034 ++-0089025 ++-0096028 ++-0100039 ++-0086024 ++-0099030 ++-0085028 ++-0087031 ++-0098036 ++-0101025 ++-0097018 ++-0090016 ++-0088034 ++-0095025 ++-0094024 ++-0091029 ++-0083111 ++-0084042 ++-0092035 ++-0093038 ++-0089026 ++-0096029 ++-0087032 ++-0099031 ++-0088035 ++-0100040 ++-0085029 ++-0098037 ++-0086025 ++-0090017 ++-0092036 ++-0083112 ++-0084043 ++-0089027 ++-0102027 ++-0101026 ++-0094025 ++-0091030 ++-0093039 ++-0100041 ++-0096030 ++-0097019 ++-0095026 ++-0088036 ++-0086026 ++-0099032 ++-0083113 ++-0084044 ++-0101027 ++-0094026 ++-0085030 ++-0093040 ++-0091031 ++-0089028 ++-0090018 ++-0087033 ++-0098038 ++-0102028 ++-0088037 ++-0097020 ++-0100042 ++-0092037 ++-0086027 ++-0099033 ++-0084045 ++-0095027 ++-0083114 ++-0096031 ++-0089029 ++-0088038 ++-0085031 ++-0087034 ++-0090019 ++-0093041 ++-0098039 ++-0097021 ++-0091032 ++-0100043 ++-0094027 ++-0102029 ++-0101028 ++-0092038 ++-0099034 ++-0095028 ++-0096032 ++-0084046 ++-0083115 ++-0086028 ++-0088039 ++-0089030 ++-0090020 ++-0102030 ++-0085032 ++-0098040 ++-0094028 ++-0093042 ++-0084047 ++-0096033 ++-0087035 ++-0092039 ++-0097022 ++-0099035 ++-0083116 ++-0089031 ++-0100044 ++-0095029 ++-0101029 ++-0102031 ++-0091033 ++-0090021 ++-0088040 ++-0094029 ++-0098041 ++-0086029 ++-0097023 ++-0092040 ++-0085033 ++-0087036 ++-0096034 ++-0093043 ++-0083117 ++-0090022 ++-0094030 ++-0091034 ++-0098042 ++-0093044 ++-0096035 ++-0089032 ++-0099036 ++-0087037 ++-0095030 ++-0092041 ++-0090023 ++-0085034 ++-0084048 ++-0086030 ++-0091035 ++-0100045 ++-0088041 ++-0094031 ++-0101030 ++-0097024 ++-0083118 ++-0098043 ++-0093045 ++-0102032 ++-0096036 ++-0087038 ++-0084049 ++-0099037 ++-0086031 ++-0085035 ++-0092042 ++-0095031 ++-0094032 ++-0096037 ++-0091036 ++-0086032 ++-0093046 ++-0095032 ++-0088042 ++-0097025 ++-0102033 ++-0100046 ++-0090024 ++-0085036 ++-0089033 ++-0098044 ++-0083119 ++-0094033 ++-0101031 ++-0084050 ++-0092043 ++-0099038 ++-0087039 ++-0096038 ++-0095033 ++-0088043 ++-0097026 ++-0102034 ++-0091037 ++-0085037 ++-0098045 ++-0093047 ++-0089034 ++-0100047 ++-0087040 ++-0090025 ++-0083120 ++-0096039 ++-0084051 ++-0099039 ++-0090026 ++-0086033 ++-0091038 ++-0102035 ++-0092044 ++-0091039 ++-0100048 ++-0088044 ++-0094034 ++-0099040 ++-0083121 ++-0096040 ++-0093048 ++-0087041 ++-0098046 ++-0095034 ++-0102036 ++-0089035 ++-0085038 ++-0088045 ++-0091040 ++-0094035 ++-0097027 ++-0099041 ++-0093049 ++-0096041 ++-0100049 ++-0083122 ++-0086034 ++-0102037 ++-0102038 ++-0089036 ++-0102039 ++-0099042 ++-0091041 ++-0097028 ++-0088046 ++-0101032 ++-0097029 ++-0095035 ++-0090027 ++-0098047 ++-0084052 ++-0087042 ++-0085039 ++-0083123 ++-0102040 ++-0094036 ++-0100050 ++-0086035 ++-0093050 ++-0092045 ++-0091042 ++-0096042 ++-0089037 ++-0088047 ++-0099043 ++-0095036 ++-0087043 ++-0086036 ++-0097030 ++-0083124 ++-0099044 ++-0088048 ++-0092046 ++-0093051 ++-0090028 ++-0085040 ++-0101033 ++-0094037 ++-0098048 ++-0102041 ++-0084053 ++-0089038 ++-0086037 ++-0095037 ++-0087044 ++-0100051 ++-0083125 ++-0091043 ++-0097031 ++-0096043 ++-0099045 ++-0092047 ++-0090029 ++-0101034 ++-0094038 ++-0088049 ++-0102042 ++-0085041 ++-0098049 ++-0093052 ++-0089039 ++-0091044 ++-0083126 ++-0086038 ++-0097032 ++-0100052 ++-0095038 ++-0099046 ++-0084054 ++-0096044 ++-0087045 ++-0085042 ++-0101035 ++-0090030 ++-0102043 ++-0094039 ++-0092048 ++-0089040 ++-0093053 ++-0091045 ++-0088050 ++-0083127 ++-0098050 ++-0086039 ++-0100053 ++-0097033 ++-0099047 ++-0096045 ++-0084055 ++-0095039 ++-0101036 ++-0097034 ++-0084056 ++-0097035 ++-0084057 ++-0085043 ++-0087046 ++-0096046 ++-0098051 ++-0089041 ++-0097036 ++-0094040 ++-0092049 ++-0102044 ++-0101037 ++-0093054 ++-0083128 ++-0090031 ++-0099048 ++-0088051 ++-0091046 ++-0100054 ++-0086040 ++-0095040 ++-0084058 ++-0085044 ++-0087047 ++-0096047 ++-0098052 ++-0097037 ++-0092050 ++-0101038 ++-0090032 ++-0085045 ++-0096048 ++-0099049 ++-0100055 ++-0097038 ++-0088052 ++-0091047 ++-0087048 ++-0095041 ++-0094041 ++-0089042 ++-0098053 ++-0093055 ++-0101039 ++-0083129 ++-0102045 ++-0086041 ++-0092051 ++-0084059 ++-0100056 ++-0097039 ++-0096049 ++-0087049 ++-0085046 ++-0098054 ++-0095042 ++-0099050 ++-0088053 ++-0091048 ++-0101040 ++-0102046 ++-0090033 ++-0083130 ++-0089043 ++-0086042 ++-0094042 ++-0084060 ++-0092052 ++-0093056 ++-0100057 ++-0097040 ++-0098055 ++-0087050 ++-0099051 ++-0091049 ++-0096050 ++-0095043 ++-0090034 ++-0089044 ++-0085047 ++-0088054 ++-0101041 ++-0084061 ++-0083131 ++-0092053 ++-0097041 ++-0100058 ++-0094043 ++-0086043 ++-0087051 ++-0099052 ++-0102047 ++-0095044 ++-0093057 ++-0098056 ++-0089045 ++-0095045 ++-0090035 ++-0085048 ++-0096051 ++-0091050 ++-0099053 ++-0083132 ++-0100059 ++-0084062 ++-0092054 ++-0087052 ++-0097042 ++-0102048 ++-0093058 ++-0086044 ++-0101042 ++-0094044 ++-0088055 ++-0085049 ++-0098057 ++-0095046 ++-0090036 ++-0091051 ++-0089046 ++-0083133 ++-0096052 ++-0087053 ++-0099054 ++-0097043 ++-0102049 ++-0084063 ++-0100060 ++-0092055 ++-0093059 ++-0101043 ++-0094045 ++-0086045 ++-0088056 ++-0085050 ++-0098058 ++-0095047 ++-0091052 ++-0083134 ++-0096053 ++-0099055 ++-0087054 ++-0084064 ++-0089047 ++-0090037 ++-0100061 ++-0097044 ++-0093060 ++-0092056 ++-0086046 ++-0088057 ++-0094046 ++-0095048 ++-0085051 ++-0101044 ++-0091053 ++-0102050 ++-0083135 ++-0087055 ++-0096054 ++-0099056 ++-0093061 ++-0098059 ++-0100062 ++-0085052 ++-0094047 ++-0092057 ++-0088058 ++-0089048 ++-0086047 ++-0084065 ++-0090038 ++-0102051 ++-0087056 ++-0101045 ++-0083136 ++-0091054 ++-0095049 ++-0099057 ++-0093062 ++-0097045 ++-0090039 ++-0083137 ++-0097046 ++-0087057 ++-0098060 ++-0096055 ++-0094048 ++-0095050 ++-0085053 ++-0100063 ++-0091055 ++-0099058 ++-0090040 ++-0101046 ++-0092058 ++-0102052 ++-0088059 ++-0086048 ++-0093063 ++-0098061 ++-0084066 ++-0089049 ++-0095051 ++-0097047 ++-0094049 ++-0091056 ++-0100064 ++-0096056 ++-0101047 ++-0083138 ++-0084067 ++-0087058 ++-0095052 ++-0089050 ++-0099059 ++-0090041 ++-0098062 ++-0085054 ++-0101048 ++-0102053 ++-0094050 ++-0100065 ++-0097048 ++-0088060 ++-0086049 ++-0096057 ++-0093064 ++-0092059 ++-0091057 ++-0084068 ++-0095053 ++-0083139 ++-0087059 ++-0090042 ++-0099060 ++-0102054 ++-0098063 ++-0089051 ++-0100066 ++-0101049 ++-0096058 ++-0093065 ++-0092060 ++-0085055 ++-0097049 ++-0091058 ++-0083140 ++-0084069 ++-0102055 ++-0086050 ++-0090043 ++-0095054 ++-0102056 ++-0092061 ++-0098064 ++-0100067 ++-0101050 ++-0097050 ++-0099061 ++-0093066 ++-0094051 ++-0096059 ++-0088061 ++-0089052 ++-0087060 ++-0085056 ++-0091059 ++-0090044 ++-0086051 ++-0083141 ++-0102057 ++-0095055 ++-0084070 ++-0101051 ++-0099062 ++-0093067 ++-0098065 ++-0096060 ++-0094052 ++-0097051 ++-0092062 ++-0089053 ++-0091060 ++-0087061 ++-0083142 ++-0100068 ++-0088062 ++-0086052 ++-0090045 ++-0099063 ++-0084071 ++-0095056 ++-0087062 ++-0089054 ++-0101052 ++-0098066 ++-0092063 ++-0083143 ++-0097052 ++-0094053 ++-0100069 ++-0085057 ++-0091061 ++-0102058 ++-0090046 ++-0093068 ++-0099064 ++-0084072 ++-0095057 ++-0088063 ++-0086053 ++-0101053 ++-0098067 ++-0087063 ++-0096061 ++-0097053 ++-0092064 ++-0100070 ++-0085058 ++-0083144 ++-0091062 ++-0089055 ++-0087064 ++-0102059 ++-0093069 ++-0090047 ++-0088064 ++-0095058 ++-0094054 ++-0096062 ++-0102060 ++-0098068 ++-0099065 ++-0086054 ++-0094055 ++-0084073 ++-0097054 ++-0101054 ++-0091063 ++-0095059 ++-0092065 ++-0096063 ++-0087065 ++-0088065 ++-0093070 ++-0083145 ++-0085059 ++-0100071 ++-0089056 ++-0102061 ++-0098069 ++-0094056 ++-0099066 ++-0086055 ++-0097055 ++-0084074 ++-0090048 ++-0101055 ++-0095060 ++-0092066 ++-0096064 ++-0091064 ++-0083146 ++-0087066 ++-0093071 ++-0102062 ++-0094057 ++-0085060 ++-0100072 ++-0098070 ++-0099067 ++-0097056 ++-0089057 ++-0084075 ++-0088066 ++-0086056 ++-0092067 ++-0090049 ++-0101056 ++-0096065 ++-0091065 ++-0095061 ++-0087067 ++-0102063 ++-0094058 ++-0099068 ++-0093072 ++-0098071 ++-0097057 ++-0084076 ++-0088067 ++-0100073 ++-0083147 ++-0086057 ++-0092068 ++-0089058 ++-0090050 ++-0101057 ++-0096066 ++-0087068 ++-0091066 ++-0102064 ++-0084077 ++-0093073 ++-0095062 ++-0085061 ++-0098072 ++-0100074 ++-0094059 ++-0086058 ++-0083148 ++-0092069 ++-0099069 ++-0088068 ++-0096067 ++-0101058 ++-0097058 ++-0102065 ++-0091067 ++-0087069 ++-0089059 ++-0090051 ++-0084078 ++-0093074 ++-0095063 ++-0098073 ++-0094060 ++-0085062 ++-0088069 ++-0100075 ++-0086059 ++-0083149 ++-0096068 ++-0099070 ++-0101059 ++-0090052 ++-0097059 ++-0093075 ++-0092070 ++-0089060 ++-0091068 ++-0094061 ++-0084079 ++-0102066 ++-0085063 ++-0098074 ++-0095064 ++-0088070 ++-0099071 ++-0087070 ++-0100076 ++-0083150 ++-0101060 ++-0096069 ++-0090053 ++-0086060 ++-0084080 ++-0092071 ++-0089061 ++-0094062 ++-0091069 ++-0102067 ++-0097060 ++-0088071 ++-0085064 ++-0099072 ++-0098075 ++-0087071 ++-0083151 ++-0101061 ++-0095065 ++-0100077 ++-0096070 ++-0089062 ++-0094063 ++-0086061 ++-0090054 ++-0097061 ++-0088072 ++-0091070 ++-0084081 ++-0102068 ++-0099073 ++-0098076 ++-0087072 ++-0093076 ++-0092072 ++-0100078 ++-0090055 ++-0085065 ++-0096071 ++-0094064 ++-0101062 ++-0088073 ++-0095066 ++-0089063 ++-0098077 ++-0097062 ++-0086062 ++-0102069 ++-0083152 ++-0099074 ++-0084082 ++-0091071 ++-0087073 ++-0093077 ++-0099075 ++-0090056 ++-0096072 ++-0083153 ++-0085066 ++-0094065 ++-0095067 ++-0087074 ++-0086063 ++-0098078 ++-0089064 ++-0088074 ++-0100079 ++-0092073 ++-0084083 ++-0102070 ++-0093078 ++-0101063 ++-0091072 ++-0097063 ++-0090057 ++-0099076 ++-0096073 ++-0085067 ++-0094066 ++-0089065 ++-0095068 ++-0086064 ++-0087075 ++-0083154 ++-0088075 ++-0100080 ++-0098079 ++-0092074 ++-0101064 ++-0096074 ++-0093079 ++-0084084 ++-0102071 ++-0085068 ++-0091073 ++-0099077 ++-0097064 ++-0094067 ++-0090058 ++-0089066 ++-0101065 ++-0085069 ++-0095069 ++-0092075 ++-0083155 ++-0088076 ++-0098080 ++-0086065 ++-0087076 ++-0084085 ++-0100081 ++-0102072 ++-0099078 ++-0093080 ++-0094068 ++-0097065 ++-0089067 ++-0101066 ++-0091074 ++-0085070 ++-0095070 ++-0083156 ++-0092076 ++-0098081 ++-0088077 ++-0096075 ++-0086066 ++-0084086 ++-0102073 ++-0090059 ++-0089068 ++-0099079 ++-0087077 ++-0100082 ++-0101067 ++-0093081 ++-0094069 ++-0085071 ++-0091075 ++-0095071 ++-0097066 ++-0098082 ++-0088078 ++-0084087 ++-0089069 ++-0092077 ++-0096076 ++-0102074 ++-0090060 ++-0087078 ++-0101068 ++-0091076 ++-0085072 ++-0095072 ++-0093082 ++-0086067 ++-0099080 ++-0097067 ++-0098083 ++-0094070 ++-0100083 ++-0088079 ++-0090061 ++-0089070 ++-0084088 ++-0087079 ++-0096077 ++-0101069 ++-0085073 ++-0093083 ++-0102075 ++-0097068 ++-0091077 ++-0095073 ++-0092078 ++-0100084 ++-0103000 ++-0099081 ++-0086068 ++-0094071 ++-0088080 ++-0098084 ++-0090062 ++-0089071 ++-0084089 ++-0085074 ++-0093084 ++-0102076 ++-0087080 ++-0097069 ++-0096078 ++-0101070 ++-0095074 ++-0103001 ++-0100085 ++-0092079 ++-0099082 ++-0086069 ++-0091078 ++-0090063 ++-0098085 ++-0094072 ++-0088081 ++-0093085 ++-0087081 ++-0102077 ++-0097070 ++-0084090 ++-0095075 ++-0085075 ++-0096079 ++-0103002 ++-0101071 ++-0100086 ++-0092080 ++-0086070 ++-0089072 ++-0099083 ++-0090064 ++-0088082 ++-0093086 ++-0102078 ++-0087082 ++-0094073 ++-0098086 ++-0084091 ++-0095076 ++-0091079 ++-0097071 ++-0100087 ++-0096080 ++-0103003 ++-0085076 ++-0086071 ++-0089073 ++-0101072 ++-0090065 ++-0092081 ++-0099084 ++-0087083 ++-0088083 ++-0093087 ++-0102079 ++-0098087 ++-0091080 ++-0084092 ++-0094074 ++-0096081 ++-0085077 ++-0100088 ++-0095077 ++-0097072 ++-0103004 ++-0086072 ++-0089074 ++-0101073 ++-0092082 ++-0087084 ++-0093088 ++-0090066 ++-0088084 ++-0102080 ++-0085078 ++-0091081 ++-0099085 ++-0094075 ++-0095078 ++-0096082 ++-0103005 ++-0100089 ++-0089075 ++-0092083 ++-0097073 ++-0086073 ++-0087085 ++-0101074 ++-0084093 ++-0098088 ++-0093089 ++-0090067 ++-0102081 ++-0099086 ++-0085079 ++-0094076 ++-0091082 ++-0088085 ++-0089076 ++-0096083 ++-0095079 ++-0103006 ++-0100090 ++-0097074 ++-0092084 ++-0087086 ++-0090068 ++-0086074 ++-0098089 ++-0102082 ++-0085080 ++-0093090 ++-0101075 ++-0099087 ++-0094077 ++-0091083 ++-0095080 ++-0084094 ++-0100091 ++-0097075 ++-0090069 ++-0088086 ++-0103007 ++-0086075 ++-0094078 ++-0101076 ++-0092085 ++-0095081 ++-0089077 ++-0087087 ++-0102083 ++-0099088 ++-0103008 ++-0093091 ++-0096084 ++-0098090 ++-0100092 ++-0097076 ++-0088087 ++-0084095 ++-0090070 ++-0086076 ++-0091084 ++-0085081 ++-0094079 ++-0101077 ++-0092086 ++-0089078 ++-0087088 ++-0102084 ++-0099089 ++-0095082 ++-0096085 ++-0103009 ++-0093092 ++-0088088 ++-0084096 ++-0098091 ++-0086077 ++-0085082 ++-0100093 ++-0101078 ++-0094080 ++-0090071 ++-0092087 ++-0091085 ++-0097077 ++-0102085 ++-0087089 ++-0089079 ++-0099090 ++-0096086 ++-0103010 ++-0095083 ++-0084097 ++-0093093 ++-0085083 ++-0098092 ++-0086078 ++-0088089 ++-0094081 ++-0090072 ++-0100094 ++-0091086 ++-0092088 ++-0101079 ++-0102086 ++-0087090 ++-0099091 ++-0093094 ++-0096087 ++-0086079 ++-0085084 ++-0101080 ++-0092089 ++-0091087 ++-0090073 ++-0103011 ++-0087091 ++-0101081 ++-0094082 ++-0095084 ++-0097078 ++-0085085 ++-0088090 ++-0098093 ++-0084098 ++-0100095 ++-0086080 ++-0089080 ++-0093095 ++-0096088 ++-0102087 ++-0103012 ++-0091088 ++-0094083 ++-0092090 ++-0099092 ++-0087092 ++-0097079 ++-0095085 ++-0098094 ++-0085086 ++-0090074 ++-0084099 ++-0100096 ++-0088091 ++-0101082 ++-0086081 ++-0093096 ++-0091089 ++-0102088 ++-0096089 ++-0092091 ++-0094084 ++-0103013 ++-0089081 ++-0087093 ++-0099093 ++-0097080 ++-0095086 ++-0085087 ++-0088092 ++-0093097 ++-0101083 ++-0086082 ++-0090075 ++-0098095 ++-0100097 ++-0102089 ++-0092092 ++-0084100 ++-0091090 ++-0089082 ++-0099094 ++-0096090 ++-0087094 ++-0085088 ++-0095087 ++-0097081 ++-0088093 ++-0103014 ++-0094085 ++-0086083 ++-0090076 ++-0100098 ++-0092093 ++-0098096 ++-0101084 ++-0089083 ++-0102090 ++-0084101 ++-0087095 ++-0093098 ++-0085089 ++-0099095 ++-0095088 ++-0096091 ++-0097082 ++-0088094 ++-0094086 ++-0086084 ++-0103015 ++-0091091 ++-0090077 ++-0092094 ++-0100099 ++-0089084 ++-0098097 ++-0084102 ++-0101085 ++-0085090 ++-0087096 ++-0093099 ++-0095089 ++-0096092 ++-0099096 ++-0102091 ++-0097083 ++-0103016 ++-0091092 ++-0094087 ++-0088095 ++-0089085 ++-0090078 ++-0086085 ++-0092095 ++-0084103 ++-0098098 ++-0100100 ++-0101086 ++-0093100 ++-0085091 ++-0087097 ++-0095090 ++-0102092 ++-0096093 ++-0097084 ++-0099097 ++-0091093 ++-0094088 ++-0088096 ++-0089086 ++-0103017 ++-0092096 ++-0086086 ++-0101087 ++-0093101 ++-0100101 ++-0084104 ++-0098099 ++-0090079 ++-0085092 ++-0095091 ++-0089087 ++-0103018 ++-0088097 ++-0085093 ++-0096094 ++-0093102 ++-0086087 ++-0101088 ++-0084105 ++-0091094 ++-0099098 ++-0087098 ++-0094089 ++-0102093 ++-0090080 ++-0097085 ++-0092097 ++-0100102 ++-0095092 ++-0098100 ++-0089088 ++-0088098 ++-0103019 ++-0086088 ++-0087099 ++-0093103 ++-0099099 ++-0101089 ++-0084106 ++-0085094 ++-0094090 ++-0096095 ++-0091095 ++-0100103 ++-0102094 ++-0090081 ++-0097086 ++-0092098 ++-0088099 ++-0095093 ++-0089089 ++-0086089 ++-0098101 ++-0084107 ++-0093104 ++-0087100 ++-0099100 ++-0094091 ++-0103020 ++-0096096 ++-0091096 ++-0102095 ++-0085095 ++-0090082 ++-0101090 ++-0100104 ++-0092099 ++-0097087 ++-0095094 ++-0098102 ++-0089090 ++-0093105 ++-0084108 ++-0094092 ++-0087101 ++-0088100 ++-0099101 ++-0086090 ++-0091097 ++-0090083 ++-0085096 ++-0102096 ++-0103021 ++-0096097 ++-0100105 ++-0092100 ++-0101091 ++-0097088 ++-0098103 ++-0095095 ++-0084109 ++-0089091 ++-0093106 ++-0099102 ++-0094093 ++-0090084 ++-0088101 ++-0085097 ++-0091098 ++-0102097 ++-0103022 ++-0092101 ++-0100106 ++-0096098 ++-0101092 ++-0097089 ++-0098104 ++-0086091 ++-0095096 ++-0093107 ++-0094094 ++-0090085 ++-0089092 ++-0088102 ++-0085098 ++-0099103 ++-0103023 ++-0091099 ++-0102098 ++-0092102 ++-0100107 ++-0084110 ++-0086092 ++-0090086 ++-0093108 ++-0095097 ++-0098105 ++-0089093 ++-0097090 ++-0094095 ++-0088103 ++-0101093 ++-0099104 ++-0085099 ++-0103024 ++-0096099 ++-0102099 ++-0092103 ++-0091100 ++-0100108 ++-0090087 ++-0093109 ++-0095098 ++-0094096 ++-0088104 ++-0086093 ++-0098106 ++-0089094 ++-0097091 ++-0084111 ++-0101094 ++-0103025 ++-0085100 ++-0102100 ++-0099105 ++-0092104 ++-0096100 ++-0090088 ++-0100109 ++-0093110 ++-0094097 ++-0095099 ++-0086094 ++-0098107 ++-0097092 ++-0101095 ++-0103026 ++-0092105 ++-0094098 ++-0091101 ++-0090089 ++-0095100 ++-0086095 ++-0103027 ++-0100110 ++-0097093 ++-0101096 ++-0091102 ++-0101097 ++-0095101 ++-0103028 ++-0099106 ++-0095102 ++-0101098 ++-0085101 ++-0102101 ++-0096101 ++-0088105 ++-0086096 ++-0103029 ++-0089095 ++-0100111 ++-0084112 ++-0087102 ++-0097094 ++-0094099 ++-0098108 ++-0092106 ++-0095103 ++-0093111 ++-0091103 ++-0090090 ++-0101099 ++-0099107 ++-0096102 ++-0102102 ++-0087103 ++-0085102 ++-0086097 ++-0097095 ++-0103030 ++-0100112 ++-0084113 ++-0093112 ++-0094100 ++-0090091 ++-0098109 ++-0088106 ++-0092107 ++-0095104 ++-0101100 ++-0089096 ++-0091104 ++-0096103 ++-0102103 ++-0085103 ++-0086098 ++-0099108 ++-0087104 ++-0100113 ++-0103031 ++-0093113 ++-0097096 ++-0094101 ++-0088107 ++-0090092 ++-0084114 ++-0098110 ++-0091105 ++-0089097 ++-0085104 ++-0101101 ++-0095105 ++-0102104 ++-0092108 ++-0087105 ++-0100114 ++-0094102 ++-0086099 ++-0099109 ++-0097097 ++-0088108 ++-0103032 ++-0090093 ++-0098111 ++-0091106 ++-0084115 ++-0093114 ++-0101102 ++-0096104 ++-0095106 ++-0102105 ++-0089098 ++-0092109 ++-0100115 ++-0085105 ++-0094103 ++-0097098 ++-0087106 ++-0103033 ++-0099110 ++-0086100 ++-0090094 ++-0088109 ++-0098112 ++-0084116 ++-0091107 ++-0095107 ++-0092110 ++-0090095 ++-0089099 ++-0099111 ++-0087107 ++-0102106 ++-0098113 ++-0096105 ++-0101103 ++-0093115 ++-0094104 ++-0103034 ++-0086101 ++-0100116 ++-0090096 ++-0091108 ++-0088110 ++-0095108 ++-0084117 ++-0097099 ++-0092111 ++-0099112 ++-0089100 ++-0085106 ++-0087108 ++-0103035 ++-0102107 ++-0100117 ++-0096106 ++-0094105 ++-0098114 ++-0084118 ++-0093116 ++-0095109 ++-0091109 ++-0088111 ++-0090097 ++-0086102 ++-0101104 ++-0092112 ++-0097100 ++-0099113 ++-0089101 ++-0087109 ++-0103036 ++-0102108 ++-0094106 ++-0085107 ++-0100118 ++-0098115 ++-0084119 ++-0093117 ++-0095110 ++-0091110 ++-0092113 ++-0101105 ++-0097101 ++-0089102 ++-0087110 ++-0088112 ++-0096107 ++-0094107 ++-0085108 ++-0103037 ++-0090098 ++-0099114 ++-0086103 ++-0102109 ++-0098116 ++-0092114 ++-0093118 ++-0097102 ++-0091111 ++-0089103 ++-0095111 ++-0101106 ++-0100119 ++-0094108 ++-0096108 ++-0084120 ++-0085109 ++-0087111 ++-0103038 ++-0088113 ++-0090099 ++-0098117 ++-0099115 ++-0102110 ++-0086104 ++-0095112 ++-0093119 ++-0097103 ++-0092115 ++-0091112 ++-0090100 ++-0100120 ++-0089104 ++-0101107 ++-0096109 ++-0094109 ++-0085110 ++-0088114 ++-0084121 ++-0087112 ++-0103039 ++-0098118 ++-0102111 ++-0093120 ++-0086105 ++-0099116 ++-0090101 ++-0091113 ++-0097104 ++-0100121 ++-0092116 ++-0095113 ++-0101108 ++-0089105 ++-0096110 ++-0085111 ++-0088115 ++-0084122 ++-0103040 ++-0102112 ++-0099117 ++-0086106 ++-0090102 ++-0094110 ++-0089106 ++-0088116 ++-0098119 ++-0092117 ++-0093121 ++-0086107 ++-0095114 ++-0097105 ++-0090103 ++-0100122 ++-0087113 ++-0091114 ++-0092118 ++-0096111 ++-0102113 ++-0094111 ++-0086108 ++-0101109 ++-0103041 ++-0089107 ++-0088117 ++-0085112 ++-0099118 ++-0093122 ++-0098120 ++-0090104 ++-0084123 ++-0095115 ++-0087114 ++-0097106 ++-0091115 ++-0100123 ++-0092119 ++-0096112 ++-0101110 ++-0094112 ++-0102114 ++-0089108 ++-0099119 ++-0086109 ++-0084124 ++-0085113 ++-0088118 ++-0098121 ++-0093123 ++-0097107 ++-0090105 ++-0091116 ++-0095116 ++-0103042 ++-0100124 ++-0092120 ++-0096113 ++-0087115 ++-0101111 ++-0084125 ++-0086110 ++-0099120 ++-0094113 ++-0085114 ++-0102115 ++-0090106 ++-0097108 ++-0089109 ++-0088119 ++-0093124 ++-0095117 ++-0100125 ++-0092121 ++-0101112 ++-0091117 ++-0087116 ++-0098122 ++-0103043 ++-0096114 ++-0084126 ++-0099121 ++-0097109 ++-0094114 ++-0090107 ++-0085115 ++-0088120 ++-0102116 ++-0095118 ++-0089110 ++-0087117 ++-0100126 ++-0086111 ++-0093125 ++-0092122 ++-0096115 ++-0086112 ++-0085116 ++-0094115 ++-0097110 ++-0098123 ++-0090108 ++-0091118 ++-0095119 ++-0088121 ++-0103044 ++-0084127 ++-0099122 ++-0102117 ++-0101113 ++-0089111 ++-0100127 ++-0087118 ++-0092123 ++-0096116 ++-0093126 ++-0094116 ++-0090109 ++-0084128 ++-0103045 ++-0101114 ++-0086113 ++-0088122 ++-0099123 ++-0095120 ++-0085117 ++-0087119 ++-0092124 ++-0091119 ++-0097111 ++-0089112 ++-0102118 ++-0093127 ++-0098124 ++-0100128 ++-0096117 ++-0094117 ++-0084129 ++-0101115 ++-0090110 ++-0095121 ++-0086114 ++-0088123 ++-0087120 ++-0103046 ++-0097112 ++-0092125 ++-0085118 ++-0102119 ++-0099124 ++-0091120 ++-0089113 ++-0100129 ++-0098125 ++-0096118 ++-0093128 ++-0084130 ++-0094118 ++-0101116 ++-0090111 ++-0088124 ++-0095122 ++-0087121 ++-0103047 ++-0097113 ++-0086115 ++-0085119 ++-0100130 ++-0092126 ++-0089114 ++-0099125 ++-0094119 ++-0084131 ++-0102120 ++-0101117 ++-0098126 ++-0090112 ++-0096119 ++-0093129 ++-0088125 ++-0091121 ++-0097114 ++-0087122 ++-0085120 ++-0100131 ++-0089115 ++-0103048 ++-0086116 ++-0092127 ++-0095123 ++-0102121 ++-0099126 ++-0098127 ++-0096120 ++-0090113 ++-0094120 ++-0088126 ++-0084132 ++-0085121 ++-0097115 ++-0089116 ++-0093130 ++-0100132 ++-0101118 ++-0103049 ++-0086117 ++-0087123 ++-0102122 ++-0099127 ++-0095124 ++-0092128 ++-0096121 ++-0098128 ++-0094121 ++-0091122 ++-0084133 ++-0088127 ++-0093131 ++-0090114 ++-0089117 ++-0086118 ++-0100133 ++-0085122 ++-0097116 ++-0099128 ++-0103050 ++-0095125 ++-0092129 ++-0096122 ++-0102123 ++-0087124 ++-0098129 ++-0094122 ++-0090115 ++-0093132 ++-0088128 ++-0091123 ++-0084134 ++-0086119 ++-0085123 ++-0100134 ++-0103051 ++-0089118 ++-0099129 ++-0095126 ++-0092130 ++-0097117 ++-0101119 ++-0094123 ++-0096123 ++-0098130 ++-0087125 ++-0090116 ++-0088129 ++-0086120 ++-0103052 ++-0102124 ++-0084135 ++-0089119 ++-0100135 ++-0093133 ++-0085124 ++-0101120 ++-0091124 ++-0094124 ++-0099130 ++-0092131 ++-0095127 ++-0087126 ++-0097118 ++-0096124 ++-0088130 ++-0098131 ++-0090117 ++-0103053 ++-0084136 ++-0102125 ++-0089120 ++-0086121 ++-0093134 ++-0094125 ++-0101121 ++-0091125 ++-0085125 ++-0092132 ++-0097119 ++-0095128 ++-0100136 ++-0099131 ++-0087127 ++-0098132 ++-0090118 ++-0102126 ++-0103054 ++-0089121 ++-0086122 ++-0084137 ++-0093135 ++-0094126 ++-0088131 ++-0101122 ++-0085126 ++-0096125 ++-0092133 ++-0100137 ++-0097120 ++-0095129 ++-0098133 ++-0103055 ++-0087128 ++-0099132 ++-0089122 ++-0102127 ++-0090119 ++-0086123 ++-0084138 ++-0093136 ++-0101123 ++-0085127 ++-0088132 ++-0094127 ++-0100138 ++-0095130 ++-0092134 ++-0096126 ++-0091126 ++-0103056 ++-0099133 ++-0098134 ++-0090120 ++-0087129 ++-0086124 ++-0097121 ++-0093137 ++-0084139 ++-0101124 ++-0102128 ++-0089123 ++-0095131 ++-0085128 ++-0100139 ++-0094128 ++-0096127 ++-0091127 ++-0092135 ++-0103057 ++-0086125 ++-0088133 ++-0087130 ++-0098135 ++-0097122 ++-0099134 ++-0093138 ++-0102129 ++-0084140 ++-0101125 ++-0089124 ++-0095132 ++-0090121 ++-0085129 ++-0088134 ++-0100140 ++-0092136 ++-0086126 ++-0096128 ++-0094129 ++-0103058 ++-0091128 ++-0099135 ++-0097123 ++-0087131 ++-0098136 ++-0084141 ++-0102130 ++-0093139 ++-0089125 ++-0095133 ++-0090122 ++-0085130 ++-0101126 ++-0088135 ++-0096129 ++-0092137 ++-0086127 ++-0100141 ++-0087132 ++-0091129 ++-0099136 ++-0084142 ++-0098137 ++-0095134 ++-0097124 ++-0093140 ++-0094130 ++-0102131 ++-0096130 ++-0090123 ++-0088136 ++-0100142 ++-0086128 ++-0101127 ++-0099137 ++-0089126 ++-0093141 ++-0085131 ++-0087133 ++-0094131 ++-0091130 ++-0103059 ++-0102132 ++-0097125 ++-0095135 ++-0092138 ++-0096131 ++-0098138 ++-0084143 ++-0090124 ++-0089127 ++-0099138 ++-0102133 ++-0103060 ++-0094132 ++-0097126 ++-0086129 ++-0087134 ++-0091131 ++-0096132 ++-0084144 ++-0095136 ++-0092139 ++-0085132 ++-0100143 ++-0090125 ++-0089128 ++-0098139 ++-0088137 ++-0103061 ++-0101128 ++-0093142 ++-0099139 ++-0094133 ++-0102134 ++-0097127 ++-0091132 ++-0087135 ++-0096133 ++-0084145 ++-0085133 ++-0086130 ++-0092140 ++-0089129 ++-0090126 ++-0088138 ++-0103062 ++-0098140 ++-0101129 ++-0100144 ++-0094134 ++-0093143 ++-0099140 ++-0102135 ++-0097128 ++-0095137 ++-0087136 ++-0085134 ++-0091133 ++-0086131 ++-0084146 ++-0096134 ++-0092141 ++-0088139 ++-0103063 ++-0101130 ++-0098141 ++-0093144 ++-0092142 ++-0101131 ++-0092143 ++-0099141 ++-0102136 ++-0089130 ++-0090127 ++-0096135 ++-0101132 ++-0094135 ++-0091134 ++-0088140 ++-0097129 ++-0103064 ++-0100145 ++-0085135 ++-0095138 ++-0092144 ++-0084147 ++-0086132 ++-0087137 ++-0093145 ++-0098142 ++-0089131 ++-0096136 ++-0090128 ++-0094136 ++-0101133 ++-0103065 ++-0097130 ++-0091135 ++-0102137 ++-0099142 ++-0092145 ++-0088141 ++-0095139 ++-0093146 ++-0087138 ++-0085136 ++-0084148 ++-0086133 ++-0100146 ++-0096137 ++-0103066 ++-0094137 ++-0090129 ++-0101134 ++-0089132 ++-0091136 ++-0097131 ++-0102138 ++-0099143 ++-0098143 ++-0092146 ++-0095140 ++-0088142 ++-0093147 ++-0085137 ++-0100147 ++-0084149 ++-0090130 ++-0086134 ++-0103067 ++-0101135 ++-0087139 ++-0094138 ++-0099144 ++-0102139 ++-0091137 ++-0097132 ++-0089133 ++-0098144 ++-0095141 ++-0096138 ++-0085138 ++-0084150 ++-0090131 ++-0098145 ++-0087140 ++-0085139 ++-0090132 ++-0100148 ++-0088143 ++-0092147 ++-0097133 ++-0103068 ++-0096139 ++-0086135 ++-0099145 ++-0094139 ++-0102140 ++-0101136 ++-0093148 ++-0089134 ++-0084151 ++-0098146 ++-0087141 ++-0091138 ++-0095142 ++-0085140 ++-0086136 ++-0100149 ++-0097134 ++-0090133 ++-0096140 ++-0084152 ++-0103069 ++-0099146 ++-0088144 ++-0101137 ++-0093149 ++-0098147 ++-0092148 ++-0102141 ++-0091139 ++-0087142 ++-0094140 ++-0089135 ++-0086137 ++-0085141 ++-0095143 ++-0103070 ++-0096141 ++-0084153 ++-0097135 ++-0090134 ++-0101138 ++-0092149 ++-0100150 ++-0098148 ++-0091140 ++-0094141 ++-0088145 ++-0086138 ++-0087143 ++-0089136 ++-0093150 ++-0102142 ++-0095144 ++-0103071 ++-0090135 ++-0101139 ++-0092150 ++-0084154 ++-0098149 ++-0096142 ++-0100151 ++-0085142 ++-0086139 ++-0089137 ++-0094142 ++-0087144 ++-0091141 ++-0088146 ++-0093151 ++-0103072 ++-0092151 ++-0095145 ++-0090136 ++-0101140 ++-0096143 ++-0084155 ++-0085143 ++-0100152 ++-0089138 ++-0087145 ++-0086140 ++-0093152 ++-0094143 ++-0098150 ++-0091142 ++-0102143 ++-0088147 ++-0092152 ++-0095146 ++-0096144 ++-0090137 ++-0084156 ++-0101141 ++-0085144 ++-0097136 ++-0103073 ++-0100153 ++-0093153 ++-0099147 ++-0087146 ++-0094144 ++-0086141 ++-0098151 ++-0090138 ++-0091143 ++-0097137 ++-0099148 ++-0103074 ++-0091144 ++-0087147 ++-0089139 ++-0098152 ++-0092153 ++-0086142 ++-0101142 ++-0095147 ++-0096145 ++-0093154 ++-0094145 ++-0091145 ++-0093155 ++-0102144 ++-0095148 ++-0097138 ++-0088148 ++-0103075 ++-0086143 ++-0092154 ++-0090139 ++-0098153 ++-0087148 ++-0085145 ++-0100154 ++-0099149 ++-0089140 ++-0094146 ++-0101143 ++-0089141 ++-0096146 ++-0085146 ++-0087149 ++-0097139 ++-0094147 ++-0113000 ++-0099150 ++-0089142 ++-0096147 ++-0097140 ++-0087150 ++-0113001 ++-0099151 ++-0096148 ++-0097141 ++-0091146 ++-0113002 ++-0085147 ++-0102145 ++-0095149 ++-0089143 ++-0088149 ++-0092155 ++-0103076 ++-0098154 ++-0099152 ++-0090140 ++-0101144 ++-0096149 ++-0087151 ++-0086144 ++-0100155 ++-0097142 ++-0104000 ++-0103077 ++-0102146 ++-0099153 ++-0103078 ++-0094148 ++-0085148 ++-0088150 ++-0099154 ++-0113003 ++-0095150 ++-0089144 ++-0098155 ++-0087152 ++-0102147 ++-0101145 ++-0090141 ++-0091147 ++-0097143 ++-0104001 ++-0086145 ++-0088151 ++-0094149 ++-0096150 ++-0103079 ++-0087153 ++-0104002 ++-0097144 ++-0089145 ++-0113004 ++-0099155 ++-0090142 ++-0102148 ++-0085149 ++-0088152 ++-0095151 ++-0086146 ++-0091148 ++-0096151 ++-0094150 ++-0104003 ++-0101146 ++-0089146 ++-0103080 ++-0087154 ++-0097145 ++-0090143 ++-0088153 ++-0085150 ++-0099156 ++-0113005 ++-0086147 ++-0095152 ++-0096152 ++-0094151 ++-0102149 ++-0089147 ++-0112000 ++-0118000 ++-0101147 ++-0104004 ++-0120000 ++-0091149 ++-0090144 ++-0103081 ++-0087155 ++-0097146 ++-0088154 ++-0085151 ++-0086148 ++-0095153 ++-0096153 ++-0102150 ++-0112001 ++-0113006 ++-0089148 ++-0118001 ++-0094152 ++-0120001 ++-0088155 ++-0104005 ++-0101148 ++-0103082 ++-0090145 ++-0091150 ++-0097147 ++-0102151 ++-0086149 ++-0112002 ++-0096154 ++-0118002 ++-0085152 ++-0094153 ++-0095154 ++-0113007 ++-0089149 ++-0120002 ++-0101149 ++-0086150 ++-0097148 ++-0103083 ++-0090146 ++-0102152 ++-0104006 ++-0089150 ++-0091151 ++-0112003 ++-0094154 ++-0085153 ++-0113008 ++-0119000 ++-0107000 ++-0095155 ++-0096155 ++-0118003 ++-0101150 ++-0102153 ++-0086151 ++-0103084 ++-0108000 ++-0090147 ++-0104007 ++-0097149 ++-0120003 ++-0113009 ++-0085154 ++-0094155 ++-0107001 ++-0119001 ++-0101151 ++-0089151 ++-0095156 ++-0091152 ++-0112004 ++-0118004 ++-0102154 ++-0086152 ++-0103085 ++-0090148 ++-0108001 ++-0104008 ++-0097150 ++-0094156 ++-0120004 ++-0113010 ++-0119002 ++-0101152 ++-0085155 ++-0091153 ++-0107002 ++-0118005 ++-0089152 ++-0090149 ++-0103086 ++-0102155 ++-0095157 ++-0108002 ++-0086153 ++-0112005 ++-0104009 ++-0116000 ++-0097151 ++-0119003 ++-0101153 ++-0113011 ++-0085156 ++-0120005 ++-0107003 ++-0091154 ++-0089153 ++-0103087 ++-0090150 ++-0118006 ++-0108003 ++-0102156 ++-0086154 ++-0095158 ++-0104010 ++-0112006 ++-0116001 ++-0113012 ++-0097152 ++-0119004 ++-0089154 ++-0103088 ++-0107004 ++-0091155 ++-0090151 ++-0120006 ++-0108004 ++-0118007 ++-0086155 ++-0112007 ++-0104011 ++-0101154 ++-0116002 ++-0119005 ++-0114000 ++-0113013 ++-0097153 ++-0089155 ++-0107005 ++-0118008 ++-0116003 ++-0086156 ++-0090152 ++-0108005 ++-0119006 ++-0103089 ++-0089156 ++-0091156 ++-0101155 ++-0104012 ++-0107006 ++-0097154 ++-0112008 ++-0120007 ++-0122000 ++-0114001 ++-0118009 ++-0113014 ++-0116004 ++-0115000 ++-0090153 ++-0108006 ++-0105000 ++-0103090 ++-0107007 ++-0119007 ++-0101156 ++-0104013 ++-0097155 ++-0112009 ++-0113015 ++-0122001 ++-0120008 ++-0114002 ++-0115001 ++-0118010 ++-0116005 ++-0090154 ++-0108007 ++-0107008 ++-0105001 ++-0097156 ++-0113016 ++-0112010 ++-0122002 ++-0114003 ++-0104014 ++-0120009 ++-0115002 ++-0103091 ++-0119008 ++-0116006 ++-0106000 ++-0118011 ++-0107009 ++-0090155 ++-0111000 ++-0108008 ++-0105002 ++-0109000 ++-0113017 ++-0114004 ++-0122003 ++-0120010 ++-0116007 ++-0103092 ++-0112011 ++-0119009 ++-0118012 ++-0104015 ++-0115003 ++-0106001 ++-0111001 ++-0105003 ++-0107010 ++-0109001 ++-0121000 ++-0113018 ++-0090156 ++-0114005 ++-0122004 ++-0108009 ++-0119010 ++-0122005 ++-0103093 ++-0116008 ++-0120011 ++-0111002 ++-0106002 ++-0107011 ++-0108010 ++-0115004 ++-0118013 ++-0104016 ++-0105004 ++-0113019 ++-0112012 ++-0119011 ++-0121001 ++-0114006 ++-0122006 ++-0109002 ++-0103094 ++-0117000 ++-0116009 ++-0120012 ++-0108011 ++-0107012 ++-0115005 ++-0105005 ++-0106003 ++-0113020 ++-0104017 ++-0111003 ++-0121002 ++-0122007 ++-0109003 ++-0112013 ++-0119012 ++-0114007 ++-0117001 ++-0118014 ++-0103095 ++-0116010 ++-0110000 ++-0120013 ++-0115006 ++-0107013 ++-0109004 ++-0105006 ++-0113021 ++-0117002 ++-0108012 ++-0104018 ++-0106004 ++-0114008 ++-0121003 ++-0112014 ++-0118015 ++-0122008 ++-0119013 ++-0103096 ++-0111004 ++-0120014 ++-0115007 ++-0110001 ++-0109005 ++-0116011 ++-0113022 ++-0117003 ++-0107014 ++-0105007 ++-0114009 ++-0108013 ++-0106005 ++-0112015 ++-0119014 ++-0121004 ++-0104019 ++-0118016 ++-0122009 ++-0103097 ++-0120015 ++-0115008 ++-0109006 ++-0110002 ++-0111005 ++-0107015 ++-0117004 ++-0105008 ++-0116012 ++-0108014 ++-0106006 ++-0113023 ++-0114010 ++-0112016 ++-0119015 ++-0121005 ++-0104020 ++-0103098 ++-0120016 ++-0115009 ++-0122010 ++-0109007 ++-0116013 ++-0110003 ++-0105009 ++-0108015 ++-0111006 ++-0106007 ++-0107016 ++-0113024 ++-0119016 ++-0112017 ++-0114011 ++-0117005 ++-0103099 ++-0121006 ++-0120017 ++-0115010 ++-0109008 ++-0104021 ++-0118017 ++-0122011 ++-0116014 ++-0111007 ++-0105010 ++-0107017 ++-0110004 ++-0113025 ++-0119017 ++-0106008 ++-0117006 ++-0103100 ++-0121007 ++-0114012 ++-0120018 ++-0115011 ++-0118018 ++-0112018 ++-0109009 ++-0104022 ++-0116015 ++-0111008 ++-0110005 ++-0122012 ++-0113026 ++-0106009 ++-0121008 ++-0114013 ++-0117007 ++-0119018 ++-0107018 ++-0105011 ++-0103101 ++-0120019 ++-0108016 ++-0118019 ++-0115012 ++-0110006 ++-0115013 ++-0115014 ++-0107019 ++-0111009 ++-0122013 ++-0113027 ++-0110007 ++-0103102 ++-0108017 ++-0116016 ++-0109010 ++-0121009 ++-0104023 ++-0112019 ++-0115015 ++-0117008 ++-0118020 ++-0114014 ++-0106010 ++-0119019 ++-0105012 ++-0120020 ++-0113028 ++-0110008 ++-0103103 ++-0109011 ++-0116017 ++-0122014 ++-0104024 ++-0115016 ++-0108018 ++-0117009 ++-0118021 ++-0114015 ++-0107020 ++-0121010 ++-0111010 ++-0119020 ++-0112020 ++-0105013 ++-0106011 ++-0113029 ++-0120021 ++-0110009 ++-0116018 ++-0109012 ++-0103104 ++-0114016 ++-0122015 ++-0121011 ++-0104025 ++-0113030 ++-0107021 ++-0119021 ++-0111011 ++-0110010 ++-0108019 ++-0115017 ++-0120022 ++-0117010 ++-0112021 ++-0118022 ++-0116019 ++-0103105 ++-0114017 ++-0105014 ++-0122016 ++-0109013 ++-0121012 ++-0106012 ++-0104026 ++-0113031 ++-0111012 ++-0119022 ++-0110011 ++-0115018 ++-0112022 ++-0107022 ++-0118023 ++-0116020 ++-0103106 ++-0114018 ++-0120023 ++-0108020 ++-0117011 ++-0121013 ++-0105015 ++-0122017 ++-0113032 ++-0109014 ++-0111013 ++-0106013 ++-0119023 ++-0110012 ++-0104027 ++-0107023 ++-0118024 ++-0115019 ++-0116021 ++-0103107 ++-0114019 ++-0112023 ++-0108021 ++-0117012 ++-0121014 ++-0120024 ++-0105016 ++-0122018 ++-0115020 ++-0110013 ++-0119024 ++-0103108 ++-0104028 ++-0111014 ++-0114020 ++-0120025 ++-0113033 ++-0121015 ++-0109015 ++-0105017 ++-0106014 ++-0107024 ++-0112024 ++-0110014 ++-0122019 ++-0116022 ++-0103109 ++-0108022 ++-0119025 ++-0115021 ++-0104029 ++-0117013 ++-0121016 ++-0114021 ++-0118025 ++-0111015 ++-0109016 ++-0113034 ++-0120026 ++-0112025 ++-0107025 ++-0122020 ++-0116023 ++-0105018 ++-0115022 ++-0106015 ++-0103110 ++-0110015 ++-0121017 ++-0108023 ++-0111016 ++-0117014 ++-0119026 ++-0104030 ++-0120027 ++-0113035 ++-0112026 ++-0109017 ++-0118026 ++-0114022 ++-0107026 ++-0115023 ++-0116024 ++-0106016 ++-0103111 ++-0111017 ++-0122021 ++-0117015 ++-0105019 ++-0110016 ++-0121018 ++-0108024 ++-0112027 ++-0120028 ++-0113036 ++-0118027 ++-0104031 ++-0119027 ++-0107027 ++-0109018 ++-0115024 ++-0103112 ++-0114023 ++-0117016 ++-0122022 ++-0116025 ++-0111018 ++-0105020 ++-0106017 ++-0110017 ++-0112028 ++-0120029 ++-0118028 ++-0104032 ++-0109019 ++-0107028 ++-0119028 ++-0115025 ++-0114024 ++-0117017 ++-0111019 ++-0122023 ++-0105021 ++-0116026 ++-0106018 ++-0121019 ++-0120030 ++-0103113 ++-0107029 ++-0108025 ++-0113037 ++-0109020 ++-0112029 ++-0110018 ++-0115026 ++-0118029 ++-0119029 ++-0114025 ++-0111020 ++-0117018 ++-0105022 ++-0116027 ++-0103114 ++-0120031 ++-0122024 ++-0110019 ++-0107030 ++-0113038 ++-0104033 ++-0112030 ++-0116028 ++-0115027 ++-0117019 ++-0122025 ++-0106019 ++-0119030 ++-0114026 ++-0112031 ++-0104034 ++-0116029 ++-0111021 ++-0110020 ++-0107031 ++-0121020 ++-0113039 ++-0118030 ++-0105023 ++-0106020 ++-0109021 ++-0115028 ++-0122026 ++-0103115 ++-0117020 ++-0108026 ++-0119031 ++-0114027 ++-0112032 ++-0111022 ++-0121021 ++-0107032 ++-0116030 ++-0104035 ++-0113040 ++-0115029 ++-0109022 ++-0110021 ++-0122027 ++-0117021 ++-0106021 ++-0118031 ++-0105024 ++-0114028 ++-0111023 ++-0108027 ++-0121022 ++-0107033 ++-0119032 ++-0116031 ++-0104036 ++-0115030 ++-0113041 ++-0103116 ++-0112033 ++-0121023 ++-0120032 ++-0118032 ++-0108028 ++-0106022 ++-0122028 ++-0117022 ++-0109023 ++-0111024 ++-0119033 ++-0115031 ++-0110022 ++-0104037 ++-0107034 ++-0105025 ++-0112034 ++-0116032 ++-0114029 ++-0111025 ++-0103117 ++-0119034 ++-0113042 ++-0106023 ++-0105026 ++-0120033 ++-0110023 ++-0122029 ++-0104038 ++-0118033 ++-0112035 ++-0117023 ++-0108029 ++-0115032 ++-0113043 ++-0111026 ++-0103118 ++-0116033 ++-0114030 ++-0110024 ++-0107035 ++-0119035 ++-0109024 ++-0121024 ++-0104039 ++-0108030 ++-0120034 ++-0117024 ++-0111027 ++-0105027 ++-0118034 ++-0122030 ++-0116034 ++-0112036 ++-0110025 ++-0114031 ++-0106024 ++-0107036 ++-0103119 ++-0115033 ++-0116035 ++-0119036 ++-0104040 ++-0118035 ++-0121025 ++-0112037 ++-0105028 ++-0113044 ++-0108031 ++-0120035 ++-0116036 ++-0109025 ++-0115034 ++-0122031 ++-0114032 ++-0103120 ++-0121026 ++-0112038 ++-0119037 ++-0111028 ++-0110026 ++-0117025 ++-0118036 ++-0105029 ++-0108032 ++-0104041 ++-0120036 ++-0116037 ++-0113045 ++-0109026 ++-0122032 ++-0106025 ++-0107037 ++-0117026 ++-0114033 ++-0112039 ++-0121027 ++-0115035 ++-0111029 ++-0110027 ++-0118037 ++-0104042 ++-0119038 ++-0105030 ++-0108033 ++-0103121 ++-0120037 ++-0109027 ++-0106026 ++-0113046 ++-0116038 ++-0121028 ++-0115036 ++-0112040 ++-0107038 ++-0105031 ++-0104043 ++-0103122 ++-0120038 ++-0114034 ++-0110028 ++-0121029 ++-0111030 ++-0122033 ++-0116039 ++-0108034 ++-0113047 ++-0119039 ++-0104044 ++-0115037 ++-0107039 ++-0112041 ++-0106027 ++-0109028 ++-0105032 ++-0103123 ++-0118038 ++-0117027 ++-0108035 ++-0110029 ++-0121030 ++-0116040 ++-0113048 ++-0120039 ++-0114035 ++-0111031 ++-0122034 ++-0107040 ++-0109029 ++-0115038 ++-0103124 ++-0118039 ++-0104045 ++-0105033 ++-0106028 ++-0108036 ++-0110030 ++-0121031 ++-0119040 ++-0122035 ++-0112042 ++-0113049 ++-0114036 ++-0111032 ++-0105034 ++-0109030 ++-0106029 ++-0115039 ++-0107041 ++-0118040 ++-0112043 ++-0117028 ++-0116041 ++-0110031 ++-0121032 ++-0120040 ++-0114037 ++-0119041 ++-0103125 ++-0113050 ++-0108037 ++-0109031 ++-0117029 ++-0115040 ++-0107042 ++-0110032 ++-0120041 ++-0111033 ++-0103126 ++-0112044 ++-0113051 ++-0109032 ++-0105035 ++-0114038 ++-0122036 ++-0106030 ++-0116042 ++-0121033 ++-0118041 ++-0108038 ++-0119042 ++-0120042 ++-0104046 ++-0112045 ++-0103127 ++-0107043 ++-0106031 ++-0114039 ++-0109033 ++-0104047 ++-0110033 ++-0111034 ++-0115041 ++-0116043 ++-0113052 ++-0118042 ++-0103128 ++-0106032 ++-0113053 ++-0116044 ++-0117030 ++-0110034 ++-0117031 ++-0121034 ++-0117032 ++-0103129 ++-0120043 ++-0114040 ++-0119043 ++-0118043 ++-0108039 ++-0111035 ++-0107044 ++-0104048 ++-0110035 ++-0106033 ++-0105036 ++-0107045 ++-0109034 ++-0116045 ++-0112046 ++-0113054 ++-0103130 ++-0115042 ++-0111036 ++-0114041 ++-0122037 ++-0117033 ++-0118044 ++-0121035 ++-0119044 ++-0110036 ++-0104049 ++-0108040 ++-0106034 ++-0105037 ++-0109035 ++-0107046 ++-0113055 ++-0116046 ++-0122038 ++-0112047 ++-0103131 ++-0115043 ++-0110037 ++-0121036 ++-0111037 ++-0117034 ++-0108041 ++-0118045 ++-0104050 ++-0105038 ++-0113056 ++-0106035 ++-0107047 ++-0114042 ++-0109036 ++-0119045 ++-0112048 ++-0116047 ++-0120044 ++-0122039 ++-0115044 ++-0108042 ++-0103132 ++-0118046 ++-0121037 ++-0111038 ++-0117035 ++-0110038 ++-0105039 ++-0106036 ++-0107048 ++-0109037 ++-0104051 ++-0113057 ++-0119046 ++-0112049 ++-0116048 ++-0115045 ++-0114043 ++-0103133 ++-0111039 ++-0122040 ++-0121038 ++-0109038 ++-0106037 ++-0107049 ++-0118047 ++-0114044 ++-0121039 ++-0104052 ++-0120045 ++-0115046 ++-0108043 ++-0117036 ++-0112050 ++-0105040 ++-0113058 ++-0106038 ++-0110039 ++-0119047 ++-0103134 ++-0116049 ++-0111040 ++-0122041 ++-0109039 ++-0104053 ++-0117037 ++-0107050 ++-0108044 ++-0115047 ++-0110040 ++-0114045 ++-0105041 ++-0112051 ++-0119048 ++-0118048 ++-0121040 ++-0120046 ++-0116050 ++-0106039 ++-0111041 ++-0103135 ++-0116051 ++-0111042 ++-0105042 ++-0105043 ++-0113059 ++-0112052 ++-0117038 ++-0118049 ++-0104054 ++-0121041 ++-0103136 ++-0119049 ++-0109040 ++-0110041 ++-0122042 ++-0111043 ++-0107051 ++-0115048 ++-0116052 ++-0114046 ++-0106040 ++-0108045 ++-0120047 ++-0117039 ++-0105044 ++-0113060 ++-0118050 ++-0104055 ++-0107052 ++-0111044 ++-0112053 ++-0116053 ++-0113061 ++-0108046 ++-0115049 ++-0103137 ++-0121042 ++-0118051 ++-0114047 ++-0120048 ++-0110042 ++-0119050 ++-0104056 ++-0116054 ++-0109041 ++-0122043 ++-0112054 ++-0103138 ++-0117040 ++-0108047 ++-0121043 ++-0114048 ++-0118052 ++-0120049 ++-0119051 ++-0107053 ++-0104057 ++-0106041 ++-0111045 ++-0110043 ++-0116055 ++-0112055 ++-0122044 ++-0115050 ++-0113062 ++-0103139 ++-0105045 ++-0108048 ++-0118053 ++-0120050 ++-0117041 ++-0114049 ++-0110044 ++-0119052 ++-0109042 ++-0121044 ++-0104058 ++-0106042 ++-0111046 ++-0121045 ++-0103140 ++-0106043 ++-0114050 ++-0111047 ++-0115051 ++-0107054 ++-0105046 ++-0119053 ++-0116056 ++-0121046 ++-0108049 ++-0120051 ++-0109043 ++-0104059 ++-0117042 ++-0112056 ++-0113063 ++-0118054 ++-0106044 ++-0103141 ++-0110045 ++-0114051 ++-0122045 ++-0115052 ++-0105047 ++-0111048 ++-0107055 ++-0108050 ++-0109044 ++-0119054 ++-0104060 ++-0121047 ++-0120052 ++-0116057 ++-0117043 ++-0118055 ++-0110046 ++-0114052 ++-0103142 ++-0106045 ++-0115053 ++-0105048 ++-0122046 ++-0107056 ++-0111049 ++-0108051 ++-0120053 ++-0119055 ++-0121048 ++-0116058 ++-0118056 ++-0110047 ++-0117044 ++-0105049 ++-0104061 ++-0114053 ++-0112057 ++-0122047 ++-0106046 ++-0115054 ++-0121049 ++-0111050 ++-0103143 ++-0107057 ++-0116059 ++-0120054 ++-0108052 ++-0105050 ++-0118057 ++-0110048 ++-0119056 ++-0117045 ++-0109045 ++-0122048 ++-0115055 ++-0103144 ++-0112058 ++-0106047 ++-0114054 ++-0121050 ++-0107058 ++-0111051 ++-0116060 ++-0110049 ++-0108053 ++-0120055 ++-0104062 ++-0118058 ++-0105051 ++-0119057 ++-0117046 ++-0122049 ++-0114055 ++-0116061 ++-0112059 ++-0109046 ++-0121051 ++-0115056 ++-0107059 ++-0103145 ++-0104063 ++-0111052 ++-0118059 ++-0108054 ++-0119058 ++-0110050 ++-0122050 ++-0105052 ++-0114056 ++-0117047 ++-0116062 ++-0107060 ++-0112060 ++-0115057 ++-0119059 ++-0104064 ++-0106048 ++-0111053 ++-0121052 ++-0108055 ++-0109047 ++-0122051 ++-0118060 ++-0120056 ++-0114057 ++-0107061 ++-0105053 ++-0117048 ++-0110051 ++-0104065 ++-0119060 ++-0121053 ++-0111054 ++-0113064 ++-0112061 ++-0109048 ++-0115058 ++-0106049 ++-0116063 ++-0118061 ++-0114058 ++-0105054 ++-0117049 ++-0103146 ++-0120057 ++-0104066 ++-0108056 ++-0122052 ++-0107062 ++-0110052 ++-0119061 ++-0112062 ++-0121054 ++-0113065 ++-0111055 ++-0115059 ++-0109049 ++-0118062 ++-0114059 ++-0116064 ++-0106050 ++-0104067 ++-0117050 ++-0105055 ++-0110053 ++-0122053 ++-0109050 ++-0103147 ++-0114060 ++-0121055 ++-0112063 ++-0120058 ++-0113066 ++-0117051 ++-0108057 ++-0104068 ++-0116065 ++-0107063 ++-0115060 ++-0105056 ++-0109051 ++-0110054 ++-0118063 ++-0122054 ++-0106051 ++-0103148 ++-0121056 ++-0111056 ++-0119062 ++-0114061 ++-0112064 ++-0117052 ++-0120059 ++-0108058 ++-0115061 ++-0113067 ++-0104069 ++-0116066 ++-0105057 ++-0110055 ++-0122055 ++-0106052 ++-0107064 ++-0111057 ++-0109052 ++-0103149 ++-0121057 ++-0119063 ++-0118064 ++-0114062 ++-0115062 ++-0108059 ++-0120060 ++-0112065 ++-0117053 ++-0104070 ++-0110056 ++-0113068 ++-0122056 ++-0111058 ++-0106053 ++-0103150 ++-0107065 ++-0105058 ++-0121058 ++-0119064 ++-0109053 ++-0115063 ++-0116067 ++-0120061 ++-0117054 ++-0114063 ++-0118065 ++-0104071 ++-0112066 ++-0113069 ++-0103151 ++-0110057 ++-0108060 ++-0111059 ++-0109054 ++-0115064 ++-0105059 ++-0107066 ++-0106054 ++-0120062 ++-0116068 ++-0118066 ++-0121059 ++-0114064 ++-0122057 ++-0117055 ++-0112067 ++-0113070 ++-0119065 ++-0104072 ++-0110058 ++-0103152 ++-0107067 ++-0115065 ++-0108061 ++-0109055 ++-0111060 ++-0116069 ++-0120063 ++-0121060 ++-0114065 ++-0115066 ++-0118067 ++-0113071 ++-0105060 ++-0122058 ++-0106055 ++-0110059 ++-0114066 ++-0104073 ++-0112068 ++-0111061 ++-0117056 ++-0116070 ++-0120064 ++-0103153 ++-0109056 ++-0108062 ++-0115067 ++-0107068 ++-0121061 ++-0118068 ++-0110060 ++-0114067 ++-0113072 ++-0111062 ++-0116071 ++-0122059 ++-0104074 ++-0103154 ++-0109057 ++-0115068 ++-0108063 ++-0119066 ++-0112069 ++-0110061 ++-0105061 ++-0114068 ++-0104075 ++-0107069 ++-0115069 ++-0109058 ++-0117057 ++-0106056 ++-0108064 ++-0119067 ++-0110062 ++-0107070 ++-0114069 ++-0105062 ++-0113073 ++-0111063 ++-0104076 ++-0120065 ++-0121062 ++-0116072 ++-0112070 ++-0103155 ++-0122060 ++-0118069 ++-0117058 ++-0108065 ++-0106057 ++-0119068 ++-0109059 ++-0115070 ++-0105063 ++-0111064 ++-0120066 ++-0121063 ++-0112071 ++-0104077 ++-0114070 ++-0110063 ++-0113074 ++-0122061 ++-0116073 ++-0117059 ++-0107071 ++-0106058 ++-0118070 ++-0108066 ++-0119069 ++-0115071 ++-0111065 ++-0105064 ++-0120067 ++-0114071 ++-0121064 ++-0110064 ++-0122062 ++-0112072 ++-0104078 ++-0113075 ++-0109060 ++-0108067 ++-0107072 ++-0117060 ++-0106059 ++-0116074 ++-0118071 ++-0120068 ++-0111066 ++-0105065 ++-0114072 ++-0115072 ++-0121065 ++-0110065 ++-0104079 ++-0123000 ++-0109061 ++-0119070 ++-0112073 ++-0107073 ++-0117061 ++-0113076 ++-0108068 ++-0116075 ++-0120069 ++-0106060 ++-0122063 ++-0118072 ++-0121066 ++-0111067 ++-0123001 ++-0119071 ++-0104080 ++-0110066 ++-0109062 ++-0107074 ++-0108069 ++-0113077 ++-0112074 ++-0120070 ++-0117062 ++-0106061 ++-0115073 ++-0122064 ++-0114073 ++-0121067 ++-0111068 ++-0123002 ++-0119072 ++-0118073 ++-0110067 ++-0104081 ++-0105066 ++-0116076 ++-0107075 ++-0112075 ++-0120071 ++-0113078 ++-0115074 ++-0122065 ++-0106062 ++-0109063 ++-0119073 ++-0118074 ++-0117063 ++-0123003 ++-0110068 ++-0104082 ++-0111069 ++-0114074 ++-0105067 ++-0107076 ++-0112076 ++-0116077 ++-0120072 ++-0108070 ++-0115075 ++-0122066 ++-0121068 ++-0119074 ++-0109064 ++-0106063 ++-0118075 ++-0113079 ++-0104083 ++-0110069 ++-0117064 ++-0105068 ++-0123004 ++-0107077 ++-0116078 ++-0112077 ++-0120073 ++-0115076 ++-0121069 ++-0119075 ++-0106064 ++-0113080 ++-0118076 ++-0109065 ++-0122067 ++-0104084 ++-0111070 ++-0110070 ++-0114075 ++-0108071 ++-0107078 ++-0105069 ++-0120074 ++-0112078 ++-0123005 ++-0115077 ++-0116079 ++-0120075 ++-0108072 ++-0112079 ++-0119076 ++-0110071 ++-0116080 ++-0107079 ++-0117065 ++-0105070 ++-0104085 ++-0123006 ++-0115078 ++-0114076 ++-0112080 ++-0106065 ++-0122068 ++-0120076 ++-0113081 ++-0111071 ++-0109066 ++-0121070 ++-0119077 ++-0108073 ++-0117066 ++-0110072 ++-0118077 ++-0105071 ++-0114077 ++-0107080 ++-0104086 ++-0123007 ++-0115079 ++-0112081 ++-0120077 ++-0106066 ++-0113082 ++-0117067 ++-0119078 ++-0111072 ++-0108074 ++-0122069 ++-0116081 ++-0105072 ++-0104087 ++-0110073 ++-0114078 ++-0121071 ++-0118078 ++-0109067 ++-0115080 ++-0107081 ++-0112082 ++-0123008 ++-0120078 ++-0117068 ++-0113083 ++-0119079 ++-0116082 ++-0122070 ++-0106067 ++-0105073 ++-0114079 ++-0121072 ++-0104088 ++-0111073 ++-0107082 ++-0108075 ++-0115081 ++-0112083 ++-0117069 ++-0110074 ++-0120079 ++-0118079 ++-0123009 ++-0119080 ++-0113084 ++-0116083 ++-0104089 ++-0121073 ++-0105074 ++-0109068 ++-0107083 ++-0114080 ++-0122071 ++-0115082 ++-0111074 ++-0118080 ++-0110075 ++-0108076 ++-0120080 ++-0117070 ++-0106068 ++-0112084 ++-0119081 ++-0116084 ++-0123010 ++-0104090 ++-0121074 ++-0105075 ++-0122072 ++-0114081 ++-0107084 ++-0109069 ++-0111075 ++-0113085 ++-0117071 ++-0115083 ++-0106069 ++-0118081 ++-0116085 ++-0119082 ++-0110076 ++-0123011 ++-0112085 ++-0121075 ++-0122073 ++-0104091 ++-0105076 ++-0108077 ++-0114082 ++-0109070 ++-0107085 ++-0120081 ++-0117072 ++-0111076 ++-0106070 ++-0113086 ++-0110077 ++-0118082 ++-0123012 ++-0115084 ++-0104092 ++-0105077 ++-0119083 ++-0116086 ++-0114083 ++-0122074 ++-0112086 ++-0109071 ++-0108078 ++-0107086 ++-0106071 ++-0120082 ++-0117073 ++-0121076 ++-0113087 ++-0118083 ++-0110078 ++-0115085 ++-0123013 ++-0119084 ++-0105078 ++-0114084 ++-0122075 ++-0109072 ++-0107087 ++-0104093 ++-0112087 ++-0120083 ++-0111077 ++-0110079 ++-0118084 ++-0106072 ++-0117074 ++-0123014 ++-0113088 ++-0121077 ++-0115086 ++-0108079 ++-0119085 ++-0114085 ++-0107088 ++-0122076 ++-0116087 ++-0104094 ++-0110080 ++-0106073 ++-0118085 ++-0121078 ++-0112088 ++-0105079 ++-0109073 ++-0123015 ++-0113089 ++-0117075 ++-0107089 ++-0120084 ++-0114086 ++-0112089 ++-0108080 ++-0119086 ++-0106074 ++-0105080 ++-0116088 ++-0121079 ++-0118086 ++-0110081 ++-0115087 ++-0104095 ++-0113090 ++-0123016 ++-0120085 ++-0107090 ++-0117076 ++-0112090 ++-0108081 ++-0111078 ++-0122077 ++-0106075 ++-0105081 ++-0119087 ++-0114087 ++-0121080 ++-0116089 ++-0104096 ++-0110082 ++-0109074 ++-0123017 ++-0112091 ++-0113091 ++-0118087 ++-0108082 ++-0105082 ++-0106076 ++-0119088 ++-0111079 ++-0120086 ++-0122078 ++-0115088 ++-0114088 ++-0121081 ++-0110083 ++-0109075 ++-0113092 ++-0123018 ++-0118088 ++-0116090 ++-0105083 ++-0108083 ++-0112092 ++-0117077 ++-0122079 ++-0119089 ++-0111080 ++-0104097 ++-0120087 ++-0121082 ++-0109076 ++-0123019 ++-0113093 ++-0110084 ++-0114089 ++-0118089 ++-0108084 ++-0122080 ++-0111081 ++-0116091 ++-0107091 ++-0119090 ++-0105084 ++-0112093 ++-0121083 ++-0113094 ++-0120088 ++-0123020 ++-0104098 ++-0114090 ++-0109077 ++-0110085 ++-0117078 ++-0118090 ++-0108085 ++-0115089 ++-0122081 ++-0113095 ++-0111082 ++-0105085 ++-0119091 ++-0107092 ++-0116092 ++-0106077 ++-0123021 ++-0109078 ++-0121084 ++-0120089 ++-0112094 ++-0110086 ++-0104099 ++-0117079 ++-0108086 ++-0122082 ++-0113096 ++-0110087 ++-0111083 ++-0118091 ++-0105086 ++-0115090 ++-0119092 ++-0114091 ++-0121085 ++-0107093 ++-0109079 ++-0108087 ++-0123022 ++-0120090 ++-0113097 ++-0106078 ++-0104100 ++-0105087 ++-0116093 ++-0118092 ++-0115091 ++-0107094 ++-0111084 ++-0122083 ++-0119093 ++-0114092 ++-0121086 ++-0117080 ++-0112095 ++-0123023 ++-0113098 ++-0108088 ++-0120091 ++-0106079 ++-0110088 ++-0109080 ++-0107095 ++-0111085 ++-0119094 ++-0118093 ++-0116094 ++-0105088 ++-0108089 ++-0110089 ++-0112096 ++-0122084 ++-0106080 ++-0115092 ++-0117081 ++-0114093 ++-0121087 ++-0113099 ++-0120092 ++-0123024 ++-0104101 ++-0109081 ++-0107096 ++-0118094 ++-0110090 ++-0105089 ++-0115093 ++-0116095 ++-0106081 ++-0122085 ++-0112097 ++-0114094 ++-0117082 ++-0108090 ++-0120093 ++-0121088 ++-0123025 ++-0111086 ++-0104102 ++-0113100 ++-0107097 ++-0118095 ++-0109082 ++-0110091 ++-0119095 ++-0106082 ++-0105090 ++-0115094 ++-0114095 ++-0112098 ++-0122086 ++-0123026 ++-0116096 ++-0117083 ++-0111087 ++-0104103 ++-0108091 ++-0107098 ++-0120094 ++-0109083 ++-0121089 ++-0113101 ++-0118096 ++-0110092 ++-0114096 ++-0105091 ++-0106083 ++-0115095 ++-0122087 ++-0112099 ++-0116097 ++-0117084 ++-0123027 ++-0111088 ++-0107099 ++-0108092 ++-0119096 ++-0120095 ++-0109084 ++-0121090 ++-0110093 ++-0104104 ++-0113102 ++-0118097 ++-0105092 ++-0115096 ++-0112100 ++-0122088 ++-0114097 ++-0106084 ++-0117085 ++-0116098 ++-0119097 ++-0123028 ++-0110094 ++-0107100 ++-0121091 ++-0105093 ++-0118098 ++-0113103 ++-0122089 ++-0120096 ++-0111089 ++-0115097 ++-0108093 ++-0104105 ++-0106085 ++-0117086 ++-0114098 ++-0116099 ++-0109085 ++-0110095 ++-0112101 ++-0119098 ++-0121092 ++-0122090 ++-0123029 ++-0111090 ++-0120097 ++-0108094 ++-0105094 ++-0104106 ++-0114099 ++-0113104 ++-0115098 ++-0107101 ++-0116100 ++-0118099 ++-0109086 ++-0117087 ++-0106086 ++-0112102 ++-0119099 ++-0110096 ++-0122091 ++-0120098 ++-0121093 ++-0105095 ++-0114100 ++-0113105 ++-0116101 ++-0107102 ++-0111091 ++-0115099 ++-0109087 ++-0118100 ++-0104107 ++-0123030 ++-0122092 ++-0108095 ++-0106087 ++-0112103 ++-0117088 ++-0121094 ++-0119100 ++-0120099 ++-0114101 ++-0109088 ++-0116102 ++-0115100 ++-0110097 ++-0107103 ++-0105096 ++-0111092 ++-0104108 ++-0123031 ++-0113106 ++-0122093 ++-0112104 ++-0108096 ++-0106088 ++-0118101 ++-0117089 ++-0119101 ++-0121095 ++-0109089 ++-0116103 ++-0114102 ++-0110098 ++-0120100 ++-0105097 ++-0111093 ++-0104109 ++-0123032 ++-0113107 ++-0107104 ++-0118102 ++-0112105 ++-0106089 ++-0108097 ++-0116104 ++-0109090 ++-0115101 ++-0110099 ++-0105098 ++-0121096 ++-0117090 ++-0119102 ++-0114103 ++-0111094 ++-0104110 ++-0122094 ++-0120101 ++-0112106 ++-0106090 ++-0113108 ++-0123033 ++-0118103 ++-0107105 ++-0105099 ++-0110100 ++-0116105 ++-0121097 ++-0111095 ++-0115102 ++-0109091 ++-0108098 ++-0119103 ++-0104111 ++-0122095 ++-0112107 ++-0117091 ++-0114104 ++-0106091 ++-0120102 ++-0113109 ++-0111096 ++-0118104 ++-0123034 ++-0107106 ++-0115103 ++-0117092 ++-0112108 ++-0122096 ++-0110101 ++-0105100 ++-0109092 ++-0116106 ++-0106092 ++-0121098 ++-0108099 ++-0114105 ++-0120103 ++-0119104 ++-0104112 ++-0113110 ++-0111097 ++-0115104 ++-0118105 ++-0110102 ++-0112109 ++-0107107 ++-0123035 ++-0117093 ++-0121099 ++-0105101 ++-0108100 ++-0122097 ++-0109093 ++-0106093 ++-0116107 ++-0119105 ++-0111098 ++-0114106 ++-0104113 ++-0120104 ++-0123036 ++-0117094 ++-0113111 ++-0115105 ++-0110103 ++-0109094 ++-0123037 ++-0120105 ++-0118106 ++-0114107 ++-0108101 ++-0111099 ++-0112110 ++-0116108 ++-0106094 ++-0121100 ++-0107108 ++-0105102 ++-0122098 ++-0119106 ++-0117095 ++-0104114 ++-0110104 ++-0113112 ++-0123038 ++-0118107 ++-0120106 ++-0109095 ++-0115106 ++-0114108 ++-0108102 ++-0106095 ++-0122099 ++-0112111 ++-0117096 ++-0104115 ++-0116109 ++-0110105 ++-0111100 ++-0105103 ++-0121101 ++-0113113 ++-0123039 ++-0118108 ++-0107109 ++-0120107 ++-0115107 ++-0119107 ++-0105104 ++-0104116 ++-0109096 ++-0111101 ++-0117097 ++-0118109 ++-0116110 ++-0112112 ++-0106096 ++-0108103 ++-0107110 ++-0122100 ++-0121102 ++-0113114 ++-0114109 ++-0120108 ++-0115108 ++-0123040 ++-0109097 ++-0119108 ++-0105105 ++-0111102 ++-0110106 ++-0116111 ++-0118110 ++-0117098 ++-0108104 ++-0122101 ++-0107111 ++-0121103 ++-0104117 ++-0120109 ++-0114110 ++-0112113 ++-0123041 ++-0115109 ++-0113115 ++-0119109 ++-0106097 ++-0105106 ++-0110107 ++-0116112 ++-0117099 ++-0108105 ++-0109098 ++-0121104 ++-0104118 ++-0111103 ++-0120110 ++-0114111 ++-0115110 ++-0112114 ++-0107112 ++-0113116 ++-0123042 ++-0105107 ++-0106098 ++-0117100 ++-0110108 ++-0109099 ++-0121105 ++-0104119 ++-0111104 ++-0108106 ++-0119110 ++-0116113 ++-0114112 ++-0120111 ++-0122102 ++-0107113 ++-0115111 ++-0113117 ++-0112115 ++-0106099 ++-0117101 ++-0123043 ++-0109100 ++-0105108 ++-0119111 ++-0120112 ++-0104120 ++-0116114 ++-0114113 ++-0121106 ++-0107114 ++-0115112 ++-0122103 ++-0108107 ++-0111105 ++-0113118 ++-0106100 ++-0123044 ++-0110109 ++-0119112 ++-0109101 ++-0112116 ++-0104121 ++-0107115 ++-0121107 ++-0117102 ++-0116115 ++-0122104 ++-0114114 ++-0106101 ++-0115113 ++-0123045 ++-0110110 ++-0108108 ++-0113119 ++-0111106 ++-0105109 ++-0119113 ++-0109102 ++-0107116 ++-0112117 ++-0104122 ++-0116116 ++-0106102 ++-0122105 ++-0121108 ++-0115114 ++-0120113 ++-0111107 ++-0113120 ++-0105110 ++-0114115 ++-0123046 ++-0117103 ++-0119114 ++-0109103 ++-0107117 ++-0118111 ++-0104123 ++-0108109 ++-0106103 ++-0116117 ++-0112118 ++-0110111 ++-0120114 ++-0113121 ++-0105111 ++-0122106 ++-0123047 ++-0109104 ++-0111108 ++-0119115 ++-0117104 ++-0107118 ++-0104124 ++-0114116 ++-0108110 ++-0116118 ++-0118112 ++-0106104 ++-0112119 ++-0113122 ++-0110112 ++-0121109 ++-0105112 ++-0122107 ++-0109105 ++-0120115 ++-0119116 ++-0104125 ++-0114117 ++-0116119 ++-0115115 ++-0111109 ++-0107119 ++-0123048 ++-0117105 ++-0112120 ++-0121110 ++-0108111 ++-0110113 ++-0120116 ++-0105113 ++-0109106 ++-0113123 ++-0119117 ++-0115116 ++-0122108 ++-0114118 ++-0120117 ++-0117106 ++-0107120 ++-0123049 ++-0106105 ++-0118113 ++-0104126 ++-0108112 ++-0110114 ++-0112121 ++-0121111 ++-0111110 ++-0116120 ++-0105114 ++-0119118 ++-0107121 ++-0123050 ++-0122109 ++-0113124 ++-0121112 ++-0108113 ++-0118114 ++-0114119 ++-0120118 ++-0110115 ++-0112122 ++-0115117 ++-0109107 ++-0104127 ++-0116121 ++-0111111 ++-0117107 ++-0106106 ++-0105115 ++-0123051 ++-0108114 ++-0121113 ++-0115118 ++-0118115 ++-0110116 ++-0113125 ++-0120119 ++-0119119 ++-0109108 ++-0122110 ++-0121114 ++-0105116 ++-0111112 ++-0116122 ++-0112123 ++-0119120 ++-0114120 ++-0123052 ++-0104128 ++-0115119 ++-0113126 ++-0106107 ++-0117108 ++-0107122 ++-0122111 ++-0110117 ++-0108115 ++-0105117 ++-0121115 ++-0120120 ++-0109109 ++-0118116 ++-0111113 ++-0116123 ++-0119121 ++-0114121 ++-0112124 ++-0104129 ++-0113127 ++-0121116 ++-0108116 ++-0106108 ++-0123053 ++-0105118 ++-0110118 ++-0122112 ++-0107123 ++-0120121 ++-0109110 ++-0118117 ++-0111114 ++-0117109 ++-0116124 ++-0119122 ++-0114122 ++-0104130 ++-0123054 ++-0113128 ++-0115120 ++-0105119 ++-0121117 ++-0112125 ++-0107124 ++-0108117 ++-0120122 ++-0106109 ++-0116125 ++-0118118 ++-0122113 ++-0110119 ++-0111115 ++-0114123 ++-0117110 ++-0109111 ++-0119123 ++-0113129 ++-0115121 ++-0105120 ++-0112126 ++-0123055 ++-0107125 ++-0108118 ++-0116126 ++-0120123 ++-0110120 ++-0122114 ++-0111116 ++-0104131 ++-0119124 ++-0114124 ++-0109112 ++-0117111 ++-0118119 ++-0121118 ++-0115122 ++-0113130 ++-0105121 ++-0112127 ++-0116127 ++-0122115 ++-0107126 ++-0106110 ++-0108119 ++-0123056 ++-0111117 ++-0119125 ++-0120124 ++-0104132 ++-0109113 ++-0114125 ++-0110121 ++-0121119 ++-0115123 ++-0117112 ++-0118120 ++-0105122 ++-0116128 ++-0122116 ++-0112128 ++-0107127 ++-0106111 ++-0123057 ++-0104133 ++-0108120 ++-0113131 ++-0119126 ++-0114126 ++-0120125 ++-0109114 ++-0110122 ++-0118121 ++-0111118 ++-0116129 ++-0105123 ++-0106112 ++-0112129 ++-0122117 ++-0123058 ++-0117113 ++-0107128 ++-0104134 ++-0115124 ++-0113132 ++-0108121 ++-0120126 ++-0119127 ++-0109115 ++-0118122 ++-0110123 ++-0111119 ++-0116130 ++-0106113 ++-0115125 ++-0107129 ++-0105124 ++-0123059 ++-0112130 ++-0122118 ++-0104135 ++-0108122 ++-0117114 ++-0120127 ++-0109116 ++-0119128 ++-0113133 ++-0110124 ++-0111120 ++-0116131 ++-0123060 ++-0114127 ++-0118123 ++-0115126 ++-0106114 ++-0105125 ++-0107130 ++-0104136 ++-0117115 ++-0120128 ++-0122119 ++-0119129 ++-0108123 ++-0112131 ++-0109117 ++-0123061 ++-0118124 ++-0113134 ++-0106115 ++-0117116 ++-0110125 ++-0111121 ++-0120129 ++-0114128 ++-0122120 ++-0116132 ++-0104137 ++-0107131 ++-0115127 ++-0119130 ++-0105126 ++-0109118 ++-0121120 ++-0108124 ++-0112132 ++-0123062 ++-0118125 ++-0106116 ++-0121121 ++-0122121 ++-0120130 ++-0113135 ++-0110126 ++-0123063 ++-0108125 ++-0105127 ++-0104138 ++-0119131 ++-0111122 ++-0116133 ++-0114129 ++-0115128 ++-0117117 ++-0109119 ++-0121122 ++-0112133 ++-0118126 ++-0110127 ++-0120131 ++-0122122 ++-0105128 ++-0123064 ++-0115129 ++-0104139 ++-0119132 ++-0107132 ++-0116134 ++-0114130 ++-0117118 ++-0111123 ++-0109120 ++-0110128 ++-0121123 ++-0112134 ++-0118127 ++-0122123 ++-0113136 ++-0120132 ++-0104140 ++-0119133 ++-0107133 ++-0123065 ++-0117119 ++-0116135 ++-0105129 ++-0114131 ++-0108126 ++-0115130 ++-0109121 ++-0112135 ++-0110129 ++-0121124 ++-0111124 ++-0106117 ++-0122124 ++-0119134 ++-0113137 ++-0104141 ++-0105130 ++-0123066 ++-0114132 ++-0117120 ++-0107134 ++-0116136 ++-0120133 ++-0115131 ++-0106118 ++-0110130 ++-0109122 ++-0122125 ++-0111125 ++-0121125 ++-0119135 ++-0112136 ++-0104142 ++-0114133 ++-0113138 ++-0108127 ++-0105131 ++-0117121 ++-0123067 ++-0106119 ++-0118128 ++-0115132 ++-0122126 ++-0110131 ++-0119136 ++-0121126 ++-0108128 ++-0106120 ++-0111126 ++-0115133 ++-0109123 ++-0104143 ++-0118129 ++-0119137 ++-0107135 ++-0112137 ++-0122127 ++-0123068 ++-0117122 ++-0110132 ++-0114134 ++-0106121 ++-0120134 ++-0116137 ++-0111127 ++-0104144 ++-0121127 ++-0115134 ++-0105132 ++-0118130 ++-0119138 ++-0109124 ++-0112138 ++-0108129 ++-0120135 ++-0107136 ++-0106122 ++-0111128 ++-0122128 ++-0104145 ++-0114135 ++-0123069 ++-0115135 ++-0110133 ++-0113139 ++-0121128 ++-0119139 ++-0105133 ++-0120136 ++-0109125 ++-0112139 ++-0116138 ++-0108130 ++-0107137 ++-0117123 ++-0118131 ++-0110134 ++-0104146 ++-0115136 ++-0106123 ++-0122129 ++-0123070 ++-0113140 ++-0111129 ++-0119140 ++-0121129 ++-0120137 ++-0117124 ++-0105134 ++-0109126 ++-0116139 ++-0118132 ++-0115137 ++-0112140 ++-0108131 ++-0104147 ++-0110135 ++-0107138 ++-0114136 ++-0122130 ++-0106124 ++-0119141 ++-0123071 ++-0113141 ++-0121130 ++-0109127 ++-0117125 ++-0116140 ++-0108132 ++-0118133 ++-0107139 ++-0105135 ++-0110136 ++-0104148 ++-0111130 ++-0112141 ++-0114137 ++-0122131 ++-0119142 ++-0113142 ++-0109128 ++-0106125 ++-0120138 ++-0123072 ++-0121131 ++-0108133 ++-0105136 ++-0104149 ++-0118134 ++-0116141 ++-0117126 ++-0111131 ++-0114138 ++-0113143 ++-0122132 ++-0110137 ++-0119143 ++-0120139 ++-0121132 ++-0105137 ++-0112142 ++-0108134 ++-0116142 ++-0117127 ++-0123073 ++-0111132 ++-0107140 ++-0114139 ++-0118135 ++-0110138 ++-0122133 ++-0106126 ++-0119144 ++-0113144 ++-0121133 ++-0120140 ++-0117128 ++-0108135 ++-0116143 ++-0114140 ++-0110139 ++-0123074 ++-0118136 ++-0111133 ++-0104150 ++-0105138 ++-0122134 ++-0107141 ++-0113145 ++-0117129 ++-0120141 ++-0106127 ++-0121134 ++-0109129 ++-0116144 ++-0119145 ++-0114141 ++-0110140 ++-0118137 ++-0123075 ++-0104151 ++-0113146 ++-0108136 ++-0122135 ++-0111134 ++-0121135 ++-0117130 ++-0107142 ++-0120142 ++-0105139 ++-0109130 ++-0112143 ++-0106128 ++-0109131 ++-0107143 ++-0121136 ++-0104152 ++-0119146 ++-0122136 ++-0108137 ++-0113147 ++-0114142 ++-0116145 ++-0118138 ++-0106129 ++-0111135 ++-0109132 ++-0112144 ++-0121137 ++-0107144 ++-0117131 ++-0110141 ++-0104153 ++-0108138 ++-0119147 ++-0105140 ++-0113148 ++-0114143 ++-0112145 ++-0122137 ++-0118139 ++-0115138 ++-0123076 ++-0109133 ++-0107145 ++-0106130 ++-0111136 ++-0116146 ++-0110142 ++-0108139 ++-0121138 ++-0104154 ++-0105141 ++-0114144 ++-0123077 ++-0120143 ++-0118140 ++-0112146 ++-0117132 ++-0116147 ++-0106131 ++-0119148 ++-0108140 ++-0121139 ++-0104155 ++-0107146 ++-0111137 ++-0114145 ++-0105142 ++-0122138 ++-0118141 ++-0118142 ++-0106132 ++-0121140 ++-0116148 ++-0108141 ++-0114146 ++-0107147 ++-0111138 ++-0119149 ++-0115139 ++-0112147 ++-0113149 ++-0120144 ++-0123078 ++-0110143 ++-0104156 ++-0122139 ++-0109134 ++-0105143 ++-0118143 ++-0117133 ++-0115140 ++-0104157 ++-0114147 ++-0116149 ++-0113150 ++-0119150 ++-0123079 ++-0106133 ++-0104158 ++-0105144 ++-0120145 ++-0110144 ++-0117134 ++-0108142 ++-0121141 ++-0115141 ++-0109135 ++-0112148 ++-0107148 ++-0122140 ++-0118144 ++-0116150 ++-0111139 ++-0113151 ++-0114148 ++-0123080 ++-0119151 ++-0120146 ++-0115142 ++-0107149 ++-0121142 ++-0109136 ++-0108143 ++-0105145 ++-0116151 ++-0122141 ++-0112149 ++-0117135 ++-0110145 ++-0114149 ++-0113152 ++-0118145 ++-0119152 ++-0111140 ++-0106134 ++-0107150 ++-0120147 ++-0123081 ++-0108144 ++-0121143 ++-0109137 ++-0115143 ++-0122142 ++-0105146 ++-0113153 ++-0118146 ++-0119153 ++-0110146 ++-0116152 ++-0114150 ++-0111141 ++-0106135 ++-0107151 ++-0112150 ++-0124000 ++-0120148 ++-0121144 ++-0123082 ++-0108145 ++-0109138 ++-0115144 ++-0110147 ++-0118147 ++-0117136 ++-0113154 ++-0119154 ++-0116153 ++-0122143 ++-0120149 ++-0108146 ++-0111142 ++-0114151 ++-0123083 ++-0112151 ++-0109139 ++-0106136 ++-0107152 ++-0121145 ++-0115145 ++-0110148 ++-0117137 ++-0124001 ++-0122144 ++-0105147 ++-0106137 ++-0120150 ++-0111143 ++-0114152 ++-0123084 ++-0119155 ++-0108147 ++-0118148 ++-0113155 ++-0112152 ++-0109140 ++-0110149 ++-0106138 ++-0115146 ++-0107153 ++-0105148 ++-0120151 ++-0122145 ++-0121146 ++-0116154 ++-0114153 ++-0119156 ++-0109141 ++-0106139 ++-0115147 ++-0117138 ++-0112153 ++-0107154 ++-0123085 ++-0108148 ++-0105149 ++-0110150 ++-0120152 ++-0112154 ++-0124002 ++-0122146 ++-0121147 ++-0111144 ++-0123086 ++-0106140 ++-0114154 ++-0117139 ++-0107155 ++-0115148 ++-0108149 ++-0109142 ++-0118149 ++-0116155 ++-0120153 ++-0105150 ++-0110151 ++-0121148 ++-0111145 ++-0133000 ++-0122147 ++-0109143 ++-0117140 ++-0114155 ++-0123087 ++-0115149 ++-0120154 ++-0124003 ++-0118150 ++-0112155 ++-0106141 ++-0116156 ++-0111146 ++-0111147 ++-0118151 ++-0105151 ++-0121149 ++-0108150 ++-0139000 ++-0114156 ++-0110152 ++-0122148 ++-0106142 ++-0111148 ++-0109144 ++-0112156 ++-0117141 ++-0124004 ++-0120155 ++-0105152 ++-0123088 ++-0121150 ++-0115150 ++-0106143 ++-0111149 ++-0108151 ++-0133001 ++-0139001 ++-0117142 ++-0109145 ++-0110153 ++-0105153 ++-0122149 ++-0123089 ++-0124005 ++-0127000 ++-0111150 ++-0115151 ++-0108152 ++-0139002 ++-0133002 ++-0121151 ++-0118152 ++-0110154 ++-0109146 ++-0106144 ++-0117143 ++-0122150 ++-0127001 ++-0124006 ++-0123090 ++-0105154 ++-0108153 ++-0115152 ++-0136000 ++-0121152 ++-0110155 ++-0106145 ++-0133003 ++-0109147 ++-0139003 ++-0111151 ++-0117144 ++-0134000 ++-0122151 ++-0140000 ++-0132000 ++-0118153 ++-0123091 ++-0108154 ++-0127002 ++-0115153 ++-0105155 ++-0121153 ++-0136001 ++-0106146 ++-0124007 ++-0111152 ++-0109148 ++-0134001 ++-0110156 ++-0117145 ++-0133004 ++-0132001 ++-0139004 ++-0122152 ++-0118154 ++-0140001 ++-0108155 ++-0123092 ++-0121154 ++-0127003 ++-0124008 ++-0105156 ++-0115154 ++-0109149 ++-0136002 ++-0111153 ++-0134002 ++-0117146 ++-0106147 ++-0132002 ++-0133005 ++-0139005 ++-0122153 ++-0124009 ++-0118155 ++-0109150 ++-0115155 ++-0123093 ++-0127004 ++-0140002 ++-0139006 ++-0132003 ++-0136003 ++-0106148 ++-0117147 ++-0111154 ++-0122154 ++-0124010 ++-0134003 ++-0133006 ++-0123094 ++-0109151 ++-0115156 ++-0140003 ++-0127005 ++-0132004 ++-0106149 ++-0139007 ++-0117148 ++-0130000 ++-0111155 ++-0125000 ++-0122155 ++-0133007 ++-0109152 ++-0123095 ++-0134004 ++-0136004 ++-0128000 ++-0141000 ++-0124011 ++-0127006 ++-0140004 ++-0132005 ++-0117149 ++-0111156 ++-0125001 ++-0139008 ++-0106150 ++-0109153 ++-0122156 ++-0134005 ++-0117150 ++-0140005 ++-0141001 ++-0123096 ++-0124012 ++-0130001 ++-0133008 ++-0132006 ++-0125002 ++-0136005 ++-0138000 ++-0139009 ++-0128001 ++-0109154 ++-0127007 ++-0117151 ++-0106151 ++-0134006 ++-0135000 ++-0140006 ++-0123097 ++-0141002 ++-0124013 ++-0132007 ++-0138001 ++-0125003 ++-0133009 ++-0136006 ++-0130002 ++-0109155 ++-0117152 ++-0139010 ++-0134007 ++-0127008 ++-0128002 ++-0135001 ++-0106152 ++-0142000 ++-0140007 ++-0131000 ++-0141003 ++-0123098 ++-0132008 ++-0124014 ++-0130003 ++-0125004 ++-0117153 ++-0139011 ++-0128003 ++-0133010 ++-0138002 ++-0134008 ++-0135002 ++-0127009 ++-0106153 ++-0136007 ++-0142001 ++-0140008 ++-0131001 ++-0141004 ++-0124015 ++-0132009 ++-0130004 ++-0125005 ++-0117154 ++-0134009 ++-0139012 ++-0123099 ++-0106154 ++-0136008 ++-0135003 ++-0138003 ++-0128004 ++-0127010 ++-0133011 ++-0142002 ++-0140009 ++-0132010 ++-0124016 ++-0129000 ++-0130005 ++-0117155 ++-0131002 ++-0141005 ++-0125006 ++-0134010 ++-0127011 ++-0106155 ++-0133012 ++-0138004 ++-0128005 ++-0139013 ++-0135004 ++-0123100 ++-0136009 ++-0124017 ++-0132011 ++-0140010 ++-0142003 ++-0130006 ++-0129001 ++-0131003 ++-0141006 ++-0125007 ++-0106156 ++-0134011 ++-0133013 ++-0128006 ++-0127012 ++-0123101 ++-0139014 ++-0141007 ++-0124018 ++-0132012 ++-0142004 ++-0138005 ++-0136010 ++-0129002 ++-0131004 ++-0140011 ++-0130007 ++-0135005 ++-0134012 ++-0123102 ++-0128007 ++-0127013 ++-0133014 ++-0141008 ++-0125008 ++-0139015 ++-0124019 ++-0142005 ++-0138006 ++-0132013 ++-0136011 ++-0135006 ++-0130008 ++-0123103 ++-0141009 ++-0129003 ++-0131005 ++-0128008 ++-0140012 ++-0127014 ++-0134013 ++-0137000 ++-0133015 ++-0139016 ++-0125009 ++-0124020 ++-0138007 ++-0130009 ++-0141010 ++-0142006 ++-0135007 ++-0132014 ++-0140013 ++-0123104 ++-0136012 ++-0129004 ++-0131006 ++-0127015 ++-0134014 ++-0139017 ++-0133016 ++-0128009 ++-0137001 ++-0125010 ++-0126000 ++-0124021 ++-0138008 ++-0142007 ++-0130010 ++-0140014 ++-0123105 ++-0141011 ++-0135008 ++-0129005 ++-0132015 ++-0136013 ++-0127016 ++-0128010 ++-0126001 ++-0137002 ++-0131007 ++-0124022 ++-0133017 ++-0134015 ++-0125011 ++-0138009 ++-0130011 ++-0139018 ++-0123106 ++-0135009 ++-0142008 ++-0141012 ++-0129006 ++-0132016 ++-0136014 ++-0140015 ++-0128011 ++-0126002 ++-0127017 ++-0124023 ++-0134016 ++-0140016 ++-0137003 ++-0142009 ++-0129007 ++-0123107 ++-0133018 ++-0139019 ++-0124024 ++-0132017 ++-0130012 ++-0126003 ++-0138010 ++-0141013 ++-0136015 ++-0127018 ++-0125012 ++-0140017 ++-0134017 ++-0135010 ++-0131008 ++-0137004 ++-0142010 ++-0125013 ++-0129008 ++-0126004 ++-0131009 ++-0134018 ++-0126005 ++-0125014 ++-0142011 ++-0133019 ++-0132018 ++-0130013 ++-0126006 ++-0125015 ++-0134019 ++-0128012 ++-0127019 ++-0137005 ++-0140018 ++-0131010 ++-0129009 ++-0138011 ++-0139020 ++-0141014 ++-0135011 ++-0123108 ++-0124025 ++-0136016 ++-0142012 ++-0130014 ++-0128013 ++-0125016 ++-0133020 ++-0132019 ++-0134020 ++-0140019 ++-0126007 ++-0137006 ++-0141015 ++-0129010 ++-0124026 ++-0131011 ++-0135012 ++-0139021 ++-0127020 ++-0138012 ++-0136017 ++-0123109 ++-0142013 ++-0133021 ++-0134021 ++-0130015 ++-0140020 ++-0132020 ++-0129011 ++-0135013 ++-0137007 ++-0125017 ++-0126008 ++-0128014 ++-0139022 ++-0138013 ++-0131012 ++-0141016 ++-0124027 ++-0136018 ++-0142014 ++-0123110 ++-0140021 ++-0133022 ++-0130016 ++-0126009 ++-0137008 ++-0127021 ++-0135014 ++-0129012 ++-0132021 ++-0134022 ++-0128015 ++-0124028 ++-0131013 ++-0138014 ++-0123111 ++-0141017 ++-0136019 ++-0139023 ++-0142015 ++-0126010 ++-0137009 ++-0127022 ++-0125018 ++-0133023 ++-0130017 ++-0132022 ++-0129013 ++-0128016 ++-0136020 ++-0124029 ++-0123112 ++-0140022 ++-0131014 ++-0141018 ++-0142016 ++-0139024 ++-0134023 ++-0126011 ++-0132023 ++-0130018 ++-0127023 ++-0138015 ++-0125019 ++-0129014 ++-0136021 ++-0141019 ++-0135015 ++-0124030 ++-0133024 ++-0123113 ++-0139025 ++-0134024 ++-0128017 ++-0132024 ++-0127024 ++-0126012 ++-0131015 ++-0140023 ++-0124031 ++-0123114 ++-0137010 ++-0136022 ++-0130019 ++-0129015 ++-0125020 ++-0136023 ++-0127025 ++-0128018 ++-0142017 ++-0138016 ++-0134025 ++-0140024 ++-0135016 ++-0141020 ++-0125021 ++-0131016 ++-0139026 ++-0126013 ++-0132025 ++-0130020 ++-0136024 ++-0133025 ++-0129016 ++-0124032 ++-0137011 ++-0142018 ++-0123115 ++-0125022 ++-0141021 ++-0126014 ++-0127026 ++-0128019 ++-0139027 ++-0140025 ++-0135017 ++-0132026 ++-0134026 ++-0131017 ++-0129017 ++-0138017 ++-0133026 ++-0130021 ++-0142019 ++-0137012 ++-0124033 ++-0140026 ++-0123116 ++-0136025 ++-0128020 ++-0132027 ++-0126015 ++-0134027 ++-0135018 ++-0131018 ++-0139028 ++-0130022 ++-0129018 ++-0127027 ++-0142020 ++-0141022 ++-0123117 ++-0136026 ++-0137013 ++-0124034 ++-0140027 ++-0126016 ++-0134028 ++-0133027 ++-0132028 ++-0125023 ++-0135019 ++-0139029 ++-0130023 ++-0127028 ++-0128021 ++-0131019 ++-0138018 ++-0132029 ++-0123118 ++-0124035 ++-0137014 ++-0126017 ++-0134029 ++-0133028 ++-0140028 ++-0129019 ++-0141023 ++-0136027 ++-0127029 ++-0131020 ++-0142021 ++-0132030 ++-0123119 ++-0135020 ++-0125024 ++-0139030 ++-0124036 ++-0128022 ++-0138019 ++-0136028 ++-0133029 ++-0137015 ++-0140029 ++-0141024 ++-0131021 ++-0130024 ++-0125025 ++-0126018 ++-0132031 ++-0142022 ++-0127030 ++-0124037 ++-0135021 ++-0139031 ++-0138020 ++-0140030 ++-0133030 ++-0131022 ++-0128023 ++-0137016 ++-0123120 ++-0129020 ++-0136029 ++-0141025 ++-0139032 ++-0140031 ++-0135022 ++-0127031 ++-0124038 ++-0130025 ++-0132032 ++-0138021 ++-0137017 ++-0123121 ++-0125026 ++-0126019 ++-0134030 ++-0142023 ++-0131023 ++-0129021 ++-0139033 ++-0133031 ++-0141026 ++-0128024 ++-0136030 ++-0135023 ++-0140032 ++-0130026 ++-0124039 ++-0132033 ++-0137018 ++-0127032 ++-0125027 ++-0131024 ++-0141027 ++-0133032 ++-0129022 ++-0136031 ++-0137019 ++-0125028 ++-0128025 ++-0131025 ++-0123122 ++-0135024 ++-0132034 ++-0139034 ++-0136032 ++-0130027 ++-0137020 ++-0126020 ++-0134031 ++-0142024 ++-0138022 ++-0128026 ++-0127033 ++-0133033 ++-0124040 ++-0140033 ++-0141028 ++-0131026 ++-0135025 ++-0125029 ++-0139035 ++-0132035 ++-0123123 ++-0137021 ++-0136033 ++-0130028 ++-0138023 ++-0133034 ++-0142025 ++-0127034 ++-0128027 ++-0134032 ++-0131027 ++-0126021 ++-0141029 ++-0140034 ++-0135026 ++-0139036 ++-0129023 ++-0124041 ++-0132036 ++-0137022 ++-0125030 ++-0138024 ++-0130029 ++-0133035 ++-0127035 ++-0123124 ++-0142026 ++-0134033 ++-0128028 ++-0141030 ++-0140035 ++-0136034 ++-0131028 ++-0137023 ++-0139037 ++-0125031 ++-0129024 ++-0124042 ++-0133036 ++-0130030 ++-0127036 ++-0123125 ++-0132037 ++-0128029 ++-0135027 ++-0134034 ++-0138025 ++-0137024 ++-0142027 ++-0125032 ++-0129025 ++-0140036 ++-0136035 ++-0126022 ++-0139038 ++-0133037 ++-0131029 ++-0124043 ++-0130031 ++-0128030 ++-0127037 ++-0132038 ++-0134035 ++-0123126 ++-0141031 ++-0138026 ++-0135028 ++-0137025 ++-0140037 ++-0125033 ++-0126023 ++-0142028 ++-0136036 ++-0133038 ++-0131030 ++-0129026 ++-0130032 ++-0139039 ++-0141032 ++-0127038 ++-0139040 ++-0136037 ++-0128031 ++-0141033 ++-0138027 ++-0139041 ++-0131031 ++-0127039 ++-0124044 ++-0123127 ++-0132039 ++-0136038 ++-0135029 ++-0128032 ++-0141034 ++-0129027 ++-0132040 ++-0138028 ++-0134036 ++-0127040 ++-0124045 ++-0131032 ++-0136039 ++-0123128 ++-0137026 ++-0139042 ++-0140038 ++-0125034 ++-0126024 ++-0135030 ++-0142029 ++-0138029 ++-0133039 ++-0124046 ++-0127041 ++-0134037 ++-0131033 ++-0129028 ++-0136040 ++-0123129 ++-0141035 ++-0125035 ++-0130033 ++-0139043 ++-0137027 ++-0128033 ++-0140039 ++-0133040 ++-0135031 ++-0136041 ++-0142030 ++-0132041 ++-0134038 ++-0126025 ++-0138030 ++-0141036 ++-0124047 ++-0123130 ++-0127042 ++-0131034 ++-0137028 ++-0129029 ++-0139044 ++-0125036 ++-0130034 ++-0140040 ++-0128034 ++-0142031 ++-0134039 ++-0136042 ++-0133041 ++-0124048 ++-0126026 ++-0138031 ++-0132042 ++-0141037 ++-0135032 ++-0140041 ++-0140042 ++-0137029 ++-0123131 ++-0138032 ++-0128035 ++-0127043 ++-0139045 ++-0141038 ++-0130035 ++-0129030 ++-0135033 ++-0126027 ++-0140043 ++-0132043 ++-0133042 ++-0124049 ++-0131035 ++-0136043 ++-0134040 ++-0142032 ++-0125037 ++-0123132 ++-0137030 ++-0128036 ++-0139046 ++-0132044 ++-0138033 ++-0133043 ++-0124050 ++-0140044 ++-0141039 ++-0129031 ++-0126028 ++-0142033 ++-0130036 ++-0127044 ++-0136044 ++-0135034 ++-0123133 ++-0131036 ++-0137031 ++-0125038 ++-0134041 ++-0128037 ++-0133044 ++-0126029 ++-0124051 ++-0132045 ++-0139047 ++-0140045 ++-0142034 ++-0141040 ++-0138034 ++-0129032 ++-0130037 ++-0135035 ++-0127045 ++-0137032 ++-0131037 ++-0123134 ++-0134042 ++-0125039 ++-0128038 ++-0133045 ++-0124052 ++-0132046 ++-0126030 ++-0140046 ++-0139048 ++-0142035 ++-0141041 ++-0138035 ++-0135036 ++-0129033 ++-0137033 ++-0136045 ++-0123135 ++-0134043 ++-0127046 ++-0131038 ++-0128039 ++-0130038 ++-0125040 ++-0133046 ++-0132047 ++-0141042 ++-0126031 ++-0124053 ++-0142036 ++-0139049 ++-0136046 ++-0129034 ++-0140047 ++-0138036 ++-0135037 ++-0123136 ++-0134044 ++-0137034 ++-0131039 ++-0128040 ++-0127047 ++-0130039 ++-0125041 ++-0133047 ++-0142037 ++-0132048 ++-0129035 ++-0141043 ++-0139050 ++-0140048 ++-0124054 ++-0138037 ++-0136047 ++-0126032 ++-0134045 ++-0128041 ++-0132049 ++-0135038 ++-0123137 ++-0127048 ++-0142038 ++-0137035 ++-0126033 ++-0138038 ++-0129036 ++-0139051 ++-0124055 ++-0125042 ++-0131040 ++-0134046 ++-0140049 ++-0136048 ++-0128042 ++-0133048 ++-0138039 ++-0126034 ++-0127049 ++-0132050 ++-0135039 ++-0131041 ++-0125043 ++-0129037 ++-0139052 ++-0123138 ++-0140050 ++-0134047 ++-0124056 ++-0141044 ++-0136049 ++-0137036 ++-0130040 ++-0128043 ++-0132051 ++-0133049 ++-0135040 ++-0131042 ++-0138040 ++-0140051 ++-0126035 ++-0123139 ++-0139053 ++-0127050 ++-0141045 ++-0124057 ++-0136050 ++-0125044 ++-0134048 ++-0137037 ++-0130041 ++-0142039 ++-0132052 ++-0129038 ++-0126036 ++-0135041 ++-0128044 ++-0123140 ++-0138041 ++-0131043 ++-0133050 ++-0139054 ++-0140052 ++-0127051 ++-0141046 ++-0125045 ++-0137038 ++-0124058 ++-0136051 ++-0134049 ++-0126037 ++-0132053 ++-0142040 ++-0131044 ++-0138042 ++-0130042 ++-0136052 ++-0125046 ++-0135042 ++-0124059 ++-0129039 ++-0128045 ++-0141047 ++-0140053 ++-0123141 ++-0127052 ++-0133051 ++-0137039 ++-0139055 ++-0134050 ++-0138043 ++-0132054 ++-0142041 ++-0124060 ++-0131045 ++-0126038 ++-0125047 ++-0135043 ++-0140054 ++-0136053 ++-0128046 ++-0141048 ++-0129040 ++-0130043 ++-0123142 ++-0139056 ++-0134051 ++-0127053 ++-0133052 ++-0137040 ++-0138044 ++-0124061 ++-0126039 ++-0136054 ++-0142042 ++-0125048 ++-0135044 ++-0128047 ++-0130044 ++-0139057 ++-0141049 ++-0129041 ++-0131046 ++-0140055 ++-0123143 ++-0138045 ++-0133053 ++-0137041 ++-0127054 ++-0124062 ++-0132055 ++-0142043 ++-0136055 ++-0126040 ++-0139058 ++-0130045 ++-0135045 ++-0125049 ++-0128048 ++-0129042 ++-0141050 ++-0131047 ++-0140056 ++-0138046 ++-0127055 ++-0137042 ++-0133054 ++-0142044 ++-0123144 ++-0134052 ++-0132056 ++-0136056 ++-0124063 ++-0126041 ++-0130046 ++-0139059 ++-0135046 ++-0125050 ++-0128049 ++-0131048 ++-0141051 ++-0140057 ++-0137043 ++-0127056 ++-0133055 ++-0138047 ++-0142045 ++-0130047 ++-0123145 ++-0124064 ++-0129043 ++-0134053 ++-0139060 ++-0132057 ++-0138048 ++-0140058 ++-0128050 ++-0125051 ++-0141052 ++-0123146 ++-0124065 ++-0130048 ++-0131049 ++-0135047 ++-0129044 ++-0139061 ++-0136057 ++-0134054 ++-0133056 ++-0138049 ++-0127057 ++-0132058 ++-0137044 ++-0140059 ++-0125052 ++-0141053 ++-0128051 ++-0123147 ++-0131050 ++-0124066 ++-0130049 ++-0135048 ++-0126042 ++-0129045 ++-0127058 ++-0134055 ++-0133057 ++-0136058 ++-0139062 ++-0132059 ++-0140060 ++-0125053 ++-0137045 ++-0141054 ++-0123148 ++-0128052 ++-0142046 ++-0130050 ++-0131051 ++-0129046 ++-0126043 ++-0136059 ++-0134056 ++-0133058 ++-0124067 ++-0127059 ++-0135049 ++-0132060 ++-0138050 ++-0140061 ++-0139063 ++-0142047 ++-0141055 ++-0123149 ++-0128053 ++-0129047 ++-0126044 ++-0136060 ++-0137046 ++-0133059 ++-0135050 ++-0125054 ++-0124068 ++-0138051 ++-0134057 ++-0127060 ++-0142048 ++-0140062 ++-0131052 ++-0141056 ++-0128054 ++-0139064 ++-0130051 ++-0123150 ++-0129048 ++-0126045 ++-0124069 ++-0133060 ++-0125055 ++-0137047 ++-0136061 ++-0138052 ++-0142049 ++-0127061 ++-0140063 ++-0132061 ++-0134058 ++-0141057 ++-0131053 ++-0130052 ++-0139065 ++-0135051 ++-0124070 ++-0129049 ++-0126046 ++-0125056 ++-0133061 ++-0138053 ++-0136062 ++-0137048 ++-0142050 ++-0123151 ++-0132062 ++-0140064 ++-0141058 ++-0127062 ++-0134059 ++-0128055 ++-0139066 ++-0131054 ++-0135052 ++-0129050 ++-0126047 ++-0124071 ++-0130053 ++-0133062 ++-0125057 ++-0138054 ++-0136063 ++-0142051 ++-0137049 ++-0140065 ++-0139067 ++-0135053 ++-0123152 ++-0128056 ++-0129051 ++-0132063 ++-0126048 ++-0141059 ++-0131055 ++-0133063 ++-0125058 ++-0127063 ++-0134060 ++-0130054 ++-0124072 ++-0138055 ++-0137050 ++-0142052 ++-0135054 ++-0141060 ++-0139068 ++-0131056 ++-0129052 ++-0126049 ++-0125059 ++-0134061 ++-0123153 ++-0136064 ++-0140066 ++-0124073 ++-0127064 ++-0130055 ++-0128057 ++-0133064 ++-0132064 ++-0138056 ++-0142053 ++-0137051 ++-0131057 ++-0139069 ++-0126050 ++-0129053 ++-0136065 ++-0141061 ++-0127065 ++-0135055 ++-0134062 ++-0124074 ++-0125060 ++-0133065 ++-0123154 ++-0140067 ++-0128058 ++-0132065 ++-0130056 ++-0142054 ++-0138057 ++-0139070 ++-0131058 ++-0136066 ++-0126051 ++-0127066 ++-0134063 ++-0125061 ++-0124075 ++-0129054 ++-0140068 ++-0123155 ++-0142055 ++-0135056 ++-0138058 ++-0141062 ++-0132066 ++-0130057 ++-0128059 ++-0133066 ++-0139071 ++-0131059 ++-0125062 ++-0136067 ++-0124076 ++-0134064 ++-0137052 ++-0123156 ++-0142056 ++-0127067 ++-0138059 ++-0140069 ++-0129055 ++-0141063 ++-0132067 ++-0133067 ++-0128060 ++-0135057 ++-0126052 ++-0139072 ++-0131060 ++-0125063 ++-0130058 ++-0135058 ++-0140070 ++-0124077 ++-0128061 ++-0133068 ++-0130059 ++-0127068 ++-0137053 ++-0139073 ++-0125064 ++-0134065 ++-0141064 ++-0132068 ++-0136068 ++-0131061 ++-0142057 ++-0138060 ++-0130060 ++-0127069 ++-0129056 ++-0135059 ++-0124078 ++-0126053 ++-0133069 ++-0125065 ++-0134066 ++-0140071 ++-0139074 ++-0143000 ++-0132069 ++-0128062 ++-0141065 ++-0136069 ++-0137054 ++-0131062 ++-0130061 ++-0127070 ++-0138061 ++-0129057 ++-0135060 ++-0126054 ++-0142058 ++-0124079 ++-0125066 ++-0139075 ++-0133070 ++-0134067 ++-0140072 ++-0136070 ++-0137055 ++-0132070 ++-0141066 ++-0131063 ++-0128063 ++-0130062 ++-0143001 ++-0138062 ++-0129058 ++-0135061 ++-0126055 ++-0127071 ++-0139076 ++-0142059 ++-0124080 ++-0140073 ++-0133071 ++-0125067 ++-0136071 ++-0141067 ++-0134068 ++-0132071 ++-0137056 ++-0130063 ++-0131064 ++-0143002 ++-0128064 ++-0129059 ++-0138063 ++-0126056 ++-0139077 ++-0127072 ++-0135062 ++-0124081 ++-0140074 ++-0141068 ++-0125068 ++-0142060 ++-0137057 ++-0130064 ++-0131065 ++-0133072 ++-0136072 ++-0134069 ++-0132072 ++-0128065 ++-0138064 ++-0129060 ++-0127073 ++-0143003 ++-0126057 ++-0139078 ++-0124082 ++-0135063 ++-0141069 ++-0140075 ++-0125069 ++-0142061 ++-0130065 ++-0133073 ++-0137058 ++-0132073 ++-0134070 ++-0129061 ++-0128066 ++-0143004 ++-0127074 ++-0136073 ++-0131066 ++-0135064 ++-0138065 ++-0124083 ++-0125070 ++-0140076 ++-0126058 ++-0142062 ++-0139079 ++-0141070 ++-0130066 ++-0133074 ++-0137059 ++-0132074 ++-0134071 ++-0127075 ++-0128067 ++-0143005 ++-0129062 ++-0131067 ++-0125071 ++-0135065 ++-0140077 ++-0142063 ++-0141071 ++-0124084 ++-0137060 ++-0138066 ++-0139080 ++-0132075 ++-0133075 ++-0130067 ++-0136074 ++-0134072 ++-0126059 ++-0128068 ++-0143006 ++-0129063 ++-0142064 ++-0125072 ++-0135066 ++-0141072 ++-0124085 ++-0138067 ++-0137061 ++-0127076 ++-0131068 ++-0132076 ++-0130068 ++-0139081 ++-0133076 ++-0140078 ++-0126060 ++-0134073 ++-0142065 ++-0128069 ++-0127077 ++-0143007 ++-0132077 ++-0125073 ++-0141073 ++-0133077 ++-0129064 ++-0124086 ++-0134074 ++-0139082 ++-0135067 ++-0126061 ++-0136075 ++-0128070 ++-0130069 ++-0138068 ++-0140079 ++-0125074 ++-0131069 ++-0143008 ++-0124087 ++-0137062 ++-0133078 ++-0129065 ++-0142066 ++-0127078 ++-0141074 ++-0134075 ++-0130070 ++-0135068 ++-0132078 ++-0136076 ++-0128071 ++-0139083 ++-0140080 ++-0142067 ++-0138069 ++-0143009 ++-0129066 ++-0131070 ++-0124088 ++-0125075 ++-0136077 ++-0130071 ++-0126062 ++-0140081 ++-0141075 ++-0134076 ++-0133079 ++-0127079 ++-0132079 ++-0128072 ++-0143010 ++-0137063 ++-0124089 ++-0142068 ++-0131071 ++-0132080 ++-0136078 ++-0129067 ++-0138070 ++-0141076 ++-0140082 ++-0139084 ++-0143011 ++-0127080 ++-0135069 ++-0128073 ++-0126063 ++-0133080 ++-0127081 ++-0134077 ++-0127082 ++-0125076 ++-0140083 ++-0124090 ++-0137064 ++-0129068 ++-0128074 ++-0131072 ++-0140084 ++-0133081 ++-0136079 ++-0134078 ++-0135070 ++-0125077 ++-0126064 ++-0139085 ++-0141077 ++-0132081 ++-0142069 ++-0143012 ++-0127083 ++-0138071 ++-0130072 ++-0137065 ++-0131073 ++-0124091 ++-0128075 ++-0134079 ++-0139086 ++-0141078 ++-0132082 ++-0126065 ++-0136080 ++-0142070 ++-0140085 ++-0133082 ++-0135071 ++-0143013 ++-0129069 ++-0127084 ++-0125078 ++-0138072 ++-0141079 ++-0134080 ++-0130073 ++-0140086 ++-0142071 ++-0139087 ++-0135072 ++-0129070 ++-0124092 ++-0137066 ++-0133083 ++-0127085 ++-0128076 ++-0143014 ++-0132083 ++-0124093 ++-0131074 ++-0133084 ++-0126066 ++-0136081 ++-0125079 ++-0128077 ++-0139088 ++-0141080 ++-0137067 ++-0142072 ++-0140087 ++-0132084 ++-0138073 ++-0134081 ++-0135073 ++-0127086 ++-0129071 ++-0130074 ++-0143015 ++-0131075 ++-0134082 ++-0133085 ++-0139089 ++-0126067 ++-0124094 ++-0129072 ++-0135074 ++-0128078 ++-0127087 ++-0130075 ++-0143016 ++-0132085 ++-0125080 ++-0137068 ++-0141081 ++-0140088 ++-0136082 ++-0142073 ++-0138074 ++-0134083 ++-0133086 ++-0126068 ++-0131076 ++-0124095 ++-0139090 ++-0135075 ++-0129073 ++-0127088 ++-0130076 ++-0132086 ++-0128079 ++-0125081 ++-0143017 ++-0141082 ++-0134084 ++-0139091 ++-0133087 ++-0136083 ++-0142074 ++-0127089 ++-0140089 ++-0135076 ++-0137069 ++-0129074 ++-0131077 ++-0138075 ++-0143018 ++-0132087 ++-0124096 ++-0134085 ++-0133088 ++-0142075 ++-0139092 ++-0141083 ++-0129075 ++-0138076 ++-0143019 ++-0132088 ++-0126069 ++-0136084 ++-0127090 ++-0131078 ++-0135077 ++-0130077 ++-0140090 ++-0137070 ++-0129076 ++-0135078 ++-0138077 ++-0135079 ++-0131079 ++-0141084 ++-0137071 ++-0126070 ++-0132089 ++-0134086 ++-0125082 ++-0124097 ++-0130078 ++-0143020 ++-0133089 ++-0128080 ++-0138078 ++-0129077 ++-0139093 ++-0127091 ++-0142076 ++-0140091 ++-0135080 ++-0131080 ++-0136085 ++-0137072 ++-0141085 ++-0134087 ++-0126071 ++-0125083 ++-0124098 ++-0129078 ++-0133090 ++-0130079 ++-0143021 ++-0127092 ++-0139094 ++-0142077 ++-0140092 ++-0135081 ++-0138079 ++-0131081 ++-0128081 ++-0136086 ++-0137073 ++-0141086 ++-0124099 ++-0126072 ++-0134088 ++-0130080 ++-0143022 ++-0127093 ++-0125084 ++-0129079 ++-0132090 ++-0139095 ++-0142078 ++-0133091 ++-0140093 ++-0135082 ++-0137074 ++-0131082 ++-0128082 ++-0136087 ++-0141087 ++-0138080 ++-0124100 ++-0126073 ++-0134089 ++-0127094 ++-0130081 ++-0143023 ++-0132091 ++-0142079 ++-0139096 ++-0125085 ++-0133092 ++-0129080 ++-0135083 ++-0137075 ++-0136088 ++-0128083 ++-0131083 ++-0141088 ++-0126074 ++-0124101 ++-0130082 ++-0143024 ++-0127095 ++-0134090 ++-0139097 ++-0140094 ++-0125086 ++-0133093 ++-0135084 ++-0142080 ++-0129081 ++-0132092 ++-0138081 ++-0136089 ++-0128084 ++-0137076 ++-0131084 ++-0124102 ++-0126075 ++-0141089 ++-0130083 ++-0143025 ++-0139098 ++-0134091 ++-0125087 ++-0135085 ++-0133094 ++-0140095 ++-0138082 ++-0127096 ++-0129082 ++-0128085 ++-0132093 ++-0124103 ++-0131085 ++-0142081 ++-0137077 ++-0135086 ++-0136090 ++-0134092 ++-0141090 ++-0130084 ++-0138083 ++-0133095 ++-0126076 ++-0139099 ++-0143026 ++-0125088 ++-0127097 ++-0128086 ++-0140096 ++-0129083 ++-0131086 ++-0137078 ++-0124104 ++-0132094 ++-0142082 ++-0135087 ++-0134093 ++-0130085 ++-0136091 ++-0126077 ++-0141091 ++-0138084 ++-0133096 ++-0128087 ++-0143027 ++-0140097 ++-0129084 ++-0139100 ++-0131087 ++-0132095 ++-0125089 ++-0124105 ++-0127098 ++-0142083 ++-0136092 ++-0130086 ++-0137079 ++-0126078 ++-0134094 ++-0135088 ++-0133097 ++-0143028 ++-0141092 ++-0129085 ++-0140098 ++-0139101 ++-0137080 ++-0135089 ++-0138085 ++-0124106 ++-0136093 ++-0130087 ++-0143029 ++-0128088 ++-0133098 ++-0125090 ++-0134095 ++-0132096 ++-0126079 ++-0129086 ++-0127099 ++-0141093 ++-0142084 ++-0139102 ++-0135090 ++-0140099 ++-0138086 ++-0137081 ++-0124107 ++-0136094 ++-0130088 ++-0143030 ++-0126080 ++-0133099 ++-0128089 ++-0134096 ++-0132097 ++-0127100 ++-0129087 ++-0135091 ++-0125091 ++-0142085 ++-0139103 ++-0141094 ++-0138087 ++-0124108 ++-0136095 ++-0143031 ++-0137082 ++-0126081 ++-0140100 ++-0134097 ++-0128090 ++-0133100 ++-0132098 ++-0129088 ++-0135092 ++-0139104 ++-0127101 ++-0142086 ++-0141095 ++-0124109 ++-0130089 ++-0125092 ++-0136096 ++-0138088 ++-0143032 ++-0128091 ++-0126082 ++-0135093 ++-0134098 ++-0137083 ++-0139105 ++-0140101 ++-0133101 ++-0129089 ++-0127102 ++-0142087 ++-0141096 ++-0131088 ++-0124110 ++-0130090 ++-0132099 ++-0143033 ++-0125093 ++-0126083 ++-0128092 ++-0138089 ++-0136097 ++-0137084 ++-0133102 ++-0140102 ++-0134099 ++-0129090 ++-0141097 ++-0135094 ++-0139106 ++-0142088 ++-0127103 ++-0124111 ++-0143034 ++-0131089 ++-0130091 ++-0128093 ++-0126084 ++-0132100 ++-0136098 ++-0138090 ++-0129091 ++-0133103 ++-0137085 ++-0140103 ++-0141098 ++-0135095 ++-0139107 ++-0124112 ++-0134100 ++-0142089 ++-0127104 ++-0131090 ++-0128094 ++-0132101 ++-0126085 ++-0130092 ++-0143035 ++-0136099 ++-0125094 ++-0129092 ++-0135096 ++-0138091 ++-0135097 ++-0139108 ++-0131091 ++-0141099 ++-0136100 ++-0132102 ++-0134101 ++-0143036 ++-0142090 ++-0128095 ++-0125095 ++-0124113 ++-0137086 ++-0126086 ++-0129093 ++-0127105 ++-0140104 ++-0133104 ++-0138092 ++-0130093 ++-0139109 ++-0135098 ++-0132103 ++-0131092 ++-0134102 ++-0124114 ++-0142091 ++-0129094 ++-0140105 ++-0138093 ++-0127106 ++-0125096 ++-0130094 ++-0128096 ++-0143037 ++-0141100 ++-0133105 ++-0126087 ++-0137087 ++-0136101 ++-0134103 ++-0132104 ++-0124115 ++-0134104 ++-0126088 ++-0136102 ++-0124116 ++-0136103 ++-0140106 ++-0139110 ++-0142092 ++-0133106 ++-0135099 ++-0141101 ++-0128097 ++-0131093 ++-0138094 ++-0129095 ++-0134105 ++-0130095 ++-0124117 ++-0143038 ++-0136104 ++-0137088 ++-0125097 ++-0126089 ++-0132105 ++-0127107 ++-0133107 ++-0142093 ++-0135100 ++-0128098 ++-0141102 ++-0131094 ++-0134106 ++-0143039 ++-0130096 ++-0124118 ++-0139111 ++-0137089 ++-0132106 ++-0138095 ++-0129096 ++-0125098 ++-0126090 ++-0127108 ++-0140107 ++-0136105 ++-0141103 ++-0133108 ++-0128099 ++-0134107 ++-0135101 ++-0138096 ++-0143040 ++-0142094 ++-0139112 ++-0131095 ++-0132107 ++-0124119 ++-0130097 ++-0129097 ++-0137090 ++-0126091 ++-0125099 ++-0140108 ++-0136106 ++-0141104 ++-0134108 ++-0128100 ++-0133109 ++-0135102 ++-0139113 ++-0142095 ++-0143041 ++-0138097 ++-0140109 ++-0137091 ++-0131096 ++-0132108 ++-0130098 ++-0129098 ++-0126092 ++-0124120 ++-0127109 ++-0141105 ++-0125100 ++-0134109 ++-0133110 ++-0128101 ++-0139114 ++-0135103 ++-0136107 ++-0140110 ++-0142096 ++-0138098 ++-0132109 ++-0130099 ++-0143042 ++-0124121 ++-0137092 ++-0129099 ++-0141106 ++-0127110 ++-0126093 ++-0131097 ++-0133111 ++-0125101 ++-0128102 ++-0134110 ++-0142097 ++-0130100 ++-0140111 ++-0136108 ++-0124122 ++-0127111 ++-0126094 ++-0141107 ++-0125102 ++-0131098 ++-0133112 ++-0128103 ++-0135104 ++-0143043 ++-0138099 ++-0139115 ++-0142098 ++-0132110 ++-0137093 ++-0130101 ++-0136109 ++-0141108 ++-0140112 ++-0134111 ++-0124123 ++-0143044 ++-0127112 ++-0125103 ++-0141109 ++-0126095 ++-0132111 ++-0138100 ++-0131099 ++-0130102 ++-0134112 ++-0124124 ++-0137094 ++-0135105 ++-0142099 ++-0136110 ++-0140113 ++-0143045 ++-0133113 ++-0139116 ++-0128104 ++-0126096 ++-0125104 ++-0141110 ++-0129100 ++-0131100 ++-0138101 ++-0132112 ++-0127113 ++-0124125 ++-0142100 ++-0136111 ++-0130103 ++-0133114 ++-0134113 ++-0140114 ++-0143046 ++-0135106 ++-0139117 ++-0137095 ++-0128105 ++-0126097 ++-0125105 ++-0141111 ++-0131101 ++-0129101 ++-0127114 ++-0132113 ++-0130104 ++-0136112 ++-0138102 ++-0143047 ++-0124126 ++-0140115 ++-0134114 ++-0135107 ++-0128106 ++-0126098 ++-0139118 ++-0133115 ++-0137096 ++-0125106 ++-0132114 ++-0142101 ++-0129102 ++-0127115 ++-0143048 ++-0141112 ++-0138103 ++-0136113 ++-0130105 ++-0140116 ++-0135108 ++-0131102 ++-0124127 ++-0137097 ++-0134115 ++-0126099 ++-0139119 ++-0142102 ++-0125107 ++-0133116 ++-0128107 ++-0143049 ++-0141113 ++-0129103 ++-0127116 ++-0136114 ++-0130106 ++-0138104 ++-0140117 ++-0124128 ++-0135109 ++-0132115 ++-0131103 ++-0134116 ++-0139120 ++-0137098 ++-0142103 ++-0133117 ++-0126100 ++-0125108 ++-0143050 ++-0128108 ++-0141114 ++-0129104 ++-0127117 ++-0130107 ++-0135110 ++-0136115 ++-0140118 ++-0138105 ++-0124129 ++-0139121 ++-0132116 ++-0142104 ++-0137099 ++-0131104 ++-0126101 ++-0134117 ++-0141115 ++-0127118 ++-0129105 ++-0143051 ++-0125109 ++-0130108 ++-0128109 ++-0135111 ++-0140119 ++-0138106 ++-0139122 ++-0136116 ++-0137100 ++-0134118 ++-0124130 ++-0132117 ++-0142105 ++-0131105 ++-0127119 ++-0141116 ++-0128110 ++-0125110 ++-0135112 ++-0126102 ++-0130109 ++-0143052 ++-0140120 ++-0129106 ++-0138107 ++-0139123 ++-0133118 ++-0136117 ++-0137101 ++-0134119 ++-0132118 ++-0127120 ++-0124131 ++-0141117 ++-0135113 ++-0128111 ++-0131106 ++-0142106 ++-0130110 ++-0143053 ++-0140121 ++-0129107 ++-0139124 ++-0126103 ++-0133119 ++-0138108 ++-0137102 ++-0134120 ++-0125111 ++-0136118 ++-0132119 ++-0127121 ++-0135114 ++-0128112 ++-0141118 ++-0124132 ++-0131107 ++-0134121 ++-0133120 ++-0125112 ++-0127122 ++-0139125 ++-0132120 ++-0140122 ++-0126104 ++-0135115 ++-0142107 ++-0130111 ++-0128113 ++-0141119 ++-0136119 ++-0143054 ++-0137103 ++-0129108 ++-0138109 ++-0124133 ++-0134122 ++-0131108 ++-0127123 ++-0125113 ++-0139126 ++-0128114 ++-0132121 ++-0130112 ++-0140123 ++-0126105 ++-0136120 ++-0143055 ++-0142108 ++-0138110 ++-0141120 ++-0135116 ++-0137104 ++-0129109 ++-0124134 ++-0133121 ++-0131109 ++-0139127 ++-0125114 ++-0134123 ++-0132122 ++-0127124 ++-0140124 ++-0138111 ++-0128115 ++-0141121 ++-0130113 ++-0136121 ++-0135117 ++-0126106 ++-0142109 ++-0133122 ++-0131110 ++-0143056 ++-0137105 ++-0134124 ++-0129110 ++-0139128 ++-0125115 ++-0124135 ++-0132123 ++-0128116 ++-0141122 ++-0136122 ++-0130114 ++-0137106 ++-0140125 ++-0135118 ++-0138112 ++-0126107 ++-0133123 ++-0134125 ++-0131111 ++-0129111 ++-0142110 ++-0130115 ++-0134126 ++-0142111 ++-0143057 ++-0128117 ++-0125116 ++-0131112 ++-0127125 ++-0140126 ++-0126108 ++-0124136 ++-0136123 ++-0135119 ++-0141123 ++-0138113 ++-0137107 ++-0130116 ++-0132124 ++-0134127 ++-0129112 ++-0133124 ++-0139129 ++-0143058 ++-0142112 ++-0128118 ++-0125117 ++-0126109 ++-0127126 ++-0140127 ++-0131113 ++-0137108 ++-0138114 ++-0134128 ++-0132125 ++-0129113 ++-0136124 ++-0142113 ++-0135120 ++-0124137 ++-0141124 ++-0139130 ++-0130117 ++-0133125 ++-0143059 ++-0131114 ++-0126110 ++-0135121 ++-0139131 ++-0125118 ++-0127127 ++-0140128 ++-0142114 ++-0134129 ++-0124138 ++-0130118 ++-0128119 ++-0133126 ++-0132126 ++-0129114 ++-0137109 ++-0141125 ++-0136125 ++-0143060 ++-0126111 ++-0138115 ++-0131115 ++-0135122 ++-0127128 ++-0125119 ++-0134130 ++-0142115 ++-0124139 ++-0139132 ++-0133127 ++-0129115 ++-0132127 ++-0143061 ++-0136126 ++-0137110 ++-0140129 ++-0130119 ++-0128120 ++-0138116 ++-0134131 ++-0138117 ++-0141126 ++-0132128 ++-0135123 ++-0125120 ++-0137111 ++-0131116 ++-0126112 ++-0139133 ++-0143062 ++-0129116 ++-0138118 ++-0127129 ++-0128121 ++-0130120 ++-0142116 ++-0136127 ++-0124140 ++-0134132 ++-0140130 ++-0133128 ++-0141127 ++-0132129 ++-0126113 ++-0135124 ++-0139134 ++-0125121 ++-0131117 ++-0138119 ++-0127130 ++-0130121 ++-0128122 ++-0142117 ++-0124141 ++-0143063 ++-0133129 ++-0136128 ++-0137112 ++-0134133 ++-0140131 ++-0129117 ++-0132130 ++-0141128 ++-0135125 ++-0126114 ++-0127131 ++-0125122 ++-0131118 ++-0139135 ++-0128123 ++-0138120 ++-0130122 ++-0143064 ++-0133130 ++-0137113 ++-0136129 ++-0134134 ++-0142118 ++-0124142 ++-0132131 ++-0141129 ++-0135126 ++-0129118 ++-0127132 ++-0126115 ++-0125123 ++-0140132 ++-0139136 ++-0130123 ++-0143065 ++-0135127 ++-0137114 ++-0133131 ++-0132132 ++-0124143 ++-0131119 ++-0129119 ++-0141130 ++-0142119 ++-0127133 ++-0126116 ++-0140133 ++-0134135 ++-0125124 ++-0139137 ++-0143066 ++-0133132 ++-0135128 ++-0130124 ++-0137115 ++-0128124 ++-0129120 ++-0132133 ++-0124144 ++-0142120 ++-0131120 ++-0141131 ++-0138121 ++-0127134 ++-0140134 ++-0126117 ++-0139138 ++-0136130 ++-0143067 ++-0135129 ++-0133133 ++-0125125 ++-0134136 ++-0128125 ++-0130125 ++-0141132 ++-0132134 ++-0124145 ++-0136131 ++-0129121 ++-0142121 ++-0133134 ++-0140135 ++-0131121 ++-0143068 ++-0138122 ++-0126118 ++-0134137 ++-0137116 ++-0135130 ++-0128126 ++-0127135 ++-0139139 ++-0136132 ++-0141133 ++-0124146 ++-0132135 ++-0130126 ++-0125126 ++-0142122 ++-0140136 ++-0129122 ++-0138123 ++-0134138 ++-0143069 ++-0133135 ++-0126119 ++-0128127 ++-0131122 ++-0135131 ++-0137117 ++-0139140 ++-0132136 ++-0136133 ++-0124147 ++-0130127 ++-0127136 ++-0140137 ++-0134139 ++-0138124 ++-0141134 ++-0129123 ++-0143070 ++-0125127 ++-0133136 ++-0126120 ++-0131123 ++-0128128 ++-0142123 ++-0135132 ++-0137118 ++-0132137 ++-0139141 ++-0124148 ++-0140138 ++-0127137 ++-0130128 ++-0134140 ++-0138125 ++-0136134 ++-0129124 ++-0141135 ++-0126121 ++-0125128 ++-0131124 ++-0143071 ++-0133137 ++-0142124 ++-0128129 ++-0137119 ++-0135133 ++-0139142 ++-0140139 ++-0132138 ++-0130129 ++-0136135 ++-0129125 ++-0134141 ++-0138126 ++-0127138 ++-0124149 ++-0125129 ++-0133138 ++-0141136 ++-0126122 ++-0128130 ++-0135134 ++-0137120 ++-0143072 ++-0131125 ++-0142125 ++-0127139 ++-0132139 ++-0130130 ++-0140140 ++-0136136 ++-0129126 ++-0124150 ++-0138127 ++-0133139 ++-0139143 ++-0134142 ++-0126123 ++-0125130 ++-0141137 ++-0131126 ++-0127140 ++-0143073 ++-0137121 ++-0135135 ++-0132140 ++-0136137 ++-0128131 ++-0142126 ++-0124151 ++-0130131 ++-0138128 ++-0140141 ++-0133140 ++-0129127 ++-0126124 ++-0139144 ++-0134143 ++-0131127 ++-0141138 ++-0127141 ++-0143074 ++-0125131 ++-0137122 ++-0132141 ++-0136138 ++-0128132 ++-0130132 ++-0135136 ++-0138129 ++-0133141 ++-0140142 ++-0139145 ++-0129128 ++-0142127 ++-0127142 ++-0124152 ++-0126125 ++-0134144 ++-0141139 ++-0125132 ++-0143075 ++-0137123 ++-0131128 ++-0132142 ++-0128133 ++-0135137 ++-0130133 ++-0140143 ++-0133142 ++-0142128 ++-0138130 ++-0127143 ++-0136139 ++-0139146 ++-0129129 ++-0124153 ++-0134145 ++-0137124 ++-0143076 ++-0126126 ++-0125133 ++-0135138 ++-0132143 ++-0131129 ++-0128134 ++-0141140 ++-0138131 ++-0133143 ++-0130134 ++-0139147 ++-0142129 ++-0140144 ++-0136140 ++-0124154 ++-0127144 ++-0129130 ++-0137125 ++-0134146 ++-0135139 ++-0125134 ++-0143077 ++-0126127 ++-0132144 ++-0135140 ++-0128135 ++-0140145 ++-0131130 ++-0138132 ++-0126128 ++-0141141 ++-0139148 ++-0125135 ++-0130135 ++-0136141 ++-0137126 ++-0129131 ++-0142130 ++-0124155 ++-0134147 ++-0133144 ++-0127145 ++-0143078 ++-0132145 ++-0138133 ++-0140146 ++-0135141 ++-0131131 ++-0139149 ++-0127146 ++-0128136 ++-0129132 ++-0130136 ++-0137127 ++-0142131 ++-0126129 ++-0125136 ++-0141142 ++-0134148 ++-0136142 ++-0133145 ++-0143079 ++-0132146 ++-0135142 ++-0131132 ++-0139150 ++-0140147 ++-0127147 ++-0129133 ++-0137128 ++-0126130 ++-0138134 ++-0125137 ++-0136143 ++-0130137 ++-0142132 ++-0141143 ++-0132147 ++-0143080 ++-0133146 ++-0135143 ++-0128137 ++-0134149 ++-0140148 ++-0131133 ++-0139151 ++-0127148 ++-0129134 ++-0144000 ++-0138135 ++-0126131 ++-0137129 ++-0125138 ++-0136144 ++-0132148 ++-0130138 ++-0143081 ++-0133147 ++-0134150 ++-0142133 ++-0141144 ++-0131134 ++-0139152 ++-0135144 ++-0140149 ++-0144001 ++-0128138 ++-0138136 ++-0127149 ++-0137130 ++-0126132 ++-0129135 ++-0136145 ++-0132149 ++-0143082 ++-0125139 ++-0133148 ++-0141145 ++-0134151 ++-0130139 ++-0135145 ++-0131135 ++-0139153 ++-0137131 ++-0127150 ++-0135146 ++-0142134 ++-0140150 ++-0129136 ++-0138137 ++-0126133 ++-0136146 ++-0139154 ++-0131136 ++-0144002 ++-0128139 ++-0125140 ++-0137132 ++-0134152 ++-0130140 ++-0127151 ++-0133149 ++-0132150 ++-0135147 ++-0143083 ++-0141146 ++-0142135 ++-0138138 ++-0140151 ++-0136147 ++-0129137 ++-0126134 ++-0144003 ++-0131137 ++-0137133 ++-0139155 ++-0133150 ++-0130141 ++-0128140 ++-0132151 ++-0135148 ++-0125141 ++-0134153 ++-0127152 ++-0141147 ++-0143084 ++-0138139 ++-0136148 ++-0129138 ++-0140152 ++-0142136 ++-0126135 ++-0144004 ++-0131138 ++-0139156 ++-0135149 ++-0128141 ++-0133151 ++-0127153 ++-0132152 ++-0137134 ++-0134154 ++-0130142 ++-0125142 ++-0136149 ++-0129139 ++-0140153 ++-0143085 ++-0141148 ++-0126136 ++-0131139 ++-0138140 ++-0144005 ++-0142137 ++-0128142 ++-0127154 ++-0133152 ++-0135150 ++-0134155 ++-0130143 ++-0125143 ++-0129140 ++-0132153 ++-0140154 ++-0137135 ++-0136150 ++-0129141 ++-0128143 ++-0142138 ++-0135151 ++-0141149 ++-0143086 ++-0131140 ++-0127155 ++-0133153 ++-0132154 ++-0126137 ++-0138141 ++-0144006 ++-0125144 ++-0140155 ++-0129142 ++-0130144 ++-0137136 ++-0136151 ++-0159000 ++-0128144 ++-0142139 ++-0144007 ++-0154000 ++-0159001 ++-0131141 ++-0135152 ++-0140156 ++-0127156 ++-0138142 ++-0133154 ++-0132155 ++-0130145 ++-0143087 ++-0126138 ++-0125145 ++-0144008 ++-0137137 ++-0128145 ++-0129143 ++-0141150 ++-0142140 ++-0136152 ++-0159002 ++-0154001 ++-0135153 ++-0131142 ++-0138143 ++-0132156 ++-0130146 ++-0126139 ++-0143088 ++-0125146 ++-0133155 ++-0144009 ++-0129144 ++-0136153 ++-0159003 ++-0137138 ++-0128146 ++-0135154 ++-0154002 ++-0141151 ++-0142141 ++-0131143 ++-0138144 ++-0130147 ++-0126140 ++-0143089 ++-0125147 ++-0159004 ++-0137139 ++-0128147 ++-0144010 ++-0141152 ++-0129145 ++-0136154 ++-0135155 ++-0160000 ++-0154003 ++-0142142 ++-0131144 ++-0130148 ++-0133156 ++-0138145 ++-0143090 ++-0125148 ++-0126141 ++-0159005 ++-0128148 ++-0129146 ++-0147000 ++-0136155 ++-0141153 ++-0144011 ++-0135156 ++-0160001 ++-0131145 ++-0142143 ++-0154004 ++-0137140 ++-0130149 ++-0143091 ++-0138146 ++-0128149 ++-0159006 ++-0152000 ++-0129147 ++-0130150 ++-0154005 ++-0128150 ++-0125149 ++-0126142 ++-0136156 ++-0142144 ++-0160002 ++-0135157 ++-0137141 ++-0159007 ++-0147001 ++-0144012 ++-0131146 ++-0141154 ++-0152001 ++-0143092 ++-0130151 ++-0138147 ++-0129148 ++-0128151 ++-0154006 ++-0125150 ++-0126143 ++-0159008 ++-0144013 ++-0160003 ++-0147002 ++-0152002 ++-0141155 ++-0131147 ++-0137142 ++-0142145 ++-0130152 ++-0138148 ++-0129149 ++-0153000 ++-0143093 ++-0154007 ++-0128152 ++-0126144 ++-0160004 ++-0125151 ++-0159009 ++-0152003 ++-0131148 ++-0147003 ++-0138149 ++-0129150 ++-0137143 ++-0153001 ++-0130153 ++-0142146 ++-0143094 ++-0144014 ++-0128153 ++-0159010 ++-0156000 ++-0125152 ++-0147004 ++-0153002 ++-0143095 ++-0152004 ++-0160005 ++-0131149 ++-0154008 ++-0155000 ++-0130154 ++-0138150 ++-0129151 ++-0126145 ++-0128154 ++-0142147 ++-0153003 ++-0143096 ++-0147005 ++-0125153 ++-0137144 ++-0156001 ++-0159011 ++-0144015 ++-0152005 ++-0129152 ++-0131150 ++-0160006 ++-0155001 ++-0138151 ++-0130155 ++-0154009 ++-0137145 ++-0142148 ++-0159012 ++-0126146 ++-0128155 ++-0147006 ++-0153004 ++-0161000 ++-0156002 ++-0125154 ++-0129153 ++-0131151 ++-0144016 ++-0138152 ++-0143097 ++-0152006 ++-0154010 ++-0130156 ++-0155002 ++-0137146 ++-0126147 ++-0159013 ++-0125155 ++-0160007 ++-0153005 ++-0156003 ++-0128156 ++-0147007 ++-0138153 ++-0143098 ++-0142149 ++-0130157 ++-0144017 ++-0138154 ++-0129154 ++-0159014 ++-0155003 ++-0153006 ++-0160008 ++-0161001 ++-0147008 ++-0143099 ++-0152007 ++-0137147 ++-0128157 ++-0156004 ++-0126148 ++-0131152 ++-0154011 ++-0130158 ++-0125156 ++-0138155 ++-0142150 ++-0155004 ++-0144018 ++-0153007 ++-0160009 ++-0147009 ++-0129155 ++-0161002 ++-0126149 ++-0131153 ++-0143100 ++-0152008 ++-0156005 ++-0138156 ++-0142151 ++-0128158 ++-0155005 ++-0154012 ++-0137148 ++-0144019 ++-0153008 ++-0147010 ++-0130159 ++-0159015 ++-0131154 ++-0126150 ++-0152009 ++-0143101 ++-0155006 ++-0160010 ++-0161003 ++-0142152 ++-0156006 ++-0131155 ++-0153009 ++-0154013 ++-0152010 ++-0137149 ++-0155007 ++-0159016 ++-0161004 ++-0143102 ++-0144020 ++-0160011 ++-0130160 ++-0144021 ++-0147011 ++-0160012 ++-0126151 ++-0142153 ++-0159017 ++-0143103 ++-0152011 ++-0153010 ++-0137150 ++-0154014 ++-0130161 ++-0161005 ++-0156007 ++-0158000 ++-0155008 ++-0147012 ++-0151000 ++-0149000 ++-0126152 ++-0144022 ++-0142154 ++-0153011 ++-0159018 ++-0160013 ++-0148000 ++-0143104 ++-0154015 ++-0156008 ++-0137151 ++-0152012 ++-0147013 ++-0161006 ++-0145000 ++-0158001 ++-0149001 ++-0144023 ++-0126153 ++-0155009 ++-0130162 ++-0142155 ++-0151001 ++-0148001 ++-0160014 ++-0143105 ++-0156009 ++-0159019 ++-0154016 ++-0137152 ++-0153012 ++-0147014 ++-0158002 ++-0161007 ++-0145001 ++-0126154 ++-0151002 ++-0160015 ++-0159020 ++-0149002 ++-0152013 ++-0130163 ++-0153013 ++-0155010 ++-0154017 ++-0144024 ++-0148002 ++-0161008 ++-0143106 ++-0145002 ++-0158003 ++-0137153 ++-0151003 ++-0156010 ++-0147015 ++-0159021 ++-0152014 ++-0143107 ++-0151004 ++-0153014 ++-0126155 ++-0137154 ++-0160016 ++-0154018 ++-0143108 ++-0144025 ++-0148003 ++-0155011 ++-0159022 ++-0149003 ++-0152015 ++-0156011 ++-0158004 ++-0130164 ++-0145003 ++-0161009 ++-0147016 ++-0151005 ++-0153015 ++-0126156 ++-0160017 ++-0162000 ++-0155012 ++-0143109 ++-0137155 ++-0159023 ++-0148004 ++-0144026 ++-0158005 ++-0156012 ++-0149004 ++-0151006 ++-0147017 ++-0161010 ++-0153016 ++-0152016 ++-0145004 ++-0130165 ++-0160018 ++-0162001 ++-0154019 ++-0143110 ++-0155013 ++-0159024 ++-0144027 ++-0148005 ++-0158006 ++-0151007 ++-0156013 ++-0153017 ++-0149005 ++-0130166 ++-0152017 ++-0147018 ++-0161011 ++-0160019 ++-0145005 ++-0162002 ++-0154020 ++-0143111 ++-0159025 ++-0155014 ++-0158007 ++-0144028 ++-0151008 ++-0149006 ++-0130167 ++-0148006 ++-0156014 ++-0147019 ++-0161012 ++-0146000 ++-0152018 ++-0153018 ++-0145006 ++-0162003 ++-0160020 ++-0159026 ++-0155015 ++-0143112 ++-0157000 ++-0149007 ++-0158008 ++-0144029 ++-0156015 ++-0151009 ++-0130168 ++-0154021 ++-0153019 ++-0161013 ++-0148007 ++-0152019 ++-0147020 ++-0146001 ++-0159027 ++-0162004 ++-0145007 ++-0155016 ++-0143113 ++-0149008 ++-0160021 ++-0144030 ++-0158009 ++-0148008 ++-0161014 ++-0157001 ++-0151010 ++-0130169 ++-0152020 ++-0156016 ++-0153020 ++-0154022 ++-0155017 ++-0147021 ++-0159028 ++-0146002 ++-0145008 ++-0143114 ++-0160022 ++-0155018 ++-0158010 ++-0161015 ++-0157002 ++-0149009 ++-0162005 ++-0154023 ++-0151011 ++-0130170 ++-0146003 ++-0148009 ++-0159029 ++-0144031 ++-0153021 ++-0147022 ++-0152021 ++-0156017 ++-0143115 ++-0145009 ++-0160023 ++-0155019 ++-0148010 ++-0154024 ++-0146004 ++-0157003 ++-0151012 ++-0149010 ++-0161016 ++-0130171 ++-0162006 ++-0152022 ++-0144032 ++-0159030 ++-0156018 ++-0158011 ++-0147023 ++-0153022 ++-0160024 ++-0146005 ++-0143116 ++-0157004 ++-0149011 ++-0148011 ++-0151013 ++-0161017 ++-0154025 ++-0155020 ++-0144033 ++-0162007 ++-0158012 ++-0147024 ++-0130172 ++-0156019 ++-0153023 ++-0145010 ++-0152023 ++-0146006 ++-0161018 ++-0159031 ++-0143117 ++-0152024 ++-0151014 ++-0159032 ++-0157005 ++-0154026 ++-0148012 ++-0145011 ++-0153024 ++-0149012 ++-0156020 ++-0130173 ++-0160025 ++-0162008 ++-0143118 ++-0147025 ++-0158013 ++-0152025 ++-0154027 ++-0144034 ++-0161019 ++-0155021 ++-0145012 ++-0153025 ++-0146007 ++-0148013 ++-0157006 ++-0149013 ++-0156021 ++-0143119 ++-0158014 ++-0130174 ++-0161020 ++-0147026 ++-0152026 ++-0154028 ++-0144035 ++-0159033 ++-0151015 ++-0153026 ++-0145013 ++-0160026 ++-0148014 ++-0146008 ++-0155022 ++-0130175 ++-0149014 ++-0162009 ++-0157007 ++-0144036 ++-0154029 ++-0158015 ++-0143120 ++-0151016 ++-0145014 ++-0156022 ++-0147027 ++-0160027 ++-0146009 ++-0161021 ++-0152027 ++-0159034 ++-0130176 ++-0149015 ++-0151017 ++-0155023 ++-0144037 ++-0148015 ++-0156023 ++-0147028 ++-0146010 ++-0143121 ++-0157008 ++-0145015 ++-0153027 ++-0162010 ++-0158016 ++-0159035 ++-0153028 ++-0160028 ++-0143122 ++-0152028 ++-0130177 ++-0147029 ++-0154030 ++-0149016 ++-0157009 ++-0146011 ++-0156024 ++-0162011 ++-0144038 ++-0148016 ++-0159036 ++-0161022 ++-0155024 ++-0144039 ++-0145016 ++-0158017 ++-0159037 ++-0160029 ++-0157010 ++-0152029 ++-0153029 ++-0162012 ++-0130178 ++-0146012 ++-0151018 ++-0161023 ++-0149017 ++-0155025 ++-0143123 ++-0148017 ++-0156025 ++-0154031 ++-0158018 ++-0147030 ++-0144040 ++-0145017 ++-0152030 ++-0157011 ++-0160030 ++-0151019 ++-0159038 ++-0162013 ++-0156026 ++-0155026 ++-0143124 ++-0161024 ++-0154032 ++-0130179 ++-0146013 ++-0153030 ++-0149018 ++-0158019 ++-0148018 ++-0144041 ++-0152031 ++-0157012 ++-0147031 ++-0151020 ++-0160031 ++-0145018 ++-0162014 ++-0156027 ++-0161025 ++-0159039 ++-0154033 ++-0149019 ++-0153031 ++-0155027 ++-0143125 ++-0158020 ++-0146014 ++-0144042 ++-0148019 ++-0152032 ++-0147032 ++-0157013 ++-0130180 ++-0151021 ++-0156028 ++-0162015 ++-0160032 ++-0161026 ++-0153032 ++-0145019 ++-0149020 ++-0155028 ++-0143126 ++-0146015 ++-0158021 ++-0159040 ++-0154034 ++-0144043 ++-0152033 ++-0147033 ++-0157014 ++-0148020 ++-0151022 ++-0160033 ++-0130181 ++-0162016 ++-0145020 ++-0149021 ++-0156029 ++-0155029 ++-0143127 ++-0161027 ++-0153033 ++-0159041 ++-0144044 ++-0154035 ++-0146016 ++-0152034 ++-0148021 ++-0158022 ++-0160034 ++-0156030 ++-0162017 ++-0154036 ++-0158023 ++-0155030 ++-0148022 ++-0147034 ++-0151023 ++-0149022 ++-0161028 ++-0144045 ++-0146017 ++-0159042 ++-0153034 ++-0160035 ++-0157015 ++-0143128 ++-0145021 ++-0156031 ++-0130182 ++-0152035 ++-0154037 ++-0158024 ++-0162018 ++-0149023 ++-0148023 ++-0147035 ++-0161029 ++-0155031 ++-0144046 ++-0159043 ++-0151024 ++-0153035 ++-0160036 ++-0145022 ++-0146018 ++-0154038 ++-0157016 ++-0156032 ++-0143129 ++-0152036 ++-0158025 ++-0149024 ++-0148024 ++-0147036 ++-0162019 ++-0130183 ++-0161030 ++-0144047 ++-0155032 ++-0151025 ++-0159044 ++-0160037 ++-0145023 ++-0153036 ++-0156033 ++-0146019 ++-0154039 ++-0148025 ++-0157017 ++-0149025 ++-0152037 ++-0158026 ++-0143130 ++-0151026 ++-0147037 ++-0144048 ++-0155033 ++-0130184 ++-0153037 ++-0159045 ++-0161031 ++-0162020 ++-0160038 ++-0156034 ++-0145024 ++-0154040 ++-0157018 ++-0158027 ++-0149026 ++-0143131 ++-0152038 ++-0146020 ++-0151027 ++-0148026 ++-0144049 ++-0147038 ++-0153038 ++-0155034 ++-0159046 ++-0145025 ++-0130185 ++-0162021 ++-0161032 ++-0154041 ++-0157019 ++-0158028 ++-0160039 ++-0152039 ++-0156035 ++-0149027 ++-0146021 ++-0143132 ++-0151028 ++-0144050 ++-0148027 ++-0155035 ++-0153039 ++-0147039 ++-0159047 ++-0145026 ++-0161033 ++-0154042 ++-0157020 ++-0130186 ++-0156036 ++-0152040 ++-0149028 ++-0151029 ++-0146022 ++-0158029 ++-0162022 ++-0144051 ++-0160040 ++-0143133 ++-0155036 ++-0153040 ++-0147040 ++-0145027 ++-0148028 ++-0159048 ++-0161034 ++-0156037 ++-0149029 ++-0151030 ++-0154043 ++-0157021 ++-0158030 ++-0144052 ++-0162023 ++-0143134 ++-0160041 ++-0130187 ++-0152041 ++-0155037 ++-0146023 ++-0153041 ++-0147041 ++-0148029 ++-0145028 ++-0159049 ++-0161035 ++-0157022 ++-0154044 ++-0158031 ++-0143135 ++-0152042 ++-0162024 ++-0151031 ++-0144053 ++-0160042 ++-0156038 ++-0146024 ++-0145029 ++-0149030 ++-0155038 ++-0148030 ++-0153042 ++-0147042 ++-0130188 ++-0159050 ++-0157023 ++-0161036 ++-0154045 ++-0152043 ++-0162025 ++-0158032 ++-0160043 ++-0146025 ++-0156039 ++-0151032 ++-0144054 ++-0145030 ++-0143136 ++-0147043 ++-0149031 ++-0155039 ++-0153043 ++-0148031 ++-0154046 ++-0159051 ++-0157024 ++-0130189 ++-0160044 ++-0158033 ++-0152044 ++-0162026 ++-0151033 ++-0156040 ++-0146026 ++-0144055 ++-0161037 ++-0149032 ++-0155040 ++-0148032 ++-0145031 ++-0153044 ++-0144056 ++-0157025 ++-0154047 ++-0147044 ++-0159052 ++-0152045 ++-0162027 ++-0151034 ++-0143137 ++-0146027 ++-0130190 ++-0161038 ++-0156041 ++-0149033 ++-0160045 ++-0158034 ++-0147045 ++-0155041 ++-0149034 ++-0153045 ++-0159053 ++-0160046 ++-0145032 ++-0130191 ++-0158035 ++-0148033 ++-0156042 ++-0144057 ++-0151035 ++-0157026 ++-0146028 ++-0152046 ++-0154048 ++-0143138 ++-0161039 ++-0162028 ++-0147046 ++-0155042 ++-0153046 ++-0149035 ++-0145033 ++-0158036 ++-0159054 ++-0151036 ++-0130192 ++-0157027 ++-0160047 ++-0148034 ++-0161040 ++-0156043 ++-0146029 ++-0143139 ++-0154049 ++-0144058 ++-0162029 ++-0147047 ++-0153047 ++-0145034 ++-0155043 ++-0151037 ++-0149036 ++-0159055 ++-0152047 ++-0158037 ++-0160048 ++-0157028 ++-0148035 ++-0156044 ++-0146030 ++-0130193 ++-0154050 ++-0143140 ++-0162030 ++-0144059 ++-0161041 ++-0153048 ++-0147048 ++-0151038 ++-0145035 ++-0155044 ++-0149037 ++-0159056 ++-0156045 ++-0148036 ++-0158038 ++-0154051 ++-0161042 ++-0157029 ++-0146031 ++-0153049 ++-0144060 ++-0147049 ++-0130194 ++-0145036 ++-0151039 ++-0155045 ++-0158039 ++-0161043 ++-0149038 ++-0154052 ++-0146032 ++-0157030 ++-0153050 ++-0155046 ++-0143141 ++-0149039 ++-0154053 ++-0156046 ++-0145037 ++-0159057 ++-0130195 ++-0160049 ++-0161044 ++-0144061 ++-0151040 ++-0158040 ++-0157031 ++-0146033 ++-0148037 ++-0162031 ++-0152048 ++-0147050 ++-0155047 ++-0151041 ++-0161045 ++-0156047 ++-0149040 ++-0153051 ++-0160050 ++-0145038 ++-0130196 ++-0144062 ++-0143142 ++-0162032 ++-0148038 ++-0158041 ++-0154054 ++-0159058 ++-0146034 ++-0157032 ++-0152049 ++-0155048 ++-0147051 ++-0151042 ++-0161046 ++-0156048 ++-0149041 ++-0153052 ++-0160051 ++-0159059 ++-0143143 ++-0158042 ++-0145039 ++-0162033 ++-0144063 ++-0146035 ++-0152050 ++-0155049 ++-0154055 ++-0157033 ++-0148039 ++-0147052 ++-0161047 ++-0156049 ++-0151043 ++-0162034 ++-0158043 ++-0143144 ++-0160052 ++-0146036 ++-0159060 ++-0153053 ++-0148040 ++-0155050 ++-0145040 ++-0149042 ++-0147053 ++-0157034 ++-0154056 ++-0153054 ++-0152051 ++-0150000 ++-0144064 ++-0159061 ++-0146037 ++-0161048 ++-0149043 ++-0151044 ++-0162035 ++-0156050 ++-0155051 ++-0143145 ++-0157035 ++-0153055 ++-0149044 ++-0159062 ++-0148041 ++-0145041 ++-0147054 ++-0158044 ++-0150001 ++-0154057 ++-0151045 ++-0144065 ++-0152052 ++-0160053 ++-0161049 ++-0156051 ++-0143146 ++-0146038 ++-0155052 ++-0145042 ++-0150002 ++-0147055 ++-0149045 ++-0153056 ++-0162036 ++-0158045 ++-0161050 ++-0154058 ++-0156052 ++-0160054 ++-0159063 ++-0157036 ++-0148042 ++-0143147 ++-0144066 ++-0152053 ++-0155053 ++-0146039 ++-0151046 ++-0153057 ++-0161051 ++-0160055 ++-0156053 ++-0145043 ++-0154059 ++-0148043 ++-0162037 ++-0143148 ++-0158046 ++-0147056 ++-0150003 ++-0157037 ++-0161052 ++-0159064 ++-0155054 ++-0151047 ++-0149046 ++-0160056 ++-0146040 ++-0148044 ++-0153058 ++-0156054 ++-0144067 ++-0152054 ++-0154060 ++-0150004 ++-0158047 ++-0161053 ++-0162038 ++-0159065 ++-0155055 ++-0148045 ++-0143149 ++-0156055 ++-0147057 ++-0157038 ++-0151048 ++-0145044 ++-0159066 ++-0150005 ++-0149047 ++-0152055 ++-0162039 ++-0154061 ++-0155056 ++-0161054 ++-0144068 ++-0147058 ++-0146041 ++-0156056 ++-0148046 ++-0158048 ++-0160057 ++-0143150 ++-0151049 ++-0157039 ++-0145045 ++-0153059 ++-0149048 ++-0154062 ++-0152056 ++-0156057 ++-0147059 ++-0146042 ++-0159067 ++-0150006 ++-0162040 ++-0155057 ++-0160058 ++-0161055 ++-0143151 ++-0144069 ++-0148047 ++-0149049 ++-0151050 ++-0157040 ++-0158049 ++-0145046 ++-0155058 ++-0154063 ++-0153060 ++-0152057 ++-0150007 ++-0159068 ++-0160059 ++-0146043 ++-0155059 ++-0154064 ++-0152058 ++-0151051 ++-0146044 ++-0162041 ++-0159069 ++-0147060 ++-0156058 ++-0160060 ++-0161056 ++-0156059 ++-0159070 ++-0148048 ++-0147061 ++-0155060 ++-0144070 ++-0157041 ++-0146045 ++-0145047 ++-0149050 ++-0150008 ++-0158050 ++-0143152 ++-0156060 ++-0154065 ++-0161057 ++-0162042 ++-0151052 ++-0160061 ++-0152059 ++-0153061 ++-0159071 ++-0155061 ++-0148049 ++-0147062 ++-0157042 ++-0150009 ++-0144071 ++-0149051 ++-0146046 ++-0158051 ++-0145048 ++-0143153 ++-0151053 ++-0161058 ++-0156061 ++-0160062 ++-0154066 ++-0159072 ++-0155062 ++-0152060 ++-0162043 ++-0153062 ++-0148050 ++-0147063 ++-0149052 ++-0146047 ++-0144072 ++-0150010 ++-0158052 ++-0157043 ++-0143154 ++-0160063 ++-0156062 ++-0161059 ++-0151054 ++-0145049 ++-0159073 ++-0155063 ++-0152061 ++-0162044 ++-0154067 ++-0153063 ++-0148051 ++-0146048 ++-0147064 ++-0157044 ++-0158053 ++-0149053 ++-0156063 ++-0151055 ++-0150011 ++-0155064 ++-0145050 ++-0161060 ++-0154068 ++-0149054 ++-0160064 ++-0157045 ++-0152062 ++-0162045 ++-0147065 ++-0153064 ++-0148052 ++-0158054 ++-0159074 ++-0144073 ++-0146049 ++-0143155 ++-0151056 ++-0150012 ++-0149055 ++-0156064 ++-0161061 ++-0152063 ++-0157046 ++-0144074 ++-0153065 ++-0147066 ++-0158055 ++-0145051 ++-0154069 ++-0146050 ++-0155065 ++-0159075 ++-0160065 ++-0162046 ++-0148053 ++-0151057 ++-0156065 ++-0150013 ++-0149056 ++-0152064 ++-0157047 ++-0153066 ++-0144075 ++-0154070 ++-0161062 ++-0146051 ++-0145052 ++-0155066 ++-0159076 ++-0160066 ++-0147067 ++-0158056 ++-0151058 ++-0162047 ++-0148054 ++-0156066 ++-0150014 ++-0152065 ++-0153067 ++-0157048 ++-0154071 ++-0144076 ++-0161063 ++-0163000 ++-0146052 ++-0147068 ++-0149057 ++-0155067 ++-0160067 ++-0159077 ++-0151059 ++-0145053 ++-0162048 ++-0158057 ++-0148055 ++-0152066 ++-0150015 ++-0157049 ++-0153068 ++-0144077 ++-0156067 ++-0161064 ++-0154072 ++-0163001 ++-0147069 ++-0149058 ++-0146053 ++-0159078 ++-0160068 ++-0158058 ++-0151060 ++-0155068 ++-0162049 ++-0148056 ++-0145054 ++-0152067 ++-0157050 ++-0144078 ++-0153069 ++-0150016 ++-0147070 ++-0154073 ++-0161065 ++-0156068 ++-0163002 ++-0160069 ++-0149059 ++-0151061 ++-0155069 ++-0162050 ++-0146054 ++-0158059 ++-0148057 ++-0159079 ++-0145055 ++-0144079 ++-0147071 ++-0152068 ++-0150017 ++-0157051 ++-0154074 ++-0153070 ++-0156069 ++-0151062 ++-0163003 ++-0149060 ++-0161066 ++-0155070 ++-0160070 ++-0146055 ++-0162051 ++-0148058 ++-0158060 ++-0152069 ++-0150018 ++-0159080 ++-0157052 ++-0147072 ++-0145056 ++-0144080 ++-0163004 ++-0151063 ++-0144081 ++-0154075 ++-0153071 ++-0155071 ++-0146056 ++-0156070 ++-0149061 ++-0161067 ++-0163005 ++-0148059 ++-0145057 ++-0160071 ++-0162052 ++-0152070 ++-0147073 ++-0158061 ++-0157053 ++-0159081 ++-0151064 ++-0150019 ++-0154076 ++-0146057 ++-0144082 ++-0155072 ++-0149062 ++-0145058 ++-0153072 ++-0156071 ++-0162053 ++-0161068 ++-0148060 ++-0160072 ++-0151065 ++-0158062 ++-0152071 ++-0147074 ++-0163006 ++-0157054 ++-0159082 ++-0154077 ++-0150020 ++-0155073 ++-0146058 ++-0145059 ++-0149063 ++-0144083 ++-0153073 ++-0161069 ++-0160073 ++-0163007 ++-0162054 ++-0157055 ++-0158063 ++-0152072 ++-0159083 ++-0155074 ++-0148061 ++-0156072 ++-0147075 ++-0154078 ++-0146059 ++-0151066 ++-0144084 ++-0150021 ++-0161070 ++-0153074 ++-0149064 ++-0160074 ++-0157056 ++-0162055 ++-0163008 ++-0145060 ++-0158064 ++-0144085 ++-0149065 ++-0158065 ++-0146060 ++-0151067 ++-0145061 ++-0163009 ++-0157057 ++-0162056 ++-0161071 ++-0147076 ++-0160075 ++-0148062 ++-0154079 ++-0155075 ++-0159084 ++-0153075 ++-0150022 ++-0152073 ++-0156073 ++-0144086 ++-0158066 ++-0151068 ++-0149066 ++-0146061 ++-0163010 ++-0157058 ++-0162057 ++-0161072 ++-0159085 ++-0148063 ++-0145062 ++-0154080 ++-0152074 ++-0156074 ++-0144087 ++-0149067 ++-0158067 ++-0147077 ++-0146062 ++-0153076 ++-0155076 ++-0151069 ++-0160076 ++-0157059 ++-0150023 ++-0162058 ++-0161073 ++-0159086 ++-0145063 ++-0148064 ++-0163011 ++-0152075 ++-0156075 ++-0154081 ++-0149068 ++-0146063 ++-0155077 ++-0147078 ++-0160077 ++-0144088 ++-0157060 ++-0158068 ++-0153077 ++-0162059 ++-0151070 ++-0145064 ++-0159087 ++-0161074 ++-0152076 ++-0163012 ++-0150024 ++-0154082 ++-0148065 ++-0156076 ++-0149069 ++-0155078 ++-0146064 ++-0160078 ++-0157061 ++-0147079 ++-0153078 ++-0158069 ++-0151071 ++-0162060 ++-0144089 ++-0152077 ++-0145065 ++-0161075 ++-0159088 ++-0150025 ++-0154083 ++-0163013 ++-0148066 ++-0156077 ++-0155079 ++-0160079 ++-0153079 ++-0157062 ++-0149070 ++-0146065 ++-0158070 ++-0147080 ++-0151072 ++-0144090 ++-0161076 ++-0163014 ++-0162061 ++-0154084 ++-0152078 ++-0156078 ++-0148067 ++-0159089 ++-0150026 ++-0153080 ++-0146066 ++-0160080 ++-0149071 ++-0155080 ++-0145066 ++-0154085 ++-0161077 ++-0157063 ++-0147081 ++-0151073 ++-0163015 ++-0152079 ++-0162062 ++-0148068 ++-0156079 ++-0144091 ++-0150027 ++-0158071 ++-0159090 ++-0146067 ++-0155081 ++-0153081 ++-0145067 ++-0149072 ++-0160081 ++-0154086 ++-0157064 ++-0151074 ++-0163016 ++-0152080 ++-0161078 ++-0148069 ++-0162063 ++-0147082 ++-0156080 ++-0144092 ++-0150028 ++-0158072 ++-0153082 ++-0149073 ++-0159091 ++-0155082 ++-0154087 ++-0152081 ++-0145068 ++-0163017 ++-0157065 ++-0151075 ++-0158073 ++-0161079 ++-0156081 ++-0150029 ++-0160082 ++-0146068 ++-0162064 ++-0148070 ++-0147083 ++-0153083 ++-0144093 ++-0149074 ++-0152082 ++-0159092 ++-0155083 ++-0157066 ++-0151076 ++-0154088 ++-0163018 ++-0145069 ++-0158074 ++-0150030 ++-0146069 ++-0156082 ++-0161080 ++-0148071 ++-0153084 ++-0160083 ++-0147084 ++-0162065 ++-0144094 ++-0149075 ++-0159093 ++-0155084 ++-0152083 ++-0151077 ++-0157067 ++-0145070 ++-0154089 ++-0150031 ++-0163019 ++-0161081 ++-0148072 ++-0153085 ++-0158075 ++-0146070 ++-0156083 ++-0147085 ++-0144095 ++-0162066 ++-0160084 ++-0149076 ++-0152084 ++-0157068 ++-0155085 ++-0151078 ++-0159094 ++-0163020 ++-0150032 ++-0161082 ++-0154090 ++-0153086 ++-0145071 ++-0146071 ++-0158076 ++-0148073 ++-0147086 ++-0144096 ++-0162067 ++-0160085 ++-0156084 ++-0152085 ++-0149077 ++-0163021 ++-0157069 ++-0154091 ++-0161083 ++-0159095 ++-0155086 ++-0158077 ++-0150033 ++-0145072 ++-0153087 ++-0151079 ++-0148074 ++-0147087 ++-0146072 ++-0162068 ++-0160086 ++-0156085 ++-0144097 ++-0149078 ++-0163022 ++-0152086 ++-0154092 ++-0161084 ++-0155087 ++-0150034 ++-0158078 ++-0159096 ++-0157070 ++-0151080 ++-0144098 ++-0151081 ++-0150035 ++-0156086 ++-0145073 ++-0157071 ++-0149079 ++-0148075 ++-0147088 ++-0153088 ++-0155088 ++-0146073 ++-0160087 ++-0158079 ++-0151082 ++-0144099 ++-0162069 ++-0163023 ++-0152087 ++-0161085 ++-0150036 ++-0154093 ++-0159097 ++-0161086 ++-0156087 ++-0144100 ++-0155089 ++-0162070 ++-0154094 ++-0147089 ++-0145074 ++-0158080 ++-0161087 ++-0159098 ++-0146074 ++-0151083 ++-0160088 ++-0163024 ++-0150037 ++-0153089 ++-0157072 ++-0152088 ++-0149080 ++-0148076 ++-0144101 ++-0162071 ++-0155090 ++-0147090 ++-0154095 ++-0156088 ++-0145075 ++-0158081 ++-0159099 ++-0151084 ++-0160089 ++-0163025 ++-0161088 ++-0150038 ++-0146075 ++-0157073 ++-0153090 ++-0147091 ++-0160090 ++-0152089 ++-0144102 ++-0150039 ++-0161089 ++-0149081 ++-0159100 ++-0156089 ++-0162072 ++-0154096 ++-0155091 ++-0148077 ++-0145076 ++-0158082 ++-0151085 ++-0146076 ++-0163026 ++-0157074 ++-0152090 ++-0161090 ++-0150040 ++-0149082 ++-0144103 ++-0160091 ++-0153091 ++-0155092 ++-0162073 ++-0147092 ++-0145077 ++-0148078 ++-0163027 ++-0154097 ++-0159101 ++-0156090 ++-0146077 ++-0158083 ++-0151086 ++-0157075 ++-0160092 ++-0152091 ++-0150041 ++-0161091 ++-0162074 ++-0153092 ++-0149083 ++-0147093 ++-0155093 ++-0144104 ++-0148079 ++-0145078 ++-0163028 ++-0151087 ++-0147094 ++-0156091 ++-0159102 ++-0163029 ++-0157076 ++-0146078 ++-0154098 ++-0152092 ++-0158084 ++-0147095 ++-0144105 ++-0151088 ++-0160093 ++-0145079 ++-0150042 ++-0161092 ++-0148080 ++-0155094 ++-0149084 ++-0162075 ++-0153093 ++-0156092 ++-0157077 ++-0159103 ++-0154099 ++-0147096 ++-0163030 ++-0146079 ++-0150043 ++-0155095 ++-0152093 ++-0144106 ++-0151089 ++-0160094 ++-0158085 ++-0162076 ++-0148081 ++-0145080 ++-0153094 ++-0149085 ++-0161093 ++-0156093 ++-0157078 ++-0154100 ++-0163031 ++-0146080 ++-0147097 ++-0152094 ++-0150044 ++-0159104 ++-0144107 ++-0151090 ++-0155096 ++-0158086 ++-0160095 ++-0149086 ++-0145081 ++-0148082 ++-0156094 ++-0161094 ++-0162077 ++-0157079 ++-0153095 ++-0163032 ++-0154101 ++-0147098 ++-0150045 ++-0144108 ++-0152095 ++-0158087 ++-0155097 ++-0149087 ++-0146081 ++-0159105 ++-0148083 ++-0145082 ++-0160096 ++-0156095 ++-0162078 ++-0157080 ++-0151091 ++-0161095 ++-0153096 ++-0163033 ++-0154102 ++-0152096 ++-0147099 ++-0150046 ++-0155098 ++-0158088 ++-0148084 ++-0160097 ++-0149088 ++-0144109 ++-0146082 ++-0148085 ++-0149089 ++-0144110 ++-0157081 ++-0145083 ++-0159106 ++-0161096 ++-0148086 ++-0163034 ++-0162079 ++-0156096 ++-0151092 ++-0160098 ++-0154103 ++-0155099 ++-0153097 ++-0147100 ++-0150047 ++-0158089 ++-0152097 ++-0146083 ++-0144111 ++-0157082 ++-0149090 ++-0159107 ++-0161097 ++-0148087 ++-0145084 ++-0156097 ++-0151093 ++-0154104 ++-0162080 ++-0163035 ++-0155100 ++-0150048 ++-0152098 ++-0158090 ++-0147101 ++-0160099 ++-0146084 ++-0144112 ++-0153098 ++-0161098 ++-0149091 ++-0156098 ++-0159108 ++-0157083 ++-0154105 ++-0148088 ++-0151094 ++-0155101 ++-0145085 ++-0147102 ++-0150049 ++-0158091 ++-0152099 ++-0163036 ++-0146085 ++-0162081 ++-0153099 ++-0160100 ++-0144113 ++-0149092 ++-0159109 ++-0157084 ++-0161099 ++-0154106 ++-0156099 ++-0155102 ++-0145086 ++-0148089 ++-0151095 ++-0158092 ++-0163037 ++-0150050 ++-0146086 ++-0152100 ++-0147103 ++-0160101 ++-0144114 ++-0162082 ++-0159110 ++-0153100 ++-0161100 ++-0149093 ++-0154107 ++-0161101 ++-0163038 ++-0147104 ++-0156100 ++-0155103 ++-0148090 ++-0151096 ++-0144115 ++-0152101 ++-0145087 ++-0150051 ++-0158093 ++-0159111 ++-0153101 ++-0160102 ++-0157085 ++-0162083 ++-0146087 ++-0149094 ++-0163039 ++-0154108 ++-0147105 ++-0161102 ++-0156101 ++-0144116 ++-0150052 ++-0148091 ++-0157086 ++-0153102 ++-0145088 ++-0160103 ++-0159112 ++-0151097 ++-0149095 ++-0158094 ++-0155104 ++-0146088 ++-0152102 ++-0162084 ++-0163040 ++-0147106 ++-0144117 ++-0145089 ++-0157087 ++-0156102 ++-0150053 ++-0161103 ++-0160104 ++-0153103 ++-0149096 ++-0155105 ++-0146089 ++-0148092 ++-0159113 ++-0154109 ++-0151098 ++-0152103 ++-0162085 ++-0158095 ++-0163041 ++-0145090 ++-0147107 ++-0150054 ++-0161104 ++-0144118 ++-0157088 ++-0149097 ++-0155106 ++-0156103 ++-0146090 ++-0153104 ++-0160105 ++-0159114 ++-0154110 ++-0148093 ++-0152104 ++-0158096 ++-0151099 ++-0162086 ++-0163042 ++-0145091 ++-0147108 ++-0150055 ++-0149098 ++-0157089 ++-0156104 ++-0144119 ++-0146091 ++-0155107 ++-0159115 ++-0161105 ++-0160106 ++-0154111 ++-0152105 ++-0151100 ++-0153105 ++-0158097 ++-0162087 ++-0145092 ++-0163043 ++-0147109 ++-0148094 ++-0149099 ++-0157090 ++-0144120 ++-0150056 ++-0155108 ++-0159116 ++-0161106 ++-0156105 ++-0146092 ++-0160107 ++-0151101 ++-0153106 ++-0154112 ++-0152106 ++-0158098 ++-0162088 ++-0147110 ++-0148095 ++-0157091 ++-0145093 ++-0163044 ++-0149100 ++-0144121 ++-0151102 ++-0146093 ++-0161107 ++-0160108 ++-0153107 ++-0156106 ++-0155109 ++-0159117 ++-0145094 ++-0152107 ++-0150057 ++-0147111 ++-0158099 ++-0163045 ++-0154113 ++-0148096 ++-0157092 ++-0162089 ++-0146094 ++-0149101 ++-0144122 ++-0151103 ++-0155110 ++-0153108 ++-0161108 ++-0159118 ++-0160109 ++-0156107 ++-0157093 ++-0145095 ++-0152108 ++-0163046 ++-0147112 ++-0158100 ++-0162090 ++-0150058 ++-0144123 ++-0151104 ++-0154114 ++-0148097 ++-0153109 ++-0155111 ++-0161109 ++-0159119 ++-0149102 ++-0156108 ++-0152109 ++-0145096 ++-0146095 ++-0157094 ++-0160110 ++-0163047 ++-0150059 ++-0147113 ++-0162091 ++-0153110 ++-0155112 ++-0144124 ++-0158101 ++-0149103 ++-0154115 ++-0151105 ++-0148098 ++-0161110 ++-0152110 ++-0159120 ++-0156109 ++-0163048 ++-0157095 ++-0146096 ++-0145097 ++-0147114 ++-0162092 ++-0158102 ++-0155113 ++-0154116 ++-0144125 ++-0160111 ++-0153111 ++-0148099 ++-0150060 ++-0149104 ++-0151106 ++-0161111 ++-0157096 ++-0152111 ++-0159121 ++-0146097 ++-0147115 ++-0163049 ++-0144126 ++-0156110 ++-0145098 ++-0162093 ++-0153112 ++-0154117 ++-0160112 ++-0150061 ++-0149105 ++-0155114 ++-0158103 ++-0151107 ++-0146098 ++-0157097 ++-0148100 ++-0159122 ++-0161112 ++-0144127 ++-0152112 ++-0145099 ++-0149106 ++-0153113 ++-0163050 ++-0150062 ++-0154118 ++-0160113 ++-0157098 ++-0147116 ++-0156111 ++-0162094 ++-0151108 ++-0148101 ++-0146099 ++-0159123 ++-0155115 ++-0158104 ++-0144128 ++-0153114 ++-0150063 ++-0160114 ++-0146100 ++-0145100 ++-0162095 ++-0157099 ++-0151109 ++-0148102 ++-0149107 ++-0150064 ++-0160115 ++-0163051 ++-0161113 ++-0158105 ++-0159124 ++-0156112 ++-0152113 ++-0154119 ++-0160116 ++-0153115 ++-0147117 ++-0162096 ++-0155116 ++-0157100 ++-0146101 ++-0145101 ++-0148103 ++-0156113 ++-0154120 ++-0151110 ++-0149108 ++-0163052 ++-0159125 ++-0161114 ++-0158106 ++-0144129 ++-0160117 ++-0152114 ++-0153116 ++-0150065 ++-0147118 ++-0156114 ++-0162097 ++-0151111 ++-0145102 ++-0149109 ++-0163053 ++-0155117 ++-0148104 ++-0157101 ++-0158107 ++-0146102 ++-0144130 ++-0159126 ++-0153117 ++-0160118 ++-0150066 ++-0161115 ++-0156115 ++-0154121 ++-0151112 ++-0145103 ++-0152115 ++-0147119 ++-0162098 ++-0149110 ++-0148105 ++-0155118 ++-0157102 ++-0158108 ++-0146103 ++-0163054 ++-0144131 ++-0160119 ++-0150067 ++-0159127 ++-0161116 ++-0153118 ++-0156116 ++-0151113 ++-0154122 ++-0152116 ++-0147120 ++-0145104 ++-0149111 ++-0148106 ++-0162099 ++-0155119 ++-0157103 ++-0158109 ++-0146104 ++-0160120 ++-0163055 ++-0159128 ++-0150068 ++-0151114 ++-0161117 ++-0153119 ++-0156117 ++-0154123 ++-0144132 ++-0149112 ++-0152117 ++-0147121 ++-0155120 ++-0145105 ++-0157104 ++-0162100 ++-0148107 ++-0158110 ++-0160121 ++-0151115 ++-0159129 ++-0153120 ++-0161118 ++-0156118 ++-0146105 ++-0154124 ++-0163056 ++-0150069 ++-0149113 ++-0144133 ++-0155121 ++-0152118 ++-0147122 ++-0157105 ++-0161119 ++-0162101 ++-0153121 ++-0160122 ++-0156119 ++-0148108 ++-0145106 ++-0149114 ++-0162102 ++-0159130 ++-0158111 ++-0151116 ++-0161120 ++-0150070 ++-0155122 ++-0146106 ++-0154125 ++-0147123 ++-0144134 ++-0152119 ++-0157106 ++-0153122 ++-0163057 ++-0160123 ++-0145107 ++-0156120 ++-0148109 ++-0158112 ++-0162103 ++-0159131 ++-0149115 ++-0155123 ++-0161121 ++-0150071 ++-0147124 ++-0151117 ++-0146107 ++-0153123 ++-0154126 ++-0144135 ++-0160124 ++-0157107 ++-0152120 ++-0163058 ++-0145108 ++-0156121 ++-0148110 ++-0162104 ++-0158113 ++-0159132 ++-0151118 ++-0161122 ++-0147125 ++-0149116 ++-0155124 ++-0150072 ++-0163059 ++-0157108 ++-0145109 ++-0154127 ++-0161123 ++-0162105 ++-0156122 ++-0153124 ++-0159133 ++-0158114 ++-0152121 ++-0160125 ++-0151119 ++-0148111 ++-0144136 ++-0155125 ++-0149117 ++-0146108 ++-0147126 ++-0157109 ++-0161124 ++-0154128 ++-0145110 ++-0152122 ++-0159134 ++-0162106 ++-0150073 ++-0163060 ++-0144137 ++-0149118 ++-0162107 ++-0151120 ++-0155126 ++-0153125 ++-0158115 ++-0160126 ++-0161125 ++-0156123 ++-0154129 ++-0157110 ++-0150074 ++-0146109 ++-0147127 ++-0145111 ++-0163061 ++-0144138 ++-0152123 ++-0148112 ++-0159135 ++-0162108 ++-0153126 ++-0158116 ++-0156124 ++-0161126 ++-0151121 ++-0147128 ++-0155127 ++-0154130 ++-0149119 ++-0144139 ++-0163062 ++-0157111 ++-0160127 ++-0150075 ++-0146110 ++-0145112 ++-0152124 ++-0159136 ++-0148113 ++-0162109 ++-0153127 ++-0154131 ++-0163063 ++-0155128 ++-0149120 ++-0151122 ++-0161127 ++-0152125 ++-0147129 ++-0150076 ++-0159137 ++-0145113 ++-0162110 ++-0149121 ++-0153128 ++-0151123 ++-0163064 ++-0154132 ++-0155129 ++-0161128 ++-0152126 ++-0159138 ++-0147130 ++-0156125 ++-0162111 ++-0150077 ++-0145114 ++-0144140 ++-0157112 ++-0149122 ++-0158117 ++-0146111 ++-0160128 ++-0153129 ++-0154133 ++-0148114 ++-0151124 ++-0155130 ++-0147131 ++-0152127 ++-0161129 ++-0163065 ++-0159139 ++-0144141 ++-0150078 ++-0162112 ++-0145115 ++-0156126 ++-0149123 ++-0157113 ++-0146112 ++-0160129 ++-0158118 ++-0154134 ++-0148115 ++-0151125 ++-0152128 ++-0155131 ++-0153130 ++-0159140 ++-0144142 ++-0162113 ++-0161130 ++-0147132 ++-0149124 ++-0157114 ++-0150079 ++-0163066 ++-0146113 ++-0145116 ++-0154135 ++-0148116 ++-0156127 ++-0158119 ++-0160130 ++-0159141 ++-0155132 ++-0151126 ++-0144143 ++-0152129 ++-0147133 ++-0153131 ++-0157115 ++-0163067 ++-0149125 ++-0150080 ++-0162114 ++-0161131 ++-0145117 ++-0148117 ++-0156128 ++-0158120 ++-0146114 ++-0159142 ++-0154136 ++-0151127 ++-0160131 ++-0155133 ++-0152130 ++-0144144 ++-0157116 ++-0153132 ++-0150081 ++-0149126 ++-0162115 ++-0147134 ++-0163068 ++-0145118 ++-0161132 ++-0158121 ++-0159143 ++-0154137 ++-0148118 ++-0146115 ++-0155134 ++-0144145 ++-0152131 ++-0156129 ++-0157117 ++-0151128 ++-0162116 ++-0149127 ++-0160132 ++-0153133 ++-0150082 ++-0161133 ++-0145119 ++-0147135 ++-0158122 ++-0163069 ++-0154138 ++-0159144 ++-0148119 ++-0155135 ++-0146116 ++-0152132 ++-0156130 ++-0157118 ++-0151129 ++-0144146 ++-0149128 ++-0150083 ++-0161134 ++-0162117 ++-0160133 ++-0163070 ++-0153134 ++-0147136 ++-0159145 ++-0145120 ++-0158123 ++-0148120 ++-0146117 ++-0154139 ++-0155136 ++-0157119 ++-0144147 ++-0156131 ++-0150084 ++-0151130 ++-0152133 ++-0160134 ++-0161135 ++-0149129 ++-0153135 ++-0162118 ++-0159146 ++-0147137 ++-0163071 ++-0145121 ++-0148121 ++-0154140 ++-0157120 ++-0145122 ++-0154141 ++-0155137 ++-0157121 ++-0147138 ++-0148122 ++-0144148 ++-0145123 ++-0158124 ++-0162119 ++-0150085 ++-0146118 ++-0152134 ++-0151131 ++-0156132 ++-0154142 ++-0153136 ++-0159147 ++-0163072 ++-0161136 ++-0149130 ++-0160135 ++-0155138 ++-0147139 ++-0144149 ++-0157122 ++-0148123 ++-0145124 ++-0162120 ++-0146119 ++-0150086 ++-0158125 ++-0154143 ++-0163073 ++-0155139 ++-0151132 ++-0149131 ++-0152135 ++-0156133 ++-0144150 ++-0147140 ++-0159148 ++-0161137 ++-0160136 ++-0157123 ++-0162121 ++-0148124 ++-0145125 ++-0149132 ++-0156134 ++-0147141 ++-0163074 ++-0161138 ++-0155140 ++-0148125 ++-0149133 ++-0147142 ++-0161139 ++-0147143 ++-0151133 ++-0153137 ++-0152136 ++-0155141 ++-0160137 ++-0157124 ++-0146120 ++-0149134 ++-0144151 ++-0147144 ++-0156135 ++-0148126 ++-0145126 ++-0150087 ++-0154144 ++-0161140 ++-0159149 ++-0163075 ++-0162122 ++-0158126 ++-0153138 ++-0152137 ++-0151134 ++-0157125 ++-0160138 ++-0155142 ++-0149135 ++-0144152 ++-0148127 ++-0145127 ++-0146121 ++-0147145 ++-0159150 ++-0154145 ++-0153139 ++-0161141 ++-0150088 ++-0156136 ++-0152138 ++-0158127 ++-0163076 ++-0151135 ++-0160139 ++-0144153 ++-0157126 ++-0162123 ++-0155143 ++-0149136 ++-0148128 ++-0146122 ++-0153140 ++-0159151 ++-0154146 ++-0161142 ++-0145128 ++-0158128 ++-0163077 ++-0151136 ++-0150089 ++-0156137 ++-0152139 ++-0147146 ++-0160140 ++-0155144 ++-0162124 ++-0151137 ++-0157127 ++-0156138 ++-0159152 ++-0144154 ++-0152140 ++-0149137 ++-0161143 ++-0153141 ++-0150090 ++-0160141 ++-0147147 ++-0145129 ++-0148129 ++-0144155 ++-0146123 ++-0154147 ++-0159153 ++-0151138 ++-0158129 ++-0156139 ++-0152141 ++-0157128 ++-0155145 ++-0163078 ++-0149138 ++-0162125 ++-0153142 ++-0148130 ++-0150091 ++-0160142 ++-0145130 ++-0161144 ++-0146124 ++-0147148 ++-0154148 ++-0144156 ++-0159154 ++-0158130 ++-0160143 ++-0150092 ++-0163079 ++-0151139 ++-0153143 ++-0149139 ++-0148131 ++-0157129 ++-0155146 ++-0152142 ++-0162126 ++-0156140 ++-0154149 ++-0146125 ++-0161145 ++-0147149 ++-0159155 ++-0145131 ++-0158131 ++-0148132 ++-0162127 ++-0157130 ++-0156141 ++-0148133 ++-0153144 ++-0149140 ++-0158132 ++-0163080 ++-0145132 ++-0151140 ++-0160144 ++-0155147 ++-0150093 ++-0147150 ++-0148134 ++-0154150 ++-0152143 ++-0146126 ++-0157131 ++-0161146 ++-0162128 ++-0156142 ++-0159156 ++-0149141 ++-0153145 ++-0158133 ++-0145133 ++-0160145 ++-0164000 ++-0151141 ++-0163081 ++-0150094 ++-0147151 ++-0152144 ++-0155148 ++-0146127 ++-0157132 ++-0148135 ++-0159157 ++-0154151 ++-0156143 ++-0162129 ++-0161147 ++-0153146 ++-0158134 ++-0149142 ++-0164001 ++-0160146 ++-0145134 ++-0147152 ++-0151142 ++-0152145 ++-0157133 ++-0163082 ++-0150095 ++-0148136 ++-0159158 ++-0146128 ++-0155149 ++-0156144 ++-0162130 ++-0154152 ++-0153147 ++-0158135 ++-0161148 ++-0160147 ++-0149143 ++-0151143 ++-0164002 ++-0147153 ++-0163083 ++-0145135 ++-0150096 ++-0148137 ++-0159159 ++-0156145 ++-0152146 ++-0157134 ++-0146129 ++-0153148 ++-0155150 ++-0158136 ++-0154153 ++-0161149 ++-0149144 ++-0160148 ++-0164003 ++-0162131 ++-0147154 ++-0163084 ++-0151144 ++-0150097 ++-0152147 ++-0156146 ++-0145136 ++-0159160 ++-0148138 ++-0155151 ++-0157135 ++-0149145 ++-0146130 ++-0154154 ++-0161150 ++-0153149 ++-0160149 ++-0163085 ++-0147155 ++-0162132 ++-0158137 ++-0164004 ++-0152148 ++-0151145 ++-0150098 ++-0145137 ++-0156147 ++-0148139 ++-0155152 ++-0159161 ++-0149146 ++-0146131 ++-0161151 ++-0160150 ++-0154155 ++-0163086 ++-0147156 ++-0153150 ++-0157136 ++-0164005 ++-0158138 ++-0162133 ++-0152149 ++-0150099 ++-0151146 ++-0145138 ++-0148140 ++-0156148 ++-0155153 ++-0149147 ++-0161152 ++-0146132 ++-0163087 ++-0159162 ++-0157137 ++-0160151 ++-0162134 ++-0153151 ++-0164006 ++-0152150 ++-0151147 ++-0145139 ++-0150100 ++-0158139 ++-0156149 ++-0148141 ++-0155154 ++-0149148 ++-0161153 ++-0163088 ++-0157138 ++-0159163 ++-0160152 ++-0146133 ++-0153152 ++-0145140 ++-0162135 ++-0150101 ++-0158140 ++-0164007 ++-0156150 ++-0149149 ++-0151148 ++-0152151 ++-0155155 ++-0163089 ++-0161154 ++-0148142 ++-0157139 ++-0167000 ++-0146134 ++-0174000 ++-0153153 ++-0159164 ++-0145141 ++-0164008 ++-0150102 ++-0162136 ++-0160153 ++-0151149 ++-0152152 ++-0149150 ++-0156151 ++-0158141 ++-0163090 ++-0155156 ++-0161155 ++-0157140 ++-0148143 ++-0167001 ++-0146135 ++-0164009 ++-0153154 ++-0174001 ++-0145142 ++-0151150 ++-0149151 ++-0160154 ++-0157141 ++-0152153 ++-0148144 ++-0159165 ++-0156152 ++-0150103 ++-0162137 ++-0163091 ++-0161156 ++-0158142 ++-0145143 ++-0167002 ++-0150104 ++-0153155 ++-0151151 ++-0162138 ++-0146136 ++-0174002 ++-0161157 ++-0164010 ++-0158143 ++-0163092 ++-0145144 ++-0149152 ++-0148145 ++-0175000 ++-0152154 ++-0162139 ++-0157142 ++-0160155 ++-0159166 ++-0161158 ++-0145145 ++-0158144 ++-0146137 ++-0156153 ++-0153156 ++-0163093 ++-0151152 ++-0164011 ++-0167003 ++-0150105 ++-0174003 ++-0149153 ++-0148146 ++-0157143 ++-0162140 ++-0152155 ++-0160156 ++-0156154 ++-0158145 ++-0175001 ++-0145146 ++-0159167 ++-0151153 ++-0167004 ++-0164012 ++-0150106 ++-0146138 ++-0174004 ++-0163094 ++-0153157 ++-0148147 ++-0157144 ++-0149154 ++-0162141 ++-0175002 ++-0156155 ++-0158146 ++-0167005 ++-0145147 ++-0164013 ++-0159168 ++-0150107 ++-0163095 ++-0174005 ++-0146139 ++-0151154 ++-0156156 ++-0164014 ++-0157145 ++-0148148 ++-0175003 ++-0145148 ++-0149155 ++-0162142 ++-0158147 ++-0153158 ++-0159169 ++-0167006 ++-0181000 ++-0163096 ++-0150108 ++-0174006 ++-0164015 ++-0157146 ++-0145149 ++-0148149 ++-0151155 ++-0158148 ++-0162143 ++-0175004 ++-0146140 ++-0149156 ++-0172000 ++-0180000 ++-0181001 ++-0167007 ++-0174007 ++-0150109 ++-0159170 ++-0163097 ++-0145150 ++-0148150 ++-0151156 ++-0164016 ++-0158149 ++-0162144 ++-0146141 ++-0157147 ++-0172001 ++-0180001 ++-0175005 ++-0174008 ++-0181002 ++-0163098 ++-0148151 ++-0145151 ++-0159171 ++-0167008 ++-0158150 ++-0150110 ++-0164017 ++-0172002 ++-0157148 ++-0167009 ++-0159172 ++-0180002 ++-0146142 ++-0145152 ++-0174009 ++-0163099 ++-0175006 ++-0181003 ++-0162145 ++-0173000 ++-0148152 ++-0176000 ++-0169000 ++-0158151 ++-0171000 ++-0150111 ++-0157149 ++-0172003 ++-0159173 ++-0164018 ++-0167010 ++-0174010 ++-0175007 ++-0158152 ++-0176001 ++-0181004 ++-0169001 ++-0180003 ++-0146143 ++-0148153 ++-0174011 ++-0173001 ++-0171001 ++-0163100 ++-0162146 ++-0157150 ++-0164019 ++-0145153 ++-0159174 ++-0172004 ++-0175008 ++-0180004 ++-0176002 ++-0150112 ++-0158153 ++-0146144 ++-0181005 ++-0167011 ++-0169002 ++-0174012 ++-0148154 ++-0171002 ++-0173002 ++-0162147 ++-0163101 ++-0157151 ++-0175009 ++-0164020 ++-0180005 ++-0172005 ++-0176003 ++-0150113 ++-0145154 ++-0159175 ++-0146145 ++-0167012 ++-0181006 ++-0158154 ++-0169003 ++-0174013 ++-0148155 ++-0162148 ++-0157152 ++-0171003 ++-0173003 ++-0163102 ++-0180006 ++-0175010 ++-0150114 ++-0172006 ++-0159176 ++-0164021 ++-0146146 ++-0167013 ++-0176004 ++-0145155 ++-0158155 ++-0181007 ++-0174014 ++-0169004 ++-0157153 ++-0173004 ++-0162149 ++-0163103 ++-0175011 ++-0172007 ++-0171004 ++-0150115 ++-0164022 ++-0180007 ++-0167014 ++-0146147 ++-0159177 ++-0181008 ++-0176005 ++-0157154 ++-0174015 ++-0173005 ++-0175012 ++-0169005 ++-0163104 ++-0171005 ++-0150116 ++-0162150 ++-0180008 ++-0164023 ++-0172008 ++-0167015 ++-0159178 ++-0181009 ++-0146148 ++-0174016 ++-0175013 ++-0176006 ++-0169006 ++-0172009 ++-0167016 ++-0163105 ++-0180009 ++-0162151 ++-0171006 ++-0150117 ++-0168000 ++-0181010 ++-0173006 ++-0157155 ++-0159179 ++-0178000 ++-0167017 ++-0164024 ++-0146149 ++-0163106 ++-0172010 ++-0165000 ++-0174017 ++-0169007 ++-0176007 ++-0175014 ++-0150118 ++-0180010 ++-0168001 ++-0162152 ++-0159180 ++-0157156 ++-0164025 ++-0146150 ++-0163107 ++-0171007 ++-0173007 ++-0176008 ++-0181011 ++-0169008 ++-0178001 ++-0175015 ++-0174018 ++-0167018 ++-0172011 ++-0165001 ++-0150119 ++-0180011 ++-0168002 ++-0159181 ++-0164026 ++-0162153 ++-0163108 ++-0176009 ++-0169009 ++-0181012 ++-0146151 ++-0175016 ++-0173008 ++-0171008 ++-0165002 ++-0172012 ++-0150120 ++-0180012 ++-0174019 ++-0167019 ++-0178002 ++-0159182 ++-0164027 ++-0163109 ++-0168003 ++-0162154 ++-0176010 ++-0181013 ++-0146152 ++-0169010 ++-0171009 ++-0175017 ++-0173009 ++-0165003 ++-0150121 ++-0167020 ++-0178003 ++-0172013 ++-0180013 ++-0174020 ++-0159183 ++-0168004 ++-0163110 ++-0162155 ++-0176011 ++-0171010 ++-0173010 ++-0181014 ++-0146153 ++-0177000 ++-0165004 ++-0150122 ++-0164028 ++-0178004 ++-0175018 ++-0168005 ++-0180014 ++-0159184 ++-0169011 ++-0167021 ++-0172014 ++-0174021 ++-0163111 ++-0171011 ++-0162156 ++-0176012 ++-0173011 ++-0177001 ++-0165005 ++-0181015 ++-0146154 ++-0164029 ++-0178005 ++-0150123 ++-0180015 ++-0168006 ++-0159185 ++-0175019 ++-0174022 ++-0169012 ++-0163112 ++-0172015 ++-0171012 ++-0162157 ++-0167022 ++-0173012 ++-0177002 ++-0176013 ++-0146155 ++-0181016 ++-0165006 ++-0164030 ++-0178006 ++-0150124 ++-0159186 ++-0180016 ++-0174023 ++-0168007 ++-0163113 ++-0175020 ++-0169013 ++-0162158 ++-0171013 ++-0172016 ++-0176014 ++-0177003 ++-0146156 ++-0167023 ++-0173013 ++-0178007 ++-0150125 ++-0159187 ++-0181017 ++-0164031 ++-0174024 ++-0165007 ++-0163114 ++-0168008 ++-0175021 ++-0169014 ++-0180017 ++-0171014 ++-0176015 ++-0172017 ++-0167024 ++-0150126 ++-0178008 ++-0181018 ++-0165008 ++-0174025 ++-0173014 ++-0177004 ++-0163115 ++-0168009 ++-0164032 ++-0175022 ++-0159188 ++-0171015 ++-0176016 ++-0172018 ++-0180018 ++-0169015 ++-0167025 ++-0150127 ++-0174026 ++-0165009 ++-0177005 ++-0168010 ++-0178009 ++-0163116 ++-0176017 ++-0164033 ++-0182000 ++-0159189 ++-0177006 ++-0171016 ++-0173015 ++-0181019 ++-0180019 ++-0167026 ++-0168011 ++-0169016 ++-0182001 ++-0172019 ++-0175023 ++-0178010 ++-0166000 ++-0165010 ++-0174027 ++-0150128 ++-0164034 ++-0176018 ++-0177007 ++-0159190 ++-0163117 ++-0173016 ++-0171017 ++-0181020 ++-0167027 ++-0168012 ++-0182002 ++-0172020 ++-0169017 ++-0180020 ++-0175024 ++-0174028 ++-0164035 ++-0176019 ++-0177008 ++-0178011 ++-0166001 ++-0165011 ++-0150129 ++-0173017 ++-0176020 ++-0171018 ++-0182003 ++-0172021 ++-0163118 ++-0150130 ++-0159191 ++-0168013 ++-0164036 ++-0175025 ++-0167028 ++-0181021 ++-0180021 ++-0174029 ++-0177009 ++-0165012 ++-0178012 ++-0173018 ++-0176021 ++-0166002 ++-0169018 ++-0150131 ++-0171019 ++-0182004 ++-0172022 ++-0174030 ++-0175026 ++-0173019 ++-0176022 ++-0164037 ++-0181022 ++-0163119 ++-0180022 ++-0168014 ++-0167029 ++-0165013 ++-0159192 ++-0177010 ++-0178013 ++-0166003 ++-0171020 ++-0169019 ++-0150132 ++-0182005 ++-0168015 ++-0181023 ++-0163120 ++-0176023 ++-0180023 ++-0159193 ++-0172023 ++-0165014 ++-0178014 ++-0167030 ++-0173020 ++-0177011 ++-0174031 ++-0164038 ++-0175027 ++-0166004 ++-0169020 ++-0150133 ++-0168016 ++-0182006 ++-0159194 ++-0163121 ++-0180024 ++-0181024 ++-0173021 ++-0176024 ++-0174032 ++-0175028 ++-0178015 ++-0165015 ++-0167031 ++-0172024 ++-0166005 ++-0177012 ++-0169021 ++-0150134 ++-0168017 ++-0164039 ++-0182007 ++-0159195 ++-0171021 ++-0173022 ++-0178016 ++-0163122 ++-0180025 ++-0150135 ++-0181025 ++-0164040 ++-0168018 ++-0167032 ++-0182008 ++-0174033 ++-0176025 ++-0166006 ++-0165016 ++-0172025 ++-0175029 ++-0177013 ++-0169022 ++-0175030 ++-0175031 ++-0182009 ++-0169023 ++-0164041 ++-0168019 ++-0177014 ++-0174034 ++-0173023 ++-0167033 ++-0172026 ++-0180026 ++-0166007 ++-0165017 ++-0176026 ++-0178017 ++-0163123 ++-0181026 ++-0171022 ++-0150136 ++-0175032 ++-0179000 ++-0177015 ++-0182010 ++-0173024 ++-0169024 ++-0164042 ++-0180027 ++-0167034 ++-0174035 ++-0168020 ++-0165018 ++-0172027 ++-0166008 ++-0178018 ++-0181027 ++-0176027 ++-0171023 ++-0163124 ++-0175033 ++-0179001 ++-0182011 ++-0177016 ++-0173025 ++-0169025 ++-0150137 ++-0180028 ++-0174036 ++-0164043 ++-0167035 ++-0168021 ++-0176028 ++-0171024 ++-0165019 ++-0175034 ++-0166009 ++-0181028 ++-0163125 ++-0172028 ++-0177017 ++-0182012 ++-0178019 ++-0173026 ++-0169026 ++-0179002 ++-0168022 ++-0172029 ++-0180029 ++-0176029 ++-0174037 ++-0175035 ++-0163126 ++-0164044 ++-0165020 ++-0150138 ++-0166010 ++-0167036 ++-0181029 ++-0171025 ++-0182013 ++-0178020 ++-0173027 ++-0177018 ++-0179003 ++-0168023 ++-0169027 ++-0172030 ++-0176030 ++-0174038 ++-0163127 ++-0180030 ++-0165021 ++-0164045 ++-0150139 ++-0166011 ++-0181030 ++-0167037 ++-0182014 ++-0175036 ++-0178021 ++-0173028 ++-0171026 ++-0168024 ++-0179004 ++-0177019 ++-0176031 ++-0174039 ++-0169028 ++-0180031 ++-0163128 ++-0172031 ++-0164046 ++-0166012 ++-0167038 ++-0181031 ++-0175037 ++-0165022 ++-0150140 ++-0173029 ++-0178022 ++-0182015 ++-0168025 ++-0171027 ++-0177020 ++-0163129 ++-0179005 ++-0180032 ++-0166013 ++-0181032 ++-0164047 ++-0176032 ++-0169029 ++-0167039 ++-0174040 ++-0165023 ++-0172032 ++-0150141 ++-0173030 ++-0175038 ++-0178023 ++-0168026 ++-0182016 ++-0163130 ++-0171028 ++-0179006 ++-0180033 ++-0177021 ++-0164048 ++-0181033 ++-0166014 ++-0176033 ++-0167040 ++-0165024 ++-0168027 ++-0173031 ++-0150142 ++-0174041 ++-0178024 ++-0169030 ++-0182017 ++-0175039 ++-0179007 ++-0172033 ++-0163131 ++-0175040 ++-0172034 ++-0167041 ++-0171029 ++-0166015 ++-0172035 ++-0177022 ++-0169031 ++-0180034 ++-0176034 ++-0164049 ++-0182018 ++-0173032 ++-0181034 ++-0178025 ++-0168028 ++-0150143 ++-0175041 ++-0165025 ++-0179008 ++-0174042 ++-0163132 ++-0167042 ++-0171030 ++-0172036 ++-0166016 ++-0169032 ++-0176035 ++-0177023 ++-0178026 ++-0180035 ++-0181035 ++-0182019 ++-0174043 ++-0165026 ++-0173033 ++-0164050 ++-0163133 ++-0150144 ++-0168029 ++-0175042 ++-0179009 ++-0167043 ++-0166017 ++-0176036 ++-0172037 ++-0171031 ++-0180036 ++-0178027 ++-0169033 ++-0182020 ++-0177024 ++-0173034 ++-0168030 ++-0164051 ++-0181036 ++-0163134 ++-0165027 ++-0174044 ++-0150145 ++-0179010 ++-0175043 ++-0172038 ++-0166018 ++-0169034 ++-0167044 ++-0178028 ++-0180037 ++-0171032 ++-0173035 ++-0176037 ++-0181037 ++-0165028 ++-0150146 ++-0164052 ++-0177025 ++-0174045 ++-0163135 ++-0166019 ++-0179011 ++-0181038 ++-0171033 ++-0172039 ++-0163136 ++-0176038 ++-0175044 ++-0178029 ++-0174046 ++-0168031 ++-0180038 ++-0177026 ++-0182021 ++-0165029 ++-0167045 ++-0150147 ++-0173036 ++-0164053 ++-0169035 ++-0179012 ++-0181039 ++-0171034 ++-0164054 ++-0180039 ++-0175045 ++-0166020 ++-0169036 ++-0178030 ++-0174047 ++-0173037 ++-0168032 ++-0179013 ++-0150148 ++-0182022 ++-0176039 ++-0172040 ++-0177027 ++-0163137 ++-0167046 ++-0165030 ++-0181040 ++-0171035 ++-0164055 ++-0175046 ++-0169037 ++-0174048 ++-0164056 ++-0180040 ++-0163138 ++-0167047 ++-0165031 ++-0173038 ++-0177028 ++-0178031 ++-0166021 ++-0179014 ++-0176040 ++-0182023 ++-0150149 ++-0168033 ++-0169038 ++-0181041 ++-0172041 ++-0175047 ++-0180041 ++-0174049 ++-0171036 ++-0167048 ++-0164057 ++-0165032 ++-0173039 ++-0169039 ++-0177029 ++-0163139 ++-0175048 ++-0178032 ++-0176041 ++-0166022 ++-0182024 ++-0164058 ++-0174050 ++-0150150 ++-0180042 ++-0179015 ++-0181042 ++-0168034 ++-0169040 ++-0175049 ++-0163140 ++-0167049 ++-0171037 ++-0172042 ++-0173040 ++-0177030 ++-0180043 ++-0165033 ++-0179016 ++-0176042 ++-0163141 ++-0169041 ++-0178033 ++-0166023 ++-0181043 ++-0164059 ++-0182025 ++-0174051 ++-0150151 ++-0175050 ++-0168035 ++-0177031 ++-0165034 ++-0167050 ++-0173041 ++-0176043 ++-0179017 ++-0172043 ++-0171038 ++-0150152 ++-0164060 ++-0168036 ++-0180044 ++-0163142 ++-0181044 ++-0166024 ++-0165035 ++-0178034 ++-0169042 ++-0175051 ++-0182026 ++-0179018 ++-0177032 ++-0176044 ++-0164061 ++-0171039 ++-0173042 ++-0172044 ++-0180045 ++-0166025 ++-0168037 ++-0181045 ++-0169043 ++-0163143 ++-0150153 ++-0178035 ++-0175052 ++-0165036 ++-0167051 ++-0176045 ++-0172045 ++-0173043 ++-0171040 ++-0180046 ++-0179019 ++-0182027 ++-0178036 ++-0168038 ++-0174052 ++-0150154 ++-0165037 ++-0163144 ++-0175053 ++-0181046 ++-0177033 ++-0167052 ++-0176046 ++-0169044 ++-0166026 ++-0172046 ++-0180047 ++-0168039 ++-0171041 ++-0182028 ++-0164062 ++-0169045 ++-0150155 ++-0166027 ++-0179020 ++-0163145 ++-0174053 ++-0168040 ++-0177034 ++-0180048 ++-0172047 ++-0171042 ++-0182029 ++-0178037 ++-0173044 ++-0176047 ++-0181047 ++-0167053 ++-0175054 ++-0165038 ++-0166028 ++-0179021 ++-0169046 ++-0164063 ++-0180049 ++-0172048 ++-0168041 ++-0163146 ++-0177035 ++-0167054 ++-0175055 ++-0182030 ++-0176048 ++-0181048 ++-0173045 ++-0174054 ++-0178038 ++-0165039 ++-0171043 ++-0179022 ++-0164064 ++-0169047 ++-0163147 ++-0168042 ++-0172049 ++-0166029 ++-0180050 ++-0168043 ++-0166030 ++-0173046 ++-0182031 ++-0174055 ++-0172050 ++-0177036 ++-0167055 ++-0165040 ++-0178039 ++-0175056 ++-0163148 ++-0181049 ++-0176049 ++-0180051 ++-0169048 ++-0164065 ++-0166031 ++-0171044 ++-0174056 ++-0179023 ++-0168044 ++-0165041 ++-0163149 ++-0177037 ++-0178040 ++-0167056 ++-0176050 ++-0172051 ++-0173047 ++-0175057 ++-0182032 ++-0180052 ++-0171045 ++-0164066 ++-0169049 ++-0166032 ++-0181050 ++-0168045 ++-0170000 ++-0178041 ++-0179024 ++-0174057 ++-0177038 ++-0176051 ++-0167057 ++-0165042 ++-0164067 ++-0180053 ++-0163150 ++-0173048 ++-0172052 ++-0182033 ++-0169050 ++-0171046 ++-0175058 ++-0170001 ++-0168046 ++-0166033 ++-0177039 ++-0174058 ++-0181051 ++-0178042 ++-0167058 ++-0180054 ++-0171047 ++-0165043 ++-0165044 ++-0165045 ++-0179025 ++-0173049 ++-0165046 ++-0176052 ++-0178043 ++-0175059 ++-0174059 ++-0163151 ++-0170002 ++-0168047 ++-0164068 ++-0172053 ++-0180055 ++-0181052 ++-0166034 ++-0169051 ++-0167059 ++-0182034 ++-0177040 ++-0173050 ++-0165047 ++-0171048 ++-0174060 ++-0176053 ++-0168048 ++-0175060 ++-0179026 ++-0163152 ++-0181053 ++-0166035 ++-0174061 ++-0180056 ++-0169052 ++-0178044 ++-0182035 ++-0170003 ++-0164069 ++-0163153 ++-0167060 ++-0165048 ++-0171049 ++-0176054 ++-0168049 ++-0177041 ++-0179027 ++-0172054 ++-0175061 ++-0173051 ++-0178045 ++-0182036 ++-0181054 ++-0180057 ++-0163154 ++-0170004 ++-0169053 ++-0177042 ++-0164070 ++-0168050 ++-0167061 ++-0179028 ++-0165049 ++-0176055 ++-0178046 ++-0173052 ++-0175062 ++-0174062 ++-0182037 ++-0171050 ++-0172055 ++-0167062 ++-0181055 ++-0169054 ++-0179029 ++-0178047 ++-0163155 ++-0164071 ++-0177043 ++-0168051 ++-0173053 ++-0176056 ++-0180058 ++-0166036 ++-0170005 ++-0165050 ++-0168052 ++-0172056 ++-0174063 ++-0173054 ++-0167063 ++-0179030 ++-0178048 ++-0164072 ++-0175063 ++-0171051 ++-0177044 ++-0182038 ++-0181056 ++-0169055 ++-0176057 ++-0180059 ++-0166037 ++-0168053 ++-0183000 ++-0165051 ++-0177045 ++-0172057 ++-0170006 ++-0166038 ++-0180060 ++-0164073 ++-0179031 ++-0181057 ++-0176058 ++-0169056 ++-0182039 ++-0178049 ++-0173055 ++-0167064 ++-0183001 ++-0168054 ++-0175064 ++-0177046 ++-0165052 ++-0172058 ++-0174064 ++-0166039 ++-0180061 ++-0171052 ++-0178050 ++-0170007 ++-0182040 ++-0168055 ++-0181058 ++-0164074 ++-0177047 ++-0179032 ++-0173056 ++-0169057 ++-0165053 ++-0183002 ++-0180062 ++-0169058 ++-0171053 ++-0179033 ++-0176059 ++-0182041 ++-0167065 ++-0178051 ++-0175065 ++-0174065 ++-0166040 ++-0170008 ++-0172059 ++-0177048 ++-0165054 ++-0164075 ++-0180063 ++-0168056 ++-0173057 ++-0181059 ++-0183003 ++-0169059 ++-0176060 ++-0171054 ++-0179034 ++-0170009 ++-0165055 ++-0177049 ++-0182042 ++-0175066 ++-0178052 ++-0173058 ++-0167066 ++-0164076 ++-0168057 ++-0166041 ++-0172060 ++-0181060 ++-0179035 ++-0174066 ++-0170010 ++-0166042 ++-0169060 ++-0180064 ++-0179036 ++-0176061 ++-0171055 ++-0167067 ++-0178053 ++-0183004 ++-0164077 ++-0174067 ++-0181061 ++-0168058 ++-0175067 ++-0165056 ++-0182043 ++-0173059 ++-0172061 ++-0177050 ++-0170011 ++-0169061 ++-0180065 ++-0183005 ++-0176062 ++-0178054 ++-0171056 ++-0174068 ++-0167068 ++-0181062 ++-0179037 ++-0165057 ++-0166043 ++-0177051 ++-0164078 ++-0170012 ++-0168059 ++-0175068 ++-0182044 ++-0172062 ++-0173060 ++-0180066 ++-0176063 ++-0169062 ++-0183006 ++-0178055 ++-0174069 ++-0179038 ++-0181063 ++-0165058 ++-0164079 ++-0170013 ++-0167069 ++-0173061 ++-0171057 ++-0175069 ++-0176064 ++-0168060 ++-0166044 ++-0169063 ++-0180067 ++-0183007 ++-0172063 ++-0170014 ++-0164080 ++-0178056 ++-0182045 ++-0174070 ++-0181064 ++-0175070 ++-0173062 ++-0179039 ++-0165059 ++-0167070 ++-0171058 ++-0168061 ++-0166045 ++-0183008 ++-0172064 ++-0169064 ++-0180068 ++-0170015 ++-0176065 ++-0177052 ++-0173063 ++-0178057 ++-0179040 ++-0164081 ++-0182046 ++-0175071 ++-0167071 ++-0165060 ++-0168062 ++-0174071 ++-0181065 ++-0171059 ++-0166046 ++-0169065 ++-0183009 ++-0172065 ++-0170016 ++-0180069 ++-0177053 ++-0176066 ++-0179041 ++-0167072 ++-0173064 ++-0165061 ++-0181066 ++-0175072 ++-0166047 ++-0168063 ++-0178058 ++-0171060 ++-0164082 ++-0180070 ++-0182047 ++-0174072 ++-0170017 ++-0169066 ++-0177054 ++-0176067 ++-0172066 ++-0179042 ++-0173065 ++-0165062 ++-0181067 ++-0175073 ++-0167073 ++-0183010 ++-0168064 ++-0166048 ++-0178059 ++-0174073 ++-0171061 ++-0180071 ++-0170018 ++-0164083 ++-0169067 ++-0182048 ++-0177055 ++-0165063 ++-0179043 ++-0183011 ++-0176068 ++-0175074 ++-0181068 ++-0167074 ++-0173066 ++-0172067 ++-0168065 ++-0178060 ++-0171062 ++-0180072 ++-0169068 ++-0164084 ++-0174074 ++-0177056 ++-0165064 ++-0183012 ++-0179044 ++-0182049 ++-0173067 ++-0175075 ++-0176069 ++-0170019 ++-0167075 ++-0168066 ++-0178061 ++-0181069 ++-0171063 ++-0169069 ++-0172068 ++-0174075 ++-0177057 ++-0164085 ++-0180073 ++-0183013 ++-0182050 ++-0175076 ++-0179045 ++-0165065 ++-0176070 ++-0167076 ++-0170020 ++-0166049 ++-0178062 ++-0169070 ++-0164086 ++-0172069 ++-0168067 ++-0171064 ++-0174076 ++-0181070 ++-0173068 ++-0180074 ++-0171065 ++-0180075 ++-0165066 ++-0173069 ++-0174077 ++-0180076 ++-0177058 ++-0181071 ++-0176071 ++-0175077 ++-0167077 ++-0179046 ++-0170021 ++-0183014 ++-0182051 ++-0172070 ++-0166050 ++-0168068 ++-0169071 ++-0179047 ++-0164087 ++-0182052 ++-0174078 ++-0166051 ++-0165067 ++-0178063 ++-0173070 ++-0180077 ++-0171066 ++-0167078 ++-0181072 ++-0169072 ++-0175078 ++-0176072 ++-0183015 ++-0179048 ++-0172071 ++-0168069 ++-0164088 ++-0182053 ++-0177059 ++-0170022 ++-0174079 ++-0166052 ++-0178064 ++-0171067 ++-0173071 ++-0165068 ++-0169073 ++-0175079 ++-0181073 ++-0183016 ++-0179049 ++-0180078 ++-0167079 ++-0168070 ++-0164089 ++-0176073 ++-0177060 ++-0170023 ++-0182054 ++-0172072 ++-0174080 ++-0171068 ++-0166053 ++-0178065 ++-0173072 ++-0169074 ++-0179050 ++-0183017 ++-0167080 ++-0165069 ++-0175080 ++-0170024 ++-0168071 ++-0181074 ++-0180079 ++-0177061 ++-0182055 ++-0164090 ++-0176074 ++-0174081 ++-0172073 ++-0171069 ++-0166054 ++-0169075 ++-0179051 ++-0183018 ++-0173073 ++-0178066 ++-0165070 ++-0170025 ++-0175081 ++-0167081 ++-0181075 ++-0164091 ++-0182056 ++-0176075 ++-0168072 ++-0177062 ++-0174082 ++-0180080 ++-0172074 ++-0169076 ++-0166055 ++-0183019 ++-0170026 ++-0178067 ++-0179052 ++-0171070 ++-0173074 ++-0165071 ++-0167082 ++-0181076 ++-0175082 ++-0177063 ++-0164092 ++-0176076 ++-0182057 ++-0178068 ++-0165072 ++-0174083 ++-0180081 ++-0172075 ++-0166056 ++-0169077 ++-0181077 ++-0164093 ++-0173075 ++-0177064 ++-0178069 ++-0165073 ++-0182058 ++-0180082 ++-0174084 ++-0172076 ++-0166057 ++-0164094 ++-0169078 ++-0178070 ++-0173076 ++-0181078 ++-0165074 ++-0180083 ++-0182059 ++-0166058 ++-0170027 ++-0171071 ++-0183020 ++-0168073 ++-0169079 ++-0172077 ++-0167083 ++-0164095 ++-0179053 ++-0182060 ++-0174085 ++-0181079 ++-0180084 ++-0175083 ++-0173077 ++-0172078 ++-0177065 ++-0178071 ++-0176077 ++-0167084 ++-0164096 ++-0169080 ++-0166059 ++-0168074 ++-0179054 ++-0165075 ++-0170028 ++-0171072 ++-0175084 ++-0181080 ++-0183021 ++-0174086 ++-0182061 ++-0180085 ++-0173078 ++-0172079 ++-0177066 ++-0167085 ++-0169081 ++-0168075 ++-0176078 ++-0164097 ++-0178072 ++-0171073 ++-0170029 ++-0166060 ++-0168076 ++-0178073 ++-0175085 ++-0176079 ++-0177067 ++-0180086 ++-0182062 ++-0171074 ++-0165076 ++-0179055 ++-0174087 ++-0172080 ++-0183022 ++-0166061 ++-0181081 ++-0178074 ++-0167086 ++-0164098 ++-0169082 ++-0170030 ++-0168077 ++-0176080 ++-0175086 ++-0171075 ++-0182063 ++-0180087 ++-0174088 ++-0177068 ++-0165077 ++-0179056 ++-0183023 ++-0166062 ++-0181082 ++-0172081 ++-0167087 ++-0178075 ++-0182064 ++-0176081 ++-0180088 ++-0171076 ++-0175087 ++-0164099 ++-0169083 ++-0165078 ++-0168078 ++-0170031 ++-0174089 ++-0177069 ++-0181083 ++-0179057 ++-0183024 ++-0172082 ++-0166063 ++-0167088 ++-0178076 ++-0182065 ++-0180089 ++-0176082 ++-0171077 ++-0175088 ++-0165079 ++-0168079 ++-0174090 ++-0170032 ++-0179058 ++-0164100 ++-0169084 ++-0183025 ++-0172083 ++-0177070 ++-0167089 ++-0166064 ++-0181084 ++-0178077 ++-0182066 ++-0176083 ++-0175089 ++-0180090 ++-0164101 ++-0168080 ++-0172084 ++-0169085 ++-0180091 ++-0170033 ++-0175090 ++-0178078 ++-0165080 ++-0177071 ++-0166065 ++-0174091 ++-0171078 ++-0167090 ++-0180092 ++-0183026 ++-0173079 ++-0179059 ++-0176084 ++-0172085 ++-0181085 ++-0164102 ++-0182067 ++-0169086 ++-0168081 ++-0178079 ++-0165081 ++-0170034 ++-0166066 ++-0175091 ++-0177072 ++-0171079 ++-0167091 ++-0183027 ++-0179060 ++-0182068 ++-0176085 ++-0180093 ++-0172086 ++-0174092 ++-0169087 ++-0168082 ++-0173080 ++-0181086 ++-0170035 ++-0164103 ++-0165082 ++-0178080 ++-0166067 ++-0177073 ++-0167092 ++-0175092 ++-0183028 ++-0176086 ++-0171080 ++-0179061 ++-0172087 ++-0180094 ++-0182069 ++-0174093 ++-0169088 ++-0173081 ++-0168083 ++-0170036 ++-0181087 ++-0165083 ++-0178081 ++-0166068 ++-0164104 ++-0177074 ++-0167093 ++-0175093 ++-0183029 ++-0176087 ++-0172088 ++-0179062 ++-0171081 ++-0169089 ++-0174094 ++-0173082 ++-0168084 ++-0180095 ++-0170037 ++-0182070 ++-0166069 ++-0178082 ++-0164105 ++-0181088 ++-0177075 ++-0165084 ++-0175094 ++-0183030 ++-0167094 ++-0172089 ++-0174095 ++-0176088 ++-0179063 ++-0171082 ++-0169090 ++-0180096 ++-0170038 ++-0168085 ++-0182071 ++-0166070 ++-0173083 ++-0181089 ++-0178083 ++-0164106 ++-0177076 ++-0183031 ++-0165085 ++-0167095 ++-0172090 ++-0174096 ++-0175095 ++-0179064 ++-0169091 ++-0176089 ++-0168086 ++-0180097 ++-0171083 ++-0166071 ++-0173084 ++-0178084 ++-0164107 ++-0182072 ++-0170039 ++-0181090 ++-0183032 ++-0177077 ++-0174097 ++-0167096 ++-0172091 ++-0165086 ++-0176090 ++-0168087 ++-0180098 ++-0171084 ++-0169092 ++-0175096 ++-0179065 ++-0173085 ++-0178085 ++-0166072 ++-0182073 ++-0170040 ++-0164108 ++-0177078 ++-0183033 ++-0181091 ++-0167097 ++-0174098 ++-0165087 ++-0176091 ++-0168088 ++-0171085 ++-0180099 ++-0169093 ++-0172092 ++-0178086 ++-0175097 ++-0182074 ++-0179066 ++-0177079 ++-0164109 ++-0173086 ++-0166073 ++-0170041 ++-0183034 ++-0167098 ++-0176092 ++-0181092 ++-0174099 ++-0171086 ++-0180100 ++-0172093 ++-0168089 ++-0178087 ++-0165088 ++-0179067 ++-0177080 ++-0175098 ++-0169094 ++-0182075 ++-0164110 ++-0166074 ++-0183035 ++-0173087 ++-0170042 ++-0181093 ++-0167099 ++-0171087 ++-0176093 ++-0178088 ++-0168090 ++-0174100 ++-0165089 ++-0172094 ++-0180101 ++-0175099 ++-0179068 ++-0164111 ++-0182076 ++-0166075 ++-0169095 ++-0183036 ++-0177081 ++-0170043 ++-0181094 ++-0167100 ++-0173088 ++-0176094 ++-0174101 ++-0171088 ++-0168091 ++-0178089 ++-0175100 ++-0169096 ++-0166076 ++-0179069 ++-0165090 ++-0164112 ++-0180102 ++-0183037 ++-0172095 ++-0182077 ++-0170044 ++-0173089 ++-0167101 ++-0181095 ++-0177082 ++-0174102 ++-0168092 ++-0176095 ++-0175101 ++-0171089 ++-0179070 ++-0166077 ++-0164113 ++-0178090 ++-0182078 ++-0183038 ++-0169097 ++-0165091 ++-0180103 ++-0173090 ++-0172096 ++-0167102 ++-0177083 ++-0170045 ++-0174103 ++-0168093 ++-0181096 ++-0171090 ++-0176096 ++-0175102 ++-0166078 ++-0179071 ++-0173091 ++-0177084 ++-0170046 ++-0175103 ++-0172097 ++-0164114 ++-0178091 ++-0182079 ++-0183039 ++-0165092 ++-0168094 ++-0169098 ++-0180104 ++-0167103 ++-0176097 ++-0179072 ++-0177085 ++-0181097 ++-0166079 ++-0173092 ++-0174104 ++-0170047 ++-0171091 ++-0183040 ++-0165093 ++-0182080 ++-0175104 ++-0172098 ++-0169099 ++-0168095 ++-0164115 ++-0180105 ++-0176098 ++-0177086 ++-0181098 ++-0179073 ++-0167104 ++-0166080 ++-0174105 ++-0173093 ++-0171092 ++-0178092 ++-0170048 ++-0183041 ++-0165094 ++-0175105 ++-0182081 ++-0176099 ++-0164116 ++-0177087 ++-0168096 ++-0172099 ++-0166081 ++-0180106 ++-0169100 ++-0171093 ++-0167105 ++-0174106 ++-0179074 ++-0181099 ++-0173094 ++-0183042 ++-0178093 ++-0170049 ++-0165095 ++-0173095 ++-0181100 ++-0180107 ++-0182082 ++-0166082 ++-0176100 ++-0177088 ++-0175106 ++-0169101 ++-0174107 ++-0167106 ++-0179075 ++-0168097 ++-0164117 ++-0172100 ++-0171094 ++-0183043 ++-0178094 ++-0173096 ++-0165096 ++-0176101 ++-0170050 ++-0182083 ++-0166083 ++-0181101 ++-0180108 ++-0177089 ++-0174108 ++-0167107 ++-0165097 ++-0169102 ++-0168098 ++-0183044 ++-0175107 ++-0164118 ++-0179076 ++-0171095 ++-0182084 ++-0173097 ++-0172101 ++-0178095 ++-0166084 ++-0170051 ++-0176102 ++-0180109 ++-0181102 ++-0177090 ++-0167108 ++-0174109 ++-0183045 ++-0175108 ++-0168099 ++-0182085 ++-0179077 ++-0164119 ++-0173098 ++-0165098 ++-0166085 ++-0178096 ++-0176103 ++-0171096 ++-0172102 ++-0181103 ++-0177091 ++-0170052 ++-0180110 ++-0167109 ++-0175109 ++-0183046 ++-0168100 ++-0182086 ++-0166086 ++-0174110 ++-0179078 ++-0164120 ++-0170053 ++-0176104 ++-0180111 ++-0173099 ++-0178097 ++-0165099 ++-0172103 ++-0167110 ++-0181104 ++-0177092 ++-0171097 ++-0183047 ++-0168101 ++-0175110 ++-0182087 ++-0174111 ++-0164121 ++-0166087 ++-0179079 ++-0170054 ++-0176105 ++-0167111 ++-0178098 ++-0172104 ++-0173100 ++-0171098 ++-0181105 ++-0180112 ++-0183048 ++-0165100 ++-0177093 ++-0175111 ++-0182088 ++-0168102 ++-0164122 ++-0170055 ++-0166088 ++-0179080 ++-0174112 ++-0176106 ++-0178099 ++-0167112 ++-0171099 ++-0172105 ++-0173101 ++-0165101 ++-0183049 ++-0181106 ++-0180113 ++-0175112 ++-0170056 ++-0177094 ++-0168103 ++-0166089 ++-0182089 ++-0176107 ++-0178100 ++-0174113 ++-0164123 ++-0179081 ++-0172106 ++-0171100 ++-0167113 ++-0173102 ++-0180114 ++-0175113 ++-0183050 ++-0181107 ++-0168104 ++-0177095 ++-0170057 ++-0166090 ++-0169103 ++-0178101 ++-0176108 ++-0182090 ++-0172107 ++-0164124 ++-0174114 ++-0173103 ++-0171101 ++-0179082 ++-0180115 ++-0175114 ++-0167114 ++-0181108 ++-0183051 ++-0168105 ++-0177096 ++-0165102 ++-0166091 ++-0181109 ++-0164125 ++-0170058 ++-0166092 ++-0172108 ++-0180116 ++-0178102 ++-0176109 ++-0165103 ++-0171102 ++-0167115 ++-0182091 ++-0177097 ++-0169104 ++-0181110 ++-0174115 ++-0173104 ++-0168106 ++-0175115 ++-0179083 ++-0183052 ++-0166093 ++-0170059 ++-0172109 ++-0180117 ++-0171103 ++-0164126 ++-0165104 ++-0178103 ++-0176110 ++-0182092 ++-0169105 ++-0168107 ++-0181111 ++-0175116 ++-0179084 ++-0183053 ++-0173105 ++-0177098 ++-0167116 ++-0174116 ++-0170060 ++-0172110 ++-0166094 ++-0164127 ++-0171104 ++-0178104 ++-0180118 ++-0169106 ++-0165105 ++-0176111 ++-0175117 ++-0182093 ++-0168108 ++-0173106 ++-0167117 ++-0177099 ++-0181112 ++-0174117 ++-0183054 ++-0179085 ++-0172111 ++-0164128 ++-0166095 ++-0170061 ++-0171105 ++-0165106 ++-0180119 ++-0176112 ++-0175118 ++-0178105 ++-0167118 ++-0182094 ++-0168109 ++-0169107 ++-0173107 ++-0177100 ++-0181113 ++-0183055 ++-0174118 ++-0172112 ++-0164129 ++-0170062 ++-0166096 ++-0179086 ++-0165107 ++-0180120 ++-0175119 ++-0178106 ++-0171106 ++-0176113 ++-0182095 ++-0169108 ++-0181114 ++-0167119 ++-0174119 ++-0183056 ++-0177101 ++-0173108 ++-0172113 ++-0168110 ++-0170063 ++-0166097 ++-0164130 ++-0179087 ++-0165108 ++-0178107 ++-0176114 ++-0180121 ++-0175120 ++-0181115 ++-0174120 ++-0167120 ++-0171107 ++-0183057 ++-0182096 ++-0168111 ++-0172114 ++-0169109 ++-0177102 ++-0164131 ++-0173109 ++-0166098 ++-0170064 ++-0179088 ++-0178108 ++-0176115 ++-0180122 ++-0174121 ++-0181116 ++-0175121 ++-0167121 ++-0168112 ++-0164132 ++-0180123 ++-0178109 ++-0171108 ++-0172115 ++-0183058 ++-0180124 ++-0177103 ++-0169110 ++-0179089 ++-0166099 ++-0168113 ++-0182097 ++-0175122 ++-0170065 ++-0167122 ++-0173110 ++-0176116 ++-0174122 ++-0181117 ++-0164133 ++-0171109 ++-0177104 ++-0165109 ++-0183059 ++-0180125 ++-0172116 ++-0169111 ++-0166100 ++-0182098 ++-0178110 ++-0168114 ++-0175123 ++-0170066 ++-0176117 ++-0173111 ++-0179090 ++-0174123 ++-0167123 ++-0164134 ++-0181118 ++-0171110 ++-0177105 ++-0183060 ++-0180126 ++-0172117 ++-0169112 ++-0165110 ++-0178111 ++-0176118 ++-0182099 ++-0168115 ++-0166101 ++-0170067 ++-0179091 ++-0175124 ++-0174124 ++-0173112 ++-0181119 ++-0164135 ++-0171111 ++-0177106 ++-0167124 ++-0180127 ++-0172118 ++-0169113 ++-0165111 ++-0183061 ++-0178112 ++-0182100 ++-0168116 ++-0166102 ++-0179092 ++-0170068 ++-0175125 ++-0174125 ++-0176119 ++-0181120 ++-0164136 ++-0173113 ++-0171112 ++-0167125 ++-0177107 ++-0180128 ++-0172119 ++-0169114 ++-0165112 ++-0178113 ++-0182101 ++-0168117 ++-0183062 ++-0171113 ++-0166103 ++-0179093 ++-0173114 ++-0176120 ++-0174126 ++-0164137 ++-0181121 ++-0175126 ++-0167126 ++-0165113 ++-0169115 ++-0170069 ++-0177108 ++-0172120 ++-0180129 ++-0178114 ++-0166104 ++-0183063 ++-0182102 ++-0171114 ++-0174127 ++-0168118 ++-0173115 ++-0181122 ++-0176121 ++-0179094 ++-0175127 ++-0164138 ++-0167127 ++-0170070 ++-0177109 ++-0172121 ++-0178115 ++-0165114 ++-0183064 ++-0166105 ++-0182103 ++-0169116 ++-0180130 ++-0164139 ++-0174128 ++-0172122 ++-0177110 ++-0168119 ++-0183065 ++-0179095 ++-0175128 ++-0166106 ++-0182104 ++-0170071 ++-0181123 ++-0165115 ++-0176122 ++-0171115 ++-0180131 ++-0178116 ++-0167128 ++-0173116 ++-0169117 ++-0183066 ++-0164140 ++-0174129 ++-0182105 ++-0177111 ++-0172123 ++-0170072 ++-0169118 ++-0179096 ++-0168120 ++-0173117 ++-0165116 ++-0175129 ++-0181124 ++-0176123 ++-0167129 ++-0171116 ++-0178117 ++-0180132 ++-0183067 ++-0166107 ++-0164141 ++-0177112 ++-0182106 ++-0179097 ++-0172124 ++-0170073 ++-0168121 ++-0174130 ++-0165117 ++-0169119 ++-0173118 ++-0182107 ++-0181125 ++-0167130 ++-0173119 ++-0175130 ++-0164142 ++-0178118 ++-0171117 ++-0170074 ++-0180133 ++-0166108 ++-0177113 ++-0176124 ++-0183068 ++-0181126 ++-0182108 ++-0169120 ++-0174131 ++-0165118 ++-0172125 ++-0179098 ++-0168122 ++-0167131 ++-0164143 ++-0178119 ++-0173120 ++-0171118 ++-0177114 ++-0180134 ++-0166109 ++-0183069 ++-0181127 ++-0175131 ++-0169121 ++-0172126 ++-0165119 ++-0176125 ++-0179099 ++-0174132 ++-0182109 ++-0168123 ++-0170075 ++-0167132 ++-0183070 ++-0171119 ++-0164144 ++-0178120 ++-0166110 ++-0175132 ++-0172127 ++-0169122 ++-0177115 ++-0180135 ++-0176126 ++-0181128 ++-0182110 ++-0174133 ++-0170076 ++-0168124 ++-0167133 ++-0179100 ++-0165120 ++-0166111 ++-0173121 ++-0175133 ++-0183071 ++-0172128 ++-0181129 ++-0176127 ++-0169123 ++-0164145 ++-0174134 ++-0173122 ++-0182111 ++-0180136 ++-0177116 ++-0178121 ++-0166112 ++-0167134 ++-0165121 ++-0170077 ++-0168125 ++-0171120 ++-0175134 ++-0179101 ++-0172129 ++-0176128 ++-0183072 ++-0164146 ++-0174135 ++-0178122 ++-0169124 ++-0181130 ++-0166113 ++-0173123 ++-0177117 ++-0167135 ++-0180137 ++-0182112 ++-0165122 ++-0170078 ++-0168126 ++-0179102 ++-0175135 ++-0172130 ++-0176129 ++-0171121 ++-0183073 ++-0164147 ++-0174136 ++-0169125 ++-0178123 ++-0166114 ++-0173124 ++-0180138 ++-0177118 ++-0168127 ++-0179103 ++-0167136 ++-0175136 ++-0181131 ++-0170079 ++-0182113 ++-0183074 ++-0165123 ++-0172131 ++-0174137 ++-0176130 ++-0164148 ++-0171122 ++-0178124 ++-0166115 ++-0169126 ++-0173125 ++-0177119 ++-0168128 ++-0167137 ++-0180139 ++-0175137 ++-0179104 ++-0182114 ++-0170080 ++-0165124 ++-0172132 ++-0174138 ++-0183075 ++-0169127 ++-0166116 ++-0171123 ++-0178125 ++-0181132 ++-0168129 ++-0164149 ++-0176131 ++-0180140 ++-0167138 ++-0179105 ++-0172133 ++-0182115 ++-0165125 ++-0177120 ++-0183076 ++-0174139 ++-0173126 ++-0170081 ++-0166117 ++-0176132 ++-0175138 ++-0169128 ++-0164150 ++-0168130 ++-0178126 ++-0179106 ++-0171124 ++-0174140 ++-0180141 ++-0181133 ++-0182116 ++-0167139 ++-0165126 ++-0172134 ++-0183077 ++-0177121 ++-0175139 ++-0176133 ++-0164151 ++-0169129 ++-0166118 ++-0170082 ++-0173127 ++-0181134 ++-0181135 ++-0174141 ++-0171125 ++-0179107 ++-0177122 ++-0172135 ++-0169130 ++-0170083 ++-0166119 ++-0182117 ++-0178127 ++-0168131 ++-0183078 ++-0167140 ++-0180142 ++-0181136 ++-0165127 ++-0173128 ++-0175140 ++-0172136 ++-0176134 ++-0177123 ++-0164152 ++-0179108 ++-0169131 ++-0167141 ++-0181137 ++-0168132 ++-0180143 ++-0183079 ++-0166120 ++-0178128 ++-0170084 ++-0171126 ++-0174142 ++-0182118 ++-0172137 ++-0165128 ++-0177124 ++-0175141 ++-0173129 ++-0180144 ++-0164153 ++-0170085 ++-0167142 ++-0169132 ++-0166121 ++-0168133 ++-0171127 ++-0174143 ++-0181138 ++-0178129 ++-0179109 ++-0176135 ++-0177125 ++-0183080 ++-0172138 ++-0165129 ++-0175142 ++-0182119 ++-0173130 ++-0180145 ++-0164154 ++-0174144 ++-0166122 ++-0170086 ++-0165130 ++-0167143 ++-0172139 ++-0179110 ++-0168134 ++-0169133 ++-0183081 ++-0177126 ++-0175143 ++-0181139 ++-0176136 ++-0182120 ++-0171128 ++-0180146 ++-0178130 ++-0164155 ++-0174145 ++-0173131 ++-0166123 ++-0172140 ++-0169134 ++-0179111 ++-0177127 ++-0183082 ++-0167144 ++-0175144 ++-0170087 ++-0164156 ++-0165131 ++-0182121 ++-0168135 ++-0175145 ++-0180147 ++-0181140 ++-0176137 ++-0178131 ++-0172141 ++-0174146 ++-0171129 ++-0169135 ++-0166124 ++-0173132 ++-0183083 ++-0177128 ++-0170088 ++-0167145 ++-0175146 ++-0182122 ++-0168136 ++-0179112 ++-0178132 ++-0165132 ++-0174147 ++-0169136 ++-0176138 ++-0171130 ++-0181141 ++-0180148 ++-0172142 ++-0166125 ++-0173133 ++-0183084 ++-0170089 ++-0177129 ++-0167146 ++-0184000 ++-0175147 ++-0182123 ++-0179113 ++-0168137 ++-0165133 ++-0171131 ++-0174148 ++-0169137 ++-0178133 ++-0172143 ++-0176139 ++-0166126 ++-0183085 ++-0181142 ++-0167147 ++-0180149 ++-0184001 ++-0173134 ++-0170090 ++-0175148 ++-0182124 ++-0178134 ++-0174149 ++-0176140 ++-0171132 ++-0166127 ++-0183086 ++-0181143 ++-0172144 ++-0184002 ++-0167148 ++-0179114 ++-0165134 ++-0168138 ++-0177130 ++-0173135 ++-0180150 ++-0169138 ++-0170091 ++-0175149 ++-0182125 ++-0178135 ++-0174150 ++-0176141 ++-0166128 ++-0183087 ++-0171133 ++-0181144 ++-0167149 ++-0179115 ++-0165135 ++-0177131 ++-0168139 ++-0172145 ++-0169139 ++-0180151 ++-0173136 ++-0174151 ++-0175150 ++-0184003 ++-0183088 ++-0178136 ++-0176142 ++-0166129 ++-0170092 ++-0165136 ++-0182126 ++-0167150 ++-0179116 ++-0172146 ++-0168140 ++-0180152 ++-0181145 ++-0171134 ++-0177132 ++-0173137 ++-0169140 ++-0184004 ++-0175151 ++-0183089 ++-0178137 ++-0176143 ++-0174152 ++-0167151 ++-0165137 ++-0182127 ++-0166130 ++-0172147 ++-0179117 ++-0170093 ++-0168141 ++-0177133 ++-0180153 ++-0171135 ++-0173138 ++-0181146 ++-0169141 ++-0175152 ++-0184005 ++-0174153 ++-0183090 ++-0167152 ++-0176144 ++-0172148 ++-0166131 ++-0182128 ++-0179118 ++-0165138 ++-0168142 ++-0170094 ++-0178138 ++-0171136 ++-0175153 ++-0177134 ++-0173139 ++-0180154 ++-0183091 ++-0169142 ++-0181147 ++-0184006 ++-0172149 ++-0166132 ++-0174154 ++-0182129 ++-0176145 ++-0167153 ++-0168143 ++-0179119 ++-0178139 ++-0170095 ++-0171137 ++-0165139 ++-0183092 ++-0180155 ++-0175154 ++-0177135 ++-0169143 ++-0181148 ++-0184007 ++-0172150 ++-0173140 ++-0166133 ++-0182130 ++-0176146 ++-0179120 ++-0167154 ++-0174155 ++-0168144 ++-0170096 ++-0171138 ++-0183093 ++-0178140 ++-0175155 ++-0169144 ++-0165140 ++-0181149 ++-0173141 ++-0170097 ++-0167155 ++-0178141 ++-0181150 ++-0172151 ++-0177136 ++-0184008 ++-0182131 ++-0181151 ++-0166134 ++-0170098 ++-0176147 ++-0184009 ++-0181152 ++-0178142 ++-0171139 ++-0179121 ++-0169145 ++-0173142 ++-0183094 ++-0165141 ++-0166135 ++-0168145 ++-0176148 ++-0181153 ++-0177137 ++-0182132 ++-0172152 ++-0170099 ++-0184010 ++-0179122 ++-0178143 ++-0169146 ++-0171140 ++-0173143 ++-0167156 ++-0176149 ++-0181154 ++-0200000 ++-0183095 ++-0177138 ++-0166136 ++-0182133 ++-0172153 ++-0183096 ++-0165142 ++-0184011 ++-0168146 ++-0170100 ++-0200001 ++-0178144 ++-0181155 ++-0194000 ++-0182134 ++-0171141 ++-0169147 ++-0179123 ++-0177139 ++-0173144 ++-0176150 ++-0172154 ++-0195000 ++-0166137 ++-0183097 ++-0184012 ++-0200002 ++-0181156 ++-0170101 ++-0194001 ++-0178145 ++-0171142 ++-0182135 ++-0165143 ++-0168147 ++-0179124 ++-0169148 ++-0177140 ++-0172155 ++-0176151 ++-0183098 ++-0173145 ++-0187000 ++-0194002 ++-0176152 ++-0181157 ++-0166138 ++-0194003 ++-0195001 ++-0177141 ++-0168148 ++-0165144 ++-0184013 ++-0170102 ++-0179125 ++-0182136 ++-0183099 ++-0173146 ++-0171143 ++-0176153 ++-0178146 ++-0200003 ++-0169149 ++-0187001 ++-0172156 ++-0177142 ++-0181158 ++-0184014 ++-0195002 ++-0179126 ++-0194004 ++-0182137 ++-0165145 ++-0173147 ++-0171144 ++-0176154 ++-0200004 ++-0183100 ++-0178147 ++-0166139 ++-0168149 ++-0170103 ++-0169150 ++-0187002 ++-0195003 ++-0177143 ++-0179127 ++-0194005 ++-0184015 ++-0182138 ++-0181159 ++-0173148 ++-0165146 ++-0183101 ++-0171145 ++-0166140 ++-0176155 ++-0170104 ++-0200005 ++-0169151 ++-0178148 ++-0168150 ++-0187003 ++-0179128 ++-0177144 ++-0182139 ++-0165147 ++-0195004 ++-0184016 ++-0171146 ++-0166141 ++-0170105 ++-0181160 ++-0183102 ++-0168151 ++-0194006 ++-0169152 ++-0187004 ++-0192000 ++-0173149 ++-0179129 ++-0177145 ++-0182140 ++-0178149 ++-0195005 ++-0184017 ++-0165148 ++-0170106 ++-0194007 ++-0183103 ++-0171147 ++-0200006 ++-0181161 ++-0168152 ++-0177146 ++-0192001 ++-0166142 ++-0179130 ++-0195006 ++-0182141 ++-0184018 ++-0171148 ++-0187005 ++-0178150 ++-0183104 ++-0173150 ++-0194008 ++-0168153 ++-0165149 ++-0200007 ++-0177147 ++-0181162 ++-0192002 ++-0196000 ++-0170107 ++-0166143 ++-0169153 ++-0179131 ++-0195007 ++-0182142 ++-0184019 ++-0178151 ++-0187006 ++-0171149 ++-0165150 ++-0170108 ++-0173151 ++-0200008 ++-0183105 ++-0194009 ++-0184020 ++-0177148 ++-0181163 ++-0196001 ++-0168154 ++-0182143 ++-0195008 ++-0179132 ++-0192003 ++-0169154 ++-0178152 ++-0166144 ++-0194010 ++-0183106 ++-0200009 ++-0179133 ++-0168155 ++-0177149 ++-0184021 ++-0195009 ++-0171150 ++-0170109 ++-0165151 ++-0173152 ++-0187007 ++-0182144 ++-0196002 ++-0181164 ++-0178153 ++-0169155 ++-0183107 ++-0200010 ++-0192004 ++-0177150 ++-0182145 ++-0195010 ++-0165152 ++-0187008 ++-0194011 ++-0184022 ++-0170110 ++-0166145 ++-0168156 ++-0179134 ++-0173153 ++-0196003 ++-0171151 ++-0181165 ++-0178154 ++-0183108 ++-0165153 ++-0192005 ++-0187009 ++-0194012 ++-0184023 ++-0169156 ++-0166146 ++-0179135 ++-0182146 ++-0177151 ++-0195011 ++-0196004 ++-0170111 ++-0168157 ++-0171152 ++-0183109 ++-0200011 ++-0173154 ++-0192006 ++-0187010 ++-0184024 ++-0165154 ++-0194013 ++-0178155 ++-0182147 ++-0195012 ++-0179136 ++-0177152 ++-0166147 ++-0181166 ++-0170112 ++-0183110 ++-0196005 ++-0192007 ++-0184025 ++-0171153 ++-0194014 ++-0200012 ++-0182148 ++-0173155 ++-0179137 ++-0187011 ++-0195013 ++-0177153 ++-0166148 ++-0170113 ++-0183111 ++-0168158 ++-0181167 ++-0165155 ++-0184026 ++-0178156 ++-0196006 ++-0194015 ++-0200013 ++-0192008 ++-0179138 ++-0182149 ++-0171154 ++-0177154 ++-0187012 ++-0195014 ++-0166149 ++-0183112 ++-0170114 ++-0189000 ++-0194016 ++-0196007 ++-0200014 ++-0184027 ++-0192009 ++-0178157 ++-0182150 ++-0177155 ++-0181168 ++-0179139 ++-0187013 ++-0171155 ++-0195015 ++-0170115 ++-0183113 ++-0189001 ++-0200015 ++-0194017 ++-0192010 ++-0166150 ++-0196008 ++-0182151 ++-0179140 ++-0187014 ++-0177156 ++-0184028 ++-0171156 ++-0195016 ++-0178158 ++-0183114 ++-0193000 ++-0189002 ++-0170116 ++-0188000 ++-0181169 ++-0185000 ++-0200016 ++-0196009 ++-0179141 ++-0192011 ++-0182152 ++-0187015 ++-0166151 ++-0194018 ++-0184029 ++-0200017 ++-0195017 ++-0183115 ++-0184030 ++-0189003 ++-0193001 ++-0196010 ++-0166152 ++-0200018 ++-0192012 ++-0178159 ++-0166153 ++-0181170 ++-0188001 ++-0193002 ++-0185001 ++-0187016 ++-0179142 ++-0192013 ++-0191000 ++-0194019 ++-0166154 ++-0183116 ++-0170117 ++-0188002 ++-0181171 ++-0182153 ++-0193003 ++-0189004 ++-0184031 ++-0200019 ++-0196011 ++-0178160 ++-0185002 ++-0194020 ++-0195018 ++-0188003 ++-0183117 ++-0179143 ++-0187017 ++-0192014 ++-0184032 ++-0193004 ++-0191001 ++-0189005 ++-0170118 ++-0200020 ++-0166155 ++-0197000 ++-0182154 ++-0196012 ++-0194021 ++-0185003 ++-0178161 ++-0195019 ++-0179144 ++-0183118 ++-0193005 ++-0191002 ++-0188004 ++-0184033 ++-0189006 ++-0187018 ++-0192015 ++-0197001 ++-0200021 ++-0181172 ++-0170119 ++-0196013 ++-0185004 ++-0194022 ++-0195020 ++-0179145 ++-0183119 ++-0178162 ++-0193006 ++-0188005 ++-0191003 ++-0182155 ++-0189007 ++-0184034 ++-0200022 ++-0187019 ++-0197002 ++-0196014 ++-0170120 ++-0185005 ++-0192016 ++-0194023 ++-0195021 ++-0181173 ++-0179146 ++-0183120 ++-0193007 ++-0191004 ++-0187020 ++-0189008 ++-0186000 ++-0184035 ++-0188006 ++-0197003 ++-0182156 ++-0196015 ++-0200023 ++-0192017 ++-0194024 ++-0170121 ++-0185006 ++-0179147 ++-0195022 ++-0191005 ++-0187021 ++-0183121 ++-0184036 ++-0178163 ++-0186001 ++-0181174 ++-0193008 ++-0196016 ++-0189009 ++-0188007 ++-0192018 ++-0197004 ++-0200024 ++-0194025 ++-0184037 ++-0187022 ++-0170122 ++-0191006 ++-0179148 ++-0183122 ++-0195023 ++-0185007 ++-0186002 ++-0178164 ++-0192019 ++-0181175 ++-0189010 ++-0193009 ++-0188008 ++-0200025 ++-0196017 ++-0197005 ++-0187023 ++-0191007 ++-0184038 ++-0185008 ++-0170123 ++-0179149 ++-0183123 ++-0195024 ++-0186003 ++-0188009 ++-0192020 ++-0196018 ++-0178165 ++-0197006 ++-0187024 ++-0189011 ++-0193010 ++-0191008 ++-0181176 ++-0194026 ++-0200026 ++-0185009 ++-0202000 ++-0183124 ++-0170124 ++-0195025 ++-0184039 ++-0179150 ++-0186004 ++-0188010 ++-0187025 ++-0192021 ++-0194027 ++-0197007 ++-0178166 ++-0202001 ++-0200027 ++-0185010 ++-0191009 ++-0181177 ++-0183125 ++-0189012 ++-0170125 ++-0195026 ++-0193011 ++-0179151 ++-0184040 ++-0196019 ++-0187026 ++-0186005 ++-0188011 ++-0194028 ++-0197008 ++-0192022 ++-0170126 ++-0178167 ++-0191010 ++-0179152 ++-0200028 ++-0183126 ++-0195027 ++-0202002 ++-0181178 ++-0193012 ++-0185011 ++-0189013 ++-0187027 ++-0184041 ++-0196020 ++-0186006 ++-0194029 ++-0188012 ++-0191011 ++-0192023 ++-0179153 ++-0197009 ++-0200029 ++-0183127 ++-0170127 ++-0202003 ++-0185012 ++-0187028 ++-0178168 ++-0184042 ++-0181179 ++-0193013 ++-0189014 ++-0195028 ++-0188013 ++-0194030 ++-0186007 ++-0196021 ++-0179154 ++-0192024 ++-0170128 ++-0202004 ++-0185013 ++-0197010 ++-0187029 ++-0200030 ++-0191012 ++-0181180 ++-0188014 ++-0195029 ++-0189015 ++-0183128 ++-0194031 ++-0185014 ++-0184043 ++-0179155 ++-0193014 ++-0196022 ++-0186008 ++-0197011 ++-0178169 ++-0170129 ++-0192025 ++-0200031 ++-0202005 ++-0187030 ++-0191013 ++-0188015 ++-0195030 ++-0183129 ++-0193015 ++-0194032 ++-0189016 ++-0179156 ++-0184044 ++-0197012 ++-0186009 ++-0196023 ++-0202006 ++-0170130 ++-0200032 ++-0181181 ++-0192026 ++-0185015 ++-0178170 ++-0187031 ++-0191014 ++-0188016 ++-0183130 ++-0193016 ++-0194033 ++-0195031 ++-0197013 ++-0200033 ++-0186010 ++-0189017 ++-0192027 ++-0185016 ++-0196024 ++-0202007 ++-0187032 ++-0181182 ++-0170131 ++-0184045 ++-0178171 ++-0191015 ++-0194034 ++-0188017 ++-0183131 ++-0195032 ++-0193017 ++-0192028 ++-0197014 ++-0202008 ++-0196025 ++-0200034 ++-0186011 ++-0184046 ++-0170132 ++-0185017 ++-0194035 ++-0191016 ++-0183132 ++-0187033 ++-0181183 ++-0178172 ++-0195033 ++-0189018 ++-0188018 ++-0193018 ++-0197015 ++-0202009 ++-0196026 ++-0199000 ++-0184047 ++-0192029 ++-0185018 ++-0200035 ++-0186012 ++-0194036 ++-0170133 ++-0191017 ++-0187034 ++-0188019 ++-0197016 ++-0196027 ++-0193019 ++-0189019 ++-0183133 ++-0202010 ++-0195034 ++-0192030 ++-0200036 ++-0181184 ++-0199001 ++-0178173 ++-0185019 ++-0184048 ++-0186013 ++-0170134 ++-0194037 ++-0191018 ++-0197017 ++-0189020 ++-0202011 ++-0187035 ++-0183134 ++-0186014 ++-0200037 ++-0193020 ++-0192031 ++-0184049 ++-0188020 ++-0196028 ++-0185020 ++-0194038 ++-0199002 ++-0181185 ++-0195035 ++-0186015 ++-0191019 ++-0183135 ++-0197018 ++-0178174 ++-0189021 ++-0170135 ++-0202012 ++-0193021 ++-0200038 ++-0187036 ++-0185021 ++-0184050 ++-0194039 ++-0192032 ++-0196029 ++-0199003 ++-0188021 ++-0186016 ++-0181186 ++-0183136 ++-0189022 ++-0195036 ++-0170136 ++-0197019 ++-0191020 ++-0185022 ++-0194040 ++-0188022 ++-0196030 ++-0170137 ++-0199004 ++-0184051 ++-0186017 ++-0200039 ++-0187037 ++-0178175 ++-0202013 ++-0183137 ++-0193022 ++-0170138 ++-0197020 ++-0185023 ++-0192033 ++-0195037 ++-0188023 ++-0181187 ++-0189023 ++-0191021 ++-0196031 ++-0199005 ++-0194041 ++-0202014 ++-0184052 ++-0178176 ++-0186018 ++-0187038 ++-0193023 ++-0183138 ++-0200040 ++-0170139 ++-0197021 ++-0185024 ++-0189024 ++-0199006 ++-0192034 ++-0195038 ++-0188024 ++-0194042 ++-0181188 ++-0202015 ++-0191022 ++-0196032 ++-0186019 ++-0184053 ++-0178177 ++-0170140 ++-0200041 ++-0183139 ++-0187039 ++-0197022 ++-0199007 ++-0189025 ++-0193024 ++-0194043 ++-0195039 ++-0192035 ++-0202016 ++-0185025 ++-0191023 ++-0188025 ++-0181189 ++-0186020 ++-0184054 ++-0200042 ++-0187040 ++-0178178 ++-0170141 ++-0183140 ++-0197023 ++-0192036 ++-0194044 ++-0189026 ++-0199008 ++-0202017 ++-0193025 ++-0191024 ++-0185026 ++-0186021 ++-0188026 ++-0195040 ++-0196033 ++-0200043 ++-0181190 ++-0184055 ++-0183141 ++-0197024 ++-0187041 ++-0194045 ++-0202018 ++-0178179 ++-0199009 ++-0170142 ++-0192037 ++-0188027 ++-0185027 ++-0189027 ++-0193026 ++-0191025 ++-0200044 ++-0186022 ++-0195041 ++-0183142 ++-0181191 ++-0196034 ++-0202019 ++-0194046 ++-0184056 ++-0187042 ++-0199010 ++-0192038 ++-0188028 ++-0189028 ++-0170143 ++-0185028 ++-0178180 ++-0197025 ++-0191026 ++-0186023 ++-0183143 ++-0196035 ++-0195042 ++-0200045 ++-0202020 ++-0193027 ++-0181192 ++-0194047 ++-0199011 ++-0187043 ++-0184057 ++-0188029 ++-0197026 ++-0195043 ++-0186024 ++-0196036 ++-0185029 ++-0191027 ++-0183144 ++-0178181 ++-0170144 ++-0189029 ++-0200046 ++-0192039 ++-0194048 ++-0193028 ++-0202021 ++-0181193 ++-0184058 ++-0199012 ++-0187044 ++-0188030 ++-0195044 ++-0197027 ++-0196037 ++-0185030 ++-0186025 ++-0191028 ++-0183145 ++-0189030 ++-0192040 ++-0170145 ++-0200047 ++-0178182 ++-0199013 ++-0202022 ++-0188031 ++-0194049 ++-0195045 ++-0197028 ++-0193029 ++-0185031 ++-0184059 ++-0181194 ++-0187045 ++-0191029 ++-0186026 ++-0196038 ++-0183146 ++-0170146 ++-0189031 ++-0200048 ++-0192041 ++-0188032 ++-0202023 ++-0194050 ++-0199014 ++-0197029 ++-0185032 ++-0184060 ++-0187046 ++-0193030 ++-0178183 ++-0186027 ++-0191030 ++-0183147 ++-0181195 ++-0189032 ++-0196039 ++-0195046 ++-0170147 ++-0200049 ++-0192042 ++-0194051 ++-0202024 ++-0199015 ++-0197030 ++-0184061 ++-0188033 ++-0193031 ++-0187047 ++-0185033 ++-0183148 ++-0186028 ++-0178184 ++-0170148 ++-0191031 ++-0192043 ++-0189033 ++-0200050 ++-0199016 ++-0202025 ++-0188034 ++-0194052 ++-0196040 ++-0184062 ++-0181196 ++-0197031 ++-0195047 ++-0187048 ++-0183149 ++-0193032 ++-0185034 ++-0186029 ++-0170149 ++-0202026 ++-0178185 ++-0189034 ++-0191032 ++-0199017 ++-0200051 ++-0196041 ++-0184063 ++-0197032 ++-0194053 ++-0188035 ++-0195048 ++-0187049 ++-0192044 ++-0183150 ++-0186030 ++-0202027 ++-0193033 ++-0170150 ++-0185035 ++-0191033 ++-0189035 ++-0199018 ++-0178186 ++-0187050 ++-0200052 ++-0178187 ++-0197033 ++-0196042 ++-0183151 ++-0194054 ++-0192045 ++-0185036 ++-0170151 ++-0188036 ++-0195049 ++-0189036 ++-0187051 ++-0184064 ++-0191034 ++-0178188 ++-0200053 ++-0193034 ++-0186031 ++-0202028 ++-0199019 ++-0197034 ++-0196043 ++-0185037 ++-0183152 ++-0189037 ++-0170152 ++-0187052 ++-0192046 ++-0188037 ++-0194055 ++-0195050 ++-0191035 ++-0193035 ++-0184065 ++-0186032 ++-0200054 ++-0202029 ++-0199020 ++-0178189 ++-0196044 ++-0185038 ++-0197035 ++-0189038 ++-0188038 ++-0187053 ++-0183153 ++-0191036 ++-0170153 ++-0192047 ++-0201000 ++-0184066 ++-0194056 ++-0186033 ++-0200055 ++-0193036 ++-0195051 ++-0183154 ++-0201001 ++-0199021 ++-0188039 ++-0187054 ++-0196045 ++-0197036 ++-0178190 ++-0192048 ++-0185039 ++-0191037 ++-0202030 ++-0184067 ++-0189039 ++-0186034 ++-0192049 ++-0197037 ++-0178191 ++-0189040 ++-0195052 ++-0188040 ++-0193037 ++-0183155 ++-0196046 ++-0184068 ++-0187055 ++-0191038 ++-0185040 ++-0200056 ++-0170154 ++-0194057 ++-0199022 ++-0186035 ++-0202031 ++-0201002 ++-0189041 ++-0192050 ++-0195053 ++-0188041 ++-0193038 ++-0183156 ++-0187056 ++-0184069 ++-0200057 ++-0199023 ++-0197038 ++-0170155 ++-0191039 ++-0185041 ++-0196047 ++-0186036 ++-0178192 ++-0202032 ++-0194058 ++-0201003 ++-0195054 ++-0188042 ++-0192051 ++-0187057 ++-0189042 ++-0193039 ++-0197039 ++-0200058 ++-0184070 ++-0199024 ++-0170156 ++-0185042 ++-0202033 ++-0186037 ++-0191040 ++-0196048 ++-0201004 ++-0194059 ++-0178193 ++-0188043 ++-0187058 ++-0195055 ++-0189043 ++-0193040 ++-0192052 ++-0197040 ++-0199025 ++-0185043 ++-0202034 ++-0200059 ++-0186038 ++-0184071 ++-0191041 ++-0201005 ++-0194060 ++-0196049 ++-0187059 ++-0189044 ++-0192053 ++-0197041 ++-0178194 ++-0193041 ++-0188044 ++-0199026 ++-0195056 ++-0202035 ++-0184072 ++-0200060 ++-0203000 ++-0185044 ++-0201006 ++-0186039 ++-0191042 ++-0194061 ++-0187060 ++-0196050 ++-0189045 ++-0192054 ++-0193042 ++-0195057 ++-0197042 ++-0184073 ++-0188045 ++-0199027 ++-0200061 ++-0178195 ++-0203001 ++-0202036 ++-0194062 ++-0187061 ++-0196051 ++-0190000 ++-0186040 ++-0185045 ++-0191043 ++-0201007 ++-0189046 ++-0192055 ++-0195058 ++-0184074 ++-0188046 ++-0200062 ++-0197043 ++-0193043 ++-0203002 ++-0194063 ++-0199028 ++-0196052 ++-0202037 ++-0187062 ++-0186041 ++-0189047 ++-0192056 ++-0201008 ++-0191044 ++-0190001 ++-0195059 ++-0184075 ++-0185046 ++-0200063 ++-0203003 ++-0197044 ++-0187063 ++-0186042 ++-0199029 ++-0194064 ++-0195060 ++-0188047 ++-0190002 ++-0201009 ++-0185047 ++-0193044 ++-0189048 ++-0200064 ++-0184076 ++-0202038 ++-0192057 ++-0191045 ++-0196053 ++-0197045 ++-0203004 ++-0198000 ++-0187064 ++-0186043 ++-0194065 ++-0184077 ++-0195061 ++-0199030 ++-0201010 ++-0189049 ++-0188048 ++-0200065 ++-0185048 ++-0190003 ++-0192058 ++-0202039 ++-0193045 ++-0191046 ++-0197046 ++-0200066 ++-0202040 ++-0187065 ++-0192059 ++-0201011 ++-0196054 ++-0198001 ++-0203005 ++-0186044 ++-0184078 ++-0195062 ++-0202041 ++-0194066 ++-0191047 ++-0189050 ++-0200067 ++-0199031 ++-0188049 ++-0197047 ++-0193046 ++-0190004 ++-0185049 ++-0187066 ++-0192060 ++-0201012 ++-0196055 ++-0198002 ++-0186045 ++-0203006 ++-0184079 ++-0195063 ++-0191048 ++-0200068 ++-0188050 ++-0202042 ++-0194067 ++-0190005 ++-0185050 ++-0189051 ++-0199032 ++-0197048 ++-0187067 ++-0201013 ++-0193047 ++-0198003 ++-0192061 ++-0186046 ++-0203007 ++-0196056 ++-0195064 ++-0185051 ++-0202043 ++-0197049 ++-0184080 ++-0194068 ++-0187068 ++-0190006 ++-0186047 ++-0201014 ++-0203008 ++-0196057 ++-0192062 ++-0198004 ++-0193048 ++-0202044 ++-0195065 ++-0197050 ++-0185052 ++-0184081 ++-0194069 ++-0192063 ++-0196058 ++-0186048 ++-0203009 ++-0191049 ++-0187069 ++-0190007 ++-0198005 ++-0200069 ++-0199033 ++-0188051 ++-0189052 ++-0201015 ++-0202045 ++-0193049 ++-0192064 ++-0198006 ++-0188052 ++-0185053 ++-0197051 ++-0198007 ++-0191050 ++-0194070 ++-0192065 ++-0195066 ++-0196059 ++-0187070 ++-0189053 ++-0186049 ++-0193050 ++-0184082 ++-0190008 ++-0203010 ++-0201016 ++-0202046 ++-0188053 ++-0199034 ++-0200070 ++-0185054 ++-0197052 ++-0191051 ++-0202047 ++-0200071 ++-0192066 ++-0193051 ++-0198008 ++-0187071 ++-0201017 ++-0196060 ++-0194071 ++-0188054 ++-0184083 ++-0186050 ++-0189054 ++-0190009 ++-0195067 ++-0203011 ++-0202048 ++-0200072 ++-0197053 ++-0185055 ++-0193052 ++-0199035 ++-0191052 ++-0187072 ++-0198009 ++-0192067 ++-0201018 ++-0188055 ++-0196061 ++-0189055 ++-0184084 ++-0186051 ++-0194072 ++-0195068 ++-0203012 ++-0202049 ++-0190010 ++-0197054 ++-0199036 ++-0193053 ++-0200073 ++-0187073 ++-0201019 ++-0185056 ++-0189056 ++-0191053 ++-0194073 ++-0196062 ++-0188056 ++-0192068 ++-0198010 ++-0184085 ++-0203013 ++-0186052 ++-0202050 ++-0195069 ++-0197055 ++-0193054 ++-0190011 ++-0187074 ++-0201020 ++-0189057 ++-0199037 ++-0191054 ++-0192069 ++-0200074 ++-0184086 ++-0203014 ++-0185057 ++-0198011 ++-0194074 ++-0188057 ++-0186053 ++-0195070 ++-0196063 ++-0197056 ++-0202051 ++-0187075 ++-0201021 ++-0190012 ++-0189058 ++-0193055 ++-0192070 ++-0199038 ++-0184087 ++-0200075 ++-0191055 ++-0186054 ++-0196064 ++-0203015 ++-0195071 ++-0197057 ++-0198012 ++-0185058 ++-0201022 ++-0194075 ++-0187076 ++-0188058 ++-0202052 ++-0189059 ++-0199039 ++-0192071 ++-0190013 ++-0193056 ++-0184088 ++-0200076 ++-0195072 ++-0191056 ++-0186055 ++-0197058 ++-0194076 ++-0185059 ++-0188059 ++-0201023 ++-0196065 ++-0203016 ++-0198013 ++-0187077 ++-0192072 ++-0189060 ++-0202053 ++-0190014 ++-0193057 ++-0184089 ++-0199040 ++-0200077 ++-0195073 ++-0191057 ++-0186056 ++-0201024 ++-0188060 ++-0194077 ++-0185060 ++-0203017 ++-0197059 ++-0198014 ++-0196066 ++-0189061 ++-0187078 ++-0202054 ++-0190015 ++-0192073 ++-0200078 ++-0184090 ++-0195074 ++-0191058 ++-0186057 ++-0199041 ++-0201025 ++-0188061 ++-0185061 ++-0198015 ++-0194078 ++-0193058 ++-0197060 ++-0203018 ++-0189062 ++-0202055 ++-0187079 ++-0192074 ++-0196067 ++-0190016 ++-0184091 ++-0195075 ++-0199042 ++-0200079 ++-0186058 ++-0201026 ++-0188062 ++-0191059 ++-0185062 ++-0198016 ++-0194079 ++-0189063 ++-0197061 ++-0202056 ++-0193059 ++-0203019 ++-0192075 ++-0196068 ++-0187080 ++-0195076 ++-0184092 ++-0199043 ++-0190017 ++-0186059 ++-0200080 ++-0191060 ++-0201027 ++-0188063 ++-0185063 ++-0194080 ++-0190018 ++-0199044 ++-0198017 ++-0202057 ++-0188064 ++-0198018 ++-0194081 ++-0192076 ++-0184093 ++-0203020 ++-0187081 ++-0199045 ++-0202058 ++-0195077 ++-0193060 ++-0186060 ++-0197062 ++-0200081 ++-0185064 ++-0190019 ++-0198019 ++-0192077 ++-0196069 ++-0189064 ++-0191061 ++-0201028 ++-0188065 ++-0194082 ++-0187082 ++-0184094 ++-0199046 ++-0202059 ++-0186061 ++-0193061 ++-0197063 ++-0195078 ++-0203021 ++-0198020 ++-0185065 ++-0196070 ++-0190020 ++-0200082 ++-0191062 ++-0189065 ++-0201029 ++-0188066 ++-0187083 ++-0199047 ++-0184095 ++-0194083 ++-0202060 ++-0192078 ++-0193062 ++-0203022 ++-0186062 ++-0195079 ++-0197064 ++-0185066 ++-0190021 ++-0200083 ++-0191063 ++-0198021 ++-0188067 ++-0184096 ++-0199048 ++-0194084 ++-0201030 ++-0196071 ++-0189066 ++-0192079 ++-0193063 ++-0187084 ++-0197065 ++-0202061 ++-0195080 ++-0203023 ++-0190022 ++-0186063 ++-0188068 ++-0185067 ++-0199049 ++-0191064 ++-0200084 ++-0184097 ++-0201031 ++-0198022 ++-0189067 ++-0192080 ++-0196072 ++-0194085 ++-0187085 ++-0202062 ++-0197066 ++-0203024 ++-0193064 ++-0186064 ++-0195081 ++-0199050 ++-0190023 ++-0200085 ++-0185068 ++-0188069 ++-0198023 ++-0184098 ++-0196073 ++-0191065 ++-0201032 ++-0187086 ++-0194086 ++-0189068 ++-0202063 ++-0197067 ++-0192081 ++-0203025 ++-0193065 ++-0186065 ++-0195082 ++-0199051 ++-0190024 ++-0188070 ++-0198024 ++-0200086 ++-0185069 ++-0194087 ++-0184099 ++-0203026 ++-0201033 ++-0196074 ++-0197068 ++-0186066 ++-0187087 ++-0191066 ++-0193066 ++-0195083 ++-0189069 ++-0188071 ++-0192082 ++-0190025 ++-0199052 ++-0185070 ++-0200087 ++-0198025 ++-0187088 ++-0189070 ++-0193067 ++-0186067 ++-0201034 ++-0197069 ++-0196075 ++-0203027 ++-0184100 ++-0192083 ++-0195084 ++-0202064 ++-0191067 ++-0190026 ++-0194088 ++-0187089 ++-0200088 ++-0189071 ++-0186068 ++-0188072 ++-0198026 ++-0185071 ++-0199053 ++-0196076 ++-0192084 ++-0201035 ++-0187090 ++-0191068 ++-0194089 ++-0197070 ++-0184101 ++-0202065 ++-0190027 ++-0193068 ++-0200089 ++-0186069 ++-0196077 ++-0188073 ++-0189072 ++-0195085 ++-0199054 ++-0203028 ++-0198027 ++-0192085 ++-0185072 ++-0200090 ++-0201036 ++-0191069 ++-0193069 ++-0197071 ++-0186070 ++-0196078 ++-0190028 ++-0202066 ++-0187091 ++-0184102 ++-0188074 ++-0194090 ++-0200091 ++-0203029 ++-0199055 ++-0185073 ++-0189073 ++-0193070 ++-0195086 ++-0198028 ++-0192086 ++-0188075 ++-0186071 ++-0187092 ++-0202067 ++-0196079 ++-0190029 ++-0184103 ++-0197072 ++-0198029 ++-0194091 ++-0201037 ++-0191070 ++-0200092 ++-0186072 ++-0189074 ++-0192087 ++-0199056 ++-0195087 ++-0197073 ++-0187093 ++-0202068 ++-0185074 ++-0203030 ++-0198030 ++-0188076 ++-0190030 ++-0196080 ++-0193071 ++-0186073 ++-0201038 ++-0194092 ++-0191071 ++-0200093 ++-0192088 ++-0184104 ++-0199057 ++-0190031 ++-0202069 ++-0189075 ++-0193072 ++-0196081 ++-0198031 ++-0187094 ++-0188077 ++-0201039 ++-0195088 ++-0197074 ++-0203031 ++-0185075 ++-0186074 ++-0200094 ++-0194093 ++-0190032 ++-0199058 ++-0192089 ++-0184105 ++-0191072 ++-0187095 ++-0196082 ++-0195089 ++-0203032 ++-0197075 ++-0188078 ++-0202070 ++-0201040 ++-0198032 ++-0186075 ++-0190033 ++-0185076 ++-0189076 ++-0193073 ++-0199059 ++-0191073 ++-0192090 ++-0200095 ++-0198033 ++-0196083 ++-0184106 ++-0203033 ++-0190034 ++-0186076 ++-0189077 ++-0194094 ++-0185077 ++-0187096 ++-0202071 ++-0195090 ++-0201041 ++-0197076 ++-0188079 ++-0198034 ++-0193074 ++-0203034 ++-0203035 ++-0191074 ++-0200096 ++-0199060 ++-0196084 ++-0201042 ++-0184107 ++-0194095 ++-0190035 ++-0191075 ++-0197077 ++-0201043 ++-0187097 ++-0192091 ++-0191076 ++-0198035 ++-0186077 ++-0193075 ++-0189078 ++-0203036 ++-0202072 ++-0195091 ++-0184108 ++-0185078 ++-0200097 ++-0199061 ++-0196085 ++-0199062 ++-0190036 ++-0186078 ++-0197078 ++-0201044 ++-0194096 ++-0184109 ++-0195092 ++-0196086 ++-0188080 ++-0185079 ++-0193076 ++-0198036 ++-0200098 ++-0192092 ++-0203037 ++-0202073 ++-0199063 ++-0189079 ++-0187098 ++-0191077 ++-0190037 ++-0186079 ++-0194097 ++-0198037 ++-0197079 ++-0199064 ++-0192093 ++-0189080 ++-0193077 ++-0184110 ++-0187099 ++-0203038 ++-0194098 ++-0190038 ++-0200099 ++-0196087 ++-0188081 ++-0195093 ++-0201045 ++-0198038 ++-0192094 ++-0191078 ++-0202074 ++-0185080 ++-0189081 ++-0199065 ++-0187100 ++-0186080 ++-0196088 ++-0195094 ++-0197080 ++-0189082 ++-0184111 ++-0202075 ++-0198039 ++-0193078 ++-0202076 ++-0196089 ++-0200100 ++-0195095 ++-0185081 ++-0188082 ++-0187101 ++-0189083 ++-0196090 ++-0190039 ++-0201046 ++-0193079 ++-0192095 ++-0203039 ++-0199066 ++-0184112 ++-0198040 ++-0194099 ++-0186081 ++-0200101 ++-0202077 ++-0191079 ++-0187102 ++-0197081 ++-0195096 ++-0188083 ++-0189084 ++-0192096 ++-0203040 ++-0201047 ++-0184113 ++-0190040 ++-0193080 ++-0185082 ++-0202078 ++-0194100 ++-0198041 ++-0199067 ++-0191080 ++-0196091 ++-0188084 ++-0189085 ++-0200102 ++-0186082 ++-0184114 ++-0194101 ++-0198042 ++-0185083 ++-0203041 ++-0195097 ++-0187103 ++-0200103 ++-0191081 ++-0197082 ++-0196092 ++-0202079 ++-0199068 ++-0186083 ++-0192097 ++-0184115 ++-0200104 ++-0189086 ++-0203042 ++-0193081 ++-0201048 ++-0194102 ++-0190041 ++-0188085 ++-0195098 ++-0187104 ++-0197083 ++-0185084 ++-0203043 ++-0191082 ++-0190042 ++-0195099 ++-0194103 ++-0200105 ++-0202080 ++-0188086 ++-0196093 ++-0187105 ++-0193082 ++-0199069 ++-0186084 ++-0189087 ++-0198043 ++-0184116 ++-0192098 ++-0195100 ++-0201049 ++-0190043 ++-0185085 ++-0194104 ++-0191083 ++-0189088 ++-0203044 ++-0197084 ++-0188087 ++-0196094 ++-0195101 ++-0198044 ++-0193083 ++-0186085 ++-0200106 ++-0192099 ++-0201050 ++-0199070 ++-0184117 ++-0187106 ++-0203045 ++-0185086 ++-0197085 ++-0189089 ++-0201051 ++-0190044 ++-0191084 ++-0202081 ++-0196095 ++-0198045 ++-0194105 ++-0193084 ++-0200107 ++-0188088 ++-0195102 ++-0186086 ++-0192100 ++-0187107 ++-0199071 ++-0203046 ++-0196096 ++-0188089 ++-0184118 ++-0191085 ++-0192101 ++-0197086 ++-0201052 ++-0187108 ++-0193085 ++-0186087 ++-0190045 ++-0189090 ++-0195103 ++-0185087 ++-0200108 ++-0202082 ++-0194106 ++-0198046 ++-0203047 ++-0184119 ++-0191086 ++-0192102 ++-0187109 ++-0199072 ++-0197087 ++-0201053 ++-0186088 ++-0196097 ++-0193086 ++-0189091 ++-0202083 ++-0198047 ++-0194107 ++-0190046 ++-0195104 ++-0200109 ++-0203048 ++-0185088 ++-0184120 ++-0187110 ++-0192103 ++-0196098 ++-0186089 ++-0201054 ++-0197088 ++-0191087 ++-0189092 ++-0193087 ++-0202084 ++-0199073 ++-0188090 ++-0194108 ++-0200110 ++-0198048 ++-0190047 ++-0203049 ++-0184121 ++-0195105 ++-0187111 ++-0192104 ++-0196099 ++-0201055 ++-0202085 ++-0185089 ++-0191088 ++-0190048 ++-0184122 ++-0200111 ++-0194109 ++-0195106 ++-0193088 ++-0199074 ++-0197089 ++-0184123 ++-0190049 ++-0189093 ++-0185090 ++-0202086 ++-0196100 ++-0188091 ++-0192105 ++-0198049 ++-0186090 ++-0187112 ++-0201056 ++-0203050 ++-0191089 ++-0194110 ++-0200112 ++-0195107 ++-0184124 ++-0189094 ++-0185091 ++-0190050 ++-0193089 ++-0198050 ++-0197090 ++-0202087 ++-0192106 ++-0189095 ++-0184125 ++-0195108 ++-0194111 ++-0187113 ++-0203051 ++-0196101 ++-0193090 ++-0196102 ++-0201057 ++-0199075 ++-0186091 ++-0193091 ++-0200113 ++-0195109 ++-0203052 ++-0192107 ++-0189096 ++-0202088 ++-0198051 ++-0196103 ++-0191090 ++-0190051 ++-0197091 ++-0184126 ++-0194112 ++-0185092 ++-0187114 ++-0201058 ++-0199076 ++-0193092 ++-0186092 ++-0203053 ++-0192108 ++-0200114 ++-0202089 ++-0196104 ++-0189097 ++-0191091 ++-0195110 ++-0188092 ++-0184127 ++-0198052 ++-0194113 ++-0197092 ++-0190052 ++-0185093 ++-0201059 ++-0187115 ++-0199077 ++-0186093 ++-0203054 ++-0200115 ++-0192109 ++-0196105 ++-0193093 ++-0191092 ++-0198053 ++-0188093 ++-0202090 ++-0184128 ++-0189098 ++-0190053 ++-0201060 ++-0197093 ++-0185094 ++-0194114 ++-0195111 ++-0187116 ++-0199078 ++-0203055 ++-0186094 ++-0196106 ++-0192110 ++-0200116 ++-0193094 ++-0191093 ++-0198054 ++-0202091 ++-0201061 ++-0197094 ++-0189099 ++-0188094 ++-0184129 ++-0187117 ++-0195112 ++-0203056 ++-0196107 ++-0185095 ++-0190054 ++-0192111 ++-0194115 ++-0200117 ++-0186095 ++-0199079 ++-0189100 ++-0191094 ++-0184130 ++-0197095 ++-0198055 ++-0201062 ++-0193095 ++-0187118 ++-0202092 ++-0195113 ++-0188095 ++-0203057 ++-0190055 ++-0185096 ++-0196108 ++-0199080 ++-0192112 ++-0197096 ++-0191095 ++-0198056 ++-0189101 ++-0201063 ++-0200118 ++-0186096 ++-0194116 ++-0184131 ++-0193096 ++-0202093 ++-0187119 ++-0188096 ++-0195114 ++-0203058 ++-0192113 ++-0190056 ++-0191096 ++-0193097 ++-0196109 ++-0202094 ++-0200119 ++-0185097 ++-0194117 ++-0193098 ++-0203059 ++-0187120 ++-0201064 ++-0197097 ++-0198057 ++-0190057 ++-0199081 ++-0186097 ++-0189102 ++-0184132 ++-0192114 ++-0191097 ++-0188097 ++-0202095 ++-0195115 ++-0185098 ++-0194118 ++-0203060 ++-0200120 ++-0193099 ++-0187121 ++-0196110 ++-0197098 ++-0189103 ++-0199082 ++-0186098 ++-0190058 ++-0198058 ++-0201065 ++-0192115 ++-0184133 ++-0202096 ++-0195116 ++-0203061 ++-0193100 ++-0200121 ++-0187122 ++-0191098 ++-0188098 ++-0196111 ++-0185099 ++-0189104 ++-0194119 ++-0190059 ++-0197099 ++-0186099 ++-0199083 ++-0201066 ++-0192116 ++-0198059 ++-0184134 ++-0203062 ++-0191099 ++-0197100 ++-0186100 ++-0187123 ++-0195117 ++-0202097 ++-0201067 ++-0196112 ++-0188099 ++-0194120 ++-0199084 ++-0190060 ++-0185100 ++-0189105 ++-0200122 ++-0198060 ++-0192117 ++-0193101 ++-0203063 ++-0191100 ++-0197101 ++-0195118 ++-0200123 ++-0190061 ++-0194121 ++-0185101 ++-0186101 ++-0195119 ++-0200124 ++-0190062 ++-0184135 ++-0194122 ++-0185102 ++-0186102 ++-0187124 ++-0200125 ++-0203064 ++-0190063 ++-0195120 ++-0189106 ++-0194123 ++-0184136 ++-0199085 ++-0191101 ++-0202098 ++-0186103 ++-0185103 ++-0203065 ++-0187125 ++-0190064 ++-0200126 ++-0201068 ++-0194124 ++-0198061 ++-0189107 ++-0192118 ++-0195121 ++-0202099 ++-0196113 ++-0184137 ++-0199086 ++-0191102 ++-0186104 ++-0193102 ++-0197102 ++-0188100 ++-0203066 ++-0185104 ++-0190065 ++-0200127 ++-0194125 ++-0189108 ++-0187126 ++-0201069 ++-0192119 ++-0202100 ++-0198062 ++-0186105 ++-0191103 ++-0193103 ++-0195122 ++-0197103 ++-0188101 ++-0196114 ++-0185105 ++-0184138 ++-0190066 ++-0194126 ++-0203067 ++-0200128 ++-0187127 ++-0201070 ++-0199087 ++-0191104 ++-0189109 ++-0193104 ++-0186106 ++-0198063 ++-0192120 ++-0196115 ++-0197104 ++-0195123 ++-0188102 ++-0202101 ++-0185106 ++-0203068 ++-0200129 ++-0191105 ++-0196116 ++-0199088 ++-0197105 ++-0201071 ++-0184139 ++-0194127 ++-0189110 ++-0190067 ++-0186107 ++-0198064 ++-0187128 ++-0188103 ++-0202102 ++-0192121 ++-0193105 ++-0197106 ++-0203069 ++-0184140 ++-0196117 ++-0195124 ++-0201072 ++-0199089 ++-0191106 ++-0200130 ++-0185107 ++-0194128 ++-0190068 ++-0198065 ++-0186108 ++-0189111 ++-0187129 ++-0203070 ++-0193106 ++-0202103 ++-0196118 ++-0197107 ++-0188104 ++-0185108 ++-0195125 ++-0199090 ++-0191107 ++-0201073 ++-0200131 ++-0192122 ++-0185109 ++-0194129 ++-0193107 ++-0189112 ++-0186109 ++-0184141 ++-0198066 ++-0190069 ++-0188105 ++-0187130 ++-0196119 ++-0200132 ++-0192123 ++-0191108 ++-0203071 ++-0202104 ++-0197108 ++-0195126 ++-0185110 ++-0201074 ++-0199091 ++-0193108 ++-0186110 ++-0198067 ++-0194130 ++-0189113 ++-0188106 ++-0184142 ++-0187131 ++-0192124 ++-0190070 ++-0200133 ++-0203072 ++-0191109 ++-0196120 ++-0197109 ++-0185111 ++-0201075 ++-0202105 ++-0199092 ++-0198068 ++-0186111 ++-0193109 ++-0194131 ++-0184143 ++-0195127 ++-0189114 ++-0188107 ++-0187132 ++-0192125 ++-0200134 ++-0190071 ++-0201076 ++-0185112 ++-0191110 ++-0197110 ++-0203073 ++-0198069 ++-0202106 ++-0196121 ++-0199093 ++-0186112 ++-0187133 ++-0193110 ++-0184144 ++-0189115 ++-0194132 ++-0195128 ++-0188108 ++-0190072 ++-0192126 ++-0200135 ++-0191111 ++-0201077 ++-0198070 ++-0185113 ++-0197111 ++-0196122 ++-0202107 ++-0186113 ++-0199094 ++-0203074 ++-0187134 ++-0184145 ++-0194133 ++-0190073 ++-0188109 ++-0195129 ++-0193111 ++-0192127 ++-0201078 ++-0185114 ++-0189116 ++-0200136 ++-0191112 ++-0203075 ++-0196123 ++-0187135 ++-0198071 ++-0199095 ++-0186114 ++-0194134 ++-0197112 ++-0202108 ++-0184146 ++-0188110 ++-0203076 ++-0193112 ++-0189117 ++-0184147 ++-0191113 ++-0194135 ++-0201079 ++-0192128 ++-0190074 ++-0195130 ++-0196124 ++-0202109 ++-0188111 ++-0185115 ++-0198072 ++-0187136 ++-0200137 ++-0199096 ++-0189118 ++-0193113 ++-0197113 ++-0203077 ++-0186115 ++-0191114 ++-0201080 ++-0192129 ++-0184148 ++-0194136 ++-0196125 ++-0190075 ++-0202110 ++-0188112 ++-0187137 ++-0195131 ++-0198073 ++-0200138 ++-0193114 ++-0203078 ++-0197114 ++-0185116 ++-0199097 ++-0189119 ++-0201081 ++-0184149 ++-0191115 ++-0192130 ++-0186116 ++-0194137 ++-0196126 ++-0190076 ++-0187138 ++-0202111 ++-0188113 ++-0200139 ++-0198074 ++-0197115 ++-0199098 ++-0193115 ++-0203079 ++-0185117 ++-0201082 ++-0192131 ++-0191116 ++-0195132 ++-0184150 ++-0186117 ++-0189120 ++-0187139 ++-0196127 ++-0194138 ++-0202112 ++-0188114 ++-0197116 ++-0190077 ++-0203080 ++-0199099 ++-0200140 ++-0193116 ++-0201083 ++-0185118 ++-0186118 ++-0187140 ++-0184151 ++-0191117 ++-0189121 ++-0194139 ++-0192132 ++-0202113 ++-0195133 ++-0193117 ++-0200141 ++-0199100 ++-0188115 ++-0198075 ++-0201084 ++-0197117 ++-0196128 ++-0203081 ++-0190078 ++-0185119 ++-0194140 ++-0191118 ++-0186119 ++-0184152 ++-0189122 ++-0187141 ++-0200142 ++-0190079 ++-0199101 ++-0188116 ++-0203082 ++-0192133 ++-0194141 ++-0197118 ++-0196129 ++-0201085 ++-0198076 ++-0202114 ++-0191119 ++-0195134 ++-0185120 ++-0186120 ++-0200143 ++-0189123 ++-0184153 ++-0193118 ++-0187142 ++-0188117 ++-0197119 ++-0199102 ++-0190080 ++-0194142 ++-0201086 ++-0203083 ++-0196130 ++-0192134 ++-0202115 ++-0198077 ++-0185121 ++-0191120 ++-0184154 ++-0195135 ++-0189124 ++-0200144 ++-0187143 ++-0193119 ++-0186121 ++-0197120 ++-0199103 ++-0190081 ++-0188118 ++-0201087 ++-0203084 ++-0196131 ++-0194143 ++-0191121 ++-0195136 ++-0202116 ++-0192135 ++-0185122 ++-0198078 ++-0184155 ++-0200145 ++-0187144 ++-0189125 ++-0187145 ++-0187146 ++-0187147 ++-0203085 ++-0193120 ++-0188119 ++-0195137 ++-0186122 ++-0197121 ++-0187148 ++-0192136 ++-0199104 ++-0185123 ++-0198079 ++-0189126 ++-0200146 ++-0190082 ++-0191122 ++-0194144 ++-0196132 ++-0201088 ++-0184156 ++-0202117 ++-0203086 ++-0195138 ++-0188120 ++-0193121 ++-0197122 ++-0192137 ++-0187149 ++-0199105 ++-0186123 ++-0185124 ++-0190083 ++-0200147 ++-0191123 ++-0198080 ++-0189127 ++-0202118 ++-0201089 ++-0195139 ++-0194145 ++-0203087 ++-0196133 ++-0188121 ++-0197123 ++-0193122 ++-0186124 ++-0187150 ++-0192138 ++-0199106 ++-0190084 ++-0202119 ++-0191124 ++-0198081 ++-0185125 ++-0200148 ++-0201090 ++-0189128 ++-0194146 ++-0186125 ++-0203088 ++-0193123 ++-0196134 ++-0187151 ++-0199107 ++-0195140 ++-0201091 ++-0204000 ++-0203089 ++-0194147 ++-0187152 ++-0196135 ++-0201092 ++-0195141 ++-0204001 ++-0203090 ++-0192139 ++-0191125 ++-0188122 ++-0190085 ++-0186126 ++-0198082 ++-0200149 ++-0197124 ++-0189129 ++-0199108 ++-0185126 ++-0187153 ++-0202120 ++-0193124 ++-0195142 ++-0204002 ++-0194148 ++-0203091 ++-0188123 ++-0196136 ++-0192140 ++-0201093 ++-0198083 ++-0186127 ++-0197125 ++-0200150 ++-0187154 ++-0185127 ++-0190086 ++-0191126 ++-0199109 ++-0193125 ++-0202121 ++-0195143 ++-0189130 ++-0186128 ++-0192141 ++-0198084 ++-0204003 ++-0196137 ++-0188124 ++-0203092 ++-0194149 ++-0201094 ++-0187155 ++-0185128 ++-0197126 ++-0202122 ++-0195144 ++-0199110 ++-0191127 ++-0193126 ++-0200151 ++-0198085 ++-0186129 ++-0189131 ++-0203093 ++-0204004 ++-0192142 ++-0194150 ++-0190087 ++-0188125 ++-0196138 ++-0201095 ++-0185129 ++-0197127 ++-0191128 ++-0195145 ++-0200152 ++-0186130 ++-0198086 ++-0187156 ++-0204005 ++-0199111 ++-0189132 ++-0202123 ++-0203094 ++-0193127 ++-0192143 ++-0188126 ++-0190088 ++-0196139 ++-0201096 ++-0194151 ++-0185130 ++-0197128 ++-0200153 ++-0204006 ++-0186131 ++-0195146 ++-0191129 ++-0189133 ++-0199112 ++-0188127 ++-0190089 ++-0198087 ++-0202124 ++-0193128 ++-0196140 ++-0201097 ++-0194152 ++-0185131 ++-0197129 ++-0186132 ++-0200154 ++-0191130 ++-0189134 ++-0195147 ++-0204007 ++-0192144 ++-0188128 ++-0190090 ++-0201098 ++-0203095 ++-0198088 ++-0194153 ++-0199113 ++-0193129 ++-0196141 ++-0202125 ++-0185132 ++-0200155 ++-0197130 ++-0186133 ++-0192145 ++-0189135 ++-0191131 ++-0203096 ++-0207000 ++-0201099 ++-0188129 ++-0190091 ++-0204008 ++-0198089 ++-0194154 ++-0199114 ++-0193130 ++-0196142 ++-0197131 ++-0186134 ++-0185133 ++-0200156 ++-0192146 ++-0191132 ++-0203097 ++-0189136 ++-0207001 ++-0201100 ++-0190092 ++-0204009 ++-0198090 ++-0188130 ++-0199115 ++-0196143 ++-0194155 ++-0193131 ++-0197132 ++-0186135 ++-0185134 ++-0200157 ++-0189137 ++-0203098 ++-0192147 ++-0207002 ++-0191133 ++-0201101 ++-0188131 ++-0198091 ++-0199116 ++-0186136 ++-0191134 ++-0198092 ++-0195148 ++-0194156 ++-0188132 ++-0190093 ++-0204010 ++-0191135 ++-0200158 ++-0195149 ++-0202126 ++-0207003 ++-0196144 ++-0193132 ++-0185135 ++-0203099 ++-0197133 ++-0191136 ++-0192148 ++-0186137 ++-0204011 ++-0199117 ++-0198093 ++-0190094 ++-0189138 ++-0188133 ++-0201102 ++-0202127 ++-0195150 ++-0196145 ++-0185136 ++-0207004 ++-0203100 ++-0193133 ++-0192149 ++-0190095 ++-0186138 ++-0188134 ++-0189139 ++-0191137 ++-0202128 ++-0195151 ++-0197134 ++-0198094 ++-0204012 ++-0199118 ++-0207005 ++-0185137 ++-0203101 ++-0193134 ++-0192150 ++-0196146 ++-0214000 ++-0186139 ++-0189140 ++-0188135 ++-0201103 ++-0191138 ++-0220000 ++-0204013 ++-0202129 ++-0190096 ++-0197135 ++-0198095 ++-0195152 ++-0185138 ++-0193135 ++-0207006 ++-0203102 ++-0199119 ++-0201104 ++-0189141 ++-0188136 ++-0196147 ++-0186140 ++-0214001 ++-0191139 ++-0192151 ++-0190097 ++-0197136 ++-0202130 ++-0220001 ++-0204014 ++-0198096 ++-0195153 ++-0185139 ++-0207007 ++-0201105 ++-0203103 ++-0199120 ++-0193136 ++-0214002 ++-0188137 ++-0189142 ++-0196148 ++-0197137 ++-0192152 ++-0186141 ++-0191140 ++-0195154 ++-0220002 ++-0190098 ++-0204015 ++-0202131 ++-0201106 ++-0203104 ++-0185140 ++-0199121 ++-0207008 ++-0193137 ++-0198097 ++-0214003 ++-0188138 ++-0186142 ++-0197138 ++-0196149 ++-0191141 ++-0189143 ++-0192153 ++-0220003 ++-0190099 ++-0204016 ++-0202132 ++-0201107 ++-0195155 ++-0207009 ++-0193138 ++-0199122 ++-0198098 ++-0185141 ++-0188139 ++-0203105 ++-0186143 ++-0197139 ++-0191142 ++-0214004 ++-0189144 ++-0196150 ++-0190100 ++-0192154 ++-0202133 ++-0201108 ++-0220004 ++-0207010 ++-0198099 ++-0185142 ++-0204017 ++-0188140 ++-0193139 ++-0197140 ++-0203106 ++-0189145 ++-0196151 ++-0199123 ++-0186144 ++-0192155 ++-0191143 ++-0190101 ++-0214005 ++-0202134 ++-0201109 ++-0220005 ++-0185143 ++-0207011 ++-0193140 ++-0188141 ++-0198100 ++-0204018 ++-0197141 ++-0189146 ++-0190102 ++-0191144 ++-0199124 ++-0186145 ++-0201110 ++-0220006 ++-0185144 ++-0207012 ++-0193141 ++-0202135 ++-0203107 ++-0214006 ++-0196152 ++-0188142 ++-0215000 ++-0198101 ++-0197142 ++-0204019 ++-0189147 ++-0201111 ++-0185145 ++-0202136 ++-0204020 ++-0191145 ++-0190103 ++-0198102 ++-0220007 ++-0186146 ++-0207013 ++-0201112 ++-0197143 ++-0215001 ++-0185146 ++-0199125 ++-0189148 ++-0204021 ++-0202137 ++-0191146 ++-0212000 ++-0220008 ++-0190104 ++-0203108 ++-0199126 ++-0186147 ++-0214007 ++-0193142 ++-0188143 ++-0201113 ++-0196153 ++-0197144 ++-0207014 ++-0215002 ++-0185147 ++-0189149 ++-0198103 ++-0202138 ++-0204022 ++-0220009 ++-0191147 ++-0186148 ++-0212001 ++-0203109 ++-0201114 ++-0207015 ++-0199127 ++-0197145 ++-0190105 ++-0214008 ++-0215003 ++-0196154 ++-0185148 ++-0188144 ++-0193143 ++-0189150 ++-0198104 ++-0202139 ++-0191148 ++-0220010 ++-0204023 ++-0212002 ++-0201115 ++-0207016 ++-0199128 ++-0203110 ++-0186149 ++-0190106 ++-0185149 ++-0197146 ++-0215004 ++-0214009 ++-0198105 ++-0212003 ++-0202140 ++-0220011 ++-0196155 ++-0193144 ++-0191149 ++-0207017 ++-0203111 ++-0201116 ++-0199129 ++-0204024 ++-0188145 ++-0189151 ++-0198106 ++-0186150 ++-0212004 ++-0190107 ++-0214010 ++-0202141 ++-0215005 ++-0197147 ++-0207018 ++-0193145 ++-0203112 ++-0220012 ++-0201117 ++-0191150 ++-0199130 ++-0204025 ++-0185150 ++-0186151 ++-0212005 ++-0190108 ++-0198107 ++-0202142 ++-0189152 ++-0215006 ++-0214011 ++-0188146 ++-0197148 ++-0207019 ++-0220013 ++-0201118 ++-0204026 ++-0193146 ++-0203113 ++-0186152 ++-0212006 ++-0185151 ++-0190109 ++-0199131 ++-0198108 ++-0191151 ++-0197149 ++-0214012 ++-0202143 ++-0189153 ++-0215007 ++-0220014 ++-0188147 ++-0201119 ++-0216000 ++-0203114 ++-0204027 ++-0186153 ++-0212007 ++-0191152 ++-0202144 ++-0215008 ++-0193147 ++-0207020 ++-0199132 ++-0185152 ++-0220015 ++-0197150 ++-0214013 ++-0189154 ++-0198109 ++-0190110 ++-0188148 ++-0201120 ++-0203115 ++-0212008 ++-0202145 ++-0216001 ++-0204028 ++-0215009 ++-0186154 ++-0207021 ++-0220016 ++-0197151 ++-0214014 ++-0185153 ++-0198110 ++-0193148 ++-0199133 ++-0190111 ++-0201121 ++-0191153 ++-0188149 ++-0212009 ++-0202146 ++-0216002 ++-0215010 ++-0207022 ++-0185154 ++-0189155 ++-0204029 ++-0214015 ++-0203116 ++-0220017 ++-0186155 ++-0190112 ++-0201122 ++-0212010 ++-0193149 ++-0199134 ++-0198111 ++-0188150 ++-0197152 ++-0191154 ++-0202147 ++-0216003 ++-0215011 ++-0207023 ++-0204030 ++-0214016 ++-0203117 ++-0220018 ++-0185155 ++-0189156 ++-0201123 ++-0186156 ++-0212011 ++-0190113 ++-0202148 ++-0188151 ++-0199135 ++-0198112 ++-0197153 ++-0193150 ++-0216004 ++-0191155 ++-0215012 ++-0207024 ++-0203118 ++-0220019 ++-0214017 ++-0204031 ++-0201124 ++-0190114 ++-0212012 ++-0202149 ++-0199136 ++-0198113 ++-0188152 ++-0215013 ++-0197154 ++-0207025 ++-0203119 ++-0191156 ++-0216005 ++-0220020 ++-0193151 ++-0214018 ++-0204032 ++-0201125 ++-0212013 ++-0202150 ++-0198114 ++-0190115 ++-0215014 ++-0199137 ++-0188153 ++-0203120 ++-0216006 ++-0214019 ++-0197155 ++-0191157 ++-0207026 ++-0220021 ++-0204033 ++-0212014 ++-0193152 ++-0201126 ++-0202151 ++-0216007 ++-0209000 ++-0198115 ++-0190116 ++-0206000 ++-0214020 ++-0215015 ++-0188154 ++-0220022 ++-0199138 ++-0203121 ++-0205000 ++-0193153 ++-0201127 ++-0204034 ++-0207027 ++-0212015 ++-0191158 ++-0202152 ++-0216008 ++-0190117 ++-0198116 ++-0209001 ++-0214021 ++-0215016 ++-0203122 ++-0205001 ++-0206001 ++-0220023 ++-0188155 ++-0199139 ++-0204035 ++-0201128 ++-0212016 ++-0216009 ++-0193154 ++-0207028 ++-0202153 ++-0198117 ++-0214022 ++-0209002 ++-0190118 ++-0215017 ++-0203123 ++-0205002 ++-0217000 ++-0206002 ++-0212017 ++-0204036 ++-0188156 ++-0216010 ++-0199140 ++-0201129 ++-0220024 ++-0193155 ++-0207029 ++-0190119 ++-0198118 ++-0215018 ++-0203124 ++-0209003 ++-0214023 ++-0206003 ++-0217001 ++-0205003 ++-0199141 ++-0216011 ++-0201130 ++-0220025 ++-0202154 ++-0212018 ++-0204037 ++-0211000 ++-0198119 ++-0193156 ++-0215019 ++-0203125 ++-0207030 ++-0190120 ++-0217002 ++-0205004 ++-0209004 ++-0214024 ++-0206004 ++-0199142 ++-0201131 ++-0216012 ++-0212019 ++-0198120 ++-0220026 ++-0202155 ++-0204038 ++-0217003 ++-0207031 ++-0211001 ++-0190121 ++-0215020 ++-0203126 ++-0205005 ++-0199143 ++-0214025 ++-0206005 ++-0201132 ++-0198121 ++-0220027 ++-0212020 ++-0209005 ++-0207032 ++-0216013 ++-0208000 ++-0217004 ++-0204039 ++-0211002 ++-0207033 ++-0190122 ++-0216014 ++-0211003 ++-0203127 ++-0220028 ++-0215021 ++-0217005 ++-0202156 ++-0204040 ++-0198122 ++-0201133 ++-0208001 ++-0199144 ++-0209006 ++-0212021 ++-0206006 ++-0205006 ++-0214026 ++-0190123 ++-0211004 ++-0220029 ++-0217006 ++-0204041 ++-0207034 ++-0216015 ++-0203128 ++-0215022 ++-0201134 ++-0202157 ++-0209007 ++-0214027 ++-0212022 ++-0208002 ++-0199145 ++-0205007 ++-0206007 ++-0190124 ++-0217007 ++-0202158 ++-0215023 ++-0216016 ++-0220030 ++-0213000 ++-0208003 ++-0204042 ++-0211005 ++-0214028 ++-0198123 ++-0201135 ++-0212023 ++-0203129 ++-0209008 ++-0190125 ++-0205008 ++-0207035 ++-0206008 ++-0217008 ++-0199146 ++-0215024 ++-0216017 ++-0213001 ++-0208004 ++-0211006 ++-0205009 ++-0212024 ++-0220031 ++-0201136 ++-0209009 ++-0207036 ++-0198124 ++-0204043 ++-0215025 ++-0190126 ++-0217009 ++-0216018 ++-0214029 ++-0206009 ++-0213002 ++-0203130 ++-0199147 ++-0201137 ++-0207037 ++-0212025 ++-0220032 ++-0198125 ++-0204044 ++-0211007 ++-0208005 ++-0209010 ++-0217010 ++-0205010 ++-0190127 ++-0206010 ++-0215026 ++-0203131 ++-0214030 ++-0213003 ++-0222000 ++-0216019 ++-0201138 ++-0205011 ++-0215027 ++-0214031 ++-0211008 ++-0220033 ++-0209011 ++-0208006 ++-0190128 ++-0207038 ++-0217011 ++-0216020 ++-0213004 ++-0205012 ++-0204045 ++-0212026 ++-0206011 ++-0215028 ++-0198126 ++-0199148 ++-0201139 ++-0222001 ++-0203132 ++-0214032 ++-0211009 ++-0209012 ++-0190129 ++-0208007 ++-0207039 ++-0212027 ++-0206012 ++-0216021 ++-0217012 ++-0198127 ++-0213005 ++-0220034 ++-0201140 ++-0215029 ++-0205013 ++-0204046 ++-0222002 ++-0203133 ++-0199149 ++-0214033 ++-0190130 ++-0207040 ++-0211010 ++-0209013 ++-0212028 ++-0201141 ++-0208008 ++-0215030 ++-0205014 ++-0216022 ++-0198128 ++-0220035 ++-0204047 ++-0222003 ++-0217013 ++-0206013 ++-0214034 ++-0213006 ++-0190131 ++-0211011 ++-0207041 ++-0209014 ++-0203134 ++-0212029 ++-0201142 ++-0215031 ++-0222004 ++-0208009 ++-0199150 ++-0205015 ++-0198129 ++-0217014 ++-0220036 ++-0204048 ++-0213007 ++-0207042 ++-0216023 ++-0211012 ++-0209015 ++-0214035 ++-0212030 ++-0190132 ++-0215032 ++-0201143 ++-0203135 ++-0206014 ++-0208010 ++-0220037 ++-0217015 ++-0204049 ++-0222005 ++-0205016 ++-0198130 ++-0213008 ++-0207043 ++-0209016 ++-0190133 ++-0201144 ++-0214036 ++-0206015 ++-0216024 ++-0199151 ++-0211013 ++-0215033 ++-0212031 ++-0203136 ++-0220038 ++-0198131 ++-0207044 ++-0213009 ++-0203137 ++-0209017 ++-0217016 ++-0204050 ++-0215034 ++-0201145 ++-0203138 ++-0211014 ++-0222006 ++-0205017 ++-0190134 ++-0208011 ++-0216025 ++-0215035 ++-0212032 ++-0214037 ++-0199152 ++-0198132 ++-0206016 ++-0204051 ++-0203139 ++-0207045 ++-0213010 ++-0217017 ++-0220039 ++-0201146 ++-0209018 ++-0216026 ++-0208012 ++-0190135 ++-0215036 ++-0222007 ++-0205018 ++-0206017 ++-0212033 ++-0214038 ++-0198133 ++-0203140 ++-0211015 ++-0199153 ++-0207046 ++-0213011 ++-0204052 ++-0217018 ++-0220040 ++-0201147 ++-0209019 ++-0216027 ++-0190136 ++-0215037 ++-0222008 ++-0206018 ++-0214039 ++-0203141 ++-0205019 ++-0198134 ++-0213012 ++-0207047 ++-0217019 ++-0212034 ++-0204053 ++-0199154 ++-0208013 ++-0211016 ++-0201148 ++-0216028 ++-0220041 ++-0222009 ++-0190137 ++-0209020 ++-0206019 ++-0215038 ++-0203142 ++-0214040 ++-0207048 ++-0213013 ++-0217020 ++-0208014 ++-0204054 ++-0198135 ++-0205020 ++-0216029 ++-0212035 ++-0220042 ++-0190138 ++-0211017 ++-0222010 ++-0201149 ++-0209021 ++-0206020 ++-0215039 ++-0199155 ++-0203143 ++-0214041 ++-0204055 ++-0217021 ++-0208015 ++-0205021 ++-0216030 ++-0198136 ++-0220043 ++-0222011 ++-0207049 ++-0211018 ++-0209022 ++-0206021 ++-0215040 ++-0212036 ++-0190139 ++-0201150 ++-0203144 ++-0214042 ++-0217022 ++-0198137 ++-0213014 ++-0208016 ++-0205022 ++-0216031 ++-0204056 ++-0206022 ++-0190140 ++-0222012 ++-0215041 ++-0212037 ++-0207050 ++-0220044 ++-0198138 ++-0209023 ++-0211019 ++-0203145 ++-0213015 ++-0217023 ++-0201151 ++-0208017 ++-0205023 ++-0214043 ++-0216032 ++-0206023 ++-0204057 ++-0222013 ++-0212038 ++-0220045 ++-0190141 ++-0215042 ++-0207051 ++-0209024 ++-0198139 ++-0213016 ++-0211020 ++-0203146 ++-0201152 ++-0208018 ++-0217024 ++-0214044 ++-0216033 ++-0205024 ++-0204058 ++-0190142 ++-0212039 ++-0222014 ++-0206024 ++-0219000 ++-0215043 ++-0220046 ++-0198140 ++-0207052 ++-0211021 ++-0209025 ++-0213017 ++-0208019 ++-0203147 ++-0217025 ++-0201153 ++-0216034 ++-0204059 ++-0190143 ++-0214045 ++-0212040 ++-0205025 ++-0206025 ++-0222015 ++-0215044 ++-0207053 ++-0211022 ++-0209026 ++-0220047 ++-0219001 ++-0198141 ++-0203148 ++-0204060 ++-0217026 ++-0213018 ++-0212041 ++-0214046 ++-0208020 ++-0190144 ++-0216035 ++-0215045 ++-0206026 ++-0201154 ++-0222016 ++-0205026 ++-0211023 ++-0207054 ++-0220048 ++-0209027 ++-0219002 ++-0198142 ++-0203149 ++-0214047 ++-0212042 ++-0204061 ++-0217027 ++-0208021 ++-0213019 ++-0190145 ++-0215046 ++-0205027 ++-0206027 ++-0201155 ++-0211024 ++-0207055 ++-0222017 ++-0216036 ++-0219003 ++-0209028 ++-0220049 ++-0214048 ++-0203150 ++-0198143 ++-0204062 ++-0212043 ++-0208022 ++-0213020 ++-0217028 ++-0215047 ++-0205028 ++-0190146 ++-0206028 ++-0211025 ++-0207056 ++-0222018 ++-0209029 ++-0216037 ++-0203151 ++-0212044 ++-0214049 ++-0219004 ++-0204063 ++-0220050 ++-0213021 ++-0198144 ++-0208023 ++-0206029 ++-0201156 ++-0215048 ++-0190147 ++-0217029 ++-0205029 ++-0209030 ++-0207057 ++-0216038 ++-0211026 ++-0203152 ++-0219005 ++-0222019 ++-0214050 ++-0204064 ++-0213022 ++-0212045 ++-0198145 ++-0206030 ++-0220051 ++-0215049 ++-0190148 ++-0208024 ++-0207058 ++-0216039 ++-0217030 ++-0209031 ++-0219006 ++-0203153 ++-0205030 ++-0211027 ++-0204065 ++-0214051 ++-0212046 ++-0213023 ++-0206031 ++-0222020 ++-0198146 ++-0220052 ++-0215050 ++-0207059 ++-0190149 ++-0216040 ++-0209032 ++-0219007 ++-0211028 ++-0217031 ++-0203154 ++-0214052 ++-0204066 ++-0211029 ++-0216041 ++-0208025 ++-0205031 ++-0198147 ++-0222021 ++-0212047 ++-0203155 ++-0215051 ++-0220053 ++-0213024 ++-0217032 ++-0214053 ++-0206032 ++-0219008 ++-0204067 ++-0207060 ++-0221000 ++-0208026 ++-0190150 ++-0216042 ++-0213025 ++-0221001 ++-0203156 ++-0204068 ++-0206033 ++-0207061 ++-0220054 ++-0198148 ++-0217033 ++-0222022 ++-0215052 ++-0211030 ++-0205032 ++-0209033 ++-0219009 ++-0214054 ++-0216043 ++-0220055 ++-0208027 ++-0204069 ++-0206034 ++-0207062 ++-0221002 ++-0205033 ++-0190151 ++-0211031 ++-0198149 ++-0215053 ++-0212048 ++-0217034 ++-0209034 ++-0222023 ++-0213026 ++-0219010 ++-0214055 ++-0220056 ++-0206035 ++-0204070 ++-0207063 ++-0221003 ++-0205034 ++-0216044 ++-0208028 ++-0190152 ++-0217035 ++-0222024 ++-0212049 ++-0219011 ++-0215054 ++-0198150 ++-0213027 ++-0211032 ++-0214056 ++-0220057 ++-0205035 ++-0221004 ++-0206036 ++-0209035 ++-0204071 ++-0207064 ++-0216045 ++-0217036 ++-0223000 ++-0212050 ++-0198151 ++-0222025 ++-0219012 ++-0213028 ++-0208029 ++-0190153 ++-0215055 ++-0211033 ++-0220058 ++-0214057 ++-0205036 ++-0221005 ++-0216046 ++-0223001 ++-0207065 ++-0206037 ++-0217037 ++-0212051 ++-0222026 ++-0209036 ++-0204072 ++-0198152 ++-0215056 ++-0219013 ++-0208030 ++-0220059 ++-0205037 ++-0213029 ++-0211034 ++-0221006 ++-0223002 ++-0214058 ++-0190154 ++-0207066 ++-0216047 ++-0209037 ++-0206038 ++-0204073 ++-0217038 ++-0212052 ++-0219014 ++-0198153 ++-0205038 ++-0220060 ++-0215057 ++-0214059 ++-0222027 ++-0208031 ++-0213030 ++-0221007 ++-0223003 ++-0217039 ++-0205039 ++-0216048 ++-0212053 ++-0211035 ++-0204074 ++-0198154 ++-0209038 ++-0207067 ++-0219015 ++-0190155 ++-0206039 ++-0220061 ++-0215058 ++-0214060 ++-0222028 ++-0213031 ++-0223004 ++-0204075 ++-0205040 ++-0221008 ++-0216049 ++-0212054 ++-0208032 ++-0207068 ++-0211036 ++-0209039 ++-0206040 ++-0220062 ++-0219016 ++-0217040 ++-0198155 ++-0215059 ++-0223005 ++-0213032 ++-0190156 ++-0222029 ++-0207069 ++-0208033 ++-0214061 ++-0216050 ++-0221009 ++-0212055 ++-0205041 ++-0206041 ++-0220063 ++-0215060 ++-0209040 ++-0223006 ++-0217041 ++-0204076 ++-0211037 ++-0222030 ++-0207070 ++-0213033 ++-0219017 ++-0216051 ++-0221010 ++-0190157 ++-0214062 ++-0208034 ++-0212056 ++-0215061 ++-0198156 ++-0205042 ++-0206042 ++-0204077 ++-0217042 ++-0209041 ++-0223007 ++-0220064 ++-0222031 ++-0216052 ++-0204078 ++-0212057 ++-0209042 ++-0214063 ++-0207071 ++-0213034 ++-0223008 ++-0217043 ++-0215062 ++-0190158 ++-0221011 ++-0220065 ++-0211038 ++-0206043 ++-0216053 ++-0205043 ++-0222032 ++-0219018 ++-0214064 ++-0204079 ++-0223009 ++-0207072 ++-0211039 ++-0209043 ++-0212058 ++-0215063 ++-0208035 ++-0206044 ++-0220066 ++-0221012 ++-0217044 ++-0219019 ++-0213035 ++-0216054 ++-0222033 ++-0207073 ++-0218000 ++-0206045 ++-0211040 ++-0205044 ++-0214065 ++-0221013 ++-0220067 ++-0217045 ++-0208036 ++-0219020 ++-0222034 ++-0204080 ++-0213036 ++-0215064 ++-0209044 ++-0212059 ++-0223010 ++-0207074 ++-0205045 ++-0216055 ++-0211041 ++-0220068 ++-0204081 ++-0206046 ++-0221014 ++-0218001 ++-0214066 ++-0210000 ++-0217046 ++-0208037 ++-0213037 ++-0219021 ++-0209045 ++-0222035 ++-0215065 ++-0216056 ++-0205046 ++-0223011 ++-0207075 ++-0212060 ++-0220069 ++-0211042 ++-0204082 ++-0221015 ++-0206047 ++-0218002 ++-0214067 ++-0208038 ++-0210001 ++-0213038 ++-0205047 ++-0223012 ++-0215066 ++-0222036 ++-0219022 ++-0209046 ++-0207076 ++-0216057 ++-0217047 ++-0212061 ++-0221016 ++-0204083 ++-0206048 ++-0218003 ++-0208039 ++-0214068 ++-0211043 ++-0210002 ++-0213039 ++-0212062 ++-0220070 ++-0216058 ++-0217048 ++-0223013 ++-0222037 ++-0205048 ++-0221017 ++-0207077 ++-0209047 ++-0215067 ++-0206049 ++-0204084 ++-0219023 ++-0214069 ++-0218004 ++-0213040 ++-0213041 ++-0218005 ++-0212063 ++-0217049 ++-0211044 ++-0220071 ++-0208040 ++-0204085 ++-0205049 ++-0206050 ++-0222038 ++-0208041 ++-0210003 ++-0214070 ++-0212064 ++-0221018 ++-0219024 ++-0207078 ++-0216059 ++-0208042 ++-0211045 ++-0206051 ++-0209048 ++-0213042 ++-0215068 ++-0220072 ++-0223014 ++-0217050 ++-0222039 ++-0218006 ++-0204086 ++-0205050 ++-0210004 ++-0211046 ++-0216060 ++-0214071 ++-0217051 ++-0223015 ++-0207079 ++-0222040 ++-0206052 ++-0221019 ++-0219025 ++-0215069 ++-0209049 ++-0220073 ++-0212065 ++-0208043 ++-0218007 ++-0204087 ++-0213043 ++-0205051 ++-0210005 ++-0211047 ++-0216061 ++-0223016 ++-0222041 ++-0219026 ++-0214072 ++-0215070 ++-0206053 ++-0204088 ++-0221020 ++-0213044 ++-0218008 ++-0208044 ++-0210006 ++-0207080 ++-0221021 ++-0213045 ++-0213046 ++-0218009 ++-0207081 ++-0221022 ++-0218010 ++-0221023 ++-0204089 ++-0215071 ++-0217052 ++-0212066 ++-0210007 ++-0213047 ++-0220074 ++-0205052 ++-0222042 ++-0208045 ++-0216062 ++-0207082 ++-0209050 ++-0219027 ++-0218011 ++-0214073 ++-0223017 ++-0206054 ++-0211048 ++-0221024 ++-0217053 ++-0212067 ++-0215072 ++-0216063 ++-0204090 ++-0207083 ++-0213048 ++-0210008 ++-0220075 ++-0222043 ++-0218012 ++-0208046 ++-0206055 ++-0219028 ++-0221025 ++-0211049 ++-0220076 ++-0223018 ++-0222044 ++-0214074 ++-0209051 ++-0219029 ++-0215073 ++-0208047 ++-0218013 ++-0213049 ++-0205053 ++-0207084 ++-0204091 ++-0206056 ++-0210009 ++-0218014 ++-0214075 ++-0220077 ++-0211050 ++-0221026 ++-0215074 ++-0217054 ++-0216064 ++-0223019 ++-0205054 ++-0212068 ++-0213050 ++-0204092 ++-0210010 ++-0219030 ++-0208048 ++-0207085 ++-0222045 ++-0209052 ++-0223020 ++-0213051 ++-0220078 ++-0214076 ++-0218015 ++-0212069 ++-0206057 ++-0221027 ++-0205055 ++-0216065 ++-0211051 ++-0204093 ++-0215075 ++-0219031 ++-0217055 ++-0222046 ++-0207086 ++-0208049 ++-0209053 ++-0210011 ++-0213052 ++-0223021 ++-0220079 ++-0214077 ++-0221028 ++-0218016 ++-0215076 ++-0205056 ++-0206058 ++-0204094 ++-0211052 ++-0222047 ++-0219032 ++-0207087 ++-0216066 ++-0210012 ++-0209054 ++-0217056 ++-0212070 ++-0208050 ++-0223022 ++-0213053 ++-0218017 ++-0221029 ++-0214078 ++-0206059 ++-0205057 ++-0215077 ++-0222048 ++-0220080 ++-0204095 ++-0207088 ++-0211053 ++-0209055 ++-0212071 ++-0223023 ++-0210013 ++-0219033 ++-0216067 ++-0217057 ++-0221030 ++-0213054 ++-0218018 ++-0205058 ++-0208051 ++-0206060 ++-0215078 ++-0214079 ++-0222049 ++-0204096 ++-0212072 ++-0209056 ++-0220081 ++-0207089 ++-0211054 ++-0210014 ++-0213055 ++-0220082 ++-0217058 ++-0216068 ++-0223024 ++-0222050 ++-0221031 ++-0218019 ++-0205059 ++-0206061 ++-0211055 ++-0209057 ++-0212073 ++-0219034 ++-0214080 ++-0213056 ++-0204097 ++-0208052 ++-0207090 ++-0215079 ++-0210015 ++-0220083 ++-0217059 ++-0223025 ++-0218020 ++-0222051 ++-0221032 ++-0211056 ++-0209058 ++-0205060 ++-0216069 ++-0208053 ++-0215080 ++-0213057 ++-0206062 ++-0210016 ++-0212074 ++-0219035 ++-0204098 ++-0214081 ++-0207091 ++-0223026 ++-0217060 ++-0220084 ++-0218021 ++-0221033 ++-0208054 ++-0222052 ++-0205061 ++-0215081 ++-0216070 ++-0211057 ++-0213058 ++-0212075 ++-0210017 ++-0204099 ++-0219036 ++-0206063 ++-0218022 ++-0217061 ++-0223027 ++-0214082 ++-0207092 ++-0220085 ++-0209059 ++-0208055 ++-0222053 ++-0205062 ++-0211058 ++-0216071 ++-0215082 ++-0213059 ++-0212076 ++-0210018 ++-0206064 ++-0218023 ++-0217062 ++-0207093 ++-0204100 ++-0220086 ++-0219037 ++-0222054 ++-0214083 ++-0223028 ++-0208056 ++-0209060 ++-0205063 ++-0221034 ++-0213060 ++-0211059 ++-0216072 ++-0206065 ++-0215083 ++-0212077 ++-0210019 ++-0218024 ++-0217063 ++-0207094 ++-0204101 ++-0219038 ++-0222055 ++-0220087 ++-0208057 ++-0223029 ++-0209061 ++-0213061 ++-0221035 ++-0205064 ++-0216073 ++-0212078 ++-0215084 ++-0211060 ++-0210020 ++-0206066 ++-0207095 ++-0214084 ++-0218025 ++-0204102 ++-0219039 ++-0208058 ++-0204103 ++-0222056 ++-0204104 ++-0217064 ++-0204105 ++-0213062 ++-0212079 ++-0220088 ++-0207096 ++-0223030 ++-0209062 ++-0211061 ++-0215085 ++-0208059 ++-0205065 ++-0222057 ++-0218026 ++-0210021 ++-0214085 ++-0216074 ++-0219040 ++-0206067 ++-0221036 ++-0217065 ++-0204106 ++-0207097 ++-0211062 ++-0212080 ++-0223031 ++-0213063 ++-0209063 ++-0208060 ++-0220089 ++-0218027 ++-0205066 ++-0215086 ++-0219041 ++-0210022 ++-0216075 ++-0222058 ++-0217066 ++-0214086 ++-0206068 ++-0221037 ++-0204107 ++-0207098 ++-0211063 ++-0220090 ++-0213064 ++-0208061 ++-0209064 ++-0212081 ++-0218028 ++-0215087 ++-0223032 ++-0205067 ++-0219042 ++-0216076 ++-0217067 ++-0210023 ++-0222059 ++-0221038 ++-0207099 ++-0206069 ++-0204108 ++-0214087 ++-0220091 ++-0213065 ++-0212082 ++-0209065 ++-0215088 ++-0218029 ++-0223033 ++-0208062 ++-0210024 ++-0221039 ++-0205068 ++-0216077 ++-0219043 ++-0217068 ++-0207100 ++-0222060 ++-0214088 ++-0206070 ++-0212083 ++-0213066 ++-0218030 ++-0215089 ++-0204109 ++-0220092 ++-0211064 ++-0209066 ++-0208063 ++-0221040 ++-0223034 ++-0216078 ++-0205069 ++-0210025 ++-0219044 ++-0207101 ++-0217069 ++-0214089 ++-0216079 ++-0205070 ++-0210026 ++-0213067 ++-0222061 ++-0217070 ++-0218031 ++-0215090 ++-0220093 ++-0212084 ++-0211065 ++-0207102 ++-0204110 ++-0206071 ++-0214090 ++-0208064 ++-0221041 ++-0219045 ++-0223035 ++-0213068 ++-0216080 ++-0205071 ++-0209067 ++-0210027 ++-0218032 ++-0211066 ++-0204111 ++-0219046 ++-0213069 ++-0209068 ++-0214091 ++-0211067 ++-0212085 ++-0218033 ++-0222062 ++-0221042 ++-0210028 ++-0217071 ++-0207103 ++-0220094 ++-0216081 ++-0215091 ++-0208065 ++-0204112 ++-0219047 ++-0223036 ++-0213070 ++-0214092 ++-0209069 ++-0206072 ++-0205072 ++-0211068 ++-0221043 ++-0212086 ++-0216082 ++-0223037 ++-0214093 ++-0218034 ++-0220095 ++-0210029 ++-0217072 ++-0215092 ++-0207104 ++-0211069 ++-0204113 ++-0219048 ++-0206073 ++-0209070 ++-0213071 ++-0221044 ++-0208066 ++-0205073 ++-0222063 ++-0212087 ++-0223038 ++-0222064 ++-0219049 ++-0216083 ++-0209071 ++-0221045 ++-0213072 ++-0210030 ++-0220096 ++-0214094 ++-0217073 ++-0211070 ++-0215093 ++-0208067 ++-0206074 ++-0207105 ++-0204114 ++-0205074 ++-0218035 ++-0212088 ++-0223039 ++-0209072 ++-0219050 ++-0221046 ++-0220097 ++-0213073 ++-0214095 ++-0210031 ++-0222065 ++-0216084 ++-0215094 ++-0208068 ++-0217074 ++-0206075 ++-0204115 ++-0218036 ++-0207106 ++-0205075 ++-0212089 ++-0223040 ++-0209073 ++-0219051 ++-0221047 ++-0220098 ++-0213074 ++-0208069 ++-0210032 ++-0215095 ++-0222066 ++-0214096 ++-0206076 ++-0216085 ++-0207107 ++-0211071 ++-0217075 ++-0218037 ++-0204116 ++-0205076 ++-0212090 ++-0223041 ++-0209074 ++-0215096 ++-0214097 ++-0212091 ++-0207108 ++-0220099 ++-0216086 ++-0213075 ++-0208070 ++-0221048 ++-0211072 ++-0219052 ++-0218038 ++-0206077 ++-0222067 ++-0209075 ++-0217076 ++-0215097 ++-0210033 ++-0214098 ++-0205077 ++-0204117 ++-0212092 ++-0223042 ++-0220100 ++-0207109 ++-0216087 ++-0213076 ++-0218039 ++-0211073 ++-0208071 ++-0221049 ++-0206078 ++-0210034 ++-0217077 ++-0215098 ++-0222068 ++-0219053 ++-0214099 ++-0209076 ++-0212093 ++-0204118 ++-0223043 ++-0220101 ++-0207110 ++-0216088 ++-0205078 ++-0213077 ++-0218040 ++-0221050 ++-0211074 ++-0210035 ++-0206079 ++-0208072 ++-0209077 ++-0217078 ++-0219054 ++-0204119 ++-0214100 ++-0212094 ++-0222069 ++-0215099 ++-0207111 ++-0223044 ++-0216089 ++-0220102 ++-0218041 ++-0205079 ++-0210036 ++-0213078 ++-0211075 ++-0221051 ++-0204120 ++-0208073 ++-0207112 ++-0219055 ++-0223045 ++-0215100 ++-0222070 ++-0220103 ++-0218042 ++-0205080 ++-0214101 ++-0221052 ++-0216090 ++-0211076 ++-0208074 ++-0212095 ++-0209078 ++-0206080 ++-0204121 ++-0207113 ++-0217079 ++-0210037 ++-0219056 ++-0213079 ++-0223046 ++-0218043 ++-0220104 ++-0222071 ++-0215101 ++-0205081 ++-0216091 ++-0211077 ++-0209079 ++-0213080 ++-0221053 ++-0207114 ++-0218044 ++-0217080 ++-0210038 ++-0214102 ++-0212096 ++-0222072 ++-0204122 ++-0220105 ++-0206081 ++-0208075 ++-0219057 ++-0223047 ++-0211078 ++-0215102 ++-0221054 ++-0223048 ++-0212097 ++-0221055 ++-0212098 ++-0207115 ++-0205082 ++-0222073 ++-0216092 ++-0221056 ++-0209080 ++-0218045 ++-0213081 ++-0217081 ++-0211079 ++-0214103 ++-0212099 ++-0210039 ++-0206082 ++-0219058 ++-0208076 ++-0204123 ++-0223049 ++-0215103 ++-0205083 ++-0220106 ++-0207116 ++-0222074 ++-0221057 ++-0218046 ++-0211080 ++-0209081 ++-0216093 ++-0213082 ++-0214104 ++-0212100 ++-0217082 ++-0206083 ++-0210040 ++-0219059 ++-0208077 ++-0205084 ++-0204124 ++-0215104 ++-0223050 ++-0207117 ++-0221058 ++-0211081 ++-0220107 ++-0222075 ++-0209082 ++-0212101 ++-0218047 ++-0214105 ++-0216094 ++-0217083 ++-0213083 ++-0206084 ++-0219060 ++-0205085 ++-0208078 ++-0204125 ++-0210041 ++-0207118 ++-0220108 ++-0215105 ++-0221059 ++-0211082 ++-0209083 ++-0212102 ++-0216095 ++-0214106 ++-0222076 ++-0218048 ++-0217084 ++-0205086 ++-0213084 ++-0223051 ++-0206085 ++-0210042 ++-0204126 ++-0219061 ++-0207119 ++-0208079 ++-0221060 ++-0209084 ++-0220109 ++-0211083 ++-0215106 ++-0212103 ++-0217085 ++-0216096 ++-0214107 ++-0205087 ++-0223052 ++-0218049 ++-0206086 ++-0222077 ++-0207120 ++-0221061 ++-0208080 ++-0219062 ++-0215107 ++-0211084 ++-0210043 ++-0220110 ++-0217086 ++-0209085 ++-0216097 ++-0212104 ++-0214108 ++-0205088 ++-0218050 ++-0223053 ++-0207121 ++-0222078 ++-0204127 ++-0221062 ++-0206087 ++-0219063 ++-0215108 ++-0211085 ++-0208081 ++-0210044 ++-0209086 ++-0220111 ++-0213085 ++-0212105 ++-0217087 ++-0216098 ++-0214109 ++-0205089 ++-0207122 ++-0222079 ++-0206088 ++-0223054 ++-0219064 ++-0221063 ++-0218051 ++-0204128 ++-0215109 ++-0209087 ++-0211086 ++-0213086 ++-0210045 ++-0220112 ++-0208082 ++-0214110 ++-0212106 ++-0216099 ++-0207123 ++-0206089 ++-0205090 ++-0222080 ++-0219065 ++-0215110 ++-0213087 ++-0223055 ++-0217088 ++-0218052 ++-0204129 ++-0220113 ++-0209088 ++-0211087 ++-0208083 ++-0214111 ++-0210046 ++-0221064 ++-0207124 ++-0212107 ++-0216100 ++-0206090 ++-0205091 ++-0215111 ++-0213088 ++-0222081 ++-0219066 ++-0218053 ++-0223056 ++-0217089 ++-0220114 ++-0209089 ++-0204130 ++-0210047 ++-0208084 ++-0207125 ++-0211088 ++-0214112 ++-0206091 ++-0221065 ++-0216101 ++-0205092 ++-0215112 ++-0222082 ++-0213089 ++-0218054 ++-0223057 ++-0212108 ++-0209090 ++-0217090 ++-0204131 ++-0220115 ++-0219067 ++-0208085 ++-0207126 ++-0211089 ++-0214113 ++-0210048 ++-0206092 ++-0221066 ++-0205093 ++-0216102 ++-0215113 ++-0222083 ++-0213090 ++-0218055 ++-0209091 ++-0223058 ++-0220116 ++-0207127 ++-0208086 ++-0211090 ++-0206093 ++-0217091 ++-0204132 ++-0212109 ++-0210049 ++-0219068 ++-0216103 ++-0214114 ++-0215114 ++-0222084 ++-0221067 ++-0213091 ++-0205094 ++-0209092 ++-0218056 ++-0207128 ++-0220117 ++-0223059 ++-0206094 ++-0212110 ++-0214115 ++-0216104 ++-0215115 ++-0204133 ++-0217092 ++-0210050 ++-0211091 ++-0219069 ++-0208087 ++-0222085 ++-0213092 ++-0209093 ++-0221068 ++-0218057 ++-0223060 ++-0205095 ++-0207129 ++-0216105 ++-0206095 ++-0214116 ++-0215116 ++-0220118 ++-0212111 ++-0219070 ++-0204134 ++-0211092 ++-0210051 ++-0217093 ++-0209094 ++-0213093 ++-0208088 ++-0221069 ++-0222086 ++-0218058 ++-0223061 ++-0207130 ++-0216106 ++-0220119 ++-0205096 ++-0206096 ++-0215117 ++-0221070 ++-0214117 ++-0204135 ++-0212112 ++-0210052 ++-0209095 ++-0213094 ++-0208089 ++-0219071 ++-0211093 ++-0217094 ++-0223062 ++-0222087 ++-0218059 ++-0220120 ++-0206097 ++-0207131 ++-0214118 ++-0221071 ++-0210053 ++-0208090 ++-0205097 ++-0216107 ++-0204136 ++-0206098 ++-0204137 ++-0205098 ++-0223063 ++-0209096 ++-0212113 ++-0213095 ++-0215118 ++-0221072 ++-0217095 ++-0222088 ++-0211094 ++-0206099 ++-0219072 ++-0216108 ++-0210054 ++-0204138 ++-0213096 ++-0218060 ++-0208091 ++-0214119 ++-0207132 ++-0223064 ++-0205099 ++-0220121 ++-0204139 ++-0210055 ++-0215119 ++-0206100 ++-0219073 ++-0209097 ++-0221073 ++-0217096 ++-0216109 ++-0222089 ++-0213097 ++-0211095 ++-0212114 ++-0208092 ++-0214120 ++-0207133 ++-0218061 ++-0220122 ++-0210056 ++-0205100 ++-0215120 ++-0206101 ++-0209098 ++-0223065 ++-0221074 ++-0204140 ++-0222090 ++-0217097 ++-0216110 ++-0213098 ++-0211096 ++-0208093 ++-0212115 ++-0219074 ++-0214121 ++-0207134 ++-0215121 ++-0218062 ++-0206102 ++-0223066 ++-0209099 ++-0210057 ++-0205101 ++-0222091 ++-0221075 ++-0213099 ++-0208094 ++-0217098 ++-0211097 ++-0204141 ++-0219075 ++-0216111 ++-0220123 ++-0212116 ++-0214122 ++-0207135 ++-0215122 ++-0218063 ++-0223067 ++-0209100 ++-0210058 ++-0206103 ++-0221076 ++-0222092 ++-0205102 ++-0217099 ++-0208095 ++-0213100 ++-0220124 ++-0212117 ++-0207136 ++-0214123 ++-0219076 ++-0204142 ++-0216112 ++-0211098 ++-0215123 ++-0218064 ++-0223068 ++-0209101 ++-0222093 ++-0221077 ++-0205103 ++-0208096 ++-0217100 ++-0206104 ++-0210059 ++-0214124 ++-0213101 ++-0204143 ++-0220125 ++-0207137 ++-0212118 ++-0216113 ++-0219077 ++-0215124 ++-0218065 ++-0211099 ++-0223069 ++-0209102 ++-0217101 ++-0206105 ++-0208097 ++-0221078 ++-0205104 ++-0222094 ++-0214125 ++-0213102 ++-0218066 ++-0210060 ++-0207138 ++-0220126 ++-0215125 ++-0223070 ++-0211100 ++-0204144 ++-0212119 ++-0216114 ++-0219078 ++-0209103 ++-0208098 ++-0221079 ++-0207139 ++-0213103 ++-0217102 ++-0210061 ++-0205105 ++-0214126 ++-0206106 ++-0222095 ++-0220127 ++-0218067 ++-0223071 ++-0219079 ++-0215126 ++-0211101 ++-0209104 ++-0212120 ++-0204145 ++-0216115 ++-0221080 ++-0213104 ++-0207140 ++-0208099 ++-0217103 ++-0205106 ++-0210062 ++-0206107 ++-0219080 ++-0214127 ++-0218068 ++-0211102 ++-0220128 ++-0223072 ++-0212121 ++-0204146 ++-0215127 ++-0222096 ++-0208100 ++-0213105 ++-0209105 ++-0216116 ++-0217104 ++-0221081 ++-0207141 ++-0205107 ++-0206108 ++-0210063 ++-0219081 ++-0218069 ++-0211103 ++-0214128 ++-0220129 ++-0212122 ++-0215128 ++-0222097 ++-0223073 ++-0216117 ++-0217105 ++-0204147 ++-0208101 ++-0207142 ++-0221082 ++-0213106 ++-0209106 ++-0206109 ++-0210064 ++-0219082 ++-0218070 ++-0214129 ++-0211104 ++-0205108 ++-0212123 ++-0220130 ++-0217106 ++-0204148 ++-0223074 ++-0216118 ++-0207143 ++-0215129 ++-0222098 ++-0209107 ++-0219083 ++-0208102 ++-0214130 ++-0210065 ++-0221083 ++-0206110 ++-0211105 ++-0213107 ++-0218071 ++-0217107 ++-0205109 ++-0204149 ++-0212124 ++-0223075 ++-0220131 ++-0209108 ++-0218072 ++-0215130 ++-0208103 ++-0214131 ++-0217108 ++-0210066 ++-0221084 ++-0204150 ++-0206111 ++-0212125 ++-0220132 ++-0205110 ++-0215131 ++-0223076 ++-0218073 ++-0208104 ++-0221085 ++-0214132 ++-0212126 ++-0210067 ++-0209109 ++-0217109 ++-0206112 ++-0204151 ++-0205111 ++-0220133 ++-0219084 ++-0216119 ++-0213108 ++-0222099 ++-0211106 ++-0207144 ++-0215132 ++-0223077 ++-0214133 ++-0221086 ++-0210068 ++-0209110 ++-0212127 ++-0218074 ++-0206113 ++-0204152 ++-0208105 ++-0219085 ++-0217110 ++-0213109 ++-0216120 ++-0222100 ++-0220134 ++-0215133 ++-0207145 ++-0214134 ++-0221087 ++-0223078 ++-0210069 ++-0211107 ++-0209111 ++-0206114 ++-0218075 ++-0212128 ++-0208106 ++-0205112 ++-0219086 ++-0217111 ++-0204153 ++-0216121 ++-0215134 ++-0213110 ++-0207146 ++-0220135 ++-0222101 ++-0214135 ++-0223079 ++-0221088 ++-0210070 ++-0206115 ++-0209112 ++-0218076 ++-0212129 ++-0211108 ++-0205113 ++-0219087 ++-0217112 ++-0208107 ++-0215135 ++-0213111 ++-0204154 ++-0220136 ++-0214136 ++-0207147 ++-0216122 ++-0221089 ++-0223080 ++-0222102 ++-0212130 ++-0218077 ++-0205114 ++-0210071 ++-0217113 ++-0206116 ++-0209113 ++-0219088 ++-0211109 ++-0213112 ++-0208108 ++-0223081 ++-0215136 ++-0207148 ++-0204155 ++-0220137 ++-0212131 ++-0216123 ++-0221090 ++-0214137 ++-0205115 ++-0218078 ++-0222103 ++-0217114 ++-0210072 ++-0211110 ++-0209114 ++-0219089 ++-0206117 ++-0223082 ++-0208109 ++-0213113 ++-0215137 ++-0207149 ++-0220138 ++-0216124 ++-0205116 ++-0212132 ++-0210073 ++-0221091 ++-0217115 ++-0214138 ++-0219090 ++-0211111 ++-0223083 ++-0209115 ++-0210074 ++-0206118 ++-0214139 ++-0205117 ++-0216125 ++-0208110 ++-0218079 ++-0217116 ++-0215138 ++-0213114 ++-0219091 ++-0221092 ++-0207150 ++-0205118 ++-0212133 ++-0220139 ++-0211112 ++-0215139 ++-0222104 ++-0209116 ++-0210075 ++-0223084 ++-0218080 ++-0219092 ++-0213115 ++-0206119 ++-0216126 ++-0221093 ++-0217117 ++-0208111 ++-0224000 ++-0214140 ++-0212134 ++-0221094 ++-0205119 ++-0207151 ++-0217118 ++-0216127 ++-0219093 ++-0220140 ++-0224001 ++-0222105 ++-0208112 ++-0209117 ++-0211113 ++-0223085 ++-0218081 ++-0215140 ++-0210076 ++-0206120 ++-0214141 ++-0212135 ++-0221095 ++-0220141 ++-0213116 ++-0207152 ++-0222106 ++-0209118 ++-0223086 ++-0206121 ++-0211114 ++-0208113 ++-0205120 ++-0216128 ++-0221096 ++-0219094 ++-0212136 ++-0224002 ++-0217119 ++-0214142 ++-0210077 ++-0216129 ++-0221097 ++-0212137 ++-0222107 ++-0223087 ++-0215141 ++-0218082 ++-0213117 ++-0217120 ++-0219095 ++-0205121 ++-0210078 ++-0206122 ++-0209119 ++-0220142 ++-0208114 ++-0207153 ++-0224003 ++-0211115 ++-0214143 ++-0216130 ++-0221098 ++-0212138 ++-0218083 ++-0223088 ++-0215142 ++-0205122 ++-0206123 ++-0213118 ++-0220143 ++-0217121 ++-0209120 ++-0214144 ++-0222108 ++-0211116 ++-0216131 ++-0207154 ++-0219096 ++-0224004 ++-0208115 ++-0221099 ++-0212139 ++-0223089 ++-0215143 ++-0213119 ++-0205123 ++-0218084 ++-0217122 ++-0220144 ++-0206124 ++-0209121 ++-0214145 ++-0216132 ++-0211117 ++-0221100 ++-0207155 ++-0219097 ++-0216133 ++-0208116 ++-0215144 ++-0222109 ++-0214146 ++-0220145 ++-0224005 ++-0218085 ++-0212140 ++-0221101 ++-0223090 ++-0206125 ++-0213120 ++-0209122 ++-0217123 ++-0211118 ++-0207156 ++-0216134 ++-0215145 ++-0208117 ++-0223091 ++-0219098 ++-0206126 ++-0224006 ++-0222110 ++-0221102 ++-0220146 ++-0209123 ++-0217124 ++-0218086 ++-0213121 ++-0214147 ++-0212141 ++-0211119 ++-0205124 ++-0216135 ++-0210079 ++-0215146 ++-0219099 ++-0208118 ++-0224007 ++-0223092 ++-0222111 ++-0206127 ++-0209124 ++-0220147 ++-0221103 ++-0217125 ++-0214148 ++-0218087 ++-0212142 ++-0205125 ++-0213122 ++-0216136 ++-0215147 ++-0211120 ++-0224008 ++-0222112 ++-0210080 ++-0208119 ++-0223093 ++-0221104 ++-0219100 ++-0206128 ++-0205126 ++-0214149 ++-0209125 ++-0212143 ++-0217126 ++-0218088 ++-0215148 ++-0216137 ++-0220148 ++-0213123 ++-0224009 ++-0211121 ++-0222113 ++-0210081 ++-0227000 ++-0208120 ++-0206129 ++-0221105 ++-0205127 ++-0214150 ++-0219101 ++-0218089 ++-0223094 ++-0209126 ++-0217127 ++-0213124 ++-0212144 ++-0211122 ++-0216138 ++-0215149 ++-0220149 ++-0224010 ++-0222114 ++-0206130 ++-0210082 ++-0227001 ++-0221106 ++-0205128 ++-0208121 ++-0219102 ++-0214151 ++-0223095 ++-0209127 ++-0217128 ++-0218090 ++-0212145 ++-0211123 ++-0216139 ++-0213125 ++-0215150 ++-0224011 ++-0206131 ++-0220150 ++-0222115 ++-0210083 ++-0227002 ++-0221107 ++-0214152 ++-0208122 ++-0205129 ++-0209128 ++-0223096 ++-0217129 ++-0219103 ++-0212146 ++-0216140 ++-0218091 ++-0215151 ++-0213126 ++-0224012 ++-0211124 ++-0222116 ++-0210084 ++-0221108 ++-0214153 ++-0220151 ++-0227003 ++-0206132 ++-0209129 ++-0208123 ++-0223097 ++-0205130 ++-0216141 ++-0218092 ++-0219104 ++-0212147 ++-0215152 ++-0217130 ++-0222117 ++-0210085 ++-0224013 ++-0213127 ++-0211125 ++-0221109 ++-0214154 ++-0220152 ++-0227004 ++-0206133 ++-0205131 ++-0223098 ++-0208124 ++-0209130 ++-0218093 ++-0212148 ++-0216142 ++-0215153 ++-0222118 ++-0219105 ++-0210086 ++-0211126 ++-0224014 ++-0217131 ++-0213128 ++-0214155 ++-0220153 ++-0221110 ++-0206134 ++-0227005 ++-0205132 ++-0209131 ++-0218094 ++-0208125 ++-0222119 ++-0212149 ++-0224015 ++-0211127 ++-0223099 ++-0210087 ++-0219106 ++-0220154 ++-0217132 ++-0221111 ++-0214156 ++-0205133 ++-0227006 ++-0216143 ++-0213129 ++-0215154 ++-0209132 ++-0218095 ++-0208126 ++-0222120 ++-0206135 ++-0211128 ++-0212150 ++-0224016 ++-0223100 ++-0210088 ++-0219107 ++-0220155 ++-0217133 ++-0205134 ++-0216144 ++-0221112 ++-0209133 ++-0227007 ++-0208127 ++-0215155 ++-0213130 ++-0212151 ++-0222121 ++-0219108 ++-0218096 ++-0206136 ++-0217134 ++-0223101 ++-0211129 ++-0205135 ++-0210089 ++-0220156 ++-0221113 ++-0216145 ++-0209134 ++-0224017 ++-0208128 ++-0227008 ++-0212152 ++-0222122 ++-0215156 ++-0219109 ++-0217135 ++-0211130 ++-0218097 ++-0206137 ++-0205136 ++-0213131 ++-0221114 ++-0223102 ++-0210090 ++-0234000 ++-0209135 ++-0224018 ++-0220157 ++-0208129 ++-0216146 ++-0222123 ++-0212153 ++-0218098 ++-0211131 ++-0205137 ++-0219110 ++-0217136 ++-0206138 ++-0227009 ++-0213132 ++-0221115 ++-0220158 ++-0209136 ++-0210091 ++-0234001 ++-0208130 ++-0224019 ++-0216147 ++-0222124 ++-0212154 ++-0218099 ++-0211132 ++-0227010 ++-0213133 ++-0205138 ++-0217137 ++-0209137 ++-0219111 ++-0208131 ++-0206139 ++-0234002 ++-0224020 ++-0212155 ++-0210092 ++-0216148 ++-0218100 ++-0211133 ++-0213134 ++-0227011 ++-0221116 ++-0223103 ++-0205139 ++-0217138 ++-0208132 ++-0216149 ++-0212156 ++-0235000 ++-0222125 ++-0221117 ++-0206140 ++-0234003 ++-0218101 ++-0210093 ++-0209138 ++-0224021 ++-0219112 ++-0211134 ++-0217139 ++-0213135 ++-0216150 ++-0205140 ++-0223104 ++-0235001 ++-0227012 ++-0223105 ++-0221118 ++-0217140 ++-0209139 ++-0222126 ++-0218102 ++-0219113 ++-0224022 ++-0205141 ++-0208133 ++-0216151 ++-0210094 ++-0234004 ++-0206141 ++-0221119 ++-0235002 ++-0205142 ++-0227013 ++-0213136 ++-0223106 ++-0209140 ++-0216152 ++-0206142 ++-0234005 ++-0221120 ++-0206143 ++-0218103 ++-0234006 ++-0208134 ++-0224023 ++-0222127 ++-0217141 ++-0213137 ++-0235003 ++-0210095 ++-0227014 ++-0205143 ++-0240000 ++-0211135 ++-0219114 ++-0218104 ++-0210096 ++-0235004 ++-0213138 ++-0208135 ++-0205144 ++-0223107 ++-0217142 ++-0232000 ++-0234007 ++-0219115 ++-0222128 ++-0209141 ++-0216153 ++-0227015 ++-0211136 ++-0240001 ++-0224024 ++-0221121 ++-0206144 ++-0216154 ++-0217143 ++-0210097 ++-0235005 ++-0211137 ++-0221122 ++-0219116 ++-0227016 ++-0209142 ++-0205145 ++-0240002 ++-0222129 ++-0208136 ++-0206145 ++-0216155 ++-0218105 ++-0210098 ++-0217144 ++-0234008 ++-0232001 ++-0213139 ++-0221123 ++-0205146 ++-0208137 ++-0224025 ++-0206146 ++-0218106 ++-0235006 ++-0240003 ++-0211138 ++-0219117 ++-0222130 ++-0223108 ++-0227017 ++-0217145 ++-0213140 ++-0221124 ++-0224026 ++-0216156 ++-0205147 ++-0206147 ++-0209143 ++-0210099 ++-0208138 ++-0235007 ++-0223109 ++-0217146 ++-0234009 ++-0222131 ++-0221125 ++-0211139 ++-0208139 ++-0206148 ++-0210100 ++-0235008 ++-0218107 ++-0209144 ++-0205148 ++-0240004 ++-0232002 ++-0219118 ++-0224027 ++-0227018 ++-0223110 ++-0217147 ++-0221126 ++-0213141 ++-0234010 ++-0222132 ++-0206149 ++-0205149 ++-0211140 ++-0232003 ++-0210101 ++-0235009 ++-0219119 ++-0240005 ++-0208140 ++-0218108 ++-0224028 ++-0221127 ++-0209145 ++-0217148 ++-0213142 ++-0223111 ++-0206150 ++-0227019 ++-0234011 ++-0211141 ++-0223112 ++-0240006 ++-0206151 ++-0211142 ++-0232004 ++-0213143 ++-0227020 ++-0222133 ++-0236000 ++-0205150 ++-0210102 ++-0218109 ++-0221128 ++-0224029 ++-0219120 ++-0235010 ++-0211143 ++-0217149 ++-0206152 ++-0209146 ++-0240007 ++-0223113 ++-0208141 ++-0205151 ++-0224030 ++-0211144 ++-0234012 ++-0222134 ++-0232005 ++-0240008 ++-0213144 ++-0236001 ++-0209147 ++-0217150 ++-0206153 ++-0221129 ++-0219121 ++-0208142 ++-0210103 ++-0227021 ++-0223114 ++-0224031 ++-0236002 ++-0210104 ++-0217151 ++-0227022 ++-0217152 ++-0205152 ++-0232006 ++-0218110 ++-0221130 ++-0208143 ++-0209148 ++-0213145 ++-0240009 ++-0234013 ++-0206154 ++-0235011 ++-0219122 ++-0222135 ++-0223115 ++-0224032 ++-0210105 ++-0227023 ++-0236003 ++-0208144 ++-0217153 ++-0218111 ++-0221131 ++-0213146 ++-0240010 ++-0232007 ++-0219123 ++-0209149 ++-0205153 ++-0235012 ++-0206155 ++-0234014 ++-0224033 ++-0222136 ++-0223116 ++-0236004 ++-0227024 ++-0208145 ++-0210106 ++-0211145 ++-0217154 ++-0213147 ++-0218112 ++-0232008 ++-0221132 ++-0219124 ++-0205154 ++-0224034 ++-0240011 ++-0234015 ++-0223117 ++-0222137 ++-0209150 ++-0227025 ++-0210107 ++-0236005 ++-0211146 ++-0217155 ++-0208146 ++-0221133 ++-0213148 ++-0232009 ++-0219125 ++-0224035 ++-0234016 ++-0205155 ++-0223118 ++-0240012 ++-0222138 ++-0218113 ++-0227026 ++-0210108 ++-0209151 ++-0211147 ++-0221134 ++-0236006 ++-0217156 ++-0208147 ++-0213149 ++-0224036 ++-0219126 ++-0223119 ++-0232010 ++-0218114 ++-0227027 ++-0234017 ++-0226000 ++-0210109 ++-0222139 ++-0240013 ++-0221135 ++-0205156 ++-0211148 ++-0208148 ++-0209152 ++-0236007 ++-0235013 ++-0213150 ++-0224037 ++-0223120 ++-0219127 ++-0227028 ++-0218115 ++-0210110 ++-0234018 ++-0232011 ++-0226001 ++-0240014 ++-0211149 ++-0222140 ++-0208149 ++-0221136 ++-0209153 ++-0236008 ++-0235014 ++-0213151 ++-0219128 ++-0227029 ++-0224038 ++-0218116 ++-0223121 ++-0234019 ++-0226002 ++-0232012 ++-0211150 ++-0208150 ++-0210111 ++-0222141 ++-0221137 ++-0240015 ++-0209154 ++-0236009 ++-0235015 ++-0213152 ++-0237000 ++-0219129 ++-0218117 ++-0227030 ++-0224039 ++-0234020 ++-0223122 ++-0232013 ++-0208151 ++-0226003 ++-0210112 ++-0225000 ++-0221138 ++-0236010 ++-0222142 ++-0240016 ++-0209155 ++-0213153 ++-0237001 ++-0218118 ++-0219130 ++-0235016 ++-0223123 ++-0232014 ++-0227031 ++-0208152 ++-0221139 ++-0210113 ++-0226004 ++-0225001 ++-0236011 ++-0234021 ++-0224040 ++-0211151 ++-0240017 ++-0219131 ++-0213154 ++-0222143 ++-0235017 ++-0237002 ++-0232015 ++-0218119 ++-0221140 ++-0223124 ++-0208153 ++-0226005 ++-0227032 ++-0210114 ++-0234022 ++-0225002 ++-0236012 ++-0219132 ++-0213155 ++-0211152 ++-0240018 ++-0222144 ++-0237003 ++-0232016 ++-0224041 ++-0223125 ++-0235018 ++-0226006 ++-0218120 ++-0221141 ++-0227033 ++-0225003 ++-0236013 ++-0210115 ++-0234023 ++-0211153 ++-0208154 ++-0237004 ++-0219133 ++-0213156 ++-0232017 ++-0224042 ++-0235019 ++-0222145 ++-0226007 ++-0229000 ++-0227034 ++-0210116 ++-0225004 ++-0240019 ++-0211154 ++-0236014 ++-0234024 ++-0218121 ++-0223126 ++-0232018 ++-0219134 ++-0237005 ++-0208155 ++-0221142 ++-0227035 ++-0224043 ++-0210117 ++-0222146 ++-0235020 ++-0240020 ++-0226008 ++-0232019 ++-0237006 ++-0223127 ++-0234025 ++-0221143 ++-0229001 ++-0218122 ++-0227036 ++-0219135 ++-0225005 ++-0236015 ++-0211155 ++-0208156 ++-0233000 ++-0224044 ++-0219136 ++-0229002 ++-0226009 ++-0223128 ++-0210118 ++-0218123 ++-0232020 ++-0240021 ++-0222147 ++-0227037 ++-0235021 ++-0237007 ++-0234026 ++-0225006 ++-0221144 ++-0233001 ++-0210119 ++-0229003 ++-0219137 ++-0236016 ++-0222148 ++-0235022 ++-0232021 ++-0223129 ++-0224045 ++-0219138 ++-0221145 ++-0233002 ++-0219139 ++-0237008 ++-0226010 ++-0240022 ++-0234027 ++-0229004 ++-0235023 ++-0218124 ++-0227038 ++-0210120 ++-0225007 ++-0222149 ++-0223130 ++-0224046 ++-0228000 ++-0232022 ++-0236017 ++-0231000 ++-0221146 ++-0229005 ++-0233003 ++-0237009 ++-0219140 ++-0226011 ++-0218125 ++-0210121 ++-0234028 ++-0223131 ++-0222150 ++-0224047 ++-0235024 ++-0240023 ++-0227039 ++-0225008 ++-0232023 ++-0231001 ++-0228001 ++-0236018 ++-0229006 ++-0221147 ++-0233004 ++-0219141 ++-0210122 ++-0226012 ++-0237010 ++-0227040 ++-0232024 ++-0222151 ++-0235025 ++-0218126 ++-0224048 ++-0234029 ++-0223132 ++-0228002 ++-0231002 ++-0229007 ++-0225009 ++-0240024 ++-0219142 ++-0226013 ++-0232025 ++-0227041 ++-0221148 ++-0233005 ++-0210123 ++-0237011 ++-0218127 ++-0229008 ++-0222152 ++-0224049 ++-0223133 ++-0235026 ++-0231003 ++-0225010 ++-0232026 ++-0228003 ++-0227042 ++-0219143 ++-0226014 ++-0210124 ++-0240025 ++-0218128 ++-0237012 ++-0221149 ++-0233006 ++-0234030 ++-0223134 ++-0224050 ++-0231004 ++-0235027 ++-0225011 ++-0229009 ++-0222153 ++-0228004 ++-0210125 ++-0232027 ++-0219144 ++-0221150 ++-0237013 ++-0226015 ++-0233007 ++-0240026 ++-0218129 ++-0223135 ++-0234031 ++-0224051 ++-0231005 ++-0229010 ++-0222154 ++-0227043 ++-0225012 ++-0235028 ++-0210126 ++-0228005 ++-0221151 ++-0233008 ++-0219145 ++-0236019 ++-0226016 ++-0232028 ++-0224052 ++-0237014 ++-0223136 ++-0234032 ++-0240027 ++-0218130 ++-0231006 ++-0229011 ++-0227044 ++-0235029 ++-0228006 ++-0225013 ++-0222155 ++-0233009 ++-0210127 ++-0221152 ++-0219146 ++-0226017 ++-0232029 ++-0223137 ++-0236020 ++-0237015 ++-0218131 ++-0224053 ++-0231007 ++-0234033 ++-0240028 ++-0228007 ++-0225014 ++-0229012 ++-0227045 ++-0235030 ++-0210128 ++-0219147 ++-0226018 ++-0222156 ++-0232030 ++-0233010 ++-0223138 ++-0218132 ++-0236021 ++-0221153 ++-0224054 ++-0231008 ++-0229013 ++-0227046 ++-0240029 ++-0228008 ++-0225015 ++-0235031 ++-0237016 ++-0219148 ++-0224055 ++-0234034 ++-0231009 ++-0223139 ++-0221154 ++-0232031 ++-0210129 ++-0236022 ++-0226019 ++-0233011 ++-0218133 ++-0225016 ++-0237017 ++-0223140 ++-0234035 ++-0227047 ++-0229014 ++-0240030 ++-0210130 ++-0235032 ++-0224056 ++-0232032 ++-0228009 ++-0231010 ++-0226020 ++-0233012 ++-0236023 ++-0219149 ++-0221155 ++-0218134 ++-0242000 ++-0223141 ++-0237018 ++-0227048 ++-0240031 ++-0229015 ++-0224057 ++-0225017 ++-0232033 ++-0228010 ++-0210131 ++-0235033 ++-0226021 ++-0219150 ++-0234036 ++-0218135 ++-0233013 ++-0236024 ++-0242001 ++-0223142 ++-0231011 ++-0237019 ++-0224058 ++-0225018 ++-0227049 ++-0228011 ++-0232034 ++-0210132 ++-0219151 ++-0235034 ++-0234037 ++-0240032 ++-0233014 ++-0218136 ++-0226022 ++-0223143 ++-0236025 ++-0242002 ++-0231012 ++-0237020 ++-0224059 ++-0228012 ++-0225019 ++-0227050 ++-0234038 ++-0219152 ++-0240033 ++-0233015 ++-0232035 ++-0218137 ++-0210133 ++-0226023 ++-0223144 ++-0231013 ++-0235035 ++-0242003 ++-0225020 ++-0237021 ++-0227051 ++-0224060 ++-0236026 ++-0228013 ++-0241000 ++-0240034 ++-0234039 ++-0233016 ++-0232036 ++-0218138 ++-0219153 ++-0226024 ++-0210134 ++-0223145 ++-0231014 ++-0235036 ++-0224061 ++-0227052 ++-0237022 ++-0225021 ++-0242004 ++-0241001 ++-0236027 ++-0240035 ++-0229016 ++-0232037 ++-0218139 ++-0234040 ++-0210135 ++-0231015 ++-0223146 ++-0228014 ++-0235037 ++-0219154 ++-0227053 ++-0224062 ++-0225022 ++-0241002 ++-0218140 ++-0229017 ++-0237023 ++-0242005 ++-0210136 ++-0236028 ++-0231016 ++-0232038 ++-0234041 ++-0228015 ++-0235038 ++-0219155 ++-0224063 ++-0227054 ++-0225023 ++-0218141 ++-0241003 ++-0210137 ++-0237024 ++-0223147 ++-0242006 ++-0229018 ++-0236029 ++-0231017 ++-0234042 ++-0232039 ++-0228016 ++-0235039 ++-0219156 ++-0227055 ++-0224064 ++-0225024 ++-0218142 ++-0237025 ++-0240036 ++-0229019 ++-0236030 ++-0234043 ++-0226025 ++-0231018 ++-0210138 ++-0242007 ++-0241004 ++-0233017 ++-0223148 ++-0228017 ++-0227056 ++-0235040 ++-0225025 ++-0232040 ++-0224065 ++-0237026 ++-0240037 ++-0218143 ++-0233018 ++-0234044 ++-0210139 ++-0229020 ++-0226026 ++-0236031 ++-0231019 ++-0223149 ++-0242008 ++-0228018 ++-0227057 ++-0241005 ++-0235041 ++-0224066 ++-0240038 ++-0237027 ++-0225026 ++-0218144 ++-0232041 ++-0234045 ++-0231020 ++-0226027 ++-0233019 ++-0228019 ++-0229021 ++-0227058 ++-0210140 ++-0223150 ++-0242009 ++-0239000 ++-0241006 ++-0224067 ++-0240039 ++-0235042 ++-0237028 ++-0225027 ++-0234046 ++-0218145 ++-0232042 ++-0226028 ++-0231021 ++-0229022 ++-0227059 ++-0228020 ++-0223151 ++-0210141 ++-0239001 ++-0233020 ++-0242010 ++-0240040 ++-0224068 ++-0232043 ++-0237029 ++-0225028 ++-0234047 ++-0226029 ++-0241007 ++-0218146 ++-0235043 ++-0236032 ++-0227060 ++-0228021 ++-0231022 ++-0229023 ++-0223152 ++-0233021 ++-0210142 ++-0224069 ++-0237030 ++-0232044 ++-0242011 ++-0218147 ++-0226030 ++-0235044 ++-0241008 ++-0225029 ++-0227061 ++-0234048 ++-0228022 ++-0236033 ++-0231023 ++-0239002 ++-0240041 ++-0229024 ++-0233022 ++-0210143 ++-0223153 ++-0237031 ++-0242012 ++-0224070 ++-0218148 ++-0231024 ++-0226031 ++-0225030 ++-0236034 ++-0232045 ++-0227062 ++-0240042 ++-0228023 ++-0241009 ++-0234049 ++-0236035 ++-0239003 ++-0227063 ++-0237032 ++-0229025 ++-0223154 ++-0228024 ++-0242013 ++-0210144 ++-0224071 ++-0235045 ++-0218149 ++-0240043 ++-0226032 ++-0231025 ++-0233023 ++-0236036 ++-0232046 ++-0241010 ++-0234050 ++-0227064 ++-0225031 ++-0239004 ++-0229026 ++-0226033 ++-0242014 ++-0237033 ++-0218150 ++-0210145 ++-0223155 ++-0231026 ++-0240044 ++-0224072 ++-0228025 ++-0236037 ++-0233024 ++-0241011 ++-0235046 ++-0232047 ++-0227065 ++-0234051 ++-0225032 ++-0242015 ++-0218151 ++-0241012 ++-0228026 ++-0229027 ++-0242016 ++-0218152 ++-0236038 ++-0239005 ++-0234052 ++-0237034 ++-0210146 ++-0231027 ++-0226034 ++-0233025 ++-0224073 ++-0218153 ++-0227066 ++-0240045 ++-0241013 ++-0235047 ++-0242017 ++-0232048 ++-0225033 ++-0237035 ++-0210147 ++-0229028 ++-0231028 ++-0234053 ++-0239006 ++-0233026 ++-0218154 ++-0236039 ++-0241014 ++-0227067 ++-0240046 ++-0224074 ++-0232049 ++-0226035 ++-0242018 ++-0235048 ++-0225034 ++-0237036 ++-0218155 ++-0231029 ++-0240047 ++-0236040 ++-0229029 ++-0233027 ++-0239007 ++-0237037 ++-0229030 ++-0225035 ++-0224075 ++-0210148 ++-0227068 ++-0242019 ++-0234054 ++-0233028 ++-0231030 ++-0226036 ++-0241015 ++-0218156 ++-0232050 ++-0240048 ++-0237038 ++-0229031 ++-0243000 ++-0235049 ++-0225036 ++-0236041 ++-0227069 ++-0210149 ++-0234055 ++-0242020 ++-0224076 ++-0243001 ++-0228027 ++-0210150 ++-0241016 ++-0233029 ++-0226037 ++-0228028 ++-0240049 ++-0229032 ++-0227070 ++-0231031 ++-0237039 ++-0232051 ++-0235050 ++-0239008 ++-0225037 ++-0232052 ++-0224077 ++-0234056 ++-0243002 ++-0210151 ++-0242021 ++-0241017 ++-0232053 ++-0236042 ++-0226038 ++-0240050 ++-0228029 ++-0239009 ++-0227071 ++-0229033 ++-0225038 ++-0233030 ++-0231032 ++-0234057 ++-0235051 ++-0224078 ++-0243003 ++-0242022 ++-0237040 ++-0238000 ++-0210152 ++-0226039 ++-0236043 ++-0240051 ++-0232054 ++-0241018 ++-0228030 ++-0231033 ++-0229034 ++-0227072 ++-0235052 ++-0225039 ++-0233031 ++-0243004 ++-0234058 ++-0239010 ++-0224079 ++-0238001 ++-0226040 ++-0210153 ++-0236044 ++-0232055 ++-0240052 ++-0241019 ++-0228031 ++-0231034 ++-0235053 ++-0225040 ++-0229035 ++-0224080 ++-0242023 ++-0233032 ++-0234059 ++-0238002 ++-0227073 ++-0210154 ++-0226041 ++-0239011 ++-0243005 ++-0236045 ++-0232056 ++-0240053 ++-0241020 ++-0228032 ++-0235054 ++-0231035 ++-0225041 ++-0224081 ++-0234060 ++-0229036 ++-0233033 ++-0242024 ++-0238003 ++-0210155 ++-0237041 ++-0239012 ++-0243006 ++-0236046 ++-0232057 ++-0240054 ++-0226042 ++-0227074 ++-0241021 ++-0235055 ++-0228033 ++-0225042 ++-0233034 ++-0229037 ++-0210156 ++-0231036 ++-0238004 ++-0237042 ++-0243007 ++-0226043 ++-0232058 ++-0234061 ++-0236047 ++-0224082 ++-0235056 ++-0242025 ++-0241022 ++-0240055 ++-0228034 ++-0239013 ++-0227075 ++-0225043 ++-0238005 ++-0231037 ++-0229038 ++-0234062 ++-0235057 ++-0240056 ++-0241023 ++-0224083 ++-0237043 ++-0233035 ++-0232059 ++-0226044 ++-0228035 ++-0243008 ++-0229039 ++-0242026 ++-0225044 ++-0235058 ++-0239014 ++-0231038 ++-0227076 ++-0238006 ++-0241024 ++-0234063 ++-0240057 ++-0236048 ++-0224084 ++-0233036 ++-0237044 ++-0228036 ++-0232060 ++-0226045 ++-0243009 ++-0229040 ++-0239015 ++-0238007 ++-0231039 ++-0241025 ++-0234064 ++-0235059 ++-0225045 ++-0230000 ++-0236049 ++-0240058 ++-0227077 ++-0224085 ++-0228037 ++-0237045 ++-0233037 ++-0232061 ++-0226046 ++-0243010 ++-0229041 ++-0242027 ++-0239016 ++-0238008 ++-0225046 ++-0231040 ++-0234065 ++-0235060 ++-0230001 ++-0241026 ++-0240059 ++-0224086 ++-0227078 ++-0232062 ++-0226047 ++-0233038 ++-0236050 ++-0237046 ++-0228038 ++-0229042 ++-0243011 ++-0242028 ++-0234066 ++-0235061 ++-0231041 ++-0240060 ++-0239017 ++-0238009 ++-0225047 ++-0224087 ++-0230002 ++-0232063 ++-0226048 ++-0236051 ++-0233039 ++-0229043 ++-0228039 ++-0242029 ++-0231042 ++-0240061 ++-0235062 ++-0243012 ++-0241027 ++-0227079 ++-0237047 ++-0234067 ++-0225048 ++-0238010 ++-0224088 ++-0226049 ++-0228040 ++-0232064 ++-0239018 ++-0230003 ++-0229044 ++-0242030 ++-0235063 ++-0243013 ++-0236052 ++-0233040 ++-0231043 ++-0240062 ++-0237048 ++-0225049 ++-0227080 ++-0226050 ++-0234068 ++-0224089 ++-0238011 ++-0241028 ++-0232065 ++-0239019 ++-0242031 ++-0228041 ++-0233041 ++-0236053 ++-0235064 ++-0226051 ++-0231044 ++-0225050 ++-0240063 ++-0243014 ++-0227081 ++-0229045 ++-0230004 ++-0239020 ++-0237049 ++-0242032 ++-0234069 ++-0232066 ++-0228042 ++-0224090 ++-0233042 ++-0238012 ++-0241029 ++-0236054 ++-0226052 ++-0230005 ++-0235065 ++-0240064 ++-0231045 ++-0239021 ++-0234070 ++-0232067 ++-0243015 ++-0227082 ++-0228043 ++-0225051 ++-0229046 ++-0242033 ++-0224091 ++-0237050 ++-0241030 ++-0236055 ++-0233043 ++-0238013 ++-0239022 ++-0231046 ++-0234071 ++-0243016 ++-0227083 ++-0228044 ++-0225052 ++-0230006 ++-0226053 ++-0235066 ++-0240065 ++-0242034 ++-0237051 ++-0224092 ++-0229047 ++-0241031 ++-0232068 ++-0236056 ++-0238014 ++-0239023 ++-0231047 ++-0233044 ++-0234072 ++-0240066 ++-0227084 ++-0237052 ++-0224093 ++-0242035 ++-0243017 ++-0230007 ++-0228045 ++-0229048 ++-0235067 ++-0225053 ++-0231048 ++-0236057 ++-0241032 ++-0232069 ++-0233045 ++-0226054 ++-0239024 ++-0234073 ++-0224094 ++-0227085 ++-0242036 ++-0243018 ++-0237053 ++-0230008 ++-0238015 ++-0231049 ++-0226055 ++-0225054 ++-0241033 ++-0234074 ++-0229049 ++-0239025 ++-0232070 ++-0235068 ++-0240067 ++-0228046 ++-0233046 ++-0224095 ++-0227086 ++-0230009 ++-0226056 ++-0238016 ++-0243019 ++-0225055 ++-0236058 ++-0241034 ++-0234075 ++-0229050 ++-0239026 ++-0231050 ++-0232071 ++-0240068 ++-0233047 ++-0235069 ++-0224096 ++-0228047 ++-0227087 ++-0237054 ++-0225056 ++-0232072 ++-0226057 ++-0241035 ++-0231051 ++-0238017 ++-0233048 ++-0235070 ++-0224097 ++-0225057 ++-0240069 ++-0227088 ++-0226058 ++-0231052 ++-0238018 ++-0232073 ++-0236059 ++-0243020 ++-0229051 ++-0235071 ++-0230010 ++-0237055 ++-0241036 ++-0239027 ++-0234076 ++-0228048 ++-0224098 ++-0233049 ++-0231053 ++-0240070 ++-0227089 ++-0238019 ++-0236060 ++-0232074 ++-0225058 ++-0226059 ++-0235072 ++-0230011 ++-0237056 ++-0229052 ++-0228049 ++-0234077 ++-0231054 ++-0240071 ++-0225059 ++-0232075 ++-0236061 ++-0238020 ++-0226060 ++-0235073 ++-0242037 ++-0237057 ++-0230012 ++-0233050 ++-0229053 ++-0231055 ++-0234078 ++-0240072 ++-0239028 ++-0238021 ++-0225060 ++-0235074 ++-0242038 ++-0240073 ++-0233051 ++-0239029 ++-0237058 ++-0228050 ++-0232076 ++-0234079 ++-0227090 ++-0229054 ++-0241037 ++-0226061 ++-0235075 ++-0238022 ++-0236062 ++-0227091 ++-0225061 ++-0230013 ++-0233052 ++-0237059 ++-0243021 ++-0225062 ++-0236063 ++-0232077 ++-0237060 ++-0224099 ++-0226062 ++-0242039 ++-0230014 ++-0235076 ++-0227092 ++-0233053 ++-0229055 ++-0234080 ++-0240074 ++-0243022 ++-0239030 ++-0236064 ++-0228051 ++-0224100 ++-0241038 ++-0225063 ++-0226063 ++-0230015 ++-0238023 ++-0237061 ++-0231056 ++-0229056 ++-0233054 ++-0240075 ++-0234081 ++-0235077 ++-0239031 ++-0224101 ++-0242040 ++-0243023 ++-0241039 ++-0232078 ++-0236065 ++-0226064 ++-0225064 ++-0228052 ++-0240076 ++-0233055 ++-0231057 ++-0234082 ++-0237062 ++-0227093 ++-0235078 ++-0238024 ++-0229057 ++-0224102 ++-0242041 ++-0234083 ++-0241040 ++-0230016 ++-0229058 ++-0234084 ++-0233056 ++-0236066 ++-0241041 ++-0231058 ++-0242042 ++-0239032 ++-0235079 ++-0240077 ++-0237063 ++-0236067 ++-0225065 ++-0241042 ++-0235080 ++-0242043 ++-0237064 ++-0225066 ++-0235081 ++-0243024 ++-0224103 ++-0238025 ++-0239033 ++-0241043 ++-0233057 ++-0226065 ++-0229059 ++-0236068 ++-0237065 ++-0232079 ++-0225067 ++-0230017 ++-0242044 ++-0228053 ++-0231059 ++-0227094 ++-0234085 ++-0235082 ++-0240078 ++-0241044 ++-0224104 ++-0238026 ++-0229060 ++-0233058 ++-0226066 ++-0242045 ++-0236069 ++-0225068 ++-0231060 ++-0227095 ++-0228054 ++-0239034 ++-0230018 ++-0224105 ++-0234086 ++-0237066 ++-0243025 ++-0240079 ++-0241045 ++-0235083 ++-0238027 ++-0232080 ++-0229061 ++-0243026 ++-0230019 ++-0228055 ++-0226067 ++-0233059 ++-0242046 ++-0234087 ++-0225069 ++-0224106 ++-0239035 ++-0237067 ++-0227096 ++-0236070 ++-0240080 ++-0235084 ++-0232081 ++-0231061 ++-0229062 ++-0241046 ++-0228056 ++-0238028 ++-0226068 ++-0243027 ++-0225070 ++-0242047 ++-0237068 ++-0230020 ++-0224107 ++-0234088 ++-0239036 ++-0227097 ++-0240081 ++-0235085 ++-0232082 ++-0241047 ++-0228057 ++-0226069 ++-0233060 ++-0229063 ++-0238029 ++-0231062 ++-0236071 ++-0243028 ++-0225071 ++-0237069 ++-0235086 ++-0230021 ++-0242048 ++-0227098 ++-0239037 ++-0238030 ++-0229064 ++-0233061 ++-0237070 ++-0231063 ++-0235087 ++-0242049 ++-0227099 ++-0238031 ++-0239038 ++-0229065 ++-0233062 ++-0237071 ++-0235088 ++-0234089 ++-0242050 ++-0224108 ++-0240082 ++-0238032 ++-0231064 ++-0232083 ++-0241048 ++-0229066 ++-0226070 ++-0228058 ++-0227100 ++-0239039 ++-0225072 ++-0233063 ++-0243029 ++-0237072 ++-0234090 ++-0224109 ++-0238033 ++-0242051 ++-0240083 ++-0231065 ++-0235089 ++-0230022 ++-0241049 ++-0232084 ++-0229067 ++-0226071 ++-0225073 ++-0227101 ++-0233064 ++-0239040 ++-0228059 ++-0243030 ++-0237073 ++-0224110 ++-0238034 ++-0235090 ++-0230023 ++-0241050 ++-0231066 ++-0239041 ++-0240084 ++-0226072 ++-0242052 ++-0227102 ++-0228060 ++-0243031 ++-0229068 ++-0224111 ++-0225074 ++-0233065 ++-0232085 ++-0237074 ++-0238035 ++-0230024 ++-0231067 ++-0241051 ++-0228061 ++-0226073 ++-0240085 ++-0235091 ++-0243032 ++-0242053 ++-0224112 ++-0229069 ++-0233066 ++-0225075 ++-0239042 ++-0238036 ++-0236072 ++-0232086 ++-0231068 ++-0237075 ++-0230025 ++-0241052 ++-0228062 ++-0240086 ++-0243033 ++-0224113 ++-0242054 ++-0227103 ++-0229070 ++-0226074 ++-0235092 ++-0225076 ++-0238037 ++-0239043 ++-0237076 ++-0231069 ++-0230026 ++-0236073 ++-0234091 ++-0232087 ++-0241053 ++-0224114 ++-0243034 ++-0240087 ++-0228063 ++-0233067 ++-0227104 ++-0230027 ++-0235093 ++-0242055 ++-0226075 ++-0231070 ++-0238038 ++-0229071 ++-0237077 ++-0239044 ++-0225077 ++-0232088 ++-0228064 ++-0240088 ++-0230028 ++-0224115 ++-0236074 ++-0241054 ++-0233068 ++-0243035 ++-0227105 ++-0234092 ++-0226076 ++-0235094 ++-0238039 ++-0225078 ++-0237078 ++-0229072 ++-0242056 ++-0232089 ++-0231071 ++-0230029 ++-0224116 ++-0241055 ++-0239045 ++-0228065 ++-0243036 ++-0240089 ++-0234093 ++-0236075 ++-0233069 ++-0227106 ++-0235095 ++-0226077 ++-0237079 ++-0238040 ++-0225079 ++-0232090 ++-0229073 ++-0241056 ++-0242057 ++-0230030 ++-0243037 ++-0234094 ++-0236076 ++-0224117 ++-0240090 ++-0239046 ++-0228066 ++-0233070 ++-0237080 ++-0238041 ++-0227107 ++-0235096 ++-0225080 ++-0226078 ++-0229074 ++-0232091 ++-0242058 ++-0243038 ++-0230031 ++-0241057 ++-0233071 ++-0228067 ++-0239047 ++-0237081 ++-0234095 ++-0227108 ++-0240091 ++-0225081 ++-0238042 ++-0226079 ++-0229075 ++-0235097 ++-0224118 ++-0232092 ++-0236077 ++-0230032 ++-0231072 ++-0243039 ++-0242059 ++-0233072 ++-0241058 ++-0237082 ++-0227109 ++-0240092 ++-0234096 ++-0226080 ++-0225082 ++-0239048 ++-0228068 ++-0238043 ++-0235098 ++-0232093 ++-0229076 ++-0224119 ++-0231073 ++-0236078 ++-0230033 ++-0243040 ++-0233073 ++-0241059 ++-0237083 ++-0227110 ++-0225083 ++-0242060 ++-0239049 ++-0240093 ++-0226081 ++-0228069 ++-0234097 ++-0229077 ++-0238044 ++-0224120 ++-0230034 ++-0235099 ++-0243041 ++-0232094 ++-0236079 ++-0241060 ++-0231074 ++-0239050 ++-0233074 ++-0238045 ++-0240094 ++-0227111 ++-0243042 ++-0226082 ++-0237084 ++-0234098 ++-0242061 ++-0225084 ++-0232095 ++-0228070 ++-0229078 ++-0230035 ++-0236080 ++-0224121 ++-0241061 ++-0235100 ++-0238046 ++-0239051 ++-0233075 ++-0231075 ++-0237085 ++-0226083 ++-0232096 ++-0229079 ++-0240095 ++-0228071 ++-0243043 ++-0234099 ++-0227112 ++-0225085 ++-0242062 ++-0224122 ++-0230036 ++-0241062 ++-0238047 ++-0235101 ++-0236081 ++-0239052 ++-0226084 ++-0233076 ++-0228072 ++-0239053 ++-0237086 ++-0229080 ++-0243044 ++-0225086 ++-0227113 ++-0231076 ++-0226085 ++-0232097 ++-0235102 ++-0234100 ++-0241063 ++-0240096 ++-0230037 ++-0242063 ++-0224123 ++-0236082 ++-0228073 ++-0224124 ++-0229081 ++-0234101 ++-0233077 ++-0239054 ++-0232098 ++-0226086 ++-0241064 ++-0238048 ++-0236083 ++-0242064 ++-0235103 ++-0237087 ++-0230038 ++-0240097 ++-0231077 ++-0225087 ++-0227114 ++-0243045 ++-0228074 ++-0229082 ++-0234102 ++-0233078 ++-0241065 ++-0238049 ++-0230039 ++-0235104 ++-0231078 ++-0236084 ++-0224125 ++-0242065 ++-0243046 ++-0226087 ++-0239055 ++-0227115 ++-0225088 ++-0240098 ++-0237088 ++-0234103 ++-0228075 ++-0230040 ++-0233079 ++-0229083 ++-0241066 ++-0236085 ++-0238050 ++-0235105 ++-0243047 ++-0239056 ++-0226088 ++-0225089 ++-0232099 ++-0227116 ++-0237089 ++-0231079 ++-0224126 ++-0242066 ++-0240099 ++-0229084 ++-0230041 ++-0228076 ++-0241067 ++-0236086 ++-0235106 ++-0234104 ++-0226089 ++-0233080 ++-0232100 ++-0224127 ++-0227117 ++-0225090 ++-0231080 ++-0243048 ++-0239057 ++-0242067 ++-0237090 ++-0229085 ++-0228077 ++-0241068 ++-0240100 ++-0236087 ++-0234105 ++-0225091 ++-0226090 ++-0232101 ++-0230042 ++-0227118 ++-0235107 ++-0231081 ++-0233081 ++-0239058 ++-0242068 ++-0237091 ++-0243049 ++-0240101 ++-0229086 ++-0224128 ++-0234106 ++-0236088 ++-0228078 ++-0241069 ++-0227119 ++-0238051 ++-0232102 ++-0230043 ++-0226091 ++-0231082 ++-0225092 ++-0235108 ++-0233082 ++-0239059 ++-0243050 ++-0240102 ++-0242069 ++-0229087 ++-0237092 ++-0224129 ++-0234107 ++-0236089 ++-0228079 ++-0230044 ++-0232103 ++-0238052 ++-0231083 ++-0227120 ++-0225093 ++-0235109 ++-0226092 ++-0241070 ++-0233083 ++-0229088 ++-0240103 ++-0239060 ++-0224130 ++-0242070 ++-0243051 ++-0236090 ++-0230045 ++-0231084 ++-0234108 ++-0237093 ++-0228080 ++-0227121 ++-0232104 ++-0235110 ++-0238053 ++-0225094 ++-0226093 ++-0233084 ++-0240104 ++-0241071 ++-0224131 ++-0239061 ++-0230046 ++-0243052 ++-0229089 ++-0242071 ++-0236091 ++-0228081 ++-0231085 ++-0234109 ++-0238054 ++-0225095 ++-0226094 ++-0227122 ++-0237094 ++-0232105 ++-0235111 ++-0240105 ++-0233085 ++-0224132 ++-0239062 ++-0230047 ++-0229090 ++-0241072 ++-0242072 ++-0226095 ++-0235112 ++-0237095 ++-0236092 ++-0243053 ++-0226096 ++-0238055 ++-0225096 ++-0234110 ++-0231086 ++-0228082 ++-0233086 ++-0239063 ++-0232106 ++-0230048 ++-0241073 ++-0224133 ++-0240106 ++-0242073 ++-0229091 ++-0227123 ++-0235113 ++-0243054 ++-0237096 ++-0226097 ++-0233087 ++-0225097 ++-0239064 ++-0236093 ++-0231087 ++-0228083 ++-0234111 ++-0224134 ++-0242074 ++-0229092 ++-0232107 ++-0241074 ++-0230049 ++-0238056 ++-0227124 ++-0240107 ++-0235114 ++-0237097 ++-0243055 ++-0225098 ++-0239065 ++-0228084 ++-0226098 ++-0234112 ++-0233088 ++-0229093 ++-0236094 ++-0224135 ++-0242075 ++-0241075 ++-0230050 ++-0240108 ++-0238057 ++-0232108 ++-0231088 ++-0227125 ++-0235115 ++-0239066 ++-0237098 ++-0243056 ++-0234113 ++-0233089 ++-0225099 ++-0226099 ++-0224136 ++-0228085 ++-0236095 ++-0230051 ++-0241076 ++-0242076 ++-0238058 ++-0229094 ++-0231089 ++-0240109 ++-0227126 ++-0235116 ++-0232109 ++-0239067 ++-0237099 ++-0243057 ++-0226100 ++-0225100 ++-0233090 ++-0228086 ++-0224137 ++-0234114 ++-0230052 ++-0242077 ++-0229095 ++-0238059 ++-0236096 ++-0241077 ++-0231090 ++-0237100 ++-0239068 ++-0242078 ++-0228087 ++-0224138 ++-0227127 ++-0240110 ++-0235117 ++-0231091 ++-0238060 ++-0232110 ++-0243058 ++-0225101 ++-0230053 ++-0234115 ++-0226101 ++-0241078 ++-0237101 ++-0239069 ++-0228088 ++-0236097 ++-0242079 ++-0229096 ++-0227128 ++-0224139 ++-0240111 ++-0231092 ++-0235118 ++-0232111 ++-0243059 ++-0225102 ++-0230054 ++-0234116 ++-0241079 ++-0237102 ++-0228089 ++-0238061 ++-0239070 ++-0236098 ++-0242080 ++-0226102 ++-0229097 ++-0235119 ++-0240112 ++-0231093 ++-0230055 ++-0227129 ++-0232112 ++-0225103 ++-0234117 ++-0228090 ++-0224140 ++-0243060 ++-0241080 ++-0233091 ++-0237103 ++-0239071 ++-0236099 ++-0238062 ++-0226103 ++-0231094 ++-0240113 ++-0229098 ++-0242081 ++-0235120 ++-0236100 ++-0224141 ++-0234118 ++-0237104 ++-0241081 ++-0233092 ++-0227130 ++-0239072 ++-0226104 ++-0238063 ++-0232113 ++-0225104 ++-0230056 ++-0228091 ++-0231095 ++-0243061 ++-0240114 ++-0229099 ++-0242082 ++-0235121 ++-0234119 ++-0224142 ++-0237105 ++-0233093 ++-0232114 ++-0236101 ++-0238064 ++-0226105 ++-0241082 ++-0239073 ++-0225105 ++-0231096 ++-0228092 ++-0243062 ++-0230057 ++-0242083 ++-0240115 ++-0227131 ++-0229100 ++-0235122 ++-0224143 ++-0234120 ++-0233094 ++-0237106 ++-0236102 ++-0226106 ++-0238065 ++-0241083 ++-0225106 ++-0239074 ++-0240116 ++-0227132 ++-0232115 ++-0231097 ++-0228093 ++-0243063 ++-0230058 ++-0242084 ++-0224144 ++-0229101 ++-0235123 ++-0233095 ++-0226107 ++-0234121 ++-0236103 ++-0239075 ++-0225107 ++-0240117 ++-0237107 ++-0238066 ++-0241084 ++-0228094 ++-0230059 ++-0227133 ++-0242085 ++-0231098 ++-0229102 ++-0243064 ++-0232116 ++-0235124 ++-0226108 ++-0224145 ++-0234122 ++-0236104 ++-0239076 ++-0225108 ++-0241085 ++-0237108 ++-0230060 ++-0240118 ++-0228095 ++-0242086 ++-0229103 ++-0243065 ++-0232117 ++-0231099 ++-0227134 ++-0224146 ++-0233096 ++-0238067 ++-0239077 ++-0241086 ++-0237109 ++-0242087 ++-0228096 ++-0226109 ++-0234123 ++-0235125 ++-0236105 ++-0224147 ++-0239078 ++-0225109 ++-0232118 ++-0229104 ++-0238068 ++-0243066 ++-0233097 ++-0231100 ++-0227135 ++-0230061 ++-0242088 ++-0241087 ++-0228097 ++-0237110 ++-0240119 ++-0235126 ++-0226110 ++-0234124 ++-0236106 ++-0243067 ++-0229105 ++-0228098 ++-0233098 ++-0241088 ++-0237111 ++-0235127 ++-0240120 ++-0224148 ++-0231101 ++-0238069 ++-0239079 ++-0230062 ++-0232119 ++-0242089 ++-0227136 ++-0225110 ++-0226111 ++-0229106 ++-0241089 ++-0243068 ++-0228099 ++-0237112 ++-0224149 ++-0231102 ++-0240121 ++-0233099 ++-0239080 ++-0238070 ++-0229107 ++-0236107 ++-0243069 ++-0241090 ++-0234125 ++-0230063 ++-0232120 ++-0242090 ++-0228100 ++-0235128 ++-0224150 ++-0237113 ++-0225111 ++-0227137 ++-0232121 ++-0229108 ++-0231103 ++-0228101 ++-0227138 ++-0225112 ++-0240122 ++-0239081 ++-0236108 ++-0233100 ++-0230064 ++-0238071 ++-0242091 ++-0235129 ++-0226112 ++-0237114 ++-0241091 ++-0234126 ++-0243070 ++-0224151 ++-0232122 ++-0231104 ++-0227139 ++-0225113 ++-0238072 ++-0229109 ++-0239082 ++-0240123 ++-0233101 ++-0242092 ++-0228102 ++-0235130 ++-0236109 ++-0241092 ++-0237115 ++-0226113 ++-0230065 ++-0234127 ++-0224152 ++-0232123 ++-0227140 ++-0231105 ++-0243071 ++-0238073 ++-0229110 ++-0233102 ++-0242093 ++-0239083 ++-0225114 ++-0240124 ++-0228103 ++-0226114 ++-0241093 ++-0237116 ++-0235131 ++-0224153 ++-0231106 ++-0227141 ++-0232124 ++-0239084 ++-0236110 ++-0229111 ++-0238074 ++-0243072 ++-0242094 ++-0233103 ++-0224154 ++-0226115 ++-0240125 ++-0237117 ++-0235132 ++-0228104 ++-0225115 ++-0241094 ++-0231107 ++-0229112 ++-0232125 ++-0230066 ++-0238075 ++-0234128 ++-0227142 ++-0239085 ++-0242095 ++-0224155 ++-0243073 ++-0226116 ++-0236111 ++-0235133 ++-0240126 ++-0233104 ++-0237118 ++-0228105 ++-0225116 ++-0241095 ++-0234129 ++-0229113 ++-0230067 ++-0235134 ++-0227143 ++-0225117 ++-0238076 ++-0243074 ++-0226117 ++-0239086 ++-0232126 ++-0237119 ++-0240127 ++-0231108 ++-0242096 ++-0241096 ++-0229114 ++-0236112 ++-0230068 ++-0233105 ++-0228106 ++-0234130 ++-0235135 ++-0227144 ++-0225118 ++-0226118 ++-0243075 ++-0239087 ++-0238077 ++-0237120 ++-0242097 ++-0231109 ++-0240128 ++-0232127 ++-0235136 ++-0236113 ++-0227145 ++-0228107 ++-0233106 ++-0230069 ++-0234131 ++-0225119 ++-0226119 ++-0244000 ++-0229115 ++-0243076 ++-0239088 ++-0238078 ++-0242098 ++-0231110 ++-0237121 ++-0235137 ++-0236114 ++-0227146 ++-0232128 ++-0240129 ++-0230070 ++-0234132 ++-0228108 ++-0241097 ++-0225120 ++-0226120 ++-0233107 ++-0244001 ++-0229116 ++-0243077 ++-0231111 ++-0242099 ++-0239089 ++-0238079 ++-0235138 ++-0237122 ++-0230071 ++-0240130 ++-0236115 ++-0225121 ++-0241098 ++-0227147 ++-0234133 ++-0232129 ++-0228109 ++-0233108 ++-0226121 ++-0234134 ++-0235139 ++-0239090 ++-0244002 ++-0243078 ++-0231112 ++-0229117 ++-0225122 ++-0240131 ++-0238080 ++-0230072 ++-0226122 ++-0233109 ++-0229118 ++-0235140 ++-0244003 ++-0225123 ++-0238081 ++-0230073 ++-0226123 ++-0225124 ++-0235141 ++-0226124 ++-0230074 ++-0229119 ++-0232130 ++-0243079 ++-0237123 ++-0227148 ++-0238082 ++-0242100 ++-0226125 ++-0240132 ++-0233110 ++-0225125 ++-0230075 ++-0235142 ++-0236116 ++-0241099 ++-0231113 ++-0234135 ++-0239091 ++-0228110 ++-0244004 ++-0240133 ++-0233111 ++-0229120 ++-0227149 ++-0226126 ++-0241100 ++-0243080 ++-0237124 ++-0230076 ++-0225126 ++-0231114 ++-0238083 ++-0232131 ++-0228111 ++-0244005 ++-0242101 ++-0234136 ++-0235143 ++-0233112 ++-0240134 ++-0241101 ++-0239092 ++-0227150 ++-0226127 ++-0236117 ++-0243081 ++-0238084 ++-0237125 ++-0225127 ++-0229121 ++-0230077 ++-0232132 ++-0231115 ++-0242102 ++-0240135 ++-0244006 ++-0228112 ++-0235144 ++-0234137 ++-0227151 ++-0241102 ++-0233113 ++-0236118 ++-0226128 ++-0239093 ++-0243082 ++-0229122 ++-0238085 ++-0237126 ++-0230078 ++-0232133 ++-0227152 ++-0241103 ++-0235145 ++-0236119 ++-0229123 ++-0237127 ++-0225128 ++-0233114 ++-0238086 ++-0230079 ++-0243083 ++-0231116 ++-0239094 ++-0242103 ++-0226129 ++-0240136 ++-0241104 ++-0234138 ++-0232134 ++-0244007 ++-0236120 ++-0229124 ++-0227153 ++-0225129 ++-0243084 ++-0230080 ++-0233115 ++-0237128 ++-0238087 ++-0240137 ++-0226130 ++-0242104 ++-0239095 ++-0241105 ++-0236121 ++-0235146 ++-0244008 ++-0232135 ++-0234139 ++-0228113 ++-0243085 ++-0231117 ++-0227154 ++-0237129 ++-0225130 ++-0230081 ++-0229125 ++-0226131 ++-0240138 ++-0239096 ++-0238088 ++-0242105 ++-0235147 ++-0232136 ++-0236122 ++-0244009 ++-0233116 ++-0241106 ++-0228114 ++-0243086 ++-0227155 ++-0240139 ++-0237130 ++-0234140 ++-0231118 ++-0230082 ++-0239097 ++-0242106 ++-0232137 ++-0244010 ++-0225131 ++-0235148 ++-0229126 ++-0237131 ++-0227156 ++-0236123 ++-0228115 ++-0243087 ++-0241107 ++-0238089 ++-0231119 ++-0230083 ++-0226132 ++-0242107 ++-0233117 ++-0232138 ++-0234141 ++-0240140 ++-0239098 ++-0244011 ++-0225132 ++-0235149 ++-0229127 ++-0237132 ++-0236124 ++-0231120 ++-0233118 ++-0230084 ++-0243088 ++-0228116 ++-0242108 ++-0232139 ++-0241108 ++-0234142 ++-0226133 ++-0239099 ++-0225133 ++-0238090 ++-0229128 ++-0240141 ++-0235150 ++-0233119 ++-0231121 ++-0243089 ++-0228117 ++-0244012 ++-0230085 ++-0232140 ++-0234143 ++-0236125 ++-0237133 ++-0242109 ++-0241109 ++-0229129 ++-0226134 ++-0225134 ++-0235151 ++-0239100 ++-0247000 ++-0243090 ++-0228118 ++-0231122 ++-0233120 ++-0244013 ++-0240142 ++-0232141 ++-0238091 ++-0236126 ++-0234144 ++-0230086 ++-0235152 ++-0242110 ++-0237134 ++-0229130 ++-0225135 ++-0226135 ++-0247001 ++-0239101 ++-0228119 ++-0240143 ++-0234145 ++-0236127 ++-0241110 ++-0230087 ++-0235153 ++-0244014 ++-0231123 ++-0232142 ++-0226136 ++-0243091 ++-0233121 ++-0242111 ++-0229131 ++-0238092 ++-0247002 ++-0239102 ++-0225136 ++-0237135 ++-0228120 ++-0240144 ++-0234146 ++-0244015 ++-0230088 ++-0232143 ++-0235154 ++-0226137 ++-0247003 ++-0241111 ++-0231124 ++-0243092 ++-0238093 ++-0229132 ++-0225137 ++-0239103 ++-0237136 ++-0242112 ++-0228121 ++-0233122 ++-0226138 ++-0230089 ++-0232144 ++-0244016 ++-0247004 ++-0234147 ++-0236128 ++-0243093 ++-0229133 ++-0235155 ++-0238094 ++-0239104 ++-0241112 ++-0231125 ++-0242113 ++-0225138 ++-0233123 ++-0226139 ++-0230090 ++-0228122 ++-0232145 ++-0236129 ++-0237137 ++-0234148 ++-0243094 ++-0239105 ++-0235156 ++-0241113 ++-0247005 ++-0242114 ++-0244017 ++-0226140 ++-0238095 ++-0231126 ++-0225139 ++-0229134 ++-0230091 ++-0232146 ++-0233124 ++-0228123 ++-0237138 ++-0234149 ++-0243095 ++-0241114 ++-0239106 ++-0242115 ++-0240145 ++-0247006 ++-0226141 ++-0231127 ++-0225140 ++-0233125 ++-0244018 ++-0236130 ++-0238096 ++-0237139 ++-0234150 ++-0230092 ++-0229135 ++-0232147 ++-0228124 ++-0243096 ++-0226142 ++-0240146 ++-0239107 ++-0225141 ++-0241115 ++-0242116 ++-0236131 ++-0231128 ++-0237140 ++-0247007 ++-0233126 ++-0244019 ++-0238097 ++-0230093 ++-0243097 ++-0229136 ++-0234151 ++-0232148 ++-0228125 ++-0240147 ++-0255000 ++-0226143 ++-0241116 ++-0225142 ++-0242117 ++-0237141 ++-0236132 ++-0239108 ++-0247008 ++-0231129 ++-0233127 ++-0244020 ++-0238098 ++-0230094 ++-0228126 ++-0229137 ++-0243098 ++-0234152 ++-0241117 ++-0232149 ++-0255001 ++-0226144 ++-0225143 ++-0239109 ++-0242118 ++-0236133 ++-0231130 ++-0233128 ++-0237142 ++-0247009 ++-0238099 ++-0244021 ++-0229138 ++-0226145 ++-0236134 ++-0234153 ++-0230095 ++-0255002 ++-0240148 ++-0243099 ++-0228127 ++-0225144 ++-0242119 ++-0237143 ++-0233129 ++-0238100 ++-0244022 ++-0239110 ++-0236135 ++-0247010 ++-0240149 ++-0228128 ++-0241118 ++-0231131 ++-0232150 ++-0234154 ++-0226146 ++-0243100 ++-0255003 ++-0229139 ++-0230096 ++-0225145 ++-0237144 ++-0242120 ++-0244023 ++-0233130 ++-0238101 ++-0239111 ++-0236136 ++-0226147 ++-0247011 ++-0240150 ++-0232151 ++-0241119 ++-0234155 ++-0255004 ++-0230097 ++-0231132 ++-0228129 ++-0225146 ++-0243101 ++-0229140 ++-0242121 ++-0237145 ++-0244024 ++-0233131 ++-0236137 ++-0247012 ++-0238102 ++-0239112 ++-0255005 ++-0226148 ++-0230098 ++-0231133 ++-0241120 ++-0228130 ++-0225147 ++-0232152 ++-0240151 ++-0243102 ++-0229141 ++-0244025 ++-0242122 ++-0237146 ++-0233132 ++-0236138 ++-0238103 ++-0255006 ++-0226149 ++-0239113 ++-0241121 ++-0230099 ++-0247013 ++-0225148 ++-0232153 ++-0240152 ++-0231134 ++-0229142 ++-0228131 ++-0244026 ++-0242123 ++-0236139 ++-0243103 ++-0238104 ++-0237147 ++-0233133 ++-0255007 ++-0254000 ++-0239114 ++-0230100 ++-0226150 ++-0241122 ++-0229143 ++-0225149 ++-0240153 ++-0232154 ++-0247014 ++-0231135 ++-0243104 ++-0230101 ++-0237148 ++-0244027 ++-0242124 ++-0229144 ++-0228132 ++-0236140 ++-0254001 ++-0238105 ++-0233134 ++-0239115 ++-0255008 ++-0241123 ++-0247015 ++-0232155 ++-0230102 ++-0231136 ++-0240154 ++-0225150 ++-0226151 ++-0243105 ++-0237149 ++-0242125 ++-0244028 ++-0229145 ++-0236141 ++-0233135 ++-0255009 ++-0254002 ++-0247016 ++-0228133 ++-0241124 ++-0232156 ++-0231137 ++-0238106 ++-0239116 ++-0226152 ++-0225151 ++-0230103 ++-0243106 ++-0240155 ++-0237150 ++-0244029 ++-0242126 ++-0229146 ++-0233136 ++-0236142 ++-0247017 ++-0241125 ++-0228134 ++-0238107 ++-0225152 ++-0255010 ++-0231138 ++-0243107 ++-0254003 ++-0226153 ++-0240156 ++-0237151 ++-0239117 ++-0230104 ++-0244030 ++-0242127 ++-0229147 ++-0236143 ++-0241126 ++-0247018 ++-0233137 ++-0228135 ++-0231139 ++-0226154 ++-0254004 ++-0225153 ++-0255011 ++-0238108 ++-0244031 ++-0239118 ++-0242128 ++-0229148 ++-0236144 ++-0230105 ++-0241127 ++-0243108 ++-0237152 ++-0233138 ++-0228136 ++-0254005 ++-0225154 ++-0252000 ++-0231140 ++-0255012 ++-0244032 ++-0226155 ++-0238109 ++-0242129 ++-0236145 ++-0230106 ++-0247019 ++-0241128 ++-0229149 ++-0237153 ++-0233139 ++-0254006 ++-0239119 ++-0228137 ++-0243109 ++-0225155 ++-0260000 ++-0252001 ++-0231141 ++-0244033 ++-0238110 ++-0255013 ++-0242130 ++-0236146 ++-0247020 ++-0241129 ++-0229150 ++-0230107 ++-0237154 ++-0233140 ++-0239120 ++-0254007 ++-0225156 ++-0243110 ++-0260001 ++-0231142 ++-0228138 ++-0252002 ++-0255014 ++-0247021 ++-0252003 ++-0244034 ++-0237155 ++-0238111 ++-0229151 ++-0243111 ++-0236147 ++-0241130 ++-0242131 ++-0228139 ++-0233141 ++-0254008 ++-0247022 ++-0231143 ++-0260002 ++-0255015 ++-0230108 ++-0252004 ++-0239121 ++-0244035 ++-0237156 ++-0228140 ++-0241131 ++-0242132 ++-0238112 ++-0229152 ++-0243112 ++-0254009 ++-0236148 ++-0231144 ++-0260003 ++-0230109 ++-0252005 ++-0233142 ++-0255016 ++-0241132 ++-0242133 ++-0238113 ++-0233143 ++-0255017 ++-0252006 ++-0246000 ++-0242134 ++-0241133 ++-0238114 ++-0255018 ++-0252007 ++-0233144 ++-0246001 ++-0241134 ++-0242135 ++-0239122 ++-0247023 ++-0244036 ++-0238115 ++-0228141 ++-0236149 ++-0254010 ++-0230110 ++-0252008 ++-0260004 ++-0229153 ++-0245000 ++-0243113 ++-0246002 ++-0231145 ++-0255019 ++-0241135 ++-0242136 ++-0233145 ++-0238116 ++-0236150 ++-0228142 ++-0247024 ++-0239123 ++-0244037 ++-0254011 ++-0252009 ++-0260005 ++-0229154 ++-0230111 ++-0246003 ++-0245001 ++-0243114 ++-0255020 ++-0231146 ++-0242137 ++-0233146 ++-0241136 ++-0238117 ++-0236151 ++-0239124 ++-0247025 ++-0228143 ++-0244038 ++-0254012 ++-0260006 ++-0257000 ++-0230112 ++-0243115 ++-0229155 ++-0246004 ++-0252010 ++-0255021 ++-0245002 ++-0231147 ++-0233147 ++-0242138 ++-0238118 ++-0241137 ++-0239125 ++-0236152 ++-0228144 ++-0247026 ++-0244039 ++-0260007 ++-0254013 ++-0246005 ++-0252011 ++-0230113 ++-0245003 ++-0231148 ++-0257001 ++-0255022 ++-0238119 ++-0229156 ++-0241138 ++-0233148 ++-0243116 ++-0247027 ++-0244040 ++-0242139 ++-0239126 ++-0260008 ++-0228145 ++-0254014 ++-0246006 ++-0257002 ++-0252012 ++-0231149 ++-0245004 ++-0255023 ++-0233149 ++-0236153 ++-0241139 ++-0243117 ++-0247028 ++-0229157 ++-0239127 ++-0228146 ++-0260009 ++-0231150 ++-0244041 ++-0238120 ++-0246007 ++-0242140 ++-0257003 ++-0245005 ++-0252013 ++-0241140 ++-0243118 ++-0255024 ++-0229158 ++-0247029 ++-0236154 ++-0230114 ++-0228147 ++-0254015 ++-0233150 ++-0238121 ++-0239128 ++-0246008 ++-0244042 ++-0242141 ++-0231151 ++-0257004 ++-0245006 ++-0252014 ++-0260010 ++-0236155 ++-0247030 ++-0254016 ++-0243119 ++-0233151 ++-0228148 ++-0230115 ++-0255025 ++-0241141 ++-0239129 ++-0257005 ++-0231152 ++-0244043 ++-0245007 ++-0238122 ++-0242142 ++-0252015 ++-0246009 ++-0260011 ++-0236156 ++-0247031 ++-0228149 ++-0254017 ++-0243120 ++-0239130 ++-0233152 ++-0230116 ++-0231153 ++-0238123 ++-0244044 ++-0255026 ++-0245008 ++-0241142 ++-0242143 ++-0257006 ++-0246010 ++-0260012 ++-0252016 ++-0247032 ++-0228150 ++-0239131 ++-0254018 ++-0238124 ++-0241143 ++-0244045 ++-0245009 ++-0230117 ++-0257007 ++-0246011 ++-0233153 ++-0249000 ++-0255027 ++-0260013 ++-0252017 ++-0247033 ++-0242144 ++-0228151 ++-0243121 ++-0231154 ++-0239132 ++-0244046 ++-0241144 ++-0255028 ++-0230118 ++-0228152 ++-0246012 ++-0247034 ++-0249001 ++-0245010 ++-0254019 ++-0252018 ++-0257008 ++-0233154 ++-0260014 ++-0238125 ++-0256000 ++-0243122 ++-0242145 ++-0231155 ++-0244047 ++-0255029 ++-0239133 ++-0246013 ++-0245011 ++-0254020 ++-0247035 ++-0249002 ++-0257009 ++-0233155 ++-0238126 ++-0241145 ++-0252019 ++-0228153 ++-0260015 ++-0230119 ++-0243123 ++-0242146 ++-0256001 ++-0231156 ++-0244048 ++-0255030 ++-0247036 ++-0254021 ++-0249003 ++-0239134 ++-0245012 ++-0238127 ++-0257010 ++-0241146 ++-0246014 ++-0252020 ++-0228154 ++-0242147 ++-0260016 ++-0243124 ++-0256002 ++-0244049 ++-0247037 ++-0254022 ++-0255031 ++-0230120 ++-0241147 ++-0246015 ++-0239135 ++-0249004 ++-0245013 ++-0228155 ++-0238128 ++-0257011 ++-0242148 ++-0260017 ++-0256003 ++-0247038 ++-0243125 ++-0244050 ++-0254023 ++-0230121 ++-0255032 ++-0253000 ++-0252021 ++-0241148 ++-0246016 ++-0249005 ++-0228156 ++-0257012 ++-0239136 ++-0238129 ++-0245014 ++-0260018 ++-0230122 ++-0255033 ++-0247039 ++-0244051 ++-0252022 ++-0256004 ++-0251000 ++-0243126 ++-0241149 ++-0254024 ++-0242149 ++-0253001 ++-0246017 ++-0239137 ++-0249006 ++-0257013 ++-0245015 ++-0244052 ++-0238130 ++-0255034 ++-0230123 ++-0252023 ++-0247040 ++-0254025 ++-0241150 ++-0260019 ++-0256005 ++-0242150 ++-0246018 ++-0253002 ++-0239138 ++-0249007 ++-0251001 ++-0257014 ++-0243127 ++-0245016 ++-0238131 ++-0244053 ++-0255035 ++-0230124 ++-0241151 ++-0253003 ++-0239139 ++-0256006 ++-0251002 ++-0252024 ++-0246019 ++-0249008 ++-0260020 ++-0247041 ++-0241152 ++-0254026 ++-0243128 ++-0257015 ++-0245017 ++-0242151 ++-0230125 ++-0238132 ++-0253004 ++-0256007 ++-0239140 ++-0244054 ++-0248000 ++-0251003 ++-0252025 ++-0255036 ++-0247042 ++-0260021 ++-0241153 ++-0246020 ++-0254027 ++-0242152 ++-0249009 ++-0245018 ++-0257016 ++-0230126 ++-0238133 ++-0243129 ++-0256008 ++-0244055 ++-0248001 ++-0251004 ++-0253005 ++-0239141 ++-0255037 ++-0252026 ++-0260022 ++-0241154 ++-0247043 ++-0242153 ++-0246021 ++-0254028 ++-0257017 ++-0260023 ++-0248002 ++-0230127 ++-0243130 ++-0239142 ++-0253006 ++-0245019 ++-0256009 ++-0242154 ++-0255038 ++-0244056 ++-0251005 ++-0249010 ++-0252027 ++-0260024 ++-0254029 ++-0247044 ++-0257018 ++-0238134 ++-0241155 ++-0246022 ++-0248003 ++-0253007 ++-0230128 ++-0239143 ++-0243131 ++-0245020 ++-0257019 ++-0247045 ++-0244057 ++-0254030 ++-0251006 ++-0249011 ++-0256010 ++-0238135 ++-0246023 ++-0260025 ++-0242155 ++-0252028 ++-0255039 ++-0253008 ++-0245021 ++-0257020 ++-0248004 ++-0239144 ++-0254031 ++-0244058 ++-0230129 ++-0251007 ++-0249012 ++-0256011 ++-0238136 ++-0243132 ++-0247046 ++-0252029 ++-0260026 ++-0255040 ++-0246024 ++-0253009 ++-0257021 ++-0261000 ++-0248005 ++-0245022 ++-0254032 ++-0244059 ++-0247047 ++-0230130 ++-0238137 ++-0249013 ++-0256012 ++-0255041 ++-0252030 ++-0251008 ++-0260027 ++-0246025 ++-0243133 ++-0257022 ++-0245023 ++-0253010 ++-0261001 ++-0254033 ++-0248006 ++-0247048 ++-0249014 ++-0244060 ++-0230131 ++-0238138 ++-0262000 ++-0256013 ++-0255042 ++-0260028 ++-0252031 ++-0251009 ++-0243134 ++-0245024 ++-0246026 ++-0257023 ++-0261002 ++-0254034 ++-0253011 ++-0247049 ++-0249015 ++-0238139 ++-0262001 ++-0255043 ++-0256014 ++-0252032 ++-0244061 ++-0260029 ++-0230132 ++-0248007 ++-0251010 ++-0246027 ++-0261003 ++-0245025 ++-0257024 ++-0254035 ++-0247050 ++-0253012 ++-0238140 ++-0262002 ++-0256015 ++-0249016 ++-0252033 ++-0244062 ++-0248008 ++-0260030 ++-0255044 ++-0230133 ++-0245026 ++-0251011 ++-0247051 ++-0246028 ++-0254036 ++-0253013 ++-0257025 ++-0261004 ++-0262003 ++-0238141 ++-0256016 ++-0249017 ++-0244063 ++-0252034 ++-0260031 ++-0245027 ++-0230134 ++-0247052 ++-0255045 ++-0248009 ++-0253014 ++-0261005 ++-0262004 ++-0251012 ++-0256017 ++-0244064 ++-0249018 ++-0257026 ++-0254037 ++-0238142 ++-0252035 ++-0248010 ++-0251013 ++-0245028 ++-0261006 ++-0253015 ++-0247053 ++-0244065 ++-0246029 ++-0260032 ++-0248011 ++-0255046 ++-0249019 ++-0230135 ++-0262005 ++-0257027 ++-0256018 ++-0246030 ++-0254038 ++-0252036 ++-0255047 ++-0253016 ++-0261007 ++-0238143 ++-0244066 ++-0245029 ++-0251014 ++-0248012 ++-0260033 ++-0247054 ++-0239145 ++-0230136 ++-0249020 ++-0246031 ++-0262006 ++-0256019 ++-0254039 ++-0257028 ++-0261008 ++-0238144 ++-0244067 ++-0255048 ++-0252037 ++-0248013 ++-0251015 ++-0239146 ++-0245030 ++-0247055 ++-0262007 ++-0253017 ++-0256020 ++-0246032 ++-0254040 ++-0230137 ++-0249021 ++-0260034 ++-0261009 ++-0255049 ++-0257029 ++-0248014 ++-0239147 ++-0244068 ++-0243135 ++-0245031 ++-0252038 ++-0238145 ++-0251016 ++-0253018 ++-0247056 ++-0262008 ++-0246033 ++-0249022 ++-0256021 ++-0261010 ++-0230138 ++-0248015 ++-0260035 ++-0255050 ++-0244069 ++-0243136 ++-0254041 ++-0257030 ++-0245032 ++-0239148 ++-0238146 ++-0252039 ++-0251017 ++-0253019 ++-0247057 ++-0246034 ++-0262009 ++-0261011 ++-0256022 ++-0249023 ++-0260036 ++-0230139 ++-0248016 ++-0254042 ++-0255051 ++-0257031 ++-0243137 ++-0244070 ++-0253020 ++-0238147 ++-0251018 ++-0252040 ++-0246035 ++-0245033 ++-0239149 ++-0247058 ++-0230140 ++-0261012 ++-0249024 ++-0248017 ++-0256023 ++-0262010 ++-0254043 ++-0260037 ++-0257032 ++-0244071 ++-0255052 ++-0247059 ++-0246036 ++-0245034 ++-0253021 ++-0251019 ++-0238148 ++-0239150 ++-0243138 ++-0252041 ++-0262011 ++-0257033 ++-0248018 ++-0261013 ++-0254044 ++-0260038 ++-0230141 ++-0251020 ++-0245035 ++-0253022 ++-0244072 ++-0249025 ++-0255053 ++-0243139 ++-0252042 ++-0262012 ++-0238149 ++-0248019 ++-0256024 ++-0257034 ++-0247060 ++-0246037 ++-0260039 ++-0253023 ++-0230142 ++-0245036 ++-0244073 ++-0262013 ++-0249026 ++-0252043 ++-0238150 ++-0261014 ++-0251021 ++-0257035 ++-0248020 ++-0239151 ++-0256025 ++-0255054 ++-0247061 ++-0254045 ++-0260040 ++-0253024 ++-0230143 ++-0244074 ++-0249027 ++-0262014 ++-0239152 ++-0255055 ++-0244075 ++-0238151 ++-0243140 ++-0252044 ++-0251022 ++-0262015 ++-0246038 ++-0245037 ++-0261015 ++-0260041 ++-0230144 ++-0256026 ++-0239153 ++-0249028 ++-0247062 ++-0257036 ++-0255056 ++-0244076 ++-0254046 ++-0253025 ++-0238152 ++-0243141 ++-0252045 ++-0262016 ++-0251023 ++-0246039 ++-0248021 ++-0230145 ++-0245038 ++-0261016 ++-0247063 ++-0260042 ++-0239154 ++-0244077 ++-0249029 ++-0255057 ++-0256027 ++-0253026 ++-0257037 ++-0238153 ++-0246040 ++-0243142 ++-0262017 ++-0254047 ++-0261017 ++-0252046 ++-0251024 ++-0245039 ++-0260043 ++-0239155 ++-0248022 ++-0255058 ++-0247064 ++-0230146 ++-0244078 ++-0256028 ++-0249030 ++-0253027 ++-0246041 ++-0238154 ++-0257038 ++-0252047 ++-0261018 ++-0260044 ++-0243143 ++-0262018 ++-0255059 ++-0245040 ++-0254048 ++-0247065 ++-0230147 ++-0251025 ++-0248023 ++-0244079 ++-0249031 ++-0253028 ++-0256029 ++-0238155 ++-0246042 ++-0257039 ++-0261019 ++-0262019 ++-0245041 ++-0243144 ++-0230148 ++-0244080 ++-0249032 ++-0251026 ++-0260045 ++-0252048 ++-0248024 ++-0254049 ++-0255060 ++-0256030 ++-0247066 ++-0246043 ++-0253029 ++-0257040 ++-0261020 ++-0230149 ++-0262020 ++-0245042 ++-0254050 ++-0243145 ++-0252049 ++-0260046 ++-0249033 ++-0255061 ++-0251027 ++-0253030 ++-0256031 ++-0259000 ++-0244081 ++-0247067 ++-0248025 ++-0246044 ++-0261021 ++-0230150 ++-0262021 ++-0257041 ++-0254051 ++-0249034 ++-0252050 ++-0245043 ++-0255062 ++-0260047 ++-0251028 ++-0253031 ++-0243146 ++-0256032 ++-0259001 ++-0246045 ++-0248026 ++-0258000 ++-0247068 ++-0244082 ++-0230151 ++-0262022 ++-0245044 ++-0249035 ++-0254052 ++-0257042 ++-0261022 ++-0252051 ++-0255063 ++-0251029 ++-0243147 ++-0253032 ++-0260048 ++-0256033 ++-0246046 ++-0259002 ++-0247069 ++-0244083 ++-0248027 ++-0258001 ++-0262023 ++-0245045 ++-0249036 ++-0230152 ++-0257043 ++-0254053 ++-0246047 ++-0255064 ++-0259003 ++-0260049 ++-0249037 ++-0252052 ++-0249038 ++-0246048 ++-0243148 ++-0253033 ++-0261023 ++-0251030 ++-0260050 ++-0258002 ++-0230153 ++-0247070 ++-0244084 ++-0248028 ++-0256034 ++-0255065 ++-0252053 ++-0262024 ++-0257044 ++-0245046 ++-0254054 ++-0253034 ++-0249039 ++-0243149 ++-0246049 ++-0259004 ++-0261024 ++-0260051 ++-0230154 ++-0251031 ++-0258003 ++-0247071 ++-0256035 ++-0262025 ++-0252054 ++-0254055 ++-0244085 ++-0248029 ++-0245047 ++-0253035 ++-0246050 ++-0257045 ++-0249040 ++-0259005 ++-0258004 ++-0230155 ++-0261025 ++-0251032 ++-0260052 ++-0247072 ++-0243150 ++-0253036 ++-0251033 ++-0258005 ++-0252055 ++-0251034 ++-0248030 ++-0256036 ++-0244086 ++-0245048 ++-0247073 ++-0262026 ++-0258006 ++-0246051 ++-0230156 ++-0260053 ++-0249041 ++-0261026 ++-0259006 ++-0243151 ++-0253037 ++-0251035 ++-0248031 ++-0252056 ++-0244087 ++-0257046 ++-0256037 ++-0245049 ++-0255066 ++-0262027 ++-0247074 ++-0258007 ++-0261027 ++-0260054 ++-0251036 ++-0249042 ++-0243152 ++-0253038 ++-0252057 ++-0248032 ++-0246052 ++-0257047 ++-0254056 ++-0244088 ++-0259007 ++-0262028 ++-0255067 ++-0247075 ++-0256038 ++-0245050 ++-0249043 ++-0261028 ++-0251037 ++-0260055 ++-0258008 ++-0252058 ++-0248033 ++-0253039 ++-0257048 ++-0254057 ++-0259008 ++-0246053 ++-0247076 ++-0244089 ++-0250000 ++-0245051 ++-0262029 ++-0243153 ++-0261029 ++-0255068 ++-0260056 ++-0249044 ++-0256039 ++-0251038 ++-0252059 ++-0257049 ++-0254058 ++-0246054 ++-0248034 ++-0258009 ++-0259009 ++-0262030 ++-0245052 ++-0250001 ++-0253040 ++-0247077 ++-0261030 ++-0259010 ++-0246055 ++-0245053 ++-0256040 ++-0258010 ++-0250002 ++-0253041 ++-0248035 ++-0247078 ++-0258011 ++-0244090 ++-0255069 ++-0249045 ++-0260057 ++-0246056 ++-0261031 ++-0250003 ++-0252060 ++-0256041 ++-0243154 ++-0254059 ++-0245054 ++-0251039 ++-0248036 ++-0257050 ++-0253042 ++-0247079 ++-0259011 ++-0255070 ++-0249046 ++-0258012 ++-0246057 ++-0260058 ++-0244091 ++-0256042 ++-0257051 ++-0250004 ++-0261032 ++-0253043 ++-0252061 ++-0245055 ++-0259012 ++-0248037 ++-0249047 ++-0247080 ++-0255071 ++-0258013 ++-0251040 ++-0254060 ++-0260059 ++-0243155 ++-0244092 ++-0246058 ++-0256043 ++-0262031 ++-0245056 ++-0248038 ++-0252062 ++-0259013 ++-0261033 ++-0249048 ++-0255072 ++-0247081 ++-0253044 ++-0258014 ++-0260060 ++-0257052 ++-0244093 ++-0246059 ++-0256044 ++-0254061 ++-0248039 ++-0251041 ++-0249049 ++-0259014 ++-0253045 ++-0243156 ++-0261034 ++-0262032 ++-0250005 ++-0252063 ++-0245057 ++-0247082 ++-0257053 ++-0258015 ++-0246060 ++-0244094 ++-0253046 ++-0255073 ++-0256045 ++-0260061 ++-0249050 ++-0251042 ++-0262033 ++-0250006 ++-0261035 ++-0259015 ++-0245058 ++-0257054 ++-0258016 ++-0248040 ++-0246061 ++-0254062 ++-0244095 ++-0256046 ++-0249051 ++-0255074 ++-0252064 ++-0259016 ++-0261036 ++-0245059 ++-0248041 ++-0262034 ++-0258017 ++-0252065 ++-0251043 ++-0247083 ++-0260062 ++-0250007 ++-0256047 ++-0255075 ++-0254063 ++-0246062 ++-0244096 ++-0261037 ++-0249052 ++-0259017 ++-0245060 ++-0257055 ++-0248042 ++-0253047 ++-0258018 ++-0247084 ++-0251044 ++-0252066 ++-0260063 ++-0262035 ++-0263000 ++-0244097 ++-0254064 ++-0255076 ++-0246063 ++-0259018 ++-0253048 ++-0245061 ++-0248043 ++-0250008 ++-0256048 ++-0249053 ++-0261038 ++-0258019 ++-0247085 ++-0257056 ++-0251045 ++-0262036 ++-0254065 ++-0260064 ++-0255077 ++-0252067 ++-0263001 ++-0246064 ++-0259019 ++-0253049 ++-0245062 ++-0248044 ++-0250009 ++-0256049 ++-0258020 ++-0257057 ++-0244098 ++-0249054 ++-0261039 ++-0262037 ++-0247086 ++-0260065 ++-0254066 ++-0255078 ++-0251046 ++-0246065 ++-0252068 ++-0259020 ++-0245063 ++-0263002 ++-0250010 ++-0253050 ++-0256050 ++-0244099 ++-0258021 ++-0257058 ++-0249055 ++-0260066 ++-0248045 ++-0262038 ++-0254067 ++-0261040 ++-0255079 ++-0247087 ++-0259021 ++-0246066 ++-0251047 ++-0252069 ++-0245064 ++-0256051 ++-0253051 ++-0263003 ++-0250011 ++-0249056 ++-0258022 ++-0260067 ++-0257059 ++-0244100 ++-0254068 ++-0248046 ++-0255080 ++-0261041 ++-0262039 ++-0251048 ++-0259022 ++-0247088 ++-0245065 ++-0256052 ++-0263004 ++-0253052 ++-0252070 ++-0246067 ++-0249057 ++-0250012 ++-0257060 ++-0248047 ++-0258023 ++-0260068 ++-0254069 ++-0261042 ++-0259023 ++-0251049 ++-0244101 ++-0255081 ++-0256053 ++-0253053 ++-0252071 ++-0249058 ++-0263005 ++-0245066 ++-0247089 ++-0258024 ++-0250013 ++-0248048 ++-0246068 ++-0260069 ++-0254070 ++-0257061 ++-0261043 ++-0244102 ++-0255082 ++-0262040 ++-0252072 ++-0251050 ++-0259024 ++-0245067 ++-0256054 ++-0253054 ++-0249059 ++-0263006 ++-0247090 ++-0250014 ++-0248049 ++-0258025 ++-0246069 ++-0254071 ++-0261044 ++-0255083 ++-0257062 ++-0260070 ++-0262041 ++-0244103 ++-0251051 ++-0259025 ++-0252073 ++-0256055 ++-0245068 ++-0250015 ++-0253055 ++-0249060 ++-0258026 ++-0263007 ++-0248050 ++-0247091 ++-0246070 ++-0260071 ++-0254072 ++-0255084 ++-0244104 ++-0261045 ++-0257063 ++-0245069 ++-0259026 ++-0253056 ++-0252074 ++-0249061 ++-0258027 ++-0251052 ++-0248051 ++-0263008 ++-0247092 ++-0246071 ++-0254073 ++-0260072 ++-0250016 ++-0244105 ++-0257064 ++-0261046 ++-0255085 ++-0253057 ++-0263009 ++-0258028 ++-0262042 ++-0259027 ++-0251053 ++-0252075 ++-0245070 ++-0249062 ++-0247093 ++-0248052 ++-0246072 ++-0254074 ++-0260073 ++-0263010 ++-0255086 ++-0252076 ++-0256056 ++-0260074 ++-0252077 ++-0263011 ++-0250017 ++-0256057 ++-0246073 ++-0261047 ++-0257065 ++-0249063 ++-0262043 ++-0244106 ++-0253058 ++-0245071 ++-0254075 ++-0247094 ++-0259028 ++-0248053 ++-0251054 ++-0255087 ++-0246074 ++-0260075 ++-0252078 ++-0257066 ++-0262044 ++-0250018 ++-0261048 ++-0253059 ++-0256058 ++-0245072 ++-0249064 ++-0263012 ++-0259029 ++-0254076 ++-0244107 ++-0248054 ++-0247095 ++-0251055 ++-0255088 ++-0246075 ++-0257067 ++-0260076 ++-0252079 ++-0261049 ++-0250019 ++-0253060 ++-0245073 ++-0258029 ++-0262045 ++-0244108 ++-0256059 ++-0249065 ++-0263013 ++-0248055 ++-0259030 ++-0251056 ++-0254077 ++-0247096 ++-0246076 ++-0257068 ++-0255089 ++-0261050 ++-0252080 ++-0253061 ++-0258030 ++-0262046 ++-0245074 ++-0256060 ++-0249066 ++-0250020 ++-0263014 ++-0244109 ++-0260077 ++-0254078 ++-0257069 ++-0261051 ++-0259031 ++-0246077 ++-0255090 ++-0247097 ++-0262047 ++-0252081 ++-0258031 ++-0245075 ++-0250021 ++-0256061 ++-0251057 ++-0253062 ++-0249067 ++-0260078 ++-0254079 ++-0244110 ++-0263015 ++-0257070 ++-0246078 ++-0261052 ++-0247098 ++-0258032 ++-0255091 ++-0262048 ++-0252082 ++-0256062 ++-0253063 ++-0260079 ++-0245076 ++-0249068 ++-0250022 ++-0263016 ++-0254080 ++-0244111 ++-0257071 ++-0261053 ++-0262049 ++-0258033 ++-0246079 ++-0247099 ++-0252083 ++-0255092 ++-0253064 ++-0251058 ++-0250023 ++-0256063 ++-0260080 ++-0245077 ++-0259032 ++-0248056 ++-0244112 ++-0254081 ++-0249069 ++-0257072 ++-0246080 ++-0263017 ++-0258034 ++-0261054 ++-0262050 ++-0255093 ++-0251059 ++-0253065 ++-0252084 ++-0250024 ++-0247100 ++-0260081 ++-0256064 ++-0245078 ++-0244113 ++-0259033 ++-0248057 ++-0263018 ++-0246081 ++-0254082 ++-0255094 ++-0249070 ++-0245079 ++-0258035 ++-0262051 ++-0261055 ++-0260082 ++-0247101 ++-0248058 ++-0251060 ++-0253066 ++-0252085 ++-0250025 ++-0259034 ++-0244114 ++-0257073 ++-0246082 ++-0255095 ++-0256065 ++-0245080 ++-0263019 ++-0254083 ++-0258036 ++-0262052 ++-0248059 ++-0247102 ++-0252086 ++-0251061 ++-0261056 ++-0253067 ++-0260083 ++-0249071 ++-0259035 ++-0250026 ++-0244115 ++-0257074 ++-0255096 ++-0246083 ++-0262053 ++-0256066 ++-0248060 ++-0263020 ++-0254084 ++-0261057 ++-0247103 ++-0260084 ++-0252087 ++-0253068 ++-0258037 ++-0249072 ++-0245081 ++-0250027 ++-0259036 ++-0257075 ++-0262054 ++-0246084 ++-0244116 ++-0263021 ++-0256067 ++-0260085 ++-0247104 ++-0251062 ++-0252088 ++-0254085 ++-0255097 ++-0258038 ++-0253069 ++-0248061 ++-0261058 ++-0249073 ++-0245082 ++-0259037 ++-0262055 ++-0257076 ++-0250028 ++-0263022 ++-0246085 ++-0244117 ++-0256068 ++-0254086 ++-0252089 ++-0260086 ++-0248062 ++-0253070 ++-0251063 ++-0258039 ++-0247105 ++-0245083 ++-0259038 ++-0249074 ++-0255098 ++-0261059 ++-0257077 ++-0263023 ++-0262056 ++-0246086 ++-0260087 ++-0256069 ++-0252090 ++-0250029 ++-0253071 ++-0244118 ++-0254087 ++-0246087 ++-0248063 ++-0263024 ++-0249075 ++-0251064 ++-0261060 ++-0259039 ++-0260088 ++-0255099 ++-0252091 ++-0262057 ++-0250030 ++-0244119 ++-0249076 ++-0258040 ++-0245084 ++-0256070 ++-0251065 ++-0253072 ++-0261061 ++-0257078 ++-0247106 ++-0259040 ++-0260089 ++-0254088 ++-0262058 ++-0244120 ++-0263025 ++-0250031 ++-0252092 ++-0249077 ++-0245085 ++-0258041 ++-0255100 ++-0256071 ++-0257079 ++-0261062 ++-0246088 ++-0251066 ++-0260090 ++-0248064 ++-0262059 ++-0252093 ++-0250032 ++-0263026 ++-0256072 ++-0258042 ++-0257080 ++-0246089 ++-0259041 ++-0244121 ++-0247107 ++-0253073 ++-0249078 ++-0255101 ++-0254089 ++-0261063 ++-0263027 ++-0256073 ++-0245086 ++-0259042 ++-0257081 ++-0260091 ++-0246090 ++-0249079 ++-0254090 ++-0248065 ++-0244122 ++-0255102 ++-0262060 ++-0252094 ++-0247108 ++-0260092 ++-0253074 ++-0249080 ++-0261064 ++-0258043 ++-0248066 ++-0254091 ++-0244123 ++-0246091 ++-0251067 ++-0262061 ++-0255103 ++-0252095 ++-0261065 ++-0250033 ++-0260093 ++-0245087 ++-0244124 ++-0251068 ++-0253075 ++-0248067 ++-0258044 ++-0254092 ++-0256074 ++-0247109 ++-0259043 ++-0249081 ++-0262062 ++-0263028 ++-0252096 ++-0257082 ++-0246092 ++-0258045 ++-0253076 ++-0261066 ++-0251069 ++-0255104 ++-0249082 ++-0254093 ++-0259044 ++-0244125 ++-0260094 ++-0247110 ++-0263029 ++-0256075 ++-0252097 ++-0250034 ++-0262063 ++-0253077 ++-0257083 ++-0258046 ++-0261067 ++-0244126 ++-0254094 ++-0248068 ++-0246093 ++-0245088 ++-0250035 ++-0260095 ++-0247111 ++-0259045 ++-0252098 ++-0256076 ++-0257084 ++-0249083 ++-0255105 ++-0261068 ++-0253078 ++-0251070 ++-0244127 ++-0263030 ++-0245089 ++-0256077 ++-0246094 ++-0245090 ++-0259046 ++-0262064 ++-0252099 ++-0257085 ++-0248069 ++-0254095 ++-0244128 ++-0261069 ++-0249084 ++-0246095 ++-0256078 ++-0258047 ++-0253079 ++-0260096 ++-0263031 ++-0247112 ++-0245091 ++-0250036 ++-0251071 ++-0255106 ++-0252100 ++-0259047 ++-0244129 ++-0248070 ++-0256079 ++-0260097 ++-0246096 ++-0254096 ++-0261070 ++-0245092 ++-0256080 ++-0248071 ++-0263032 ++-0247113 ++-0248072 ++-0250037 ++-0252101 ++-0249085 ++-0258048 ++-0246097 ++-0257086 ++-0262065 ++-0254097 ++-0253080 ++-0255107 ++-0245093 ++-0260098 ++-0263033 ++-0261071 ++-0244130 ++-0256081 ++-0247114 ++-0249086 ++-0248073 ++-0258049 ++-0246098 ++-0257087 ++-0262066 ++-0253081 ++-0255108 ++-0254098 ++-0260099 ++-0261072 ++-0259048 ++-0247115 ++-0263034 ++-0252102 ++-0249087 ++-0258050 ++-0245094 ++-0256082 ++-0244131 ++-0248074 ++-0246099 ++-0255109 ++-0257088 ++-0263035 ++-0261073 ++-0253082 ++-0260100 ++-0262067 ++-0245095 ++-0259049 ++-0252103 ++-0247116 ++-0249088 ++-0254099 ++-0258051 ++-0256083 ++-0248075 ++-0244132 ++-0246100 ++-0255110 ++-0263036 ++-0260101 ++-0257089 ++-0245096 ++-0261074 ++-0252104 ++-0247117 ++-0254100 ++-0248076 ++-0259050 ++-0258052 ++-0253083 ++-0255111 ++-0263037 ++-0262068 ++-0256084 ++-0249089 ++-0257090 ++-0260102 ++-0244133 ++-0245097 ++-0250038 ++-0252105 ++-0246101 ++-0254101 ++-0247118 ++-0248077 ++-0259051 ++-0251072 ++-0253084 ++-0258053 ++-0263038 ++-0255112 ++-0262069 ++-0257091 ++-0256085 ++-0249090 ++-0250039 ++-0260103 ++-0252106 ++-0247119 ++-0254102 ++-0245098 ++-0246102 ++-0248078 ++-0251073 ++-0253085 ++-0250040 ++-0259052 ++-0260104 ++-0248079 ++-0245099 ++-0258054 ++-0244134 ++-0263039 ++-0252107 ++-0251074 ++-0257092 ++-0254103 ++-0255113 ++-0247120 ++-0262070 ++-0246103 ++-0256086 ++-0250041 ++-0253086 ++-0260105 ++-0259053 ++-0258055 ++-0245100 ++-0248080 ++-0251075 ++-0263040 ++-0244135 ++-0257093 ++-0247121 ++-0261075 ++-0252108 ++-0262071 ++-0255114 ++-0254104 ++-0253087 ++-0260106 ++-0250042 ++-0256087 ++-0259054 ++-0246104 ++-0245101 ++-0258056 ++-0248081 ++-0257094 ++-0244136 ++-0247122 ++-0251076 ++-0254105 ++-0262072 ++-0252109 ++-0255115 ++-0256088 ++-0250043 ++-0260107 ++-0253088 ++-0258057 ++-0261076 ++-0245102 ++-0263041 ++-0246105 ++-0259055 ++-0248082 ++-0260108 ++-0262073 ++-0261077 ++-0256089 ++-0257095 ++-0253089 ++-0252110 ++-0255116 ++-0246106 ++-0244137 ++-0254106 ++-0248083 ++-0247123 ++-0258058 ++-0251077 ++-0263042 ++-0250044 ++-0245103 ++-0260109 ++-0259056 ++-0249091 ++-0262074 ++-0253090 ++-0261078 ++-0256090 ++-0257096 ++-0255117 ++-0252111 ++-0254107 ++-0246107 ++-0247124 ++-0244138 ++-0263043 ++-0250045 ++-0248084 ++-0260110 ++-0251078 ++-0245104 ++-0249092 ++-0259057 ++-0262075 ++-0258059 ++-0253091 ++-0256091 ++-0257097 ++-0261079 ++-0255118 ++-0252112 ++-0263044 ++-0250046 ++-0260111 ++-0251079 ++-0254108 ++-0244139 ++-0247125 ++-0248085 ++-0262076 ++-0249093 ++-0258060 ++-0245105 ++-0259058 ++-0253092 ++-0256092 ++-0261080 ++-0257098 ++-0246108 ++-0252113 ++-0255119 ++-0260112 ++-0263045 ++-0250047 ++-0247126 ++-0254109 ++-0259059 ++-0262077 ++-0248086 ++-0249094 ++-0253093 ++-0257099 ++-0245106 ++-0261081 ++-0252114 ++-0258061 ++-0244140 ++-0260113 ++-0256093 ++-0263046 ++-0250048 ++-0255120 ++-0254110 ++-0259060 ++-0262078 ++-0246109 ++-0253094 ++-0248087 ++-0251080 ++-0249095 ++-0257100 ++-0261082 ++-0247127 ++-0260114 ++-0245107 ++-0263047 ++-0258062 ++-0244141 ++-0250049 ++-0256094 ++-0262079 ++-0254111 ++-0255121 ++-0253095 ++-0252115 ++-0248088 ++-0251081 ++-0260115 ++-0245108 ++-0246110 ++-0247128 ++-0263048 ++-0261083 ++-0259061 ++-0249096 ++-0257101 ++-0244142 ++-0258063 ++-0252116 ++-0256095 ++-0248089 ++-0253096 ++-0251082 ++-0260116 ++-0250050 ++-0247129 ++-0245109 ++-0246111 ++-0251083 ++-0250051 ++-0247130 ++-0246112 ++-0251084 ++-0263049 ++-0262080 ++-0244143 ++-0259062 ++-0260117 ++-0255122 ++-0254112 ++-0252117 ++-0249097 ++-0257102 ++-0256096 ++-0244144 ++-0261084 ++-0247131 ++-0248090 ++-0250052 ++-0253097 ++-0258064 ++-0245110 ++-0259063 ++-0246113 ++-0262081 ++-0263050 ++-0252118 ++-0257103 ++-0260118 ++-0254113 ++-0249098 ++-0247132 ++-0255123 ++-0256097 ++-0261085 ++-0251085 ++-0250053 ++-0248091 ++-0245111 ++-0244145 ++-0258065 ++-0259064 ++-0253098 ++-0262082 ++-0263051 ++-0246114 ++-0252119 ++-0250054 ++-0249099 ++-0246115 ++-0260119 ++-0257104 ++-0250055 ++-0255124 ++-0248092 ++-0251086 ++-0261086 ++-0249100 ++-0263052 ++-0254114 ++-0253099 ++-0256098 ++-0258066 ++-0252120 ++-0250056 ++-0246116 ++-0245112 ++-0247133 ++-0248093 ++-0251087 ++-0257105 ++-0262083 ++-0244146 ++-0249101 ++-0261087 ++-0253100 ++-0263053 ++-0255125 ++-0256099 ++-0254115 ++-0250057 ++-0260120 ++-0258067 ++-0251088 ++-0248094 ++-0252121 ++-0249102 ++-0262084 ++-0246117 ++-0245113 ++-0257106 ++-0247134 ++-0256100 ++-0261088 ++-0259065 ++-0253101 ++-0244147 ++-0263054 ++-0255126 ++-0254116 ++-0258068 ++-0250058 ++-0251089 ++-0249103 ++-0260121 ++-0246118 ++-0248095 ++-0252122 ++-0262085 ++-0253102 ++-0247135 ++-0261089 ++-0263055 ++-0257107 ++-0245114 ++-0259066 ++-0256101 ++-0244148 ++-0258069 ++-0251090 ++-0249104 ++-0255127 ++-0248096 ++-0254117 ++-0262086 ++-0250059 ++-0261090 ++-0252123 ++-0253103 ++-0263056 ++-0260122 ++-0259067 ++-0247136 ++-0258070 ++-0246119 ++-0256102 ++-0244149 ++-0257108 ++-0249105 ++-0250060 ++-0245115 ++-0262087 ++-0251091 ++-0261091 ++-0254118 ++-0263057 ++-0255128 ++-0248097 ++-0253104 ++-0259068 ++-0252124 ++-0258071 ++-0256103 ++-0247137 ++-0249106 ++-0246120 ++-0260123 ++-0261092 ++-0250061 ++-0263058 ++-0262088 ++-0244150 ++-0245116 ++-0258072 ++-0253105 ++-0259069 ++-0251092 ++-0254119 ++-0248098 ++-0255129 ++-0257109 ++-0246121 ++-0256104 ++-0250062 ++-0247138 ++-0261093 ++-0252125 ++-0249107 ++-0260124 ++-0251093 ++-0262089 ++-0253106 ++-0258073 ++-0263059 ++-0248099 ++-0259070 ++-0250063 ++-0255130 ++-0254120 ++-0257110 ++-0244151 ++-0261094 ++-0245117 ++-0247139 ++-0256105 ++-0249108 ++-0246122 ++-0252126 ++-0258074 ++-0253107 ++-0260125 ++-0262090 ++-0263060 ++-0251094 ++-0248100 ++-0261095 ++-0259071 ++-0254121 ++-0256106 ++-0250064 ++-0244152 ++-0245118 ++-0255131 ++-0257111 ++-0253108 ++-0246123 ++-0247140 ++-0252127 ++-0262091 ++-0251095 ++-0258075 ++-0249109 ++-0263061 ++-0260126 ++-0248101 ++-0256107 ++-0250065 ++-0261096 ++-0254122 ++-0259072 ++-0253109 ++-0262092 ++-0245119 ++-0258076 ++-0255132 ++-0244153 ++-0263062 ++-0252128 ++-0255133 ++-0244154 ++-0260127 ++-0262093 ++-0249110 ++-0254123 ++-0247141 ++-0248102 ++-0261097 ++-0250066 ++-0258077 ++-0253110 ++-0251096 ++-0256108 ++-0257112 ++-0259073 ++-0245120 ++-0246124 ++-0248103 ++-0263063 ++-0250067 ++-0261098 ++-0252129 ++-0251097 ++-0262094 ++-0244155 ++-0254124 ++-0247142 ++-0249111 ++-0255134 ++-0258078 ++-0260128 ++-0259074 ++-0246125 ++-0245121 ++-0253111 ++-0256109 ++-0257113 ++-0263064 ++-0248104 ++-0250068 ++-0261099 ++-0252130 ++-0258079 ++-0251098 ++-0244156 ++-0262095 ++-0247143 ++-0249112 ++-0255135 ++-0260129 ++-0259075 ++-0246126 ++-0254125 ++-0248105 ++-0261100 ++-0263065 ++-0250069 ++-0245122 ++-0257114 ++-0253112 ++-0258080 ++-0252131 ++-0262096 ++-0249113 ++-0247144 ++-0255136 ++-0259076 ++-0260130 ++-0246127 ++-0261101 ++-0263066 ++-0254126 ++-0250070 ++-0248106 ++-0245123 ++-0251099 ++-0253113 ++-0258081 ++-0262097 ++-0252132 ++-0259077 ++-0261102 ++-0247145 ++-0263067 ++-0250071 ++-0249114 ++-0257115 ++-0260131 ++-0256110 ++-0246128 ++-0254127 ++-0255137 ++-0245124 ++-0262098 ++-0253114 ++-0259078 ++-0248107 ++-0252133 ++-0251100 ++-0264000 ++-0261103 ++-0263068 ++-0250072 ++-0249115 ++-0256111 ++-0247146 ++-0254128 ++-0262099 ++-0255138 ++-0257116 ++-0246129 ++-0260132 ++-0245125 ++-0259079 ++-0253115 ++-0261104 ++-0263069 ++-0248108 ++-0264001 ++-0250073 ++-0252134 ++-0256112 ++-0262100 ++-0249116 ++-0259080 ++-0257117 ++-0254129 ++-0255139 ++-0245126 ++-0263070 ++-0260133 ++-0247147 ++-0246130 ++-0253116 ++-0261105 ++-0264002 ++-0250074 ++-0248109 ++-0256113 ++-0258082 ++-0252135 ++-0263071 ++-0259081 ++-0262101 ++-0249117 ++-0257118 ++-0255140 ++-0264003 ++-0247148 ++-0254130 ++-0251101 ++-0246131 ++-0260134 ++-0250075 ++-0245127 ++-0253117 ++-0248110 ++-0262102 ++-0259082 ++-0263072 ++-0261106 ++-0256114 ++-0258083 ++-0264004 ++-0252136 ++-0255141 ++-0257119 ++-0249118 ++-0251102 ++-0260135 ++-0246132 ++-0254131 ++-0247149 ++-0250076 ++-0263073 ++-0245128 ++-0253118 ++-0248111 ++-0258084 ++-0264005 ++-0259083 ++-0255142 ++-0256115 ++-0261107 ++-0263074 ++-0251103 ++-0252137 ++-0254132 ++-0249119 ++-0250077 ++-0247150 ++-0257120 ++-0262103 ++-0253119 ++-0245129 ++-0246133 ++-0260136 ++-0259084 ++-0258085 ++-0248112 ++-0264006 ++-0263075 ++-0256116 ++-0251104 ++-0261108 ++-0250078 ++-0254133 ++-0262104 ++-0258086 ++-0253120 ++-0259085 ++-0249120 ++-0252138 ++-0246134 ++-0248113 ++-0264007 ++-0245130 ++-0257121 ++-0247151 ++-0260137 ++-0255143 ++-0263076 ++-0250079 ++-0256117 ++-0258087 ++-0261109 ++-0254134 ++-0253121 ++-0262105 ++-0251105 ++-0259086 ++-0263077 ++-0264008 ++-0250080 ++-0258088 ++-0255144 ++-0248114 ++-0260138 ++-0257122 ++-0256118 ++-0246135 ++-0249121 ++-0247152 ++-0254135 ++-0252139 ++-0245131 ++-0261110 ++-0262106 ++-0253122 ++-0259087 ++-0263078 ++-0264009 ++-0251106 ++-0250081 ++-0258089 ++-0260139 ++-0256119 ++-0246136 ++-0255145 ++-0248115 ++-0259088 ++-0264010 ++-0263079 ++-0245132 ++-0261111 ++-0257123 ++-0253123 ++-0249122 ++-0250082 ++-0259089 ++-0252140 ++-0253124 ++-0263080 ++-0254136 ++-0262107 ++-0247153 ++-0259090 ++-0245133 ++-0248116 ++-0251107 ++-0249123 ++-0250083 ++-0255146 ++-0258090 ++-0260140 ++-0261112 ++-0264011 ++-0246137 ++-0257124 ++-0256120 ++-0263081 ++-0259091 ++-0254137 ++-0250084 ++-0262108 ++-0258091 ++-0247154 ++-0252141 ++-0253125 ++-0264012 ++-0249124 ++-0248117 ++-0251108 ++-0260141 ++-0245134 ++-0246138 ++-0263082 ++-0255147 ++-0261113 ++-0257125 ++-0259092 ++-0256121 ++-0258092 ++-0264013 ++-0254138 ++-0250085 ++-0253126 ++-0252142 ++-0263083 ++-0251109 ++-0249125 ++-0262109 ++-0247155 ++-0255148 ++-0261114 ++-0248118 ++-0260142 ++-0245135 ++-0246139 ++-0259093 ++-0264014 ++-0257126 ++-0250086 ++-0256122 ++-0258093 ++-0254139 ++-0263084 ++-0253127 ++-0252143 ++-0249126 ++-0251110 ++-0262110 ++-0259094 ++-0261115 ++-0248119 ++-0264015 ++-0260143 ++-0246140 ++-0257127 ++-0263085 ++-0255149 ++-0256123 ++-0245136 ++-0258094 ++-0254140 ++-0250087 ++-0252144 ++-0262111 ++-0259095 ++-0249127 ++-0251111 ++-0253128 ++-0261116 ++-0248120 ++-0264016 ++-0263086 ++-0260144 ++-0246141 ++-0250088 ++-0255150 ++-0258095 ++-0256124 ++-0259096 ++-0254141 ++-0267000 ++-0257128 ++-0262112 ++-0252145 ++-0245137 ++-0249128 ++-0251112 ++-0261117 ++-0264017 ++-0248121 ++-0263087 ++-0253129 ++-0250089 ++-0258096 ++-0267001 ++-0259097 ++-0246142 ++-0255151 ++-0260145 ++-0256125 ++-0262113 ++-0264018 ++-0251113 ++-0263088 ++-0257129 ++-0254142 ++-0245138 ++-0248122 ++-0249129 ++-0258097 ++-0253130 ++-0267002 ++-0259098 ++-0250090 ++-0261118 ++-0246143 ++-0260146 ++-0255152 ++-0263089 ++-0256126 ++-0252146 ++-0254143 ++-0258098 ++-0251114 ++-0262114 ++-0264019 ++-0249130 ++-0248123 ++-0267003 ++-0259099 ++-0245139 ++-0253131 ++-0250091 ++-0257130 ++-0263090 ++-0261119 ++-0255153 ++-0260147 ++-0258099 ++-0246144 ++-0256127 ++-0252147 ++-0254144 ++-0262115 ++-0250092 ++-0259100 ++-0251115 ++-0264020 ++-0248124 ++-0249131 ++-0267004 ++-0253132 ++-0257131 ++-0263091 ++-0245140 ++-0258100 ++-0255154 ++-0260148 ++-0261120 ++-0250093 ++-0259101 ++-0264021 ++-0256128 ++-0246145 ++-0267005 ++-0254145 ++-0251116 ++-0248125 ++-0252148 ++-0249132 ++-0253133 ++-0255155 ++-0258101 ++-0246146 ++-0263092 ++-0250094 ++-0257132 ++-0261121 ++-0259102 ++-0260149 ++-0264022 ++-0245141 ++-0249133 ++-0267006 ++-0256129 ++-0253134 ++-0251117 ++-0255156 ++-0248126 ++-0252149 ++-0254146 ++-0258102 ++-0263093 ++-0259103 ++-0246147 ++-0250095 ++-0267007 ++-0261122 ++-0264023 ++-0257133 ++-0245142 ++-0249134 ++-0253135 ++-0251118 ++-0252150 ++-0248127 ++-0260150 ++-0256130 ++-0258103 ++-0254147 ++-0263094 ++-0250096 ++-0267008 ++-0261123 ++-0246148 ++-0258104 ++-0264024 ++-0259104 ++-0253136 ++-0257134 ++-0251119 ++-0249135 ++-0263095 ++-0256131 ++-0245143 ++-0252151 ++-0254148 ++-0260151 ++-0248128 ++-0261124 ++-0250097 ++-0246149 ++-0258105 ++-0264025 ++-0259105 ++-0267009 ++-0263096 ++-0252152 ++-0253137 ++-0275000 ++-0251120 ++-0250098 ++-0261125 ++-0254149 ++-0256132 ++-0260152 ++-0257135 ++-0245144 ++-0249136 ++-0248129 ++-0259106 ++-0264026 ++-0246150 ++-0275001 ++-0250099 ++-0263097 ++-0258106 ++-0253138 ++-0250100 ++-0256133 ++-0263098 ++-0267010 ++-0251121 ++-0275002 ++-0252153 ++-0245145 ++-0254150 ++-0259107 ++-0260153 ++-0264027 ++-0249137 ++-0257136 ++-0246151 ++-0263099 ++-0256134 ++-0253139 ++-0261126 ++-0258107 ++-0259108 ++-0250101 ++-0260154 ++-0251122 ++-0248130 ++-0275003 ++-0264028 ++-0262116 ++-0256135 ++-0263100 ++-0252154 ++-0249138 ++-0246152 ++-0254151 ++-0258108 ++-0259109 ++-0257137 ++-0267011 ++-0251123 ++-0275004 ++-0253140 ++-0245146 ++-0275005 ++-0261127 ++-0249139 ++-0250102 ++-0251124 ++-0260155 ++-0246153 ++-0262117 ++-0259110 ++-0264029 ++-0263101 ++-0267012 ++-0248131 ++-0252155 ++-0257138 ++-0275006 ++-0258109 ++-0254152 ++-0245147 ++-0256136 ++-0253141 ++-0261128 ++-0250103 ++-0264030 ++-0251125 ++-0260156 ++-0246154 ++-0257139 ++-0267013 ++-0248132 ++-0263102 ++-0258110 ++-0262118 ++-0249140 ++-0259111 ++-0264031 ++-0275007 ++-0256137 ++-0253142 ++-0261129 ++-0245148 ++-0267014 ++-0263103 ++-0250104 ++-0254153 ++-0251126 ++-0275008 ++-0249141 ++-0246155 ++-0258111 ++-0264032 ++-0257140 ++-0248133 ++-0259112 ++-0263104 ++-0245149 ++-0253143 ++-0256138 ++-0254154 ++-0262119 ++-0275009 ++-0249142 ++-0261130 ++-0272000 ++-0250105 ++-0267015 ++-0251127 ++-0263105 ++-0245150 ++-0275010 ++-0258112 ++-0259113 ++-0250106 ++-0253144 ++-0259114 ++-0250107 ++-0251128 ++-0257141 ++-0275011 ++-0263106 ++-0250108 ++-0264033 ++-0248134 ++-0256139 ++-0261131 ++-0267016 ++-0254155 ++-0245151 ++-0257142 ++-0272001 ++-0263107 ++-0251129 ++-0249143 ++-0253145 ++-0275012 ++-0259115 ++-0250109 ++-0264034 ++-0248135 ++-0280000 ++-0258113 ++-0261132 ++-0266000 ++-0267017 ++-0262120 ++-0254156 ++-0263108 ++-0256140 ++-0245152 ++-0272002 ++-0250110 ++-0275013 ++-0257143 ++-0264035 ++-0251130 ++-0259116 ++-0253146 ++-0267018 ++-0258114 ++-0261133 ++-0280001 ++-0266001 ++-0248136 ++-0272003 ++-0275014 ++-0256141 ++-0250111 ++-0262121 ++-0264036 ++-0254157 ++-0245153 ++-0263109 ++-0259117 ++-0257144 ++-0280002 ++-0253147 ++-0251131 ++-0272004 ++-0267019 ++-0249144 ++-0248137 ++-0266002 ++-0275015 ++-0258115 ++-0261134 ++-0256142 ++-0264037 ++-0280003 ++-0250112 ++-0272005 ++-0245154 ++-0259118 ++-0262122 ++-0267020 ++-0263110 ++-0249145 ++-0257145 ++-0248138 ++-0253148 ++-0266003 ++-0275016 ++-0251132 ++-0264038 ++-0280004 ++-0272006 ++-0261135 ++-0263111 ++-0267021 ++-0256143 ++-0275017 ++-0257146 ++-0248139 ++-0249146 ++-0259119 ++-0262123 ++-0250113 ++-0245155 ++-0251133 ++-0258116 ++-0263112 ++-0267022 ++-0272007 ++-0280005 ++-0261136 ++-0275018 ++-0274000 ++-0264039 ++-0253149 ++-0257147 ++-0256144 ++-0248140 ++-0263113 ++-0259120 ++-0267023 ++-0250114 ++-0272008 ++-0258117 ++-0280006 ++-0245156 ++-0251134 ++-0264040 ++-0274001 ++-0275019 ++-0249147 ++-0253150 ++-0261137 ++-0263114 ++-0262124 ++-0266004 ++-0256145 ++-0280007 ++-0250115 ++-0259121 ++-0272009 ++-0257148 ++-0251135 ++-0248141 ++-0249148 ++-0267024 ++-0258118 ++-0275020 ++-0274002 ++-0264041 ++-0263115 ++-0245157 ++-0266005 ++-0272010 ++-0261138 ++-0253151 ++-0262125 ++-0280008 ++-0267025 ++-0250116 ++-0257149 ++-0249149 ++-0275021 ++-0251136 ++-0259122 ++-0256146 ++-0248142 ++-0258119 ++-0272011 ++-0274003 ++-0264042 ++-0263116 ++-0280009 ++-0267026 ++-0266006 ++-0253152 ++-0262126 ++-0275022 ++-0261139 ++-0257150 ++-0249150 ++-0259123 ++-0250117 ++-0251137 ++-0264043 ++-0263117 ++-0256147 ++-0280010 ++-0248143 ++-0258120 ++-0274004 ++-0267027 ++-0266007 ++-0253153 ++-0272012 ++-0275023 ++-0262127 ++-0261140 ++-0257151 ++-0264044 ++-0249151 ++-0263118 ++-0250118 ++-0259124 ++-0280011 ++-0251138 ++-0274005 ++-0256148 ++-0266008 ++-0275024 ++-0248144 ++-0272013 ++-0267028 ++-0258121 ++-0265000 ++-0262128 ++-0264045 ++-0253154 ++-0263119 ++-0261141 ++-0280012 ++-0257152 ++-0249152 ++-0259125 ++-0274006 ++-0256149 ++-0251139 ++-0275025 ++-0250119 ++-0272014 ++-0267029 ++-0266009 ++-0263120 ++-0280013 ++-0248145 ++-0262129 ++-0264046 ++-0258122 ++-0253155 ++-0249153 ++-0274007 ++-0257153 ++-0261142 ++-0275026 ++-0259126 ++-0272015 ++-0251140 ++-0267030 ++-0256150 ++-0250120 ++-0280014 ++-0266010 ++-0263121 ++-0262130 ++-0274008 ++-0272016 ++-0257154 ++-0248146 ++-0261143 ++-0259127 ++-0251141 ++-0258123 ++-0249154 ++-0267031 ++-0263122 ++-0256151 ++-0250121 ++-0266011 ++-0280015 ++-0274009 ++-0262131 ++-0272017 ++-0259128 ++-0274010 ++-0251142 ++-0261144 ++-0257155 ++-0248147 ++-0275027 ++-0256152 ++-0264047 ++-0273000 ++-0266012 ++-0258124 ++-0280016 ++-0250122 ++-0267032 ++-0249155 ++-0263123 ++-0272018 ++-0262132 ++-0264048 ++-0280017 ++-0275028 ++-0273001 ++-0266013 ++-0257156 ++-0261145 ++-0274011 ++-0251143 ++-0248148 ++-0250123 ++-0263124 ++-0256153 ++-0258125 ++-0272019 ++-0267033 ++-0280018 ++-0266014 ++-0273002 ++-0264049 ++-0262133 ++-0275029 ++-0274012 ++-0272020 ++-0250124 ++-0273003 ++-0266015 ++-0265001 ++-0259129 ++-0263125 ++-0267034 ++-0261146 ++-0251144 ++-0250125 ++-0274013 ++-0280019 ++-0258126 ++-0266016 ++-0275030 ++-0248149 ++-0259130 ++-0256154 ++-0272021 ++-0265002 ++-0262134 ++-0264050 ++-0263126 ++-0269000 ++-0280020 ++-0267035 ++-0251145 ++-0272022 ++-0275031 ++-0250126 ++-0261147 ++-0258127 ++-0274014 ++-0265003 ++-0277000 ++-0266017 ++-0248150 ++-0264051 ++-0259131 ++-0256155 ++-0262135 ++-0273004 ++-0263127 ++-0269001 ++-0267036 ++-0275032 ++-0280021 ++-0251146 ++-0274015 ++-0277001 ++-0272023 ++-0264052 ++-0250127 ++-0261148 ++-0258128 ++-0265004 ++-0266018 ++-0248151 ++-0273005 ++-0263128 ++-0259132 ++-0269002 ++-0267037 ++-0251147 ++-0265005 ++-0266019 ++-0263129 ++-0261149 ++-0274016 ++-0273006 ++-0248152 ++-0258129 ++-0272024 ++-0250128 ++-0280022 ++-0275033 ++-0277002 ++-0262136 ++-0259133 ++-0264053 ++-0269003 ++-0256156 ++-0267038 ++-0251148 ++-0265006 ++-0274017 ++-0280023 ++-0272025 ++-0275034 ++-0261150 ++-0266020 ++-0263130 ++-0269004 ++-0273007 ++-0258130 ++-0248153 ++-0277003 ++-0250129 ++-0264054 ++-0259134 ++-0267039 ++-0262137 ++-0265007 ++-0251149 ++-0274018 ++-0280024 ++-0266021 ++-0269005 ++-0264055 ++-0263131 ++-0275035 ++-0261151 ++-0272026 ++-0267040 ++-0250130 ++-0280025 ++-0266022 ++-0277004 ++-0269006 ++-0276000 ++-0258131 ++-0273008 ++-0259135 ++-0251150 ++-0248154 ++-0262138 ++-0274019 ++-0265008 ++-0264056 ++-0272027 ++-0275036 ++-0280026 ++-0277005 ++-0266023 ++-0276001 ++-0263132 ++-0273009 ++-0261152 ++-0250131 ++-0267041 ++-0265009 ++-0269007 ++-0251151 ++-0248155 ++-0259136 ++-0258132 ++-0264057 ++-0262139 ++-0272028 ++-0274020 ++-0280027 ++-0277006 ++-0275037 ++-0263133 ++-0266024 ++-0265010 ++-0269008 ++-0276002 ++-0250132 ++-0264058 ++-0248156 ++-0258133 ++-0261153 ++-0273010 ++-0274021 ++-0272029 ++-0262140 ++-0275038 ++-0251152 ++-0267042 ++-0259137 ++-0266025 ++-0280028 ++-0269009 ++-0276003 ++-0263134 ++-0277007 ++-0264059 ++-0273011 ++-0272030 ++-0275039 ++-0267043 ++-0274022 ++-0265011 ++-0262141 ++-0251153 ++-0280029 ++-0250133 ++-0259138 ++-0258134 ++-0269010 ++-0266026 ++-0276004 ++-0264060 ++-0261154 ++-0277008 ++-0275040 ++-0272031 ++-0263135 ++-0267044 ++-0274023 ++-0273012 ++-0265012 ++-0280030 ++-0262142 ++-0269011 ++-0276005 ++-0266027 ++-0251154 ++-0264061 ++-0259139 ++-0277009 ++-0250134 ++-0258135 ++-0272032 ++-0267045 ++-0273013 ++-0268000 ++-0274024 ++-0261155 ++-0275041 ++-0265013 ++-0280031 ++-0269012 ++-0263136 ++-0276006 ++-0266028 ++-0262143 ++-0272033 ++-0264062 ++-0277010 ++-0259140 ++-0250135 ++-0267046 ++-0268001 ++-0258136 ++-0251155 ++-0275042 ++-0273014 ++-0280032 ++-0274025 ++-0265014 ++-0266029 ++-0263137 ++-0269013 ++-0276007 ++-0272034 ++-0277011 ++-0262144 ++-0267047 ++-0264063 ++-0259141 ++-0280033 ++-0250136 ++-0268002 ++-0265015 ++-0258137 ++-0275043 ++-0273015 ++-0266030 ++-0269014 ++-0274026 ++-0277012 ++-0263138 ++-0264064 ++-0267048 ++-0272035 ++-0276008 ++-0262145 ++-0280034 ++-0265016 ++-0275044 ++-0259142 ++-0281000 ++-0268003 ++-0269015 ++-0258138 ++-0273016 ++-0274027 ++-0250137 ++-0266031 ++-0264065 ++-0277013 ++-0263139 ++-0280035 ++-0272036 ++-0265017 ++-0276009 ++-0267049 ++-0262146 ++-0275045 ++-0281001 ++-0271000 ++-0269016 ++-0259143 ++-0266032 ++-0274028 ++-0268004 ++-0273017 ++-0264066 ++-0258139 ++-0277014 ++-0272037 ++-0280036 ++-0250138 ++-0276010 ++-0269017 ++-0267050 ++-0281002 ++-0263140 ++-0265018 ++-0262147 ++-0271001 ++-0266033 ++-0275046 ++-0259144 ++-0274029 ++-0264067 ++-0280037 ++-0268005 ++-0273018 ++-0272038 ++-0267051 ++-0281003 ++-0258140 ++-0269018 ++-0277015 ++-0271002 ++-0263141 ++-0250139 ++-0276011 ++-0275047 ++-0265019 ++-0266034 ++-0259145 ++-0274030 ++-0262148 ++-0268006 ++-0264068 ++-0280038 ++-0272039 ++-0281004 ++-0273019 ++-0267052 ++-0277016 ++-0258141 ++-0271003 ++-0269019 ++-0276012 ++-0275048 ++-0266035 ++-0274031 ++-0250140 ++-0268007 ++-0264069 ++-0280039 ++-0265020 ++-0272040 ++-0281005 ++-0263142 ++-0262149 ++-0259146 ++-0271004 ++-0266036 ++-0273020 ++-0265021 ++-0274032 ++-0272041 ++-0281006 ++-0263143 ++-0262150 ++-0276013 ++-0267053 ++-0269020 ++-0250141 ++-0266037 ++-0277017 ++-0271005 ++-0259147 ++-0273021 ++-0258142 ++-0274033 ++-0275049 ++-0264070 ++-0281007 ++-0265022 ++-0276014 ++-0263144 ++-0272042 ++-0269021 ++-0267054 ++-0262151 ++-0280040 ++-0266038 ++-0271006 ++-0250142 ++-0277018 ++-0259148 ++-0273022 ++-0275050 ++-0258143 ++-0274034 ++-0281008 ++-0264071 ++-0272043 ++-0267055 ++-0269022 ++-0276015 ++-0265023 ++-0280041 ++-0266039 ++-0277019 ++-0262152 ++-0263145 ++-0273023 ++-0271007 ++-0275051 ++-0250143 ++-0259149 ++-0281009 ++-0258144 ++-0264072 ++-0267056 ++-0274035 ++-0272044 ++-0276016 ++-0280042 ++-0269023 ++-0265024 ++-0262153 ++-0277020 ++-0275052 ++-0273024 ++-0266040 ++-0281010 ++-0271008 ++-0250144 ++-0264073 ++-0259150 ++-0263146 ++-0272045 ++-0258145 ++-0280043 ++-0274036 ++-0267057 ++-0276017 ++-0269024 ++-0265025 ++-0277021 ++-0275053 ++-0271009 ++-0281011 ++-0266041 ++-0262154 ++-0273025 ++-0250145 ++-0264074 ++-0268008 ++-0272046 ++-0280044 ++-0274037 ++-0259151 ++-0269025 ++-0263147 ++-0276018 ++-0262155 ++-0271010 ++-0265026 ++-0272047 ++-0276019 ++-0277022 ++-0275054 ++-0258146 ++-0269026 ++-0281012 ++-0273026 ++-0263148 ++-0264075 ++-0280045 ++-0259152 ++-0266042 ++-0274038 ++-0268009 ++-0250146 ++-0271011 ++-0272048 ++-0269027 ++-0277023 ++-0275055 ++-0281013 ++-0258147 ++-0265027 ++-0280046 ++-0276020 ++-0266043 ++-0273027 ++-0274039 ++-0268010 ++-0264076 ++-0263149 ++-0259153 ++-0282000 ++-0250147 ++-0271012 ++-0275056 ++-0277024 ++-0269028 ++-0272049 ++-0281014 ++-0265028 ++-0258148 ++-0273028 ++-0266044 ++-0276021 ++-0268011 ++-0264077 ++-0280047 ++-0282001 ++-0250148 ++-0275057 ++-0259154 ++-0263150 ++-0277025 ++-0269029 ++-0274040 ++-0271013 ++-0281015 ++-0272050 ++-0273029 ++-0258149 ++-0265029 ++-0268012 ++-0266045 ++-0264078 ++-0280048 ++-0276022 ++-0275058 ++-0277026 ++-0282002 ++-0274041 ++-0259155 ++-0273030 ++-0250149 ++-0272051 ++-0281016 ++-0271014 ++-0263151 ++-0258150 ++-0265030 ++-0266046 ++-0268013 ++-0264079 ++-0276023 ++-0280049 ++-0275059 ++-0274042 ++-0277027 ++-0282003 ++-0281017 ++-0272052 ++-0266047 ++-0269030 ++-0273031 ++-0265031 ++-0271015 ++-0250150 ++-0268014 ++-0280050 ++-0263152 ++-0264080 ++-0275060 ++-0276024 ++-0274043 ++-0277028 ++-0282004 ++-0281018 ++-0274044 ++-0266048 ++-0250151 ++-0264081 ++-0258151 ++-0271016 ++-0265032 ++-0280051 ++-0269031 ++-0275061 ++-0267058 ++-0274045 ++-0263153 ++-0281019 ++-0272053 ++-0276025 ++-0277029 ++-0279000 ++-0258152 ++-0273032 ++-0282005 ++-0264082 ++-0268015 ++-0250152 ++-0271017 ++-0265033 ++-0269032 ++-0280052 ++-0275062 ++-0281020 ++-0267059 ++-0277030 ++-0263154 ++-0276026 ++-0272054 ++-0274046 ++-0266049 ++-0268016 ++-0264083 ++-0279001 ++-0282006 ++-0258153 ++-0273033 ++-0250153 ++-0271018 ++-0269033 ++-0280053 ++-0275063 ++-0267060 ++-0281021 ++-0276027 ++-0277031 ++-0268017 ++-0279002 ++-0274047 ++-0272055 ++-0264084 ++-0266050 ++-0258154 ++-0271019 ++-0275064 ++-0263155 ++-0268018 ++-0269034 ++-0280054 ++-0282007 ++-0277032 ++-0273034 ++-0281022 ++-0276028 ++-0272056 ++-0250154 ++-0267061 ++-0266051 ++-0274048 ++-0271020 ++-0275065 ++-0279003 ++-0264085 ++-0258155 ++-0263156 ++-0282008 ++-0280055 ++-0276029 ++-0273035 ++-0267062 ++-0281023 ++-0277033 ++-0266052 ++-0275066 ++-0250155 ++-0279004 ++-0264086 ++-0271021 ++-0274049 ++-0272057 ++-0258156 ++-0268019 ++-0280056 ++-0276030 ++-0273036 ++-0281024 ++-0267063 ++-0282009 ++-0266053 ++-0279005 ++-0277034 ++-0269035 ++-0274050 ++-0264087 ++-0265034 ++-0250156 ++-0272058 ++-0271022 ++-0275067 ++-0280057 ++-0268020 ++-0281025 ++-0273037 ++-0277035 ++-0267064 ++-0282010 ++-0276031 ++-0264088 ++-0269036 ++-0274051 ++-0265035 ++-0283000 ++-0266054 ++-0279006 ++-0271023 ++-0280058 ++-0275068 ++-0250157 ++-0272059 ++-0268021 ++-0281026 ++-0273038 ++-0267065 ++-0282011 ++-0264089 ++-0274052 ++-0276032 ++-0283001 ++-0269037 ++-0280059 ++-0278000 ++-0279007 ++-0275069 ++-0272060 ++-0266055 ++-0265036 ++-0281027 ++-0268022 ++-0271024 ++-0267066 ++-0282012 ++-0273039 ++-0277036 ++-0264090 ++-0274053 ++-0276033 ++-0283002 ++-0269038 ++-0278001 ++-0275070 ++-0280060 ++-0272061 ++-0265037 ++-0279008 ++-0281028 ++-0268023 ++-0273040 ++-0267067 ++-0264091 ++-0271025 ++-0266056 ++-0276034 ++-0282013 ++-0283003 ++-0274054 ++-0277037 ++-0278002 ++-0269039 ++-0275071 ++-0280061 ++-0281029 ++-0279009 ++-0272062 ++-0265038 ++-0270000 ++-0264092 ++-0267068 ++-0271026 ++-0273041 ++-0283004 ++-0268024 ++-0274055 ++-0277038 ++-0266057 ++-0282014 ++-0276035 ++-0278003 ++-0275072 ++-0279010 ++-0280062 ++-0281030 ++-0272063 ++-0264093 ++-0271027 ++-0273042 ++-0265039 ++-0283005 ++-0270001 ++-0274056 ++-0282015 ++-0277039 ++-0269040 ++-0267069 ++-0268025 ++-0266058 ++-0275073 ++-0278004 ++-0279011 ++-0272064 ++-0276036 ++-0264094 ++-0273043 ++-0280063 ++-0265040 ++-0281031 ++-0271028 ++-0270002 ++-0283006 ++-0274057 ++-0268026 ++-0282016 ++-0277040 ++-0275074 ++-0267070 ++-0266059 ++-0269041 ++-0272065 ++-0276037 ++-0279012 ++-0264095 ++-0278005 ++-0281032 ++-0270003 ++-0283007 ++-0265041 ++-0273044 ++-0282017 ++-0277041 ++-0274058 ++-0267071 ++-0280064 ++-0269042 ++-0279013 ++-0275075 ++-0278006 ++-0276038 ++-0271029 ++-0270004 ++-0264096 ++-0283008 ++-0268027 ++-0272066 ++-0281033 ++-0265042 ++-0282018 ++-0273045 ++-0266060 ++-0267072 ++-0279014 ++-0277042 ++-0275076 ++-0269043 ++-0271030 ++-0274059 ++-0280065 ++-0276039 ++-0270005 ++-0283009 ++-0278007 ++-0268028 ++-0264097 ++-0281034 ++-0265043 ++-0272067 ++-0267073 ++-0266061 ++-0273046 ++-0277043 ++-0269044 ++-0279015 ++-0270006 ++-0275077 ++-0282019 ++-0278008 ++-0276040 ++-0268029 ++-0271031 ++-0265044 ++-0274060 ++-0272068 ++-0266062 ++-0283010 ++-0281035 ++-0267074 ++-0273047 ++-0264098 ++-0279016 ++-0280066 ++-0268030 ++-0275078 ++-0277044 ++-0270007 ++-0271032 ++-0269045 ++-0278009 ++-0276041 ++-0265045 ++-0282020 ++-0274061 ++-0272069 ++-0283011 ++-0266063 ++-0281036 ++-0264099 ++-0268031 ++-0275079 ++-0270008 ++-0277045 ++-0279017 ++-0273048 ++-0267075 ++-0280067 ++-0282021 ++-0269046 ++-0278010 ++-0276042 ++-0265046 ++-0271033 ++-0283012 ++-0266064 ++-0274062 ++-0281037 ++-0272070 ++-0270009 ++-0264100 ++-0268032 ++-0275080 ++-0280068 ++-0273049 ++-0267076 ++-0278011 ++-0269047 ++-0277046 ++-0283013 ++-0279018 ++-0274063 ++-0265047 ++-0273050 ++-0270010 ++-0281038 ++-0271034 ++-0269048 ++-0266065 ++-0276043 ++-0275081 ++-0268033 ++-0279019 ++-0264101 ++-0277047 ++-0272071 ++-0280069 ++-0273051 ++-0267077 ++-0278012 ++-0283014 ++-0274064 ++-0265048 ++-0270011 ++-0271035 ++-0276044 ++-0281039 ++-0266066 ++-0275082 ++-0268034 ++-0279020 ++-0277048 ++-0264102 ++-0273052 ++-0267078 ++-0274065 ++-0278013 ++-0265049 ++-0283015 ++-0280070 ++-0272072 ++-0270012 ++-0271036 ++-0281040 ++-0269049 ++-0276045 ++-0266067 ++-0275083 ++-0268035 ++-0279021 ++-0282022 ++-0264103 ++-0265050 ++-0278014 ++-0267079 ++-0277049 ++-0273053 ++-0280071 ++-0283016 ++-0274066 ++-0271037 ++-0281041 ++-0269050 ++-0272073 ++-0276046 ++-0270013 ++-0275084 ++-0279022 ++-0265051 ++-0278015 ++-0266068 ++-0282023 ++-0264104 ++-0273054 ++-0268036 ++-0277050 ++-0274067 ++-0280072 ++-0283017 ++-0267080 ++-0271038 ++-0269051 ++-0281042 ++-0272074 ++-0276047 ++-0275085 ++-0279023 ++-0270014 ++-0282024 ++-0264105 ++-0266069 ++-0278016 ++-0277051 ++-0267081 ++-0265052 ++-0283018 ++-0280073 ++-0268037 ++-0269052 ++-0274068 ++-0272075 ++-0275086 ++-0281043 ++-0279024 ++-0276048 ++-0271039 ++-0270015 ++-0282025 ++-0266070 ++-0267082 ++-0265053 ++-0264106 ++-0277052 ++-0278017 ++-0274069 ++-0273055 ++-0280074 ++-0283019 ++-0269053 ++-0268038 ++-0275087 ++-0272076 ++-0276049 ++-0279025 ++-0271040 ++-0281044 ++-0282026 ++-0267083 ++-0270016 ++-0264107 ++-0266071 ++-0265054 ++-0277053 ++-0274070 ++-0268039 ++-0273056 ++-0269054 ++-0278018 ++-0280075 ++-0276050 ++-0272077 ++-0279026 ++-0271041 ++-0282027 ++-0283020 ++-0275088 ++-0267084 ++-0281045 ++-0270017 ++-0264108 ++-0266072 ++-0265055 ++-0277054 ++-0268040 ++-0269055 ++-0273057 ++-0283021 ++-0272078 ++-0280076 ++-0271042 ++-0275089 ++-0281046 ++-0267085 ++-0276051 ++-0279027 ++-0282028 ++-0270018 ++-0268041 ++-0278019 ++-0264109 ++-0283022 ++-0266073 ++-0271043 ++-0280077 ++-0269056 ++-0281047 ++-0273058 ++-0265056 ++-0272079 ++-0274071 ++-0267086 ++-0277055 ++-0279028 ++-0276052 ++-0275090 ++-0282029 ++-0283023 ++-0268042 ++-0270019 ++-0278020 ++-0264110 ++-0271044 ++-0280078 ++-0269057 ++-0272080 ++-0265057 ++-0279029 ++-0281048 ++-0266074 ++-0268043 ++-0274072 ++-0277056 ++-0267087 ++-0273059 ++-0276053 ++-0282030 ++-0283024 ++-0275091 ++-0270020 ++-0278021 ++-0271045 ++-0265058 ++-0272081 ++-0269058 ++-0268044 ++-0267088 ++-0274073 ++-0279030 ++-0280079 ++-0277057 ++-0266075 ++-0276054 ++-0281049 ++-0283025 ++-0273060 ++-0270021 ++-0278022 ++-0282031 ++-0264111 ++-0275092 ++-0271046 ++-0268045 ++-0265059 ++-0274074 ++-0279031 ++-0269059 ++-0272082 ++-0276055 ++-0264112 ++-0283026 ++-0270022 ++-0280080 ++-0281050 ++-0273061 ++-0266076 ++-0277058 ++-0275093 ++-0278023 ++-0282032 ++-0271047 ++-0274075 ++-0270023 ++-0273062 ++-0265060 ++-0272083 ++-0266077 ++-0268046 ++-0264113 ++-0283027 ++-0280081 ++-0271048 ++-0282033 ++-0269060 ++-0276056 ++-0273063 ++-0275094 ++-0277059 ++-0281051 ++-0274076 ++-0270024 ++-0279032 ++-0265061 ++-0272084 ++-0267089 ++-0278024 ++-0266078 ++-0283028 ++-0283029 ++-0283030 ++-0275095 ++-0268047 ++-0269061 ++-0271049 ++-0280082 ++-0282034 ++-0276057 ++-0267090 ++-0273064 ++-0281052 ++-0264114 ++-0278025 ++-0270025 ++-0265062 ++-0277060 ++-0266079 ++-0283031 ++-0272085 ++-0268048 ++-0275096 ++-0279033 ++-0280083 ++-0282035 ++-0273065 ++-0281053 ++-0267091 ++-0272086 ++-0268049 ++-0265063 ++-0278026 ++-0266080 ++-0269062 ++-0264115 ++-0270026 ++-0277061 ++-0275097 ++-0271050 ++-0282036 ++-0279034 ++-0273066 ++-0281054 ++-0268050 ++-0267092 ++-0265064 ++-0283032 ++-0272087 ++-0280084 ++-0269063 ++-0271051 ++-0275098 ++-0282037 ++-0270027 ++-0266081 ++-0277062 ++-0267093 ++-0269064 ++-0273067 ++-0264116 ++-0283033 ++-0278027 ++-0280085 ++-0268051 ++-0265065 ++-0272088 ++-0271052 ++-0279035 ++-0282038 ++-0281055 ++-0275099 ++-0266082 ++-0277063 ++-0278028 ++-0269065 ++-0273068 ++-0264117 ++-0280086 ++-0272089 ++-0267094 ++-0274077 ++-0265066 ++-0268052 ++-0279036 ++-0283034 ++-0281056 ++-0271053 ++-0275100 ++-0282039 ++-0266083 ++-0277064 ++-0278029 ++-0269066 ++-0273069 ++-0264118 ++-0280087 ++-0272090 ++-0265067 ++-0264119 ++-0276058 ++-0267095 ++-0264120 ++-0283035 ++-0279037 ++-0270028 ++-0271054 ++-0281057 ++-0268053 ++-0275101 ++-0266084 ++-0282040 ++-0274078 ++-0272091 ++-0280088 ++-0269067 ++-0277065 ++-0273070 ++-0265068 ++-0267096 ++-0276059 ++-0278030 ++-0264121 ++-0279038 ++-0283036 ++-0271055 ++-0282041 ++-0274079 ++-0270029 ++-0281058 ++-0268054 ++-0275102 ++-0266085 ++-0272092 ++-0277066 ++-0267097 ++-0265069 ++-0276060 ++-0269068 ++-0283037 ++-0278031 ++-0280089 ++-0279039 ++-0264122 ++-0271056 ++-0266086 ++-0282042 ++-0273071 ++-0275103 ++-0281059 ++-0267098 ++-0270030 ++-0265070 ++-0276061 ++-0268055 ++-0274080 ++-0272093 ++-0269069 ++-0283038 ++-0279040 ++-0277067 ++-0280090 ++-0278032 ++-0275104 ++-0271057 ++-0273072 ++-0276062 ++-0274081 ++-0266087 ++-0267099 ++-0281060 ++-0269070 ++-0265071 ++-0283039 ++-0270031 ++-0272094 ++-0268056 ++-0279041 ++-0280091 ++-0271058 ++-0278033 ++-0275105 ++-0273073 ++-0274082 ++-0267100 ++-0277068 ++-0266088 ++-0276063 ++-0281061 ++-0272095 ++-0283040 ++-0270032 ++-0269071 ++-0279042 ++-0268057 ++-0265072 ++-0280092 ++-0275106 ++-0266089 ++-0273074 ++-0278034 ++-0267101 ++-0271059 ++-0274083 ++-0281062 ++-0276064 ++-0268058 ++-0277069 ++-0283041 ++-0279043 ++-0270033 ++-0265073 ++-0269072 ++-0275107 ++-0266090 ++-0272096 ++-0273075 ++-0280093 ++-0267102 ++-0276065 ++-0274084 ++-0278035 ++-0268059 ++-0281063 ++-0271060 ++-0270034 ++-0283042 ++-0277070 ++-0279044 ++-0266091 ++-0272097 ++-0269073 ++-0275108 ++-0267103 ++-0273076 ++-0280094 ++-0276066 ++-0274085 ++-0281064 ++-0268060 ++-0278036 ++-0271061 ++-0270035 ++-0277071 ++-0269074 ++-0279045 ++-0266092 ++-0275109 ++-0272098 ++-0276067 ++-0280095 ++-0267104 ++-0278037 ++-0273077 ++-0274086 ++-0281065 ++-0268061 ++-0271062 ++-0277072 ++-0279046 ++-0275110 ++-0269075 ++-0266093 ++-0265074 ++-0267105 ++-0273078 ++-0272099 ++-0276068 ++-0270036 ++-0280096 ++-0274087 ++-0271063 ++-0268062 ++-0278038 ++-0281066 ++-0279047 ++-0277073 ++-0275111 ++-0267106 ++-0269076 ++-0265075 ++-0273079 ++-0276069 ++-0272100 ++-0266094 ++-0270037 ++-0280097 ++-0274088 ++-0271064 ++-0281067 ++-0277074 ++-0268063 ++-0275112 ++-0278039 ++-0267107 ++-0279048 ++-0269077 ++-0265076 ++-0273080 ++-0276070 ++-0266095 ++-0272101 ++-0273081 ++-0279049 ++-0282043 ++-0264123 ++-0274089 ++-0280098 ++-0270038 ++-0281068 ++-0278040 ++-0268064 ++-0272102 ++-0277075 ++-0271065 ++-0279050 ++-0265077 ++-0267108 ++-0273082 ++-0275113 ++-0266096 ++-0264124 ++-0276071 ++-0282044 ++-0280099 ++-0281069 ++-0270039 ++-0269078 ++-0277076 ++-0274090 ++-0268065 ++-0272103 ++-0278041 ++-0266097 ++-0276072 ++-0282045 ++-0265078 ++-0264125 ++-0280100 ++-0267109 ++-0270040 ++-0281070 ++-0273083 ++-0272104 ++-0282046 ++-0283043 ++-0266098 ++-0274091 ++-0275114 ++-0280101 ++-0269079 ++-0264126 ++-0279051 ++-0273084 ++-0276073 ++-0270041 ++-0265079 ++-0278042 ++-0281071 ++-0271066 ++-0267110 ++-0277077 ++-0282047 ++-0272105 ++-0275115 ++-0266099 ++-0274092 ++-0268066 ++-0269080 ++-0270042 ++-0282048 ++-0279052 ++-0283044 ++-0271067 ++-0265080 ++-0280102 ++-0276074 ++-0278043 ++-0267111 ++-0264127 ++-0273085 ++-0277078 ++-0281072 ++-0272106 ++-0275116 ++-0266100 ++-0274093 ++-0269081 ++-0279053 ++-0268067 ++-0270043 ++-0265081 ++-0283045 ++-0271068 ++-0278044 ++-0276075 ++-0267112 ++-0272107 ++-0280103 ++-0264128 ++-0281073 ++-0273086 ++-0275117 ++-0266101 ++-0282049 ++-0270044 ++-0274094 ++-0279054 ++-0269082 ++-0278045 ++-0276076 ++-0268068 ++-0271069 ++-0265082 ++-0283046 ++-0267113 ++-0280104 ++-0281074 ++-0275118 ++-0273087 ++-0264129 ++-0277079 ++-0274095 ++-0266102 ++-0282050 ++-0269083 ++-0278046 ++-0279055 ++-0271070 ++-0276077 ++-0270045 ++-0267114 ++-0272108 ++-0265083 ++-0268069 ++-0280105 ++-0275119 ++-0283047 ++-0273088 ++-0281075 ++-0264130 ++-0277080 ++-0266103 ++-0282051 ++-0274096 ++-0269084 ++-0270046 ++-0267115 ++-0276078 ++-0275120 ++-0271071 ++-0278047 ++-0265084 ++-0279056 ++-0272109 ++-0280106 ++-0281076 ++-0273089 ++-0268070 ++-0277081 ++-0282052 ++-0264131 ++-0274097 ++-0266104 ++-0283048 ++-0278048 ++-0267116 ++-0276079 ++-0270047 ++-0272110 ++-0280107 ++-0271072 ++-0273090 ++-0281077 ++-0275121 ++-0268071 ++-0274098 ++-0279057 ++-0282053 ++-0270048 ++-0281078 ++-0283049 ++-0264132 ++-0277082 ++-0272111 ++-0267117 ++-0265085 ++-0276080 ++-0269085 ++-0273091 ++-0271073 ++-0266105 ++-0275122 ++-0268072 ++-0278049 ++-0280108 ++-0274099 ++-0279058 ++-0283050 ++-0270049 ++-0282054 ++-0281079 ++-0272112 ++-0264133 ++-0266106 ++-0277083 ++-0271074 ++-0267118 ++-0273092 ++-0269086 ++-0275123 ++-0278050 ++-0274100 ++-0268073 ++-0276081 ++-0280109 ++-0265086 ++-0279059 ++-0281080 ++-0282055 ++-0283051 ++-0270050 ++-0272113 ++-0271075 ++-0266107 ++-0264134 ++-0278051 ++-0267119 ++-0275124 ++-0273093 ++-0277084 ++-0268074 ++-0269087 ++-0274101 ++-0282056 ++-0272114 ++-0276082 ++-0279060 ++-0282057 ++-0281081 ++-0265087 ++-0283052 ++-0264135 ++-0280110 ++-0271076 ++-0278052 ++-0266108 ++-0268075 ++-0267120 ++-0273094 ++-0277085 ++-0276083 ++-0269088 ++-0275125 ++-0272115 ++-0268076 ++-0264136 ++-0274102 ++-0281082 ++-0282058 ++-0273095 ++-0278053 ++-0266109 ++-0279061 ++-0277086 ++-0271077 ++-0265088 ++-0276084 ++-0283053 ++-0267121 ++-0269089 ++-0280111 ++-0275126 ++-0281083 ++-0268077 ++-0264137 ++-0272116 ++-0282059 ++-0274103 ++-0273096 ++-0266110 ++-0279062 ++-0271078 ++-0277087 ++-0267122 ++-0270051 ++-0278054 ++-0276085 ++-0269090 ++-0283054 ++-0282060 ++-0281084 ++-0274104 ++-0265089 ++-0272117 ++-0266111 ++-0279063 ++-0273097 ++-0267123 ++-0278055 ++-0277088 ++-0271079 ++-0276086 ++-0270052 ++-0269091 ++-0283055 ++-0282061 ++-0274105 ++-0265090 ++-0264138 ++-0275127 ++-0280112 ++-0281085 ++-0268078 ++-0271080 ++-0272118 ++-0273098 ++-0267124 ++-0277089 ++-0266112 ++-0276087 ++-0269092 ++-0264139 ++-0279064 ++-0283056 ++-0270053 ++-0282062 ++-0278056 ++-0265091 ++-0275128 ++-0280113 ++-0281086 ++-0271081 ++-0268079 ++-0267125 ++-0273099 ++-0272119 ++-0266113 ++-0276088 ++-0279065 ++-0269093 ++-0277090 ++-0282063 ++-0270054 ++-0283057 ++-0265092 ++-0275129 ++-0268080 ++-0271082 ++-0278057 ++-0267126 ++-0281087 ++-0273100 ++-0280114 ++-0266114 ++-0276089 ++-0272120 ++-0264140 ++-0279066 ++-0270055 ++-0277091 ++-0282064 ++-0283058 ++-0269094 ++-0274106 ++-0278058 ++-0268081 ++-0265093 ++-0267127 ++-0266115 ++-0271083 ++-0281088 ++-0275130 ++-0276090 ++-0273101 ++-0264141 ++-0270056 ++-0272121 ++-0280115 ++-0279067 ++-0282065 ++-0277092 ++-0274107 ++-0268082 ++-0283059 ++-0269095 ++-0265094 ++-0271084 ++-0278059 ++-0276091 ++-0267128 ++-0266116 ++-0275131 ++-0264142 ++-0270057 ++-0281089 ++-0282066 ++-0279068 ++-0280116 ++-0272122 ++-0268083 ++-0269096 ++-0278060 ++-0271085 ++-0277093 ++-0265095 ++-0274108 ++-0276092 ++-0283060 ++-0275132 ++-0266117 ++-0271086 ++-0267129 ++-0279069 ++-0281090 ++-0273102 ++-0270058 ++-0264143 ++-0282067 ++-0272123 ++-0278061 ++-0277094 ++-0268084 ++-0269097 ++-0280117 ++-0265096 ++-0275133 ++-0274109 ++-0266118 ++-0283061 ++-0276093 ++-0267130 ++-0273103 ++-0279070 ++-0271087 ++-0264144 ++-0281091 ++-0270059 ++-0269098 ++-0278062 ++-0282068 ++-0272124 ++-0268085 ++-0277095 ++-0275134 ++-0280118 ++-0265097 ++-0274110 ++-0266119 ++-0283062 ++-0276094 ++-0279071 ++-0273104 ++-0271088 ++-0267131 ++-0270060 ++-0281092 ++-0264145 ++-0277096 ++-0278063 ++-0272125 ++-0280119 ++-0282069 ++-0268086 ++-0275135 ++-0265098 ++-0269099 ++-0276095 ++-0274111 ++-0266120 ++-0273105 ++-0271089 ++-0283063 ++-0279072 ++-0281093 ++-0267132 ++-0278064 ++-0280120 ++-0282070 ++-0272126 ++-0277097 ++-0264146 ++-0268087 ++-0269100 ++-0274112 ++-0275136 ++-0276096 ++-0266121 ++-0271090 ++-0273106 ++-0283064 ++-0279073 ++-0267133 ++-0265099 ++-0278065 ++-0282071 ++-0281094 ++-0270061 ++-0277098 ++-0272127 ++-0280121 ++-0274113 ++-0268088 ++-0269101 ++-0266122 ++-0276097 ++-0273107 ++-0275137 ++-0279074 ++-0283065 ++-0264147 ++-0271091 ++-0265100 ++-0267134 ++-0282072 ++-0280122 ++-0270062 ++-0278066 ++-0274114 ++-0272128 ++-0281095 ++-0283066 ++-0274115 ++-0277099 ++-0273108 ++-0267135 ++-0279075 ++-0282073 ++-0272129 ++-0270063 ++-0269102 ++-0276098 ++-0264148 ++-0280123 ++-0271092 ++-0278067 ++-0268089 ++-0265101 ++-0266123 ++-0275138 ++-0274116 ++-0269103 ++-0279076 ++-0270064 ++-0283067 ++-0280124 ++-0275139 ++-0268090 ++-0282074 ++-0273109 ++-0277100 ++-0278068 ++-0276099 ++-0272130 ++-0267136 ++-0266124 ++-0281096 ++-0264149 ++-0271093 ++-0279077 ++-0283068 ++-0265102 ++-0269104 ++-0270065 ++-0275140 ++-0277101 ++-0274117 ++-0273110 ++-0268091 ++-0276100 ++-0280125 ++-0282075 ++-0278069 ++-0266125 ++-0281097 ++-0271094 ++-0283069 ++-0272131 ++-0267137 ++-0264150 ++-0270066 ++-0279078 ++-0265103 ++-0269105 ++-0275141 ++-0277102 ++-0273111 ++-0276101 ++-0278070 ++-0280126 ++-0266126 ++-0282076 ++-0268092 ++-0274118 ++-0281098 ++-0271095 ++-0283070 ++-0272132 ++-0267138 ++-0265104 ++-0270067 ++-0273112 ++-0279079 ++-0276102 ++-0269106 ++-0278071 ++-0266127 ++-0277103 ++-0272133 ++-0281099 ++-0264151 ++-0280127 ++-0282077 ++-0274119 ++-0275142 ++-0268093 ++-0283071 ++-0267139 ++-0265105 ++-0273113 ++-0278072 ++-0270068 ++-0269107 ++-0279080 ++-0276103 ++-0281100 ++-0266128 ++-0264152 ++-0282078 ++-0274120 ++-0268094 ++-0280128 ++-0283072 ++-0265106 ++-0273114 ++-0267140 ++-0275143 ++-0278073 ++-0270069 ++-0271096 ++-0277104 ++-0269108 ++-0281101 ++-0274121 ++-0266129 ++-0282079 ++-0279081 ++-0264153 ++-0276104 ++-0280129 ++-0272134 ++-0283073 ++-0268095 ++-0273115 ++-0275144 ++-0278074 ++-0265107 ++-0267141 ++-0270070 ++-0269109 ++-0277105 ++-0271097 ++-0266130 ++-0274122 ++-0279082 ++-0276105 ++-0280130 ++-0281102 ++-0264154 ++-0272135 ++-0282080 ++-0283074 ++-0268096 ++-0275145 ++-0273116 ++-0267142 ++-0265108 ++-0270071 ++-0277106 ++-0269110 ++-0278075 ++-0271098 ++-0266131 ++-0274123 ++-0276106 ++-0264155 ++-0281103 ++-0279083 ++-0280131 ++-0272136 ++-0282081 ++-0268097 ++-0275146 ++-0283075 ++-0273117 ++-0269111 ++-0277107 ++-0278076 ++-0265109 ++-0266132 ++-0271099 ++-0270072 ++-0267143 ++-0281104 ++-0280132 ++-0279084 ++-0282082 ++-0274124 ++-0272137 ++-0275147 ++-0273118 ++-0269112 ++-0268098 ++-0276107 ++-0283076 ++-0265110 ++-0278077 ++-0266133 ++-0277108 ++-0270073 ++-0267144 ++-0282083 ++-0271100 ++-0279085 ++-0281105 ++-0280133 ++-0274125 ++-0272138 ++-0273119 ++-0275148 ++-0276108 ++-0269113 ++-0268099 ++-0283077 ++-0266134 ++-0265111 ++-0270074 ++-0282084 ++-0278078 ++-0277109 ++-0267145 ++-0271101 ++-0280134 ++-0275149 ++-0279086 ++-0281106 ++-0274126 ++-0273120 ++-0284000 ++-0265112 ++-0272139 ++-0276109 ++-0266135 ++-0283078 ++-0268100 ++-0270075 ++-0278079 ++-0280135 ++-0282085 ++-0275150 ++-0271102 ++-0267146 ++-0281107 ++-0274127 ++-0277110 ++-0284001 ++-0273121 ++-0279087 ++-0265113 ++-0272140 ++-0283079 ++-0266136 ++-0270076 ++-0276110 ++-0268101 ++-0269114 ++-0275151 ++-0278080 ++-0280136 ++-0281108 ++-0282086 ++-0274128 ++-0271103 ++-0267147 ++-0273122 ++-0279088 ++-0284002 ++-0270077 ++-0276111 ++-0268102 ++-0280137 ++-0275152 ++-0272141 ++-0283080 ++-0273123 ++-0265114 ++-0276112 ++-0277111 ++-0266137 ++-0279089 ++-0274129 ++-0284003 ++-0267148 ++-0280138 ++-0269115 ++-0268103 ++-0278081 ++-0281109 ++-0282087 ++-0270078 ++-0272142 ++-0273124 ++-0275153 ++-0277112 ++-0266138 ++-0283081 ++-0276113 ++-0274130 ++-0265115 ++-0279090 ++-0271104 ++-0278082 ++-0267149 ++-0280139 ++-0284004 ++-0281110 ++-0268104 ++-0272143 ++-0282088 ++-0277113 ++-0275154 ++-0273125 ++-0274131 ++-0266139 ++-0269116 ++-0279091 ++-0276114 ++-0265116 ++-0271105 ++-0278083 ++-0270079 ++-0280140 ++-0281111 ++-0284005 ++-0268105 ++-0267150 ++-0283082 ++-0282089 ++-0277114 ++-0272144 ++-0273126 ++-0275155 ++-0266140 ++-0279092 ++-0274132 ++-0265117 ++-0278084 ++-0271106 ++-0276115 ++-0270080 ++-0281112 ++-0280141 ++-0269117 ++-0284006 ++-0282090 ++-0268106 ++-0272145 ++-0277115 ++-0266141 ++-0282091 ++-0270081 ++-0284007 ++-0268107 ++-0274133 ++-0276116 ++-0280142 ++-0271107 ++-0273127 ++-0279093 ++-0265118 ++-0278085 ++-0267151 ++-0283083 ++-0281113 ++-0272146 ++-0269118 ++-0276117 ++-0267152 ++-0277116 ++-0269119 ++-0274134 ++-0279094 ++-0278086 ++-0276118 ++-0284008 ++-0281114 ++-0265119 ++-0272147 ++-0282092 ++-0266142 ++-0273128 ++-0270082 ++-0280143 ++-0268108 ++-0283084 ++-0277117 ++-0271108 ++-0295000 ++-0267153 ++-0278087 ++-0279095 ++-0269120 ++-0274135 ++-0282093 ++-0272148 ++-0270083 ++-0284009 ++-0280144 ++-0273129 ++-0281115 ++-0265120 ++-0266143 ++-0277118 ++-0283085 ++-0276119 ++-0268109 ++-0267154 ++-0271109 ++-0279096 ++-0295001 ++-0278088 ++-0274136 ++-0270084 ++-0269121 ++-0282094 ++-0284010 ++-0280145 ++-0273130 ++-0281116 ++-0266144 ++-0272149 ++-0265121 ++-0276120 ++-0283086 ++-0271110 ++-0279097 ++-0268110 ++-0277119 ++-0295002 ++-0278089 ++-0274137 ++-0270085 ++-0267155 ++-0269122 ++-0280146 ++-0284011 ++-0282095 ++-0266145 ++-0281117 ++-0272150 ++-0283087 ++-0265122 ++-0273131 ++-0271111 ++-0279098 ++-0276121 ++-0274138 ++-0295003 ++-0277120 ++-0278090 ++-0268111 ++-0267156 ++-0269123 ++-0284012 ++-0280147 ++-0266146 ++-0265123 ++-0282096 ++-0283088 ++-0279099 ++-0281118 ++-0272151 ++-0271112 ++-0276122 ++-0274139 ++-0277121 ++-0295004 ++-0278091 ++-0273132 ++-0269124 ++-0280148 ++-0284013 ++-0268112 ++-0270086 ++-0266147 ++-0265124 ++-0282097 ++-0283089 ++-0279100 ++-0281119 ++-0272152 ++-0271113 ++-0274140 ++-0280149 ++-0278092 ++-0295005 ++-0276123 ++-0269125 ++-0266148 ++-0273133 ++-0277122 ++-0284014 ++-0268113 ++-0265125 ++-0283090 ++-0272153 ++-0270087 ++-0282098 ++-0279101 ++-0271114 ++-0281120 ++-0278093 ++-0274141 ++-0295006 ++-0276124 ++-0269126 ++-0266149 ++-0273134 ++-0284015 ++-0268114 ++-0280150 ++-0283091 ++-0265126 ++-0270088 ++-0282099 ++-0271115 ++-0278094 ++-0274142 ++-0277123 ++-0295007 ++-0272154 ++-0280151 ++-0268115 ++-0295008 ++-0277124 ++-0276125 ++-0274143 ++-0266150 ++-0278095 ++-0283092 ++-0272155 ++-0273135 ++-0270089 ++-0280152 ++-0269127 ++-0265127 ++-0287000 ++-0268116 ++-0279102 ++-0282100 ++-0295009 ++-0277125 ++-0281121 ++-0284016 ++-0276126 ++-0273136 ++-0283093 ++-0272156 ++-0270090 ++-0278096 ++-0274144 ++-0266151 ++-0265128 ++-0280153 ++-0271116 ++-0287001 ++-0269128 ++-0279103 ++-0268117 ++-0281122 ++-0284017 ++-0282101 ++-0277126 ++-0295010 ++-0273137 ++-0276127 ++-0283094 ++-0278097 ++-0266152 ++-0270091 ++-0282102 ++-0265129 ++-0274145 ++-0279104 ++-0281123 ++-0287002 ++-0271117 ++-0284018 ++-0277127 ++-0269129 ++-0273138 ++-0280154 ++-0283095 ++-0268118 ++-0295011 ++-0276128 ++-0278098 ++-0266153 ++-0270092 ++-0279105 ++-0265130 ++-0284019 ++-0281124 ++-0287003 ++-0271118 ++-0277128 ++-0282103 ++-0274146 ++-0280155 ++-0295012 ++-0268119 ++-0292000 ++-0278099 ++-0276129 ++-0266154 ++-0273139 ++-0283096 ++-0269130 ++-0270093 ++-0265131 ++-0284020 ++-0287004 ++-0274147 ++-0279106 ++-0281125 ++-0295013 ++-0282104 ++-0277129 ++-0271119 ++-0276130 ++-0266155 ++-0273140 ++-0268120 ++-0283097 ++-0292001 ++-0270094 ++-0265132 ++-0287005 ++-0284021 ++-0278100 ++-0281126 ++-0295014 ++-0271120 ++-0292002 ++-0300000 ++-0278101 ++-0277130 ++-0274148 ++-0283098 ++-0270095 ++-0266156 ++-0295015 ++-0282105 ++-0268121 ++-0269131 ++-0265133 ++-0279107 ++-0273141 ++-0300001 ++-0287006 ++-0271121 ++-0292003 ++-0281127 ++-0284022 ++-0276131 ++-0295016 ++-0277131 ++-0278102 ++-0270096 ++-0283099 ++-0268122 ++-0269132 ++-0282106 ++-0265134 ++-0271122 ++-0279108 ++-0287007 ++-0276132 ++-0273142 ++-0300002 ++-0292004 ++-0277132 ++-0278103 ++-0295017 ++-0270097 ++-0281128 ++-0283100 ++-0284023 ++-0268123 ++-0282107 ++-0265135 ++-0274149 ++-0271123 ++-0269133 ++-0276133 ++-0287008 ++-0279109 ++-0273143 ++-0270098 ++-0277133 ++-0278104 ++-0286000 ++-0292005 ++-0281129 ++-0295018 ++-0283101 ++-0284024 ++-0265136 ++-0282108 ++-0274150 ++-0276134 ++-0287009 ++-0269134 ++-0271124 ++-0273144 ++-0277134 ++-0270099 ++-0279110 ++-0286001 ++-0281130 ++-0284025 ++-0278105 ++-0292006 ++-0283102 ++-0295019 ++-0265137 ++-0276135 ++-0269135 ++-0271125 ++-0268124 ++-0287010 ++-0274151 ++-0270100 ++-0282109 ++-0279111 ++-0273145 ++-0286002 ++-0277135 ++-0284026 ++-0281131 ++-0292007 ++-0278106 ++-0269136 ++-0295020 ++-0271126 ++-0268125 ++-0274152 ++-0287011 ++-0273146 ++-0277136 ++-0278107 ++-0292008 ++-0274153 ++-0277137 ++-0287012 ++-0279112 ++-0284027 ++-0270101 ++-0273147 ++-0269137 ++-0265138 ++-0268126 ++-0283103 ++-0282110 ++-0271127 ++-0281132 ++-0278108 ++-0276136 ++-0292009 ++-0295021 ++-0274154 ++-0287013 ++-0277138 ++-0269138 ++-0279113 ++-0273148 ++-0284028 ++-0265139 ++-0270102 ++-0271128 ++-0268127 ++-0282111 ++-0283104 ++-0281133 ++-0278109 ++-0295022 ++-0292010 ++-0276137 ++-0274155 ++-0287014 ++-0277139 ++-0273149 ++-0279114 ++-0265140 ++-0269139 ++-0284029 ++-0281134 ++-0300003 ++-0283105 ++-0284030 ++-0282112 ++-0271129 ++-0278110 ++-0270103 ++-0276138 ++-0268128 ++-0277140 ++-0287015 ++-0292011 ++-0295023 ++-0269140 ++-0286003 ++-0279115 ++-0265141 ++-0300004 ++-0273150 ++-0283106 ++-0281135 ++-0282113 ++-0270104 ++-0278111 ++-0287016 ++-0271130 ++-0284031 ++-0268129 ++-0295024 ++-0292012 ++-0269141 ++-0276139 ++-0273151 ++-0265142 ++-0281136 ++-0279116 ++-0286004 ++-0300005 ++-0270105 ++-0277141 ++-0283107 ++-0294000 ++-0282114 ++-0284032 ++-0271131 ++-0278112 ++-0268130 ++-0287017 ++-0292013 ++-0295025 ++-0276140 ++-0281137 ++-0273152 ++-0269142 ++-0265143 ++-0283108 ++-0279117 ++-0277142 ++-0294001 ++-0286005 ++-0270106 ++-0282115 ++-0271132 ++-0300006 ++-0284033 ++-0278113 ++-0292014 ++-0281138 ++-0273153 ++-0287018 ++-0276141 ++-0283109 ++-0265144 ++-0268131 ++-0270107 ++-0279118 ++-0294002 ++-0277143 ++-0269143 ++-0286006 ++-0295026 ++-0284034 ++-0282116 ++-0300007 ++-0271133 ++-0278114 ++-0281139 ++-0287019 ++-0273154 ++-0276142 ++-0292015 ++-0265145 ++-0283110 ++-0268132 ++-0270108 ++-0284035 ++-0279119 ++-0277144 ++-0269144 ++-0286007 ++-0294003 ++-0282117 ++-0300008 ++-0271134 ++-0292016 ++-0273155 ++-0276143 ++-0265146 ++-0278115 ++-0281140 ++-0287020 ++-0283111 ++-0270109 ++-0277145 ++-0279120 ++-0268133 ++-0269145 ++-0294004 ++-0271135 ++-0300009 ++-0292017 ++-0282118 ++-0286008 ++-0284036 ++-0278116 ++-0276144 ++-0265147 ++-0273156 ++-0287021 ++-0283112 ++-0270110 ++-0281141 ++-0295027 ++-0277146 ++-0268134 ++-0294005 ++-0279121 ++-0271136 ++-0300010 ++-0292018 ++-0269146 ++-0286009 ++-0276145 ++-0282119 ++-0265148 ++-0284037 ++-0287022 ++-0270111 ++-0283113 ++-0278117 ++-0295028 ++-0268135 ++-0294006 ++-0281142 ++-0271137 ++-0279122 ++-0292019 ++-0286010 ++-0269147 ++-0294007 ++-0300011 ++-0284038 ++-0276146 ++-0282120 ++-0265149 ++-0292020 ++-0271138 ++-0287023 ++-0270112 ++-0269148 ++-0295029 ++-0293000 ++-0286011 ++-0279123 ++-0281143 ++-0277147 ++-0294008 ++-0283114 ++-0268136 ++-0278118 ++-0284039 ++-0276147 ++-0282121 ++-0300012 ++-0271139 ++-0269149 ++-0295030 ++-0265150 ++-0286012 ++-0279124 ++-0292021 ++-0287024 ++-0283115 ++-0293001 ++-0277148 ++-0294009 ++-0268137 ++-0281144 ++-0282122 ++-0278119 ++-0284040 ++-0271140 ++-0276148 ++-0295031 ++-0300013 ++-0265151 ++-0286013 ++-0269150 ++-0270113 ++-0292022 ++-0287025 ++-0283116 ++-0279125 ++-0277149 ++-0268138 ++-0293002 ++-0294010 ++-0281145 ++-0271141 ++-0284041 ++-0282123 ++-0278120 ++-0295032 ++-0286014 ++-0276149 ++-0292023 ++-0265152 ++-0283117 ++-0270114 ++-0300014 ++-0287026 ++-0269151 ++-0293003 ++-0279126 ++-0268139 ++-0281146 ++-0277150 ++-0271142 ++-0294011 ++-0284042 ++-0282124 ++-0295033 ++-0278121 ++-0265153 ++-0292024 ++-0276150 ++-0270115 ++-0283118 ++-0279127 ++-0300015 ++-0269152 ++-0287027 ++-0268140 ++-0277151 ++-0293004 ++-0271143 ++-0284043 ++-0286015 ++-0281147 ++-0295034 ++-0282125 ++-0294012 ++-0265154 ++-0283119 ++-0278122 ++-0279128 ++-0276151 ++-0300016 ++-0269153 ++-0287028 ++-0270116 ++-0277152 ++-0268141 ++-0293005 ++-0271144 ++-0294013 ++-0281148 ++-0286016 ++-0284044 ++-0292025 ++-0283120 ++-0300017 ++-0287029 ++-0282126 ++-0276152 ++-0284045 ++-0279129 ++-0269154 ++-0293006 ++-0278123 ++-0294014 ++-0268142 ++-0295035 ++-0265155 ++-0286017 ++-0270117 ++-0292026 ++-0277153 ++-0281149 ++-0271145 ++-0283121 ++-0300018 ++-0269155 ++-0287030 ++-0293007 ++-0276153 ++-0294015 ++-0271146 ++-0282127 ++-0284046 ++-0278124 ++-0279130 ++-0292027 ++-0270118 ++-0295036 ++-0286018 ++-0268143 ++-0281150 ++-0277154 ++-0265156 ++-0283122 ++-0287031 ++-0276154 ++-0293008 ++-0300019 ++-0294016 ++-0292028 ++-0279131 ++-0295037 ++-0268144 ++-0271147 ++-0270119 ++-0282128 ++-0284047 ++-0286019 ++-0278125 ++-0277155 ++-0281151 ++-0276155 ++-0287032 ++-0293009 ++-0300020 ++-0294017 ++-0283123 ++-0295038 ++-0292029 ++-0284048 ++-0268145 ++-0270120 ++-0279132 ++-0278126 ++-0271148 ++-0281152 ++-0282129 ++-0286020 ++-0294018 ++-0300021 ++-0293010 ++-0289000 ++-0283124 ++-0295039 ++-0271149 ++-0292030 ++-0278127 ++-0282130 ++-0270121 ++-0284049 ++-0279133 ++-0268146 ++-0281153 ++-0285000 ++-0287033 ++-0286021 ++-0300022 ++-0293011 ++-0294019 ++-0289001 ++-0284050 ++-0281154 ++-0282131 ++-0279134 ++-0268147 ++-0285001 ++-0286022 ++-0295040 ++-0297000 ++-0278128 ++-0283125 ++-0271150 ++-0292031 ++-0270122 ++-0287034 ++-0294020 ++-0300023 ++-0293012 ++-0289002 ++-0296000 ++-0284051 ++-0281155 ++-0279135 ++-0295041 ++-0282132 ++-0286023 ++-0297001 ++-0271151 ++-0285002 ++-0287035 ++-0268148 ++-0294021 ++-0278129 ++-0293013 ++-0270123 ++-0292032 ++-0283126 ++-0300024 ++-0284052 ++-0281156 ++-0296001 ++-0289003 ++-0279136 ++-0295042 ++-0271152 ++-0285003 ++-0287036 ++-0282133 ++-0286024 ++-0297002 ++-0278130 ++-0293014 ++-0283127 ++-0294022 ++-0284053 ++-0292033 ++-0281157 ++-0268149 ++-0300025 ++-0270124 ++-0279137 ++-0289004 ++-0295043 ++-0296002 ++-0285004 ++-0271153 ++-0297003 ++-0286025 ++-0282134 ++-0287037 ++-0278131 ++-0283128 ++-0293015 ++-0294023 ++-0295044 ++-0296003 ++-0297004 ++-0286026 ++-0270125 ++-0289005 ++-0284054 ++-0271154 ++-0279138 ++-0293016 ++-0282135 ++-0292034 ++-0268150 ++-0300026 ++-0278132 ++-0287038 ++-0285005 ++-0294024 ++-0283129 ++-0295045 ++-0296004 ++-0286027 ++-0293017 ++-0270126 ++-0284055 ++-0271155 ++-0297005 ++-0292035 ++-0268151 ++-0285006 ++-0278133 ++-0287039 ++-0301000 ++-0289006 ++-0300027 ++-0282136 ++-0283130 ++-0294025 ++-0296005 ++-0279139 ++-0271156 ++-0286028 ++-0297006 ++-0270127 ++-0292036 ++-0268152 ++-0295046 ++-0301001 ++-0285007 ++-0289007 ++-0293018 ++-0284056 ++-0287040 ++-0300028 ++-0282137 ++-0278134 ++-0283131 ++-0296006 ++-0279140 ++-0294026 ++-0297007 ++-0286029 ++-0268153 ++-0295047 ++-0292037 ++-0284057 ++-0270128 ++-0293019 ++-0287041 ++-0301002 ++-0300029 ++-0285008 ++-0289008 ++-0296007 ++-0283132 ++-0282138 ++-0278135 ++-0294027 ++-0297008 ++-0295048 ++-0300030 ++-0284058 ++-0292038 ++-0301003 ++-0287042 ++-0293020 ++-0268154 ++-0286030 ++-0270129 ++-0285009 ++-0289009 ++-0296008 ++-0283133 ++-0282139 ++-0279141 ++-0278136 ++-0294028 ++-0297009 ++-0284059 ++-0293021 ++-0291000 ++-0268155 ++-0295049 ++-0286031 ++-0292039 ++-0300031 ++-0270130 ++-0285010 ++-0301004 ++-0289010 ++-0287043 ++-0279142 ++-0278137 ++-0283134 ++-0282140 ++-0296009 ++-0297010 ++-0270131 ++-0301005 ++-0297011 ++-0284060 ++-0293022 ++-0279143 ++-0286032 ++-0291001 ++-0289011 ++-0296010 ++-0292040 ++-0294029 ++-0285011 ++-0295050 ++-0301006 ++-0270132 ++-0283135 ++-0300032 ++-0278138 ++-0282141 ++-0297012 ++-0289012 ++-0293023 ++-0287044 ++-0291002 ++-0285012 ++-0284061 ++-0279144 ++-0292041 ++-0286033 ++-0270133 ++-0296011 ++-0283136 ++-0301007 ++-0294030 ++-0278139 ++-0295051 ++-0297013 ++-0289013 ++-0282142 ++-0293024 ++-0287045 ++-0288000 ++-0300033 ++-0284062 ++-0270134 ++-0283137 ++-0286034 ++-0291003 ++-0279145 ++-0301008 ++-0285013 ++-0296012 ++-0297014 ++-0295052 ++-0293025 ++-0292042 ++-0278140 ++-0282143 ++-0289014 ++-0288001 ++-0287046 ++-0284063 ++-0283138 ++-0279146 ++-0270135 ++-0300034 ++-0286035 ++-0301009 ++-0291004 ++-0285014 ++-0293026 ++-0297015 ++-0295053 ++-0292043 ++-0294031 ++-0278141 ++-0296013 ++-0289015 ++-0282144 ++-0287047 ++-0288002 ++-0283139 ++-0270136 ++-0300035 ++-0284064 ++-0301010 ++-0291005 ++-0293027 ++-0285015 ++-0292044 ++-0297016 ++-0289016 ++-0279147 ++-0295054 ++-0294032 ++-0296014 ++-0278142 ++-0287048 ++-0286036 ++-0282145 ++-0284065 ++-0288003 ++-0300036 ++-0270137 ++-0283140 ++-0291006 ++-0301011 ++-0293028 ++-0285016 ++-0289017 ++-0292045 ++-0296015 ++-0295055 ++-0286037 ++-0279148 ++-0278143 ++-0294033 ++-0284066 ++-0287049 ++-0300037 ++-0288004 ++-0282146 ++-0283141 ++-0270138 ++-0291007 ++-0293029 ++-0301012 ++-0285017 ++-0292046 ++-0295056 ++-0289018 ++-0296016 ++-0279149 ++-0300038 ++-0284067 ++-0294034 ++-0286038 ++-0297017 ++-0283142 ++-0278144 ++-0287050 ++-0293030 ++-0291008 ++-0282147 ++-0270139 ++-0292047 ++-0295057 ++-0301013 ++-0285018 ++-0289019 ++-0296017 ++-0288005 ++-0284068 ++-0279150 ++-0286039 ++-0283143 ++-0300039 ++-0297018 ++-0287051 ++-0294035 ++-0291009 ++-0282148 ++-0293031 ++-0278145 ++-0270140 ++-0295058 ++-0292048 ++-0301014 ++-0296018 ++-0285019 ++-0284069 ++-0283144 ++-0279151 ++-0289020 ++-0288006 ++-0300040 ++-0286040 ++-0291010 ++-0293032 ++-0282149 ++-0297019 ++-0287052 ++-0294036 ++-0278146 ++-0295059 ++-0292049 ++-0285020 ++-0301015 ++-0284070 ++-0270141 ++-0296019 ++-0291011 ++-0284071 ++-0293033 ++-0294037 ++-0285021 ++-0292050 ++-0297020 ++-0270142 ++-0286041 ++-0289021 ++-0288007 ++-0283145 ++-0279152 ++-0287053 ++-0278147 ++-0295060 ++-0296020 ++-0300041 ++-0282150 ++-0301016 ++-0291012 ++-0284072 ++-0297021 ++-0293034 ++-0294038 ++-0288008 ++-0270143 ++-0289022 ++-0278148 ++-0286042 ++-0284073 ++-0279153 ++-0282151 ++-0292051 ++-0283146 ++-0301017 ++-0287054 ++-0300042 ++-0291013 ++-0295061 ++-0293035 ++-0296021 ++-0270144 ++-0297022 ++-0289023 ++-0288009 ++-0284074 ++-0286043 ++-0285022 ++-0278149 ++-0294039 ++-0292052 ++-0279154 ++-0282152 ++-0283147 ++-0300043 ++-0301018 ++-0295062 ++-0287055 ++-0291014 ++-0293036 ++-0289024 ++-0296022 ++-0288010 ++-0284075 ++-0294040 ++-0286044 ++-0297023 ++-0285023 ++-0278150 ++-0270145 ++-0292053 ++-0282153 ++-0283148 ++-0279155 ++-0300044 ++-0301019 ++-0287056 ++-0295063 ++-0289025 ++-0293037 ++-0291015 ++-0297024 ++-0286045 ++-0278151 ++-0292054 ++-0270146 ++-0284076 ++-0294041 ++-0296023 ++-0288011 ++-0285024 ++-0301020 ++-0300045 ++-0282154 ++-0283149 ++-0293038 ++-0295064 ++-0287057 ++-0286046 ++-0289026 ++-0291016 ++-0284077 ++-0292055 ++-0297025 ++-0296024 ++-0278152 ++-0285025 ++-0270147 ++-0301021 ++-0294042 ++-0288012 ++-0282155 ++-0287058 ++-0300046 ++-0295065 ++-0293039 ++-0284078 ++-0283150 ++-0289027 ++-0292056 ++-0291017 ++-0296025 ++-0286047 ++-0297026 ++-0282156 ++-0283151 ++-0286048 ++-0278153 ++-0299000 ++-0270148 ++-0294043 ++-0287059 ++-0301022 ++-0289028 ++-0285026 ++-0295066 ++-0288013 ++-0292057 ++-0300047 ++-0291018 ++-0293040 ++-0284079 ++-0297027 ++-0296026 ++-0283152 ++-0286049 ++-0278154 ++-0270149 ++-0299001 ++-0294044 ++-0289029 ++-0288014 ++-0302000 ++-0295067 ++-0300048 ++-0301023 ++-0292058 ++-0293041 ++-0284080 ++-0297028 ++-0285027 ++-0291019 ++-0296027 ++-0283153 ++-0286050 ++-0287060 ++-0299002 ++-0278155 ++-0270150 ++-0289030 ++-0302001 ++-0294045 ++-0300049 ++-0295068 ++-0292059 ++-0284081 ++-0293042 ++-0301024 ++-0288015 ++-0285028 ++-0291020 ++-0297029 ++-0287061 ++-0296028 ++-0286051 ++-0299003 ++-0278156 ++-0289031 ++-0300050 ++-0292060 ++-0294046 ++-0270151 ++-0301025 ++-0295069 ++-0302002 ++-0293043 ++-0284082 ++-0285029 ++-0288016 ++-0283154 ++-0287062 ++-0300051 ++-0297030 ++-0291021 ++-0299004 ++-0287063 ++-0296029 ++-0292061 ++-0295070 ++-0289032 ++-0301026 ++-0283155 ++-0293044 ++-0285030 ++-0302003 ++-0288017 ++-0294047 ++-0292062 ++-0291022 ++-0296030 ++-0285031 ++-0299005 ++-0287064 ++-0288018 ++-0302004 ++-0270152 ++-0296031 ++-0295071 ++-0284083 ++-0286052 ++-0293045 ++-0292063 ++-0300052 ++-0294048 ++-0297031 ++-0291023 ++-0283156 ++-0301027 ++-0302005 ++-0287065 ++-0285032 ++-0299006 ++-0289033 ++-0288019 ++-0292064 ++-0293046 ++-0284084 ++-0295072 ++-0296032 ++-0297032 ++-0300053 ++-0270153 ++-0286053 ++-0294049 ++-0287066 ++-0285033 ++-0299007 ++-0289034 ++-0301028 ++-0293047 ++-0291024 ++-0297033 ++-0292065 ++-0300054 ++-0284085 ++-0296033 ++-0286054 ++-0287067 ++-0294050 ++-0270154 ++-0298000 ++-0285034 ++-0291025 ++-0289035 ++-0293048 ++-0295073 ++-0300055 ++-0301029 ++-0297034 ++-0302006 ++-0299008 ++-0284086 ++-0303000 ++-0296034 ++-0287068 ++-0292066 ++-0286055 ++-0294051 ++-0291026 ++-0285035 ++-0298001 ++-0270155 ++-0295074 ++-0302007 ++-0288020 ++-0296035 ++-0303001 ++-0297035 ++-0293049 ++-0300056 ++-0296036 ++-0284087 ++-0298002 ++-0289036 ++-0299009 ++-0292067 ++-0287069 ++-0291027 ++-0285036 ++-0295075 ++-0301030 ++-0288021 ++-0286056 ++-0297036 ++-0302008 ++-0293050 ++-0270156 ++-0303002 ++-0294052 ++-0291028 ++-0300057 ++-0296037 ++-0289037 ++-0299010 ++-0298003 ++-0287070 ++-0292068 ++-0284088 ++-0285037 ++-0295076 ++-0288022 ++-0286057 ++-0301031 ++-0297037 ++-0289038 ++-0293051 ++-0296038 ++-0294053 ++-0303003 ++-0287071 ++-0291029 ++-0292069 ++-0284089 ++-0302009 ++-0299011 ++-0298004 ++-0295077 ++-0285038 ++-0300058 ++-0301032 ++-0289039 ++-0288023 ++-0297038 ++-0286058 ++-0293052 ++-0296039 ++-0298005 ++-0285039 ++-0295078 ++-0284090 ++-0300059 ++-0303004 ++-0287072 ++-0301033 ++-0289040 ++-0302010 ++-0297039 ++-0293053 ++-0298006 ++-0292070 ++-0291030 ++-0294054 ++-0287073 ++-0300060 ++-0299012 ++-0286059 ++-0284091 ++-0296040 ++-0302011 ++-0293054 ++-0287074 ++-0295079 ++-0289041 ++-0301034 ++-0303005 ++-0297040 ++-0299013 ++-0288024 ++-0285040 ++-0302012 ++-0292071 ++-0298007 ++-0293055 ++-0290000 ++-0286060 ++-0300061 ++-0294055 ++-0296041 ++-0287075 ++-0284092 ++-0291031 ++-0295080 ++-0289042 ++-0297041 ++-0303006 ++-0301035 ++-0288025 ++-0293056 ++-0290001 ++-0299014 ++-0298008 ++-0292072 ++-0300062 ++-0285041 ++-0291032 ++-0284093 ++-0295081 ++-0302013 ++-0286061 ++-0294056 ++-0296042 ++-0289043 ++-0297042 ++-0301036 ++-0287076 ++-0293057 ++-0303007 ++-0290002 ++-0299015 ++-0291033 ++-0298009 ++-0288026 ++-0300063 ++-0292073 ++-0284094 ++-0285042 ++-0295082 ++-0296043 ++-0286062 ++-0294057 ++-0289044 ++-0302014 ++-0297043 ++-0287077 ++-0301037 ++-0290003 ++-0298010 ++-0299016 ++-0291034 ++-0293058 ++-0284095 ++-0285043 ++-0303008 ++-0292074 ++-0288027 ++-0295083 ++-0296044 ++-0300064 ++-0286063 ++-0294058 ++-0302015 ++-0289045 ++-0290004 ++-0301038 ++-0287078 ++-0297044 ++-0291035 ++-0285044 ++-0303009 ++-0288028 ++-0299017 ++-0296045 ++-0284096 ++-0298011 ++-0300065 ++-0292075 ++-0286064 ++-0287079 ++-0293059 ++-0289046 ++-0300066 ++-0295084 ++-0290005 ++-0294059 ++-0302016 ++-0287080 ++-0286065 ++-0298012 ++-0288029 ++-0291036 ++-0296046 ++-0285045 ++-0303010 ++-0284097 ++-0299018 ++-0301039 ++-0292076 ++-0297045 ++-0289047 ++-0290006 ++-0302017 ++-0294060 ++-0295085 ++-0293060 ++-0287081 ++-0300067 ++-0285046 ++-0288030 ++-0284098 ++-0303011 ++-0298013 ++-0286066 ++-0296047 ++-0301040 ++-0297046 ++-0292077 ++-0299019 ++-0289048 ++-0290007 ++-0295086 ++-0294061 ++-0302018 ++-0287082 ++-0285047 ++-0300068 ++-0284099 ++-0293061 ++-0291037 ++-0288031 ++-0303012 ++-0298014 ++-0286067 ++-0301041 ++-0297047 ++-0296048 ++-0299020 ++-0295087 ++-0292078 ++-0289049 ++-0290008 ++-0302019 ++-0294062 ++-0287083 ++-0300069 ++-0288032 ++-0293062 ++-0298015 ++-0285048 ++-0291038 ++-0284100 ++-0301042 ++-0286068 ++-0296049 ++-0297048 ++-0303013 ++-0290009 ++-0287084 ++-0302020 ++-0289050 ++-0299021 ++-0294063 ++-0292079 ++-0300070 ++-0288033 ++-0291039 ++-0285049 ++-0284101 ++-0293063 ++-0301043 ++-0298016 ++-0297049 ++-0286069 ++-0287085 ++-0290010 ++-0296050 ++-0302021 ++-0303014 ++-0299022 ++-0289051 ++-0288034 ++-0294064 ++-0291040 ++-0295088 ++-0300071 ++-0301044 ++-0292080 ++-0293064 ++-0285050 ++-0298017 ++-0287086 ++-0286070 ++-0284102 ++-0297050 ++-0303015 ++-0290011 ++-0299023 ++-0302022 ++-0296051 ++-0288035 ++-0289052 ++-0295089 ++-0300072 ++-0294065 ++-0301045 ++-0291041 ++-0287087 ++-0298018 ++-0293065 ++-0292081 ++-0284103 ++-0286071 ++-0297051 ++-0285051 ++-0303016 ++-0299024 ++-0290012 ++-0302023 ++-0296052 ++-0300073 ++-0288036 ++-0289053 ++-0295090 ++-0287088 ++-0298019 ++-0301046 ++-0291042 ++-0297052 ++-0284104 ++-0293066 ++-0285052 ++-0294066 ++-0299025 ++-0290013 ++-0303017 ++-0300074 ++-0288037 ++-0296053 ++-0295091 ++-0298020 ++-0289054 ++-0301047 ++-0297053 ++-0287089 ++-0291043 ++-0286072 ++-0284105 ++-0293067 ++-0285053 ++-0290014 ++-0288038 ++-0299026 ++-0292082 ++-0303018 ++-0296054 ++-0298021 ++-0300075 ++-0291044 ++-0302024 ++-0288039 ++-0286073 ++-0297054 ++-0292083 ++-0299027 ++-0301048 ++-0287090 ++-0289055 ++-0285054 ++-0295092 ++-0303019 ++-0294067 ++-0284106 ++-0293068 ++-0290015 ++-0298022 ++-0300076 ++-0291045 ++-0296055 ++-0299028 ++-0301049 ++-0292084 ++-0289056 ++-0285055 ++-0302025 ++-0290016 ++-0303020 ++-0297055 ++-0284107 ++-0288040 ++-0287091 ++-0293069 ++-0286074 ++-0294068 ++-0296056 ++-0295093 ++-0285056 ++-0301050 ++-0300077 ++-0299029 ++-0298023 ++-0291046 ++-0303021 ++-0288041 ++-0286075 ++-0290017 ++-0292085 ++-0293070 ++-0302026 ++-0284108 ++-0297056 ++-0294069 ++-0287092 ++-0289057 ++-0295094 ++-0296057 ++-0300078 ++-0288042 ++-0285057 ++-0299030 ++-0303022 ++-0291047 ++-0298024 ++-0284109 ++-0290018 ++-0301051 ++-0293071 ++-0292086 ++-0284110 ++-0301052 ++-0293072 ++-0284111 ++-0301053 ++-0302027 ++-0294070 ++-0293073 ++-0289058 ++-0297057 ++-0300079 ++-0287093 ++-0299031 ++-0292087 ++-0295095 ++-0296058 ++-0294071 ++-0285058 ++-0286076 ++-0291048 ++-0294072 ++-0302028 ++-0284112 ++-0297058 ++-0288043 ++-0299032 ++-0290019 ++-0295096 ++-0289059 ++-0298025 ++-0301054 ++-0300080 ++-0287094 ++-0292088 ++-0293074 ++-0303023 ++-0296059 ++-0291049 ++-0285059 ++-0286077 ++-0294073 ++-0302029 ++-0288044 ++-0290020 ++-0299033 ++-0284113 ++-0295097 ++-0298026 ++-0301055 ++-0300081 ++-0297059 ++-0296060 ++-0291050 ++-0289060 ++-0287095 ++-0292089 ++-0293075 ++-0303024 ++-0286078 ++-0294074 ++-0285060 ++-0302030 ++-0288045 ++-0299034 ++-0290021 ++-0284114 ++-0298027 ++-0301056 ++-0300082 ++-0297060 ++-0295098 ++-0289061 ++-0292090 ++-0287096 ++-0296061 ++-0291051 ++-0286079 ++-0302031 ++-0293076 ++-0288046 ++-0299035 ++-0285061 ++-0303025 ++-0290022 ++-0284115 ++-0294075 ++-0298028 ++-0301057 ++-0300083 ++-0295099 ++-0289062 ++-0292091 ++-0297061 ++-0287097 ++-0296062 ++-0293077 ++-0299036 ++-0301058 ++-0285062 ++-0303026 ++-0288047 ++-0300084 ++-0291052 ++-0302032 ++-0286080 ++-0289063 ++-0294076 ++-0287098 ++-0292092 ++-0290023 ++-0297062 ++-0284116 ++-0295100 ++-0298029 ++-0293078 ++-0296063 ++-0299037 ++-0285063 ++-0288048 ++-0302033 ++-0301059 ++-0303027 ++-0297063 ++-0300085 ++-0290024 ++-0294077 ++-0291053 ++-0292093 ++-0287099 ++-0295101 ++-0289064 ++-0298030 ++-0296064 ++-0286081 ++-0284117 ++-0285064 ++-0293079 ++-0299038 ++-0288049 ++-0301060 ++-0302034 ++-0303028 ++-0294078 ++-0297064 ++-0300086 ++-0290025 ++-0287100 ++-0298031 ++-0292094 ++-0289065 ++-0296065 ++-0295102 ++-0286082 ++-0291054 ++-0299039 ++-0284118 ++-0288050 ++-0293080 ++-0285065 ++-0303029 ++-0297065 ++-0302035 ++-0301061 ++-0290026 ++-0300087 ++-0292095 ++-0294079 ++-0289066 ++-0287101 ++-0296066 ++-0298032 ++-0288051 ++-0284119 ++-0299040 ++-0295103 ++-0291055 ++-0286083 ++-0293081 ++-0285066 ++-0303030 ++-0297066 ++-0302036 ++-0301062 ++-0300088 ++-0292096 ++-0290027 ++-0294080 ++-0287102 ++-0289067 ++-0296067 ++-0288052 ++-0299041 ++-0295104 ++-0284120 ++-0298033 ++-0291056 ++-0286084 ++-0285067 ++-0293082 ++-0303031 ++-0297067 ++-0302037 ++-0300089 ++-0292097 ++-0301063 ++-0289068 ++-0288053 ++-0287103 ++-0290028 ++-0299042 ++-0294081 ++-0296068 ++-0286085 ++-0291057 ++-0298034 ++-0293083 ++-0285068 ++-0303032 ++-0295105 ++-0288054 ++-0297068 ++-0284121 ++-0287104 ++-0300090 ++-0302038 ++-0289069 ++-0299043 ++-0292098 ++-0291058 ++-0296069 ++-0301064 ++-0286086 ++-0294082 ++-0298035 ++-0295106 ++-0293084 ++-0288055 ++-0285069 ++-0290029 ++-0303033 ++-0297069 ++-0292099 ++-0284122 ++-0287105 ++-0300091 ++-0299044 ++-0296070 ++-0302039 ++-0291059 ++-0301065 ++-0289070 ++-0293085 ++-0298036 ++-0286087 ++-0285070 ++-0294083 ++-0295107 ++-0303034 ++-0288056 ++-0284123 ++-0302040 ++-0297070 ++-0290030 ++-0291060 ++-0298037 ++-0285071 ++-0287106 ++-0301066 ++-0300092 ++-0293086 ++-0289071 ++-0286088 ++-0295108 ++-0299045 ++-0288057 ++-0297071 ++-0294084 ++-0292100 ++-0291061 ++-0293087 ++-0289072 ++-0303035 ++-0302041 ++-0299046 ++-0296071 ++-0290031 ++-0284124 ++-0291062 ++-0288058 ++-0285072 ++-0301067 ++-0300093 ++-0295109 ++-0297072 ++-0292101 ++-0294085 ++-0298038 ++-0302042 ++-0296072 ++-0299047 ++-0303036 ++-0293088 ++-0285073 ++-0289073 ++-0284125 ++-0291063 ++-0292102 ++-0288059 ++-0297073 ++-0295110 ++-0290032 ++-0294086 ++-0300094 ++-0298039 ++-0302043 ++-0286089 ++-0301068 ++-0296073 ++-0285074 ++-0288060 ++-0292103 ++-0297074 ++-0293089 ++-0295111 ++-0300095 ++-0302044 ++-0286090 ++-0289074 ++-0290033 ++-0287107 ++-0299048 ++-0285075 ++-0288061 ++-0301069 ++-0296074 ++-0298040 ++-0291064 ++-0303037 ++-0294087 ++-0292104 ++-0297075 ++-0284126 ++-0300096 ++-0293090 ++-0295112 ++-0288062 ++-0289075 ++-0285076 ++-0287108 ++-0296075 ++-0291065 ++-0303038 ++-0290034 ++-0286091 ++-0301070 ++-0298041 ++-0284127 ++-0300097 ++-0299049 ++-0292105 ++-0294088 ++-0293091 ++-0302045 ++-0297076 ++-0295113 ++-0301071 ++-0300098 ++-0289076 ++-0303039 ++-0286092 ++-0285077 ++-0291066 ++-0299050 ++-0288063 ++-0287109 ++-0294089 ++-0296076 ++-0293092 ++-0292106 ++-0284128 ++-0290035 ++-0286093 ++-0298042 ++-0302046 ++-0295114 ++-0289077 ++-0299051 ++-0297077 ++-0285078 ++-0294090 ++-0303040 ++-0287110 ++-0291067 ++-0301072 ++-0288064 ++-0300099 ++-0296077 ++-0302047 ++-0286094 ++-0293093 ++-0284129 ++-0290036 ++-0292107 ++-0294091 ++-0295115 ++-0289078 ++-0298043 ++-0297078 ++-0285079 ++-0303041 ++-0284130 ++-0299052 ++-0301073 ++-0288065 ++-0291068 ++-0294092 ++-0301074 ++-0293094 ++-0302048 ++-0286095 ++-0292108 ++-0290037 ++-0288066 ++-0303042 ++-0289079 ++-0296078 ++-0287111 ++-0300100 ++-0294093 ++-0284131 ++-0301075 ++-0299053 ++-0285080 ++-0291069 ++-0298044 ++-0297079 ++-0295116 ++-0303043 ++-0302049 ++-0292109 ++-0286096 ++-0288067 ++-0287112 ++-0289080 ++-0300101 ++-0290038 ++-0284132 ++-0293095 ++-0291070 ++-0296079 ++-0294094 ++-0295117 ++-0301076 ++-0302050 ++-0299054 ++-0303044 ++-0298045 ++-0286097 ++-0297080 ++-0292110 ++-0289081 ++-0288068 ++-0287113 ++-0300102 ++-0284133 ++-0290039 ++-0295118 ++-0294095 ++-0291071 ++-0301077 ++-0303045 ++-0293096 ++-0285081 ++-0299055 ++-0296080 ++-0286098 ++-0297081 ++-0302051 ++-0298046 ++-0289082 ++-0288069 ++-0287114 ++-0284134 ++-0292111 ++-0300103 ++-0295119 ++-0294096 ++-0303046 ++-0301078 ++-0290040 ++-0285082 ++-0286099 ++-0299056 ++-0297082 ++-0291072 ++-0293097 ++-0298047 ++-0302052 ++-0296081 ++-0288070 ++-0284135 ++-0287115 ++-0292112 ++-0289083 ++-0300104 ++-0302053 ++-0297083 ++-0287116 ++-0286100 ++-0299057 ++-0290041 ++-0294097 ++-0302054 ++-0295120 ++-0301079 ++-0303047 ++-0291073 ++-0289084 ++-0293098 ++-0284136 ++-0288071 ++-0292113 ++-0300105 ++-0298048 ++-0285083 ++-0296082 ++-0287117 ++-0302055 ++-0297084 ++-0301080 ++-0295121 ++-0299058 ++-0290042 ++-0291074 ++-0303048 ++-0286101 ++-0300106 ++-0292114 ++-0296083 ++-0293099 ++-0289085 ++-0294098 ++-0284137 ++-0288072 ++-0302056 ++-0299059 ++-0298049 ++-0296084 ++-0291075 ++-0297085 ++-0292115 ++-0287118 ++-0301081 ++-0290043 ++-0295122 ++-0286102 ++-0293100 ++-0285084 ++-0303049 ++-0289086 ++-0300107 ++-0294099 ++-0284138 ++-0288073 ++-0286103 ++-0298050 ++-0289087 ++-0296085 ++-0297086 ++-0285085 ++-0294100 ++-0303050 ++-0291076 ++-0299060 ++-0293101 ++-0302057 ++-0300108 ++-0287119 ++-0292116 ++-0295123 ++-0301082 ++-0284139 ++-0288074 ++-0290044 ++-0297087 ++-0298051 ++-0289088 ++-0294101 ++-0303051 ++-0286104 ++-0296086 ++-0302058 ++-0293102 ++-0285086 ++-0299061 ++-0295124 ++-0291077 ++-0284140 ++-0292117 ++-0290045 ++-0288075 ++-0300109 ++-0301083 ++-0297088 ++-0289089 ++-0302059 ++-0303052 ++-0286105 ++-0296087 ++-0295125 ++-0293103 ++-0294102 ++-0299062 ++-0298052 ++-0291078 ++-0292118 ++-0285087 ++-0300110 ++-0284141 ++-0290046 ++-0289090 ++-0301084 ++-0288076 ++-0297089 ++-0303053 ++-0293104 ++-0296088 ++-0302060 ++-0286106 ++-0299063 ++-0295126 ++-0285088 ++-0292119 ++-0298053 ++-0287120 ++-0300111 ++-0284142 ++-0291079 ++-0301085 ++-0290047 ++-0289091 ++-0297090 ++-0303054 ++-0288077 ++-0302061 ++-0286107 ++-0293105 ++-0296089 ++-0287121 ++-0292120 ++-0300112 ++-0298054 ++-0299064 ++-0284143 ++-0285089 ++-0295127 ++-0301086 ++-0290048 ++-0291080 ++-0297091 ++-0289092 ++-0288078 ++-0303055 ++-0302062 ++-0286108 ++-0293106 ++-0296090 ++-0292121 ++-0300113 ++-0298055 ++-0287122 ++-0284144 ++-0299065 ++-0294103 ++-0285090 ++-0301087 ++-0291081 ++-0290049 ++-0289093 ++-0288079 ++-0303056 ++-0295128 ++-0297092 ++-0286109 ++-0293107 ++-0302063 ++-0300114 ++-0287123 ++-0298056 ++-0296091 ++-0284145 ++-0285091 ++-0301088 ++-0299066 ++-0289094 ++-0291082 ++-0288080 ++-0290050 ++-0303057 ++-0295129 ++-0297093 ++-0286110 ++-0293108 ++-0302064 ++-0287124 ++-0301089 ++-0300115 ++-0296092 ++-0289095 ++-0291083 ++-0285092 ++-0299067 ++-0284146 ++-0290051 ++-0298057 ++-0303058 ++-0288081 ++-0297094 ++-0293109 ++-0295130 ++-0286111 ++-0302065 ++-0300116 ++-0287125 ++-0301090 ++-0296093 ++-0285093 ++-0289096 ++-0291084 ++-0284147 ++-0290052 ++-0298058 ++-0295131 ++-0288082 ++-0292122 ++-0297095 ++-0303059 ++-0299068 ++-0286112 ++-0293110 ++-0302066 ++-0301091 ++-0287126 ++-0294104 ++-0300117 ++-0284148 ++-0285094 ++-0289097 ++-0296094 ++-0298059 ++-0291085 ++-0288083 ++-0292123 ++-0290053 ++-0295132 ++-0299069 ++-0297096 ++-0303060 ++-0302067 ++-0286113 ++-0293111 ++-0287127 ++-0284149 ++-0294105 ++-0289098 ++-0300118 ++-0285095 ++-0298060 ++-0288084 ++-0291086 ++-0297097 ++-0295133 ++-0301092 ++-0303061 ++-0299070 ++-0296095 ++-0292124 ++-0286114 ++-0290054 ++-0302068 ++-0293112 ++-0284150 ++-0289099 ++-0287128 ++-0300119 ++-0298061 ++-0285096 ++-0294106 ++-0299071 ++-0296096 ++-0303062 ++-0288085 ++-0295134 ++-0291087 ++-0286115 ++-0293113 ++-0301093 ++-0292125 ++-0297098 ++-0290055 ++-0285097 ++-0294107 ++-0294108 ++-0284151 ++-0287129 ++-0302069 ++-0295135 ++-0298062 ++-0303063 ++-0288086 ++-0296097 ++-0299072 ++-0289100 ++-0300120 ++-0285098 ++-0301094 ++-0294109 ++-0297099 ++-0292126 ++-0291088 ++-0293114 ++-0286116 ++-0290056 ++-0284152 ++-0302070 ++-0295136 ++-0287130 ++-0288087 ++-0298063 ++-0296098 ++-0289101 ++-0303064 ++-0285099 ++-0294110 ++-0300121 ++-0291089 ++-0286117 ++-0299073 ++-0297100 ++-0301095 ++-0292127 ++-0302071 ++-0284153 ++-0293115 ++-0287131 ++-0290057 ++-0288088 ++-0289102 ++-0296099 ++-0303065 ++-0295137 ++-0300122 ++-0285100 ++-0291090 ++-0298064 ++-0297101 ++-0299074 ++-0294111 ++-0292128 ++-0284154 ++-0286118 ++-0290058 ++-0302072 ++-0301096 ++-0287132 ++-0288089 ++-0293116 ++-0303066 ++-0300123 ++-0289103 ++-0295138 ++-0291091 ++-0298065 ++-0296100 ++-0297102 ++-0292129 ++-0299075 ++-0284155 ++-0286119 ++-0302073 ++-0301097 ++-0290059 ++-0287133 ++-0303067 ++-0285101 ++-0294112 ++-0300124 ++-0288090 ++-0289104 ++-0295139 ++-0296101 ++-0291092 ++-0292130 ++-0298066 ++-0284156 ++-0297103 ++-0299076 ++-0301098 ++-0286120 ++-0302074 ++-0303068 ++-0290060 ++-0288091 ++-0287134 ++-0294113 ++-0295140 ++-0300125 ++-0291093 ++-0296102 ++-0285102 ++-0289105 ++-0298067 ++-0292131 ++-0297104 ++-0299077 ++-0286121 ++-0301099 ++-0302075 ++-0287135 ++-0288092 ++-0294114 ++-0290061 ++-0303069 ++-0295141 ++-0300126 ++-0296103 ++-0298068 ++-0291094 ++-0293117 ++-0285103 ++-0289106 ++-0297105 ++-0299078 ++-0286122 ++-0302076 ++-0287136 ++-0303070 ++-0296104 ++-0292132 ++-0288093 ++-0299079 ++-0297106 ++-0295142 ++-0290062 ++-0285104 ++-0301100 ++-0300127 ++-0293118 ++-0289107 ++-0286123 ++-0298069 ++-0294115 ++-0291095 ++-0288094 ++-0303071 ++-0287137 ++-0292133 ++-0296105 ++-0297107 ++-0295143 ++-0285105 ++-0299080 ++-0300128 ++-0293119 ++-0290063 ++-0298070 ++-0289108 ++-0291096 ++-0286124 ++-0301101 ++-0294116 ++-0292134 ++-0303072 ++-0287138 ++-0288095 ++-0285106 ++-0296106 ++-0295144 ++-0297108 ++-0302077 ++-0299081 ++-0304000 ++-0290064 ++-0300129 ++-0293120 ++-0298071 ++-0291097 ++-0289109 ++-0292135 ++-0303073 ++-0286125 ++-0288096 ++-0302078 ++-0301102 ++-0295145 ++-0296107 ++-0294117 ++-0285107 ++-0297109 ++-0304001 ++-0299082 ++-0290065 ++-0293121 ++-0291098 ++-0300130 ++-0292136 ++-0289110 ++-0288097 ++-0298072 ++-0286126 ++-0296108 ++-0304002 ++-0301103 ++-0292137 ++-0286127 ++-0297110 ++-0293122 ++-0302079 ++-0288098 ++-0295146 ++-0290066 ++-0294118 ++-0285108 ++-0299083 ++-0289111 ++-0296109 ++-0291099 ++-0303074 ++-0298073 ++-0300131 ++-0286128 ++-0301104 ++-0304003 ++-0292138 ++-0297111 ++-0287139 ++-0290067 ++-0288099 ++-0302080 ++-0293123 ++-0298074 ++-0303075 ++-0301105 ++-0285109 ++-0286129 ++-0291100 ++-0300132 ++-0295147 ++-0304004 ++-0297112 ++-0288100 ++-0296110 ++-0289112 ++-0290068 ++-0285110 ++-0293124 ++-0299084 ++-0292139 ++-0294119 ++-0302081 ++-0287140 ++-0298075 ++-0301106 ++-0286130 ++-0300133 ++-0303076 ++-0291101 ++-0295148 ++-0297113 ++-0304005 ++-0288101 ++-0285111 ++-0296111 ++-0290069 ++-0294120 ++-0301107 ++-0287141 ++-0289113 ++-0295149 ++-0298076 ++-0299085 ++-0302082 ++-0292140 ++-0297114 ++-0303077 ++-0300134 ++-0291102 ++-0286131 ++-0293125 ++-0304006 ++-0294121 ++-0288102 ++-0285112 ++-0296112 ++-0289114 ++-0297115 ++-0287142 ++-0298077 ++-0299086 ++-0295150 ++-0290070 ++-0302083 ++-0292141 ++-0303078 ++-0300135 ++-0301108 ++-0291103 ++-0286132 ++-0293126 ++-0304007 ++-0297116 ++-0288103 ++-0294122 ++-0285113 ++-0299087 ++-0295151 ++-0290071 ++-0302084 ++-0287143 ++-0286133 ++-0289115 ++-0296113 ++-0303079 ++-0293127 ++-0301109 ++-0291104 ++-0292142 ++-0300136 ++-0304008 ++-0298078 ++-0294123 ++-0297117 ++-0299088 ++-0288104 ++-0302085 ++-0296114 ++-0289116 ++-0287144 ++-0295152 ++-0291105 ++-0292143 ++-0300137 ++-0290072 ++-0285114 ++-0301110 ++-0286134 ++-0293128 ++-0304009 ++-0302086 ++-0291106 ++-0303080 ++-0295153 ++-0289117 ++-0298079 ++-0287145 ++-0294124 ++-0297118 ++-0292144 ++-0296115 ++-0299089 ++-0288105 ++-0290073 ++-0300138 ++-0304010 ++-0286135 ++-0301111 ++-0302087 ++-0293129 ++-0295154 ++-0303081 ++-0297119 ++-0291107 ++-0292145 ++-0298080 ++-0287146 ++-0288106 ++-0296116 ++-0299090 ++-0294125 ++-0289118 ++-0300139 ++-0285115 ++-0304011 ++-0301112 ++-0302088 ++-0286136 ++-0293130 ++-0298081 ++-0291108 ++-0297120 ++-0303082 ++-0287147 ++-0295155 ++-0288107 ++-0292146 ++-0290074 ++-0296117 ++-0294126 ++-0289119 ++-0300140 ++-0285116 ++-0299091 ++-0301113 ++-0302089 ++-0303083 ++-0298082 ++-0287148 ++-0297121 ++-0286137 ++-0304012 ++-0292147 ++-0296118 ++-0291109 ++-0290075 ++-0288108 ++-0289120 ++-0293131 ++-0294127 ++-0300141 ++-0285117 ++-0287149 ++-0302090 ++-0303084 ++-0298083 ++-0297122 ++-0301114 ++-0286138 ++-0296119 ++-0291110 ++-0293132 ++-0288109 ++-0292148 ++-0285118 ++-0304013 ++-0300142 ++-0294128 ++-0289121 ++-0290076 ++-0303085 ++-0287150 ++-0302091 ++-0297123 ++-0301115 ++-0315000 ++-0286139 ++-0298084 ++-0293133 ++-0285119 ++-0291111 ++-0296120 ++-0294129 ++-0299092 ++-0290077 ++-0292149 ++-0300143 ++-0288110 ++-0289122 ++-0304014 ++-0303086 ++-0287151 ++-0297124 ++-0302092 ++-0286140 ++-0301116 ++-0315001 ++-0296121 ++-0291112 ++-0299093 ++-0285120 ++-0293134 ++-0290078 ++-0288111 ++-0289123 ++-0294130 ++-0303087 ++-0292150 ++-0300144 ++-0297125 ++-0287152 ++-0302093 ++-0286141 ++-0301117 ++-0298085 ++-0304015 ++-0315002 ++-0296122 ++-0291113 ++-0293135 ++-0290079 ++-0285121 ++-0299094 ++-0300145 ++-0303088 ++-0292151 ++-0289124 ++-0294131 ++-0287153 ++-0288112 ++-0302094 ++-0298086 ++-0297126 ++-0304016 ++-0286142 ++-0315003 ++-0296123 ++-0291114 ++-0301118 ++-0290080 ++-0293136 ++-0299095 ++-0303089 ++-0300146 ++-0292152 ++-0285122 ++-0294132 ++-0287154 ++-0289125 ++-0302095 ++-0288113 ++-0286143 ++-0304017 ++-0296124 ++-0298087 ++-0297127 ++-0301119 ++-0291115 ++-0315004 ++-0293137 ++-0299096 ++-0300147 ++-0303090 ++-0285123 ++-0292153 ++-0294133 ++-0290081 ++-0287155 ++-0288114 ++-0289126 ++-0302096 ++-0301120 ++-0297128 ++-0297129 ++-0304018 ++-0292154 ++-0296125 ++-0286144 ++-0302097 ++-0291116 ++-0315005 ++-0299097 ++-0293138 ++-0288115 ++-0298088 ++-0290082 ++-0303091 ++-0301121 ++-0285124 ++-0300148 ++-0289127 ++-0294134 ++-0297130 ++-0292155 ++-0304019 ++-0286145 ++-0296126 ++-0302098 ++-0299098 ++-0291117 ++-0293139 ++-0301122 ++-0300149 ++-0290083 ++-0303092 ++-0315006 ++-0298089 ++-0288116 ++-0289128 ++-0286146 ++-0302099 ++-0292156 ++-0290084 ++-0294135 ++-0300150 ++-0303093 ++-0307000 ++-0288117 ++-0297131 ++-0296127 ++-0304020 ++-0292157 ++-0285125 ++-0286147 ++-0293140 ++-0291118 ++-0301123 ++-0302100 ++-0299099 ++-0289129 ++-0315007 ++-0298090 ++-0290085 ++-0307001 ++-0288118 ++-0292158 ++-0286148 ++-0304021 ++-0303094 ++-0294136 ++-0297132 ++-0300151 ++-0301124 ++-0296128 ++-0302101 ++-0291119 ++-0315008 ++-0293141 ++-0285126 ++-0299100 ++-0289130 ++-0298091 ++-0290086 ++-0302102 ++-0297133 ++-0290087 ++-0294137 ++-0291120 ++-0286149 ++-0304022 ++-0288119 ++-0285127 ++-0296129 ++-0300152 ++-0301125 ++-0298092 ++-0303095 ++-0307002 ++-0289131 ++-0315009 ++-0299101 ++-0293142 ++-0286150 ++-0297134 ++-0294138 ++-0290088 ++-0285128 ++-0291121 ++-0304023 ++-0296130 ++-0302103 ++-0288120 ++-0300153 ++-0301126 ++-0307003 ++-0299102 ++-0298093 ++-0315010 ++-0303096 ++-0289132 ++-0293143 ++-0312000 ++-0294139 ++-0286151 ++-0297135 ++-0304024 ++-0290089 ++-0291122 ++-0285129 ++-0296131 ++-0300154 ++-0288121 ++-0302104 ++-0303097 ++-0301127 ++-0289133 ++-0315011 ++-0299103 ++-0307004 ++-0312001 ++-0294140 ++-0293144 ++-0297136 ++-0298094 ++-0286152 ++-0290090 ++-0296132 ++-0291123 ++-0285130 ++-0288122 ++-0304025 ++-0302105 ++-0300155 ++-0301128 ++-0303098 ++-0315012 ++-0299104 ++-0294141 ++-0289134 ++-0293145 ++-0298095 ++-0291124 ++-0307005 ++-0312002 ++-0288123 ++-0296133 ++-0285131 ++-0290091 ++-0286153 ++-0297137 ++-0304026 ++-0302106 ++-0303099 ++-0315013 ++-0301129 ++-0291125 ++-0289135 ++-0293146 ++-0294142 ++-0298096 ++-0307006 ++-0288124 ++-0299105 ++-0296134 ++-0290092 ++-0297138 ++-0312003 ++-0285132 ++-0304027 ++-0286154 ++-0303100 ++-0302107 ++-0301130 ++-0293147 ++-0289136 ++-0294143 ++-0298097 ++-0315014 ++-0291126 ++-0307007 ++-0288125 ++-0290093 ++-0299106 ++-0296135 ++-0297139 ++-0304028 ++-0285133 ++-0303101 ++-0312004 ++-0320000 ++-0286155 ++-0289137 ++-0294144 ++-0315015 ++-0293148 ++-0301131 ++-0291127 ++-0302108 ++-0296136 ++-0290094 ++-0288126 ++-0297140 ++-0307008 ++-0298098 ++-0286156 ++-0299107 ++-0320001 ++-0285134 ++-0289138 ++-0303102 ++-0304029 ++-0302109 ++-0312005 ++-0290095 ++-0293149 ++-0315016 ++-0297141 ++-0294145 ++-0301132 ++-0304030 ++-0285135 ++-0296137 ++-0307009 ++-0302110 ++-0298099 ++-0303103 ++-0288127 ++-0289139 ++-0293150 ++-0291128 ++-0312006 ++-0297142 ++-0301133 ++-0290096 ++-0315017 ++-0294146 ++-0304031 ++-0293151 ++-0299108 ++-0285136 ++-0298100 ++-0291129 ++-0302111 ++-0303104 ++-0307010 ++-0288128 ++-0289140 ++-0296138 ++-0312007 ++-0320002 ++-0297143 ++-0306000 ++-0301134 ++-0315018 ++-0285137 ++-0299109 ++-0297144 ++-0320003 ++-0298101 ++-0294147 ++-0306001 ++-0296139 ++-0291130 ++-0303105 ++-0293152 ++-0304032 ++-0302112 ++-0289141 ++-0290097 ++-0288129 ++-0312008 ++-0301135 ++-0307011 ++-0285138 ++-0320004 ++-0296140 ++-0315019 ++-0299110 ++-0294148 ++-0306002 ++-0297145 ++-0298102 ++-0291131 ++-0304033 ++-0303106 ++-0288130 ++-0302113 ++-0289142 ++-0293153 ++-0285139 ++-0307012 ++-0301136 ++-0312009 ++-0320005 ++-0290098 ++-0296141 ++-0315020 ++-0294149 ++-0299111 ++-0306003 ++-0302114 ++-0297146 ++-0303107 ++-0298103 ++-0288131 ++-0291132 ++-0304034 ++-0289143 ++-0285140 ++-0301137 ++-0312010 ++-0307013 ++-0293154 ++-0296142 ++-0315021 ++-0290099 ++-0320006 ++-0299112 ++-0306004 ++-0302115 ++-0294150 ++-0298104 ++-0303108 ++-0288132 ++-0297147 ++-0304035 ++-0289144 ++-0285141 ++-0312011 ++-0291133 ++-0290100 ++-0301138 ++-0302116 ++-0293155 ++-0307014 ++-0288133 ++-0297148 ++-0320007 ++-0296143 ++-0299113 ++-0306005 ++-0303109 ++-0294151 ++-0304036 ++-0298105 ++-0289145 ++-0315022 ++-0293156 ++-0301139 ++-0297149 ++-0307015 ++-0320008 ++-0288134 ++-0290101 ++-0312012 ++-0285142 ++-0302117 ++-0306006 ++-0304037 ++-0303110 ++-0298106 ++-0291134 ++-0296144 ++-0289146 ++-0315023 ++-0294152 ++-0299114 ++-0297150 ++-0320009 ++-0304038 ++-0289147 ++-0302118 ++-0312013 ++-0288135 ++-0296145 ++-0307016 ++-0306007 ++-0290102 ++-0301140 ++-0303111 ++-0315024 ++-0299115 ++-0291135 ++-0285143 ++-0294153 ++-0298107 ++-0297151 ++-0289148 ++-0304039 ++-0320010 ++-0302119 ++-0288136 ++-0312014 ++-0296146 ++-0313000 ++-0306008 ++-0303112 ++-0294154 ++-0298108 ++-0290103 ++-0285144 ++-0291136 ++-0289149 ++-0294155 ++-0288137 ++-0303113 ++-0307017 ++-0315025 ++-0306009 ++-0301141 ++-0302120 ++-0296147 ++-0312015 ++-0304040 ++-0290104 ++-0320011 ++-0313001 ++-0285145 ++-0297152 ++-0298109 ++-0289150 ++-0299116 ++-0291137 ++-0294156 ++-0307018 ++-0315026 ++-0288138 ++-0303114 ++-0301142 ++-0306010 ++-0312016 ++-0304041 ++-0290105 ++-0313002 ++-0296148 ++-0302121 ++-0320012 ++-0297153 ++-0289151 ++-0298110 ++-0291138 ++-0285146 ++-0288139 ++-0299117 ++-0301143 ++-0315027 ++-0303115 ++-0307019 ++-0306011 ++-0290106 ++-0304042 ++-0312017 ++-0313003 ++-0302122 ++-0320013 ++-0289152 ++-0297154 ++-0288140 ++-0299118 ++-0296149 ++-0298111 ++-0301144 ++-0315028 ++-0303116 ++-0307020 ++-0289153 ++-0285147 ++-0297155 ++-0290107 ++-0304043 ++-0291139 ++-0306012 ++-0288141 ++-0299119 ++-0314000 ++-0320014 ++-0296150 ++-0312018 ++-0298112 ++-0303117 ++-0313004 ++-0302123 ++-0301145 ++-0307021 ++-0289154 ++-0290108 ++-0315029 ++-0285148 ++-0297156 ++-0299120 ++-0320015 ++-0288142 ++-0306013 ++-0291140 ++-0304044 ++-0296151 ++-0314001 ++-0298113 ++-0313005 ++-0301146 ++-0312019 ++-0289155 ++-0303118 ++-0307022 ++-0290109 ++-0315030 ++-0302124 ++-0285149 ++-0291141 ++-0304045 ++-0320016 ++-0296152 ++-0314002 ++-0299121 ++-0288143 ++-0306014 ++-0313006 ++-0298114 ++-0301147 ++-0312020 ++-0303119 ++-0289156 ++-0285150 ++-0302125 ++-0307023 ++-0291142 ++-0290110 ++-0320017 ++-0315031 ++-0314003 ++-0296153 ++-0304046 ++-0306015 ++-0313007 ++-0298115 ++-0288144 ++-0299122 ++-0312021 ++-0307024 ++-0285151 ++-0303120 ++-0301148 ++-0302126 ++-0320018 ++-0315032 ++-0291143 ++-0290111 ++-0317000 ++-0314004 ++-0313008 ++-0296154 ++-0306016 ++-0298116 ++-0285152 ++-0299123 ++-0307025 ++-0312022 ++-0304047 ++-0288145 ++-0303121 ++-0301149 ++-0320019 ++-0315033 ++-0291144 ++-0302127 ++-0290112 ++-0314005 ++-0296155 ++-0298117 ++-0317001 ++-0313009 ++-0285153 ++-0306017 ++-0307026 ++-0304048 ++-0299124 ++-0288146 ++-0301150 ++-0312023 ++-0303122 ++-0309000 ++-0320020 ++-0315034 ++-0291145 ++-0290113 ++-0314006 ++-0302128 ++-0298118 ++-0304049 ++-0285154 ++-0317002 ++-0313010 ++-0288147 ++-0307027 ++-0301151 ++-0306018 ++-0299125 ++-0309001 ++-0303123 ++-0320021 ++-0312024 ++-0315035 ++-0314007 ++-0290114 ++-0302129 ++-0317003 ++-0285155 ++-0291146 ++-0298119 ++-0304050 ++-0313011 ++-0288148 ++-0307028 ++-0299126 ++-0314008 ++-0315036 ++-0301152 ++-0306019 ++-0317004 ++-0291147 ++-0288149 ++-0290115 ++-0303124 ++-0316000 ++-0302130 ++-0307029 ++-0320022 ++-0298120 ++-0304051 ++-0309002 ++-0312025 ++-0299127 ++-0313012 ++-0301153 ++-0306020 ++-0314009 ++-0317005 ++-0315037 ++-0290116 ++-0303125 ++-0316001 ++-0302131 ++-0320023 ++-0298121 ++-0288150 ++-0304052 ++-0320024 ++-0301154 ++-0298122 ++-0291148 ++-0315038 ++-0305000 ++-0312026 ++-0299128 ++-0309003 ++-0301155 ++-0288151 ++-0320025 ++-0313013 ++-0304053 ++-0307030 ++-0290117 ++-0306021 ++-0291149 ++-0302132 ++-0307031 ++-0314010 ++-0317006 ++-0316002 ++-0309004 ++-0315039 ++-0299129 ++-0302133 ++-0304054 ++-0307032 ++-0317007 ++-0314011 ++-0303126 ++-0316003 ++-0312027 ++-0298123 ++-0305001 ++-0288152 ++-0299130 ++-0309005 ++-0302134 ++-0315040 ++-0313014 ++-0320026 ++-0321000 ++-0304055 ++-0290118 ++-0307033 ++-0291150 ++-0306022 ++-0303127 ++-0317008 ++-0316004 ++-0298124 ++-0305002 ++-0314012 ++-0288153 ++-0312028 ++-0299131 ++-0320027 ++-0321001 ++-0302135 ++-0304056 ++-0291151 ++-0290119 ++-0306023 ++-0303128 ++-0313015 ++-0316005 ++-0315041 ++-0317009 ++-0309006 ++-0307034 ++-0305003 ++-0312029 ++-0314013 ++-0288154 ++-0298125 ++-0321002 ++-0304057 ++-0299132 ++-0320028 ++-0291152 ++-0302136 ++-0306024 ++-0290120 ++-0303129 ++-0317010 ++-0314014 ++-0315042 ++-0313016 ++-0309007 ++-0316006 ++-0307035 ++-0312030 ++-0305004 ++-0304058 ++-0320029 ++-0298126 ++-0288155 ++-0321003 ++-0306025 ++-0291153 ++-0302137 ++-0299133 ++-0290121 ++-0314015 ++-0316007 ++-0304059 ++-0299134 ++-0313017 ++-0321004 ++-0317011 ++-0302138 ++-0306026 ++-0315043 ++-0303130 ++-0290122 ++-0288156 ++-0309008 ++-0304060 ++-0312031 ++-0307036 ++-0298127 ++-0305005 ++-0320030 ++-0316008 ++-0291154 ++-0314016 ++-0299135 ++-0321005 ++-0317012 ++-0303131 ++-0315044 ++-0309009 ++-0307037 ++-0320031 ++-0291155 ++-0298128 ++-0313018 ++-0314017 ++-0305006 ++-0302139 ++-0306027 ++-0316009 ++-0321006 ++-0312032 ++-0315045 ++-0320032 ++-0290123 ++-0299136 ++-0304061 ++-0303132 ++-0307038 ++-0309010 ++-0317013 ++-0302140 ++-0305007 ++-0313019 ++-0298129 ++-0320033 ++-0314018 ++-0304062 ++-0315046 ++-0303133 ++-0317014 ++-0290124 ++-0306028 ++-0309011 ++-0321007 ++-0302141 ++-0312033 ++-0307039 ++-0313020 ++-0299137 ++-0316010 ++-0304063 ++-0298130 ++-0305008 ++-0314019 ++-0311000 ++-0308000 ++-0320034 ++-0315047 ++-0303134 ++-0290125 ++-0302142 ++-0309012 ++-0306029 ++-0299138 ++-0304064 ++-0313021 ++-0312034 ++-0321008 ++-0314020 ++-0308001 ++-0316011 ++-0305009 ++-0315048 ++-0302143 ++-0304065 ++-0320035 ++-0306030 ++-0303135 ++-0299139 ++-0317015 ++-0312035 ++-0307040 ++-0311001 ++-0313022 ++-0290126 ++-0321009 ++-0305010 ++-0309013 ++-0308002 ++-0314021 ++-0316012 ++-0302144 ++-0298131 ++-0315049 ++-0312036 ++-0304066 ++-0299140 ++-0317016 ++-0303136 ++-0307041 ++-0313023 ++-0290127 ++-0305011 ++-0320036 ++-0321010 ++-0316013 ++-0312037 ++-0306031 ++-0302145 ++-0311002 ++-0308003 ++-0314022 ++-0304067 ++-0315050 ++-0298132 ++-0309014 ++-0312038 ++-0313024 ++-0299141 ++-0303137 ++-0307042 ++-0317017 ++-0320037 ++-0316014 ++-0290128 ++-0321011 ++-0305012 ++-0306032 ++-0302146 ++-0314023 ++-0307043 ++-0313025 ++-0320038 ++-0302147 ++-0312039 ++-0314024 ++-0309015 ++-0304068 ++-0299142 ++-0315051 ++-0317018 ++-0308004 ++-0313026 ++-0316015 ++-0303138 ++-0298133 ++-0290129 ++-0321012 ++-0311003 ++-0307044 ++-0305013 ++-0306033 ++-0320039 ++-0302148 ++-0312040 ++-0308005 ++-0299143 ++-0314025 ++-0316016 ++-0317019 ++-0304069 ++-0309016 ++-0313027 ++-0315052 ++-0303139 ++-0290130 ++-0321013 ++-0305014 ++-0311004 ++-0306034 ++-0307045 ++-0298134 ++-0302149 ++-0320040 ++-0312041 ++-0308006 ++-0316017 ++-0314026 ++-0315053 ++-0309017 ++-0317020 ++-0313028 ++-0299144 ++-0290131 ++-0304070 ++-0321014 ++-0303140 ++-0305015 ++-0311005 ++-0306035 ++-0307046 ++-0302150 ++-0308007 ++-0298135 ++-0320041 ++-0316018 ++-0312042 ++-0317021 ++-0315054 ++-0309018 ++-0313029 ++-0290132 ++-0314027 ++-0299145 ++-0303141 ++-0321015 ++-0305016 ++-0304071 ++-0311006 ++-0306036 ++-0307047 ++-0302151 ++-0312043 ++-0316019 ++-0298136 ++-0309019 ++-0317022 ++-0308008 ++-0313030 ++-0315055 ++-0314028 ++-0290133 ++-0320042 ++-0303142 ++-0299146 ++-0305017 ++-0304072 ++-0311007 ++-0306037 ++-0321016 ++-0302152 ++-0312044 ++-0316020 ++-0307048 ++-0309020 ++-0308009 ++-0317023 ++-0320043 ++-0298137 ++-0315056 ++-0314029 ++-0313031 ++-0303143 ++-0299147 ++-0304073 ++-0290134 ++-0311008 ++-0321017 ++-0305018 ++-0306038 ++-0316021 ++-0312045 ++-0302153 ++-0309021 ++-0307049 ++-0308010 ++-0317024 ++-0303144 ++-0298138 ++-0314030 ++-0304074 ++-0320044 ++-0299148 ++-0315057 ++-0313032 ++-0321018 ++-0305019 ++-0302154 ++-0290135 ++-0316022 ++-0306039 ++-0311009 ++-0312046 ++-0307050 ++-0309022 ++-0317025 ++-0308011 ++-0298139 ++-0314031 ++-0304075 ++-0321019 ++-0303145 ++-0299149 ++-0320045 ++-0315058 ++-0316023 ++-0290136 ++-0311010 ++-0306040 ++-0313033 ++-0305020 ++-0307051 ++-0309023 ++-0317026 ++-0298140 ++-0314032 ++-0321020 ++-0312047 ++-0308012 ++-0303146 ++-0302155 ++-0320046 ++-0315059 ++-0311011 ++-0299150 ++-0290137 ++-0304076 ++-0306041 ++-0309024 ++-0316024 ++-0313034 ++-0307052 ++-0317027 ++-0305021 ++-0321021 ++-0298141 ++-0312048 ++-0314033 ++-0303147 ++-0308013 ++-0302156 ++-0320047 ++-0290138 ++-0311012 ++-0304077 ++-0306042 ++-0315060 ++-0316025 ++-0309025 ++-0313035 ++-0299151 ++-0307053 ++-0305022 ++-0317028 ++-0312049 ++-0314034 ++-0298142 ++-0321022 ++-0303148 ++-0308014 ++-0315061 ++-0320048 ++-0309026 ++-0304078 ++-0306043 ++-0311013 ++-0290139 ++-0313036 ++-0299152 ++-0316026 ++-0314035 ++-0307054 ++-0298143 ++-0317029 ++-0312050 ++-0305023 ++-0303149 ++-0321023 ++-0306044 ++-0308015 ++-0315062 ++-0311014 ++-0320049 ++-0290140 ++-0309027 ++-0307055 ++-0313037 ++-0317030 ++-0299153 ++-0298144 ++-0312051 ++-0304079 ++-0316027 ++-0314036 ++-0303150 ++-0321024 ++-0322000 ++-0305024 ++-0306045 ++-0308016 ++-0309028 ++-0315063 ++-0311015 ++-0320050 ++-0307056 ++-0317031 ++-0313038 ++-0298145 ++-0290141 ++-0304080 ++-0312052 ++-0321025 ++-0314037 ++-0303151 ++-0316028 ++-0299154 ++-0322001 ++-0305025 ++-0306046 ++-0311016 ++-0307057 ++-0315064 ++-0308017 ++-0309029 ++-0298146 ++-0317032 ++-0290142 ++-0320051 ++-0314038 ++-0312053 ++-0313039 ++-0321026 ++-0304081 ++-0316029 ++-0299155 ++-0303152 ++-0306047 ++-0322002 ++-0305026 ++-0308018 ++-0311017 ++-0315065 ++-0307058 ++-0317033 ++-0321027 ++-0309030 ++-0320052 ++-0312054 ++-0314039 ++-0290143 ++-0313040 ++-0298147 ++-0316030 ++-0299156 ++-0304082 ++-0306048 ++-0303153 ++-0322003 ++-0305027 ++-0315066 ++-0317034 ++-0308019 ++-0321028 ++-0309031 ++-0311018 ++-0312055 ++-0290144 ++-0307059 ++-0313041 ++-0314040 ++-0304083 ++-0306049 ++-0320053 ++-0316031 ++-0298148 ++-0303154 ++-0322004 ++-0305028 ++-0317035 ++-0308020 ++-0315067 ++-0309032 ++-0321029 ++-0290145 ++-0312056 ++-0314041 ++-0311019 ++-0307060 ++-0313042 ++-0320054 ++-0306050 ++-0303155 ++-0322005 ++-0316032 ++-0304084 ++-0298149 ++-0305029 ++-0309033 ++-0308021 ++-0315068 ++-0290146 ++-0312057 ++-0317036 ++-0321030 ++-0314042 ++-0313043 ++-0311020 ++-0306051 ++-0322006 ++-0320055 ++-0307061 ++-0316033 ++-0303156 ++-0304085 ++-0309034 ++-0319000 ++-0308022 ++-0315069 ++-0298150 ++-0305030 ++-0314043 ++-0317037 ++-0290147 ++-0321031 ++-0313044 ++-0312058 ++-0306052 ++-0307062 ++-0316034 ++-0320056 ++-0322007 ++-0304086 ++-0319001 ++-0309035 ++-0308023 ++-0315070 ++-0305031 ++-0311021 ++-0317038 ++-0314044 ++-0313045 ++-0290148 ++-0306053 ++-0321032 ++-0312059 ++-0316035 ++-0309036 ++-0307063 ++-0322008 ++-0307064 ++-0309037 ++-0316036 ++-0320057 ++-0298151 ++-0319002 ++-0305032 ++-0304087 ++-0315071 ++-0311022 ++-0313046 ++-0308024 ++-0314045 ++-0321033 ++-0317039 ++-0306054 ++-0290149 ++-0307065 ++-0312060 ++-0322009 ++-0323000 ++-0309038 ++-0316037 ++-0298152 ++-0319003 ++-0304088 ++-0311023 ++-0314046 ++-0308025 ++-0307066 ++-0312061 ++-0315072 ++-0290150 ++-0323001 ++-0316038 ++-0306055 ++-0309039 ++-0317040 ++-0313047 ++-0321034 ++-0305033 ++-0298153 ++-0322010 ++-0304089 ++-0319004 ++-0311024 ++-0307067 ++-0314047 ++-0320058 ++-0308026 ++-0312062 ++-0315073 ++-0306056 ++-0316039 ++-0290151 ++-0317041 ++-0305034 ++-0309040 ++-0313048 ++-0321035 ++-0323002 ++-0298154 ++-0319005 ++-0304090 ++-0307068 ++-0311025 ++-0314048 ++-0322011 ++-0320059 ++-0308027 ++-0315074 ++-0312063 ++-0306057 ++-0316040 ++-0317042 ++-0309041 ++-0313049 ++-0298155 ++-0323003 ++-0290152 ++-0304091 ++-0319006 ++-0311026 ++-0321036 ++-0307069 ++-0305035 ++-0322012 ++-0312064 ++-0306058 ++-0314049 ++-0308028 ++-0315075 ++-0320060 ++-0316041 ++-0298156 ++-0309042 ++-0313050 ++-0290153 ++-0311027 ++-0319007 ++-0323004 ++-0304092 ++-0317043 ++-0321037 ++-0322013 ++-0307070 ++-0305036 ++-0312065 ++-0314050 ++-0306059 ++-0320061 ++-0316042 ++-0290154 ++-0313051 ++-0319008 ++-0307071 ++-0320062 ++-0316043 ++-0309043 ++-0320063 ++-0323005 ++-0315076 ++-0305037 ++-0311028 ++-0317044 ++-0322014 ++-0321038 ++-0316044 ++-0312066 ++-0308029 ++-0319009 ++-0313052 ++-0306060 ++-0304093 ++-0307072 ++-0314051 ++-0290155 ++-0309044 ++-0320064 ++-0318000 ++-0317045 ++-0305038 ++-0315077 ++-0321039 ++-0323006 ++-0319010 ++-0316045 ++-0313053 ++-0322015 ++-0306061 ++-0304094 ++-0307073 ++-0311029 ++-0312067 ++-0314052 ++-0290156 ++-0308030 ++-0309045 ++-0318001 ++-0317046 ++-0321040 ++-0320065 ++-0305039 ++-0316046 ++-0319011 ++-0312068 ++-0308031 ++-0305040 ++-0314053 ++-0313054 ++-0315078 ++-0322016 ++-0311030 ++-0304095 ++-0312069 ++-0321041 ++-0323007 ++-0307074 ++-0317047 ++-0320066 ++-0319012 ++-0309046 ++-0306062 ++-0318002 ++-0308032 ++-0316047 ++-0305041 ++-0313055 ++-0322017 ++-0311031 ++-0315079 ++-0304096 ++-0314054 ++-0321042 ++-0323008 ++-0307075 ++-0312070 ++-0318003 ++-0320067 ++-0317048 ++-0308033 ++-0319013 ++-0310000 ++-0316048 ++-0309047 ++-0305042 ++-0306063 ++-0322018 ++-0313056 ++-0311032 ++-0307076 ++-0314055 ++-0323009 ++-0315080 ++-0312071 ++-0304097 ++-0321043 ++-0318004 ++-0308034 ++-0310001 ++-0305043 ++-0320068 ++-0317049 ++-0309048 ++-0319014 ++-0306064 ++-0311033 ++-0313057 ++-0316049 ++-0322019 ++-0315081 ++-0307077 ++-0323010 ++-0314056 ++-0312072 ++-0304098 ++-0321044 ++-0317050 ++-0310002 ++-0318005 ++-0308035 ++-0311034 ++-0305044 ++-0309049 ++-0320069 ++-0313058 ++-0319015 ++-0306065 ++-0322020 ++-0315082 ++-0307078 ++-0316050 ++-0321045 ++-0323011 ++-0304099 ++-0317051 ++-0318006 ++-0312073 ++-0310003 ++-0309050 ++-0305045 ++-0308036 ++-0306066 ++-0320070 ++-0311035 ++-0313059 ++-0322021 ++-0319016 ++-0314057 ++-0316051 ++-0323012 ++-0321046 ++-0307079 ++-0315083 ++-0317052 ++-0304100 ++-0309051 ++-0318007 ++-0310004 ++-0312074 ++-0305046 ++-0308037 ++-0306067 ++-0311036 ++-0322022 ++-0313060 ++-0320071 ++-0314058 ++-0323013 ++-0319017 ++-0307080 ++-0316052 ++-0321047 ++-0315084 ++-0304101 ++-0318008 ++-0309052 ++-0317053 ++-0310005 ++-0312075 ++-0305047 ++-0314059 ++-0313061 ++-0311037 ++-0308038 ++-0320072 ++-0307081 ++-0323014 ++-0322023 ++-0319018 ++-0315085 ++-0306068 ++-0316053 ++-0321048 ++-0304102 ++-0317054 ++-0310006 ++-0318009 ++-0309053 ++-0312076 ++-0308039 ++-0305048 ++-0313062 ++-0323015 ++-0314060 ++-0311038 ++-0320073 ++-0307082 ++-0315086 ++-0322024 ++-0319019 ++-0321049 ++-0316054 ++-0317055 ++-0306069 ++-0318010 ++-0310007 ++-0304103 ++-0312077 ++-0305049 ++-0309054 ++-0313063 ++-0323016 ++-0314061 ++-0308040 ++-0320074 ++-0311039 ++-0315087 ++-0321050 ++-0319020 ++-0307083 ++-0318011 ++-0322025 ++-0316055 ++-0317056 ++-0310008 ++-0304104 ++-0305050 ++-0312078 ++-0309055 ++-0323017 ++-0306070 ++-0313064 ++-0311040 ++-0308041 ++-0314062 ++-0307084 ++-0321051 ++-0318012 ++-0319021 ++-0322026 ++-0320075 ++-0317057 ++-0312079 ++-0304105 ++-0315088 ++-0316056 ++-0310009 ++-0306071 ++-0313065 ++-0305051 ++-0323018 ++-0309056 ++-0308042 ++-0314063 ++-0318013 ++-0311041 ++-0321052 ++-0307085 ++-0322027 ++-0320076 ++-0319022 ++-0315089 ++-0312080 ++-0304106 ++-0316057 ++-0310010 ++-0313066 ++-0306072 ++-0309057 ++-0305052 ++-0308043 ++-0323019 ++-0311042 ++-0314064 ++-0307086 ++-0321053 ++-0320077 ++-0322028 ++-0318014 ++-0319023 ++-0312081 ++-0317058 ++-0316058 ++-0315090 ++-0313067 ++-0310011 ++-0304107 ++-0308044 ++-0306073 ++-0309058 ++-0311043 ++-0323020 ++-0307087 ++-0314065 ++-0321054 ++-0317059 ++-0315091 ++-0311044 ++-0306074 ++-0318015 ++-0322029 ++-0313068 ++-0305053 ++-0311045 ++-0304108 ++-0314066 ++-0316059 ++-0320078 ++-0319024 ++-0321055 ++-0312082 ++-0308045 ++-0323021 ++-0317060 ++-0307088 ++-0315092 ++-0306075 ++-0309059 ++-0310012 ++-0318016 ++-0311046 ++-0314067 ++-0322030 ++-0313069 ++-0304109 ++-0305054 ++-0308046 ++-0323022 ++-0312083 ++-0317061 ++-0321056 ++-0315093 ++-0316060 ++-0306076 ++-0320079 ++-0309060 ++-0310013 ++-0319025 ++-0307089 ++-0318017 ++-0311047 ++-0314068 ++-0308047 ++-0304110 ++-0322031 ++-0317062 ++-0315094 ++-0307090 ++-0319026 ++-0316061 ++-0318018 ++-0305055 ++-0323023 ++-0312084 ++-0313070 ++-0320080 ++-0321057 ++-0308048 ++-0314069 ++-0306077 ++-0311048 ++-0310014 ++-0309061 ++-0316062 ++-0319027 ++-0318019 ++-0304111 ++-0317063 ++-0315095 ++-0322032 ++-0307091 ++-0308049 ++-0321058 ++-0312085 ++-0320081 ++-0323024 ++-0314070 ++-0305056 ++-0306078 ++-0313071 ++-0310015 ++-0311049 ++-0318020 ++-0316063 ++-0317064 ++-0304112 ++-0322033 ++-0319028 ++-0309062 ++-0315096 ++-0312086 ++-0311050 ++-0321059 ++-0306079 ++-0313072 ++-0323025 ++-0305057 ++-0307092 ++-0314071 ++-0308050 ++-0304113 ++-0320082 ++-0316064 ++-0319029 ++-0311051 ++-0318021 ++-0312087 ++-0309063 ++-0317065 ++-0322034 ++-0310016 ++-0315097 ++-0305058 ++-0314072 ++-0312088 ++-0321060 ++-0319030 ++-0306080 ++-0316065 ++-0308051 ++-0304114 ++-0322035 ++-0307093 ++-0313073 ++-0323026 ++-0320083 ++-0318022 ++-0321061 ++-0306081 ++-0315098 ++-0305059 ++-0317066 ++-0310017 ++-0311052 ++-0309064 ++-0323027 ++-0322036 ++-0304115 ++-0313074 ++-0320084 ++-0314073 ++-0316066 ++-0318023 ++-0308052 ++-0307094 ++-0319031 ++-0305060 ++-0310018 ++-0317067 ++-0306082 ++-0322037 ++-0323028 ++-0321062 ++-0312089 ++-0309065 ++-0308053 ++-0315099 ++-0311053 ++-0316067 ++-0310019 ++-0318024 ++-0307095 ++-0304116 ++-0317068 ++-0306083 ++-0314074 ++-0313075 ++-0320085 ++-0319032 ++-0311054 ++-0322038 ++-0312090 ++-0323029 ++-0309066 ++-0305061 ++-0316068 ++-0315100 ++-0308054 ++-0321063 ++-0320086 ++-0318025 ++-0311055 ++-0319033 ++-0313076 ++-0317069 ++-0304117 ++-0314075 ++-0310020 ++-0306084 ++-0307096 ++-0315101 ++-0322039 ++-0312091 ++-0316069 ++-0305062 ++-0321064 ++-0320087 ++-0323030 ++-0308055 ++-0309067 ++-0317070 ++-0311056 ++-0304118 ++-0316070 ++-0314076 ++-0305063 ++-0313077 ++-0322040 ++-0310021 ++-0307097 ++-0319034 ++-0312092 ++-0306085 ++-0320088 ++-0309068 ++-0304119 ++-0321065 ++-0316071 ++-0318026 ++-0317071 ++-0323031 ++-0312093 ++-0314077 ++-0315102 ++-0308056 ++-0320089 ++-0311057 ++-0306086 ++-0310022 ++-0305064 ++-0318027 ++-0309069 ++-0319035 ++-0317072 ++-0316072 ++-0313078 ++-0307098 ++-0304120 ++-0315103 ++-0304121 ++-0308057 ++-0323032 ++-0304122 ++-0312094 ++-0321066 ++-0311058 ++-0320090 ++-0320091 ++-0319036 ++-0306087 ++-0312095 ++-0310023 ++-0310024 ++-0304123 ++-0322041 ++-0314078 ++-0323033 ++-0306088 ++-0319037 ++-0320092 ++-0313079 ++-0315104 ++-0307099 ++-0322042 ++-0308058 ++-0305065 ++-0309070 ++-0319038 ++-0311059 ++-0318028 ++-0310025 ++-0312096 ++-0315105 ++-0321067 ++-0304124 ++-0306089 ++-0316073 ++-0320093 ++-0313080 ++-0317073 ++-0314079 ++-0323034 ++-0305066 ++-0322043 ++-0307100 ++-0309071 ++-0310026 ++-0311060 ++-0318029 ++-0319039 ++-0308059 ++-0315106 ++-0316074 ++-0313081 ++-0312097 ++-0314080 ++-0320094 ++-0323035 ++-0321068 ++-0304125 ++-0306090 ++-0307101 ++-0305067 ++-0317074 ++-0318030 ++-0311061 ++-0322044 ++-0319040 ++-0316075 ++-0308060 ++-0310027 ++-0309072 ++-0315107 ++-0314081 ++-0320095 ++-0313082 ++-0323036 ++-0304126 ++-0307102 ++-0312098 ++-0321069 ++-0305068 ++-0306091 ++-0317075 ++-0311062 ++-0318031 ++-0314082 ++-0315108 ++-0322045 ++-0308061 ++-0319041 ++-0320096 ++-0316076 ++-0313083 ++-0323037 ++-0307103 ++-0312099 ++-0321070 ++-0309073 ++-0305069 ++-0310028 ++-0304127 ++-0306092 ++-0317076 ++-0314083 ++-0318032 ++-0315109 ++-0311063 ++-0322046 ++-0323038 ++-0316077 ++-0308062 ++-0319042 ++-0310029 ++-0307104 ++-0320097 ++-0315110 ++-0313084 ++-0312100 ++-0305070 ++-0317077 ++-0304128 ++-0306093 ++-0322047 ++-0309074 ++-0311064 ++-0314084 ++-0321071 ++-0318033 ++-0323039 ++-0319043 ++-0316078 ++-0308063 ++-0310030 ++-0305071 ++-0307105 ++-0320098 ++-0306094 ++-0317078 ++-0312101 ++-0315111 ++-0304129 ++-0314085 ++-0313085 ++-0322048 ++-0318034 ++-0321072 ++-0323040 ++-0308064 ++-0319044 ++-0309075 ++-0311065 ++-0316079 ++-0310031 ++-0305072 ++-0320099 ++-0307106 ++-0312102 ++-0315112 ++-0304130 ++-0313086 ++-0322049 ++-0314086 ++-0317079 ++-0321073 ++-0318035 ++-0306095 ++-0319045 ++-0316080 ++-0309076 ++-0311066 ++-0308065 ++-0323041 ++-0305073 ++-0320100 ++-0310032 ++-0307107 ++-0315113 ++-0312103 ++-0304131 ++-0313087 ++-0317080 ++-0321074 ++-0322050 ++-0314087 ++-0309077 ++-0318036 ++-0316081 ++-0323042 ++-0319046 ++-0306096 ++-0311067 ++-0305074 ++-0320101 ++-0310033 ++-0308066 ++-0315114 ++-0312104 ++-0307108 ++-0317081 ++-0313088 ++-0314088 ++-0304132 ++-0309078 ++-0316082 ++-0321075 ++-0318037 ++-0323043 ++-0322051 ++-0310034 ++-0319047 ++-0320102 ++-0308067 ++-0306097 ++-0307109 ++-0305075 ++-0315115 ++-0311068 ++-0312105 ++-0317082 ++-0313089 ++-0314089 ++-0316083 ++-0309079 ++-0321076 ++-0323044 ++-0318038 ++-0304133 ++-0319048 ++-0322052 ++-0310035 ++-0308068 ++-0305076 ++-0306098 ++-0320103 ++-0312106 ++-0307110 ++-0313090 ++-0315116 ++-0311069 ++-0316084 ++-0317083 ++-0309080 ++-0318039 ++-0323045 ++-0314090 ++-0304134 ++-0321077 ++-0322053 ++-0308069 ++-0319049 ++-0305077 ++-0306099 ++-0310036 ++-0320104 ++-0307111 ++-0315117 ++-0312107 ++-0317084 ++-0313091 ++-0311070 ++-0323046 ++-0314091 ++-0316085 ++-0318040 ++-0321078 ++-0309081 ++-0304135 ++-0305078 ++-0308070 ++-0322054 ++-0319050 ++-0307112 ++-0310037 ++-0317085 ++-0313092 ++-0312108 ++-0306100 ++-0320105 ++-0311071 ++-0314092 ++-0315118 ++-0323047 ++-0316086 ++-0321079 ++-0309082 ++-0304136 ++-0305079 ++-0318041 ++-0322055 ++-0308071 ++-0307113 ++-0319051 ++-0317086 ++-0310038 ++-0320106 ++-0315119 ++-0306101 ++-0312109 ++-0314093 ++-0311072 ++-0313093 ++-0316087 ++-0323048 ++-0309083 ++-0304137 ++-0322056 ++-0318042 ++-0321080 ++-0305080 ++-0307114 ++-0317087 ++-0308072 ++-0319052 ++-0312110 ++-0315120 ++-0310039 ++-0320107 ++-0316088 ++-0311073 ++-0306102 ++-0323049 ++-0313094 ++-0305081 ++-0314094 ++-0309084 ++-0322057 ++-0321081 ++-0308073 ++-0318043 ++-0304138 ++-0317088 ++-0319053 ++-0307115 ++-0312111 ++-0320108 ++-0315121 ++-0306103 ++-0316089 ++-0310040 ++-0311074 ++-0305082 ++-0323050 ++-0313095 ++-0322058 ++-0314095 ++-0321082 ++-0309085 ++-0308074 ++-0304139 ++-0317089 ++-0318044 ++-0312112 ++-0319054 ++-0320109 ++-0306104 ++-0307116 ++-0310041 ++-0305083 ++-0315122 ++-0323051 ++-0311075 ++-0314096 ++-0316090 ++-0309086 ++-0322059 ++-0308075 ++-0313096 ++-0304140 ++-0321083 ++-0318045 ++-0317090 ++-0312113 ++-0320110 ++-0310042 ++-0319055 ++-0306105 ++-0307117 ++-0305084 ++-0315123 ++-0311076 ++-0316091 ++-0322060 ++-0314097 ++-0323052 ++-0308076 ++-0313097 ++-0312114 ++-0309087 ++-0317091 ++-0320111 ++-0304141 ++-0318046 ++-0321084 ++-0306106 ++-0310043 ++-0305085 ++-0315124 ++-0319056 ++-0314098 ++-0316092 ++-0307118 ++-0323053 ++-0308077 ++-0312115 ++-0311077 ++-0322061 ++-0313098 ++-0309088 ++-0320112 ++-0304142 ++-0317092 ++-0318047 ++-0310044 ++-0305086 ++-0321085 ++-0306107 ++-0319057 ++-0314099 ++-0311078 ++-0308078 ++-0316093 ++-0315125 ++-0307119 ++-0323054 ++-0312116 ++-0313099 ++-0309089 ++-0318048 ++-0322062 ++-0310045 ++-0320113 ++-0317093 ++-0304143 ++-0305087 ++-0319058 ++-0311079 ++-0321086 ++-0316094 ++-0306108 ++-0315126 ++-0323055 ++-0312117 ++-0314100 ++-0307120 ++-0322063 ++-0308079 ++-0313100 ++-0309090 ++-0318049 ++-0310046 ++-0320114 ++-0304144 ++-0317094 ++-0319059 ++-0311080 ++-0305088 ++-0321087 ++-0306109 ++-0312118 ++-0313101 ++-0314101 ++-0315127 ++-0307121 ++-0322064 ++-0323056 ++-0316095 ++-0308080 ++-0318050 ++-0309091 ++-0320115 ++-0304145 ++-0317095 ++-0310047 ++-0305089 ++-0311081 ++-0319060 ++-0321088 ++-0306110 ++-0314102 ++-0313102 ++-0315128 ++-0307122 ++-0323057 ++-0312119 ++-0316096 ++-0322065 ++-0304146 ++-0310048 ++-0315129 ++-0307123 ++-0320116 ++-0318051 ++-0313103 ++-0308081 ++-0323058 ++-0319061 ++-0314103 ++-0305090 ++-0309092 ++-0306111 ++-0311082 ++-0321089 ++-0317096 ++-0310049 ++-0322066 ++-0304147 ++-0315130 ++-0316097 ++-0307124 ++-0318052 ++-0312120 ++-0308082 ++-0320117 ++-0313104 ++-0323059 ++-0319062 ++-0314104 ++-0309093 ++-0305091 ++-0306112 ++-0321090 ++-0322067 ++-0304148 ++-0311083 ++-0312121 ++-0310050 ++-0307125 ++-0316098 ++-0315131 ++-0317097 ++-0308083 ++-0313105 ++-0323060 ++-0318053 ++-0320118 ++-0309094 ++-0319063 ++-0314105 ++-0322068 ++-0304149 ++-0305092 ++-0307126 ++-0310051 ++-0311084 ++-0312122 ++-0306113 ++-0316099 ++-0315132 ++-0321091 ++-0308084 ++-0318054 ++-0323061 ++-0313106 ++-0317098 ++-0309095 ++-0314106 ++-0320119 ++-0319064 ++-0322069 ++-0305093 ++-0304150 ++-0310052 ++-0312123 ++-0311085 ++-0316100 ++-0307127 ++-0308085 ++-0318055 ++-0306114 ++-0323062 ++-0315133 ++-0313107 ++-0321092 ++-0314107 ++-0320120 ++-0309096 ++-0322070 ++-0317099 ++-0305094 ++-0319065 ++-0304151 ++-0312124 ++-0307128 ++-0311086 ++-0316101 ++-0310053 ++-0318056 ++-0308086 ++-0306115 ++-0321093 ++-0314108 ++-0313108 ++-0309097 ++-0323063 ++-0315134 ++-0322071 ++-0320121 ++-0317100 ++-0305095 ++-0304152 ++-0311087 ++-0316102 ++-0318057 ++-0319066 ++-0312125 ++-0307129 ++-0310054 ++-0321094 ++-0306116 ++-0308087 ++-0313109 ++-0309098 ++-0314109 ++-0317101 ++-0323064 ++-0322072 ++-0320122 ++-0315135 ++-0321095 ++-0304153 ++-0307130 ++-0317102 ++-0308088 ++-0318058 ++-0305096 ++-0316103 ++-0312126 ++-0323065 ++-0306117 ++-0311088 ++-0310055 ++-0313110 ++-0319067 ++-0309099 ++-0322073 ++-0320123 ++-0304154 ++-0315136 ++-0321096 ++-0314110 ++-0317103 ++-0305097 ++-0307131 ++-0308089 ++-0316104 ++-0312127 ++-0318059 ++-0313111 ++-0311089 ++-0306118 ++-0321097 ++-0310056 ++-0320124 ++-0322074 ++-0323066 ++-0315137 ++-0319068 ++-0317104 ++-0314111 ++-0309100 ++-0304155 ++-0307132 ++-0305098 ++-0308090 ++-0316105 ++-0313112 ++-0312128 ++-0310057 ++-0318060 ++-0311090 ++-0320125 ++-0322075 ++-0323067 ++-0321098 ++-0315138 ++-0317105 ++-0319069 ++-0309101 ++-0306119 ++-0307133 ++-0305099 ++-0314112 ++-0308091 ++-0316106 ++-0313113 ++-0310058 ++-0312129 ++-0322076 ++-0311091 ++-0315139 ++-0318061 ++-0323068 ++-0319070 ++-0320126 ++-0317106 ++-0305100 ++-0321099 ++-0309102 ++-0314113 ++-0308092 ++-0307134 ++-0316107 ++-0306120 ++-0313114 ++-0310059 ++-0312130 ++-0317107 ++-0311092 ++-0323069 ++-0315140 ++-0318062 ++-0322077 ++-0309103 ++-0319071 ++-0320127 ++-0307135 ++-0314114 ++-0305101 ++-0308093 ++-0321100 ++-0324000 ++-0313115 ++-0310060 ++-0306121 ++-0316108 ++-0312131 ++-0317108 ++-0311093 ++-0318063 ++-0323070 ++-0315141 ++-0319072 ++-0307136 ++-0309104 ++-0322078 ++-0305102 ++-0320128 ++-0314115 ++-0321101 ++-0313116 ++-0308094 ++-0324001 ++-0306122 ++-0310061 ++-0311094 ++-0312132 ++-0317109 ++-0316109 ++-0318064 ++-0307137 ++-0323071 ++-0309105 ++-0320129 ++-0319073 ++-0305103 ++-0322079 ++-0314116 ++-0315142 ++-0321102 ++-0313117 ++-0317110 ++-0324002 ++-0308095 ++-0310062 ++-0306123 ++-0318065 ++-0316110 ++-0311095 ++-0312133 ++-0323072 ++-0319074 ++-0322080 ++-0307138 ++-0309106 ++-0305104 ++-0320130 ++-0315143 ++-0321103 ++-0317111 ++-0314117 ++-0308096 ++-0324003 ++-0313118 ++-0311096 ++-0318066 ++-0312134 ++-0310063 ++-0306124 ++-0316111 ++-0319075 ++-0307139 ++-0320131 ++-0323073 ++-0322081 ++-0321104 ++-0319076 ++-0305105 ++-0324004 ++-0311097 ++-0315144 ++-0314118 ++-0306125 ++-0309107 ++-0308097 ++-0320132 ++-0323074 ++-0318067 ++-0307140 ++-0312135 ++-0313119 ++-0317112 ++-0319077 ++-0322082 ++-0315145 ++-0316112 ++-0310064 ++-0309108 ++-0323075 ++-0308098 ++-0318068 ++-0314119 ++-0319078 ++-0305106 ++-0311098 ++-0315146 ++-0309109 ++-0308099 ++-0316113 ++-0314120 ++-0319079 ++-0311099 ++-0310065 ++-0305107 ++-0321105 ++-0320133 ++-0308100 ++-0307141 ++-0312136 ++-0318069 ++-0313120 ++-0322083 ++-0324005 ++-0323076 ++-0309110 ++-0319080 ++-0317113 ++-0315147 ++-0314121 ++-0316114 ++-0310066 ++-0306126 ++-0313121 ++-0311100 ++-0318070 ++-0307142 ++-0308101 ++-0320134 ++-0314122 ++-0324006 ++-0305108 ++-0312137 ++-0309111 ++-0323077 ++-0317114 ++-0316115 ++-0321106 ++-0322084 ++-0319081 ++-0311101 ++-0308102 ++-0307143 ++-0306127 ++-0313122 ++-0315148 ++-0310067 ++-0309112 ++-0318071 ++-0305109 ++-0320135 ++-0314123 ++-0316116 ++-0321107 ++-0322085 ++-0324007 ++-0312138 ++-0323078 ++-0306128 ++-0308103 ++-0318072 ++-0310068 ++-0315149 ++-0307144 ++-0317115 ++-0313123 ++-0321108 ++-0323079 ++-0322086 ++-0317116 ++-0307145 ++-0322087 ++-0318073 ++-0319082 ++-0305110 ++-0315150 ++-0311102 ++-0321109 ++-0320136 ++-0309113 ++-0324008 ++-0314124 ++-0312139 ++-0308104 ++-0310069 ++-0313124 ++-0316117 ++-0322088 ++-0307146 ++-0306129 ++-0323080 ++-0317117 ++-0305111 ++-0311103 ++-0318074 ++-0324009 ++-0315151 ++-0314125 ++-0323081 ++-0313125 ++-0308105 ++-0320137 ++-0322089 ++-0310070 ++-0312140 ++-0316118 ++-0306130 ++-0307147 ++-0319083 ++-0309114 ++-0317118 ++-0321110 ++-0323082 ++-0320138 ++-0315152 ++-0318075 ++-0305112 ++-0308106 ++-0313126 ++-0310071 ++-0311104 ++-0314126 ++-0312141 ++-0316119 ++-0322090 ++-0319084 ++-0307148 ++-0309115 ++-0306131 ++-0321111 ++-0323083 ++-0324010 ++-0312142 ++-0315153 ++-0311105 ++-0320139 ++-0308107 ++-0317119 ++-0322091 ++-0313127 ++-0305113 ++-0316120 ++-0307149 ++-0314127 ++-0309116 ++-0319085 ++-0323084 ++-0321112 ++-0324011 ++-0318076 ++-0311106 ++-0322092 ++-0306132 ++-0312143 ++-0316121 ++-0308108 ++-0310072 ++-0313128 ++-0315154 ++-0307150 ++-0320140 ++-0317120 ++-0305114 ++-0314128 ++-0319086 ++-0321113 ++-0318077 ++-0324012 ++-0323085 ++-0310073 ++-0322093 ++-0316122 ++-0308109 ++-0313129 ++-0306133 ++-0315155 ++-0312144 ++-0309117 ++-0311107 ++-0305115 ++-0314129 ++-0320141 ++-0323086 ++-0324013 ++-0317121 ++-0307151 ++-0319087 ++-0321114 ++-0318078 ++-0322094 ++-0316123 ++-0306134 ++-0313130 ++-0310074 ++-0312145 ++-0308110 ++-0320142 ++-0309118 ++-0314130 ++-0324014 ++-0317122 ++-0305116 ++-0306135 ++-0311108 ++-0310075 ++-0312146 ++-0323087 ++-0318079 ++-0322095 ++-0308111 ++-0316124 ++-0307152 ++-0313131 ++-0321115 ++-0320143 ++-0319088 ++-0306136 ++-0311109 ++-0309119 ++-0314131 ++-0305117 ++-0317123 ++-0307153 ++-0310076 ++-0313132 ++-0319089 ++-0308112 ++-0312147 ++-0324015 ++-0321116 ++-0316125 ++-0311110 ++-0318080 ++-0322096 ++-0306137 ++-0323088 ++-0320144 ++-0335000 ++-0309120 ++-0305118 ++-0317124 ++-0314132 ++-0307154 ++-0310077 ++-0313133 ++-0324016 ++-0321117 ++-0316126 ++-0319090 ++-0308113 ++-0318081 ++-0312148 ++-0320145 ++-0335001 ++-0311111 ++-0309121 ++-0305119 ++-0306138 ++-0322097 ++-0317125 ++-0323089 ++-0314133 ++-0318082 ++-0307155 ++-0321118 ++-0312149 ++-0306139 ++-0305120 ++-0322098 ++-0317126 ++-0310078 ++-0309122 ++-0323090 ++-0316127 ++-0314134 ++-0319091 ++-0313134 ++-0324017 ++-0320146 ++-0335002 ++-0318083 ++-0323091 ++-0306140 ++-0321119 ++-0308114 ++-0310079 ++-0322099 ++-0314135 ++-0320147 ++-0316128 ++-0319092 ++-0324018 ++-0311112 ++-0312150 ++-0309123 ++-0305121 ++-0313135 ++-0317127 ++-0318084 ++-0323092 ++-0309124 ++-0322100 ++-0314136 ++-0312151 ++-0306141 ++-0324019 ++-0319093 ++-0313136 ++-0327000 ++-0318085 ++-0321120 ++-0305122 ++-0308115 ++-0310080 ++-0316129 ++-0311113 ++-0320148 ++-0335003 ++-0317128 ++-0314137 ++-0323093 ++-0322101 ++-0309125 ++-0324020 ++-0319094 ++-0312152 ++-0313137 ++-0306142 ++-0318086 ++-0327001 ++-0305123 ++-0316130 ++-0321121 ++-0310081 ++-0320149 ++-0311114 ++-0335004 ++-0308116 ++-0314138 ++-0317129 ++-0319095 ++-0309126 ++-0312153 ++-0323094 ++-0322102 ++-0313138 ++-0324021 ++-0318087 ++-0306143 ++-0321122 ++-0305124 ++-0316131 ++-0327002 ++-0310082 ++-0311115 ++-0308117 ++-0320150 ++-0335005 ++-0314139 ++-0312154 ++-0309127 ++-0323095 ++-0317130 ++-0313139 ++-0319096 ++-0321123 ++-0322103 ++-0324022 ++-0318088 ++-0306144 ++-0305125 ++-0327003 ++-0320151 ++-0335006 ++-0311116 ++-0308118 ++-0310083 ++-0316132 ++-0314140 ++-0312155 ++-0309128 ++-0323096 ++-0319097 ++-0313140 ++-0317131 ++-0324023 ++-0321124 ++-0322104 ++-0314141 ++-0305126 ++-0316133 ++-0306145 ++-0318089 ++-0335007 ++-0308119 ++-0312156 ++-0320152 ++-0327004 ++-0309129 ++-0310084 ++-0311117 ++-0319098 ++-0313141 ++-0323097 ++-0317132 ++-0314142 ++-0305127 ++-0324024 ++-0316134 ++-0306146 ++-0335008 ++-0318090 ++-0322105 ++-0321125 ++-0308120 ++-0309130 ++-0310085 ++-0327005 ++-0320153 ++-0311118 ++-0313142 ++-0323098 ++-0319099 ++-0305128 ++-0324025 ++-0317133 ++-0314143 ++-0306147 ++-0316135 ++-0335009 ++-0308121 ++-0309131 ++-0327006 ++-0310086 ++-0318091 ++-0322106 ++-0320154 ++-0321126 ++-0311119 ++-0313143 ++-0305129 ++-0323099 ++-0317134 ++-0319100 ++-0314144 ++-0306148 ++-0316136 ++-0308122 ++-0335010 ++-0324026 ++-0327007 ++-0309132 ++-0310087 ++-0322107 ++-0332000 ++-0320155 ++-0321127 ++-0311120 ++-0313144 ++-0305130 ++-0318092 ++-0323100 ++-0317135 ++-0319101 ++-0314145 ++-0316137 ++-0309133 ++-0310088 ++-0308123 ++-0327008 ++-0335011 ++-0322108 ++-0320156 ++-0306149 ++-0324027 ++-0321128 ++-0332001 ++-0305131 ++-0311121 ++-0313145 ++-0316138 ++-0323101 ++-0327009 ++-0306150 ++-0311122 ++-0323102 ++-0324028 ++-0318093 ++-0310089 ++-0305132 ++-0335012 ++-0309134 ++-0317136 ++-0319102 ++-0322109 ++-0308124 ++-0314146 ++-0321129 ++-0327010 ++-0332002 ++-0316139 ++-0313146 ++-0306151 ++-0311123 ++-0324029 ++-0318094 ++-0323103 ++-0309135 ++-0310090 ++-0340000 ++-0319103 ++-0327011 ++-0314147 ++-0305133 ++-0308125 ++-0317137 ++-0332003 ++-0313147 ++-0324030 ++-0306152 ++-0316140 ++-0322110 ++-0335013 ++-0321130 ++-0311124 ++-0318095 ++-0323104 ++-0310091 ++-0309136 ++-0314148 ++-0305134 ++-0327012 ++-0340001 ++-0319104 ++-0317138 ++-0308126 ++-0324031 ++-0313148 ++-0332004 ++-0306153 ++-0316141 ++-0322111 ++-0318096 ++-0335014 ++-0311125 ++-0321131 ++-0323105 ++-0310092 ++-0309137 ++-0305135 ++-0314149 ++-0319105 ++-0340002 ++-0308127 ++-0332005 ++-0324032 ++-0327013 ++-0317139 ++-0313149 ++-0318097 ++-0306154 ++-0316142 ++-0321132 ++-0311126 ++-0322112 ++-0335015 ++-0305136 ++-0309138 ++-0310093 ++-0323106 ++-0314150 ++-0332006 ++-0319106 ++-0324033 ++-0308128 ++-0340003 ++-0327014 ++-0313150 ++-0321133 ++-0317140 ++-0306155 ++-0322113 ++-0316143 ++-0335016 ++-0305137 ++-0314151 ++-0310094 ++-0309139 ++-0318098 ++-0311127 ++-0332007 ++-0319107 ++-0323107 ++-0340004 ++-0313151 ++-0321134 ++-0311128 ++-0308129 ++-0324034 ++-0332008 ++-0311129 ++-0305138 ++-0327015 ++-0317141 ++-0319108 ++-0316144 ++-0313152 ++-0340005 ++-0321135 ++-0335017 ++-0310095 ++-0323108 ++-0318099 ++-0314152 ++-0322114 ++-0309140 ++-0308130 ++-0324035 ++-0311130 ++-0327016 ++-0335018 ++-0332009 ++-0340006 ++-0319109 ++-0313153 ++-0310096 ++-0321136 ++-0317142 ++-0305139 ++-0316145 ++-0323109 ++-0314153 ++-0318100 ++-0309141 ++-0324036 ++-0308131 ++-0322115 ++-0311131 ++-0327017 ++-0332010 ++-0319110 ++-0310097 ++-0313154 ++-0316146 ++-0323110 ++-0326000 ++-0335019 ++-0305140 ++-0340007 ++-0317143 ++-0314154 ++-0321137 ++-0322116 ++-0324037 ++-0313155 ++-0319111 ++-0309142 ++-0318101 ++-0310098 ++-0324038 ++-0308132 ++-0335020 ++-0323111 ++-0322117 ++-0332011 ++-0314155 ++-0311132 ++-0305141 ++-0327018 ++-0340008 ++-0319112 ++-0321138 ++-0326001 ++-0316147 ++-0317144 ++-0309143 ++-0318102 ++-0324039 ++-0310099 ++-0335021 ++-0323112 ++-0322118 ++-0305142 ++-0311133 ++-0326002 ++-0327019 ++-0332012 ++-0340009 ++-0308133 ++-0321139 ++-0319113 ++-0317145 ++-0316148 ++-0318103 ++-0309144 ++-0335022 ++-0310100 ++-0323113 ++-0333000 ++-0324040 ++-0322119 ++-0311134 ++-0326003 ++-0327020 ++-0308134 ++-0321140 ++-0305143 ++-0316149 ++-0332013 ++-0340010 ++-0318104 ++-0309145 ++-0319114 ++-0317146 ++-0335023 ++-0324041 ++-0310101 ++-0322120 ++-0326004 ++-0323114 ++-0333001 ++-0334000 ++-0321141 ++-0308135 ++-0311135 ++-0305144 ++-0327021 ++-0332014 ++-0340011 ++-0309146 ++-0335024 ++-0324042 ++-0316150 ++-0326005 ++-0318105 ++-0322121 ++-0317147 ++-0310102 ++-0323115 ++-0327022 ++-0319115 ++-0321142 ++-0305145 ++-0311136 ++-0333002 ++-0332015 ++-0334001 ++-0308136 ++-0335025 ++-0316151 ++-0309147 ++-0326006 ++-0318106 ++-0324043 ++-0340012 ++-0310103 ++-0322122 ++-0323116 ++-0311137 ++-0305146 ++-0321143 ++-0334002 ++-0319116 ++-0332016 ++-0335026 ++-0316152 ++-0317148 ++-0327023 ++-0333003 ++-0309148 ++-0308137 ++-0324044 ++-0326007 ++-0340013 ++-0318107 ++-0310104 ++-0322123 ++-0323117 ++-0311138 ++-0334003 ++-0321144 ++-0327024 ++-0333004 ++-0326008 ++-0317149 ++-0340014 ++-0324045 ++-0311139 ++-0309149 ++-0305147 ++-0316153 ++-0308138 ++-0335027 ++-0332017 ++-0323118 ++-0319117 ++-0326009 ++-0327025 ++-0318108 ++-0340015 ++-0322124 ++-0310105 ++-0333005 ++-0324046 ++-0316154 ++-0309150 ++-0305148 ++-0334004 ++-0332018 ++-0335028 ++-0317150 ++-0321145 ++-0311140 ++-0308139 ++-0319118 ++-0326010 ++-0340016 ++-0318109 ++-0324047 ++-0333006 ++-0305149 ++-0309151 ++-0327026 ++-0316155 ++-0335029 ++-0323119 ++-0317151 ++-0322125 ++-0310106 ++-0332019 ++-0321146 ++-0311141 ++-0308140 ++-0334005 ++-0340017 ++-0332020 ++-0318110 ++-0305150 ++-0324048 ++-0319119 ++-0333007 ++-0310107 ++-0316156 ++-0323120 ++-0326011 ++-0322126 ++-0311142 ++-0309152 ++-0327027 ++-0317152 ++-0335030 ++-0321147 ++-0308141 ++-0332021 ++-0334006 ++-0340018 ++-0318111 ++-0326012 ++-0323121 ++-0324049 ++-0305151 ++-0319120 ++-0322127 ++-0333008 ++-0327028 ++-0311143 ++-0317153 ++-0321148 ++-0309153 ++-0335031 ++-0308142 ++-0310108 ++-0332022 ++-0326013 ++-0318112 ++-0319121 ++-0324050 ++-0323122 ++-0334007 ++-0305152 ++-0340019 ++-0311144 ++-0333009 ++-0335032 ++-0321149 ++-0327029 ++-0309154 ++-0322128 ++-0317154 ++-0308143 ++-0310109 ++-0332023 ++-0318113 ++-0334008 ++-0323123 ++-0319122 ++-0326014 ++-0305153 ++-0333010 ++-0311145 ++-0322129 ++-0340020 ++-0308144 ++-0321150 ++-0327030 ++-0324051 ++-0335033 ++-0310110 ++-0336000 ++-0332024 ++-0309155 ++-0317155 ++-0319123 ++-0334009 ++-0323124 ++-0318114 ++-0305154 ++-0333011 ++-0326015 ++-0340021 ++-0322130 ++-0327031 ++-0310111 ++-0311146 ++-0321151 ++-0308145 ++-0324052 ++-0309156 ++-0335034 ++-0317156 ++-0332025 ++-0323125 ++-0334010 ++-0336001 ++-0305155 ++-0319124 ++-0318115 ++-0333012 ++-0340022 ++-0326016 ++-0322131 ++-0310112 ++-0311147 ++-0308146 ++-0335035 ++-0332026 ++-0321152 ++-0324053 ++-0327032 ++-0336002 ++-0323126 ++-0305156 ++-0311148 ++-0319125 ++-0324054 ++-0318116 ++-0322132 ++-0334011 ++-0340023 ++-0326017 ++-0308147 ++-0327033 ++-0332027 ++-0333013 ++-0310113 ++-0335036 ++-0336003 ++-0321153 ++-0311149 ++-0322133 ++-0321154 ++-0323127 ++-0324055 ++-0336004 ++-0334012 ++-0319126 ++-0335037 ++-0340024 ++-0311150 ++-0322134 ++-0327034 ++-0318117 ++-0308148 ++-0310114 ++-0326018 ++-0332028 ++-0333014 ++-0324056 ++-0329000 ++-0334013 ++-0336005 ++-0323128 ++-0319127 ++-0335038 ++-0337000 ++-0321155 ++-0311151 ++-0327035 ++-0318118 ++-0340025 ++-0322135 ++-0308149 ++-0310115 ++-0326019 ++-0332029 ++-0333015 ++-0329001 ++-0323129 ++-0324057 ++-0319128 ++-0335039 ++-0336006 ++-0325000 ++-0334014 ++-0318119 ++-0311152 ++-0337001 ++-0322136 ++-0340026 ++-0332030 ++-0308150 ++-0327036 ++-0310116 ++-0333016 ++-0329002 ++-0326020 ++-0323130 ++-0324058 ++-0335040 ++-0318120 ++-0336007 ++-0332031 ++-0337002 ++-0322137 ++-0325001 ++-0319129 ++-0308151 ++-0334015 ++-0310117 ++-0311153 ++-0326021 ++-0333017 ++-0340027 ++-0329003 ++-0327037 ++-0332032 ++-0335041 ++-0318121 ++-0323131 ++-0336008 ++-0322138 ++-0324059 ++-0325002 ++-0319130 ++-0337003 ++-0311154 ++-0334016 ++-0341000 ++-0308152 ++-0333018 ++-0326022 ++-0310118 ++-0329004 ++-0327038 ++-0340028 ++-0332033 ++-0335042 ++-0323132 ++-0325003 ++-0324060 ++-0318122 ++-0319131 ++-0337004 ++-0322139 ++-0336009 ++-0308153 ++-0311155 ++-0334017 ++-0333019 ++-0310119 ++-0326023 ++-0341001 ++-0332034 ++-0327039 ++-0323133 ++-0329005 ++-0324061 ++-0325004 ++-0340029 ++-0335043 ++-0336010 ++-0318123 ++-0308154 ++-0322140 ++-0319132 ++-0334018 ++-0337005 ++-0310120 ++-0341002 ++-0323134 ++-0327040 ++-0333020 ++-0329006 ++-0326024 ++-0324062 ++-0332035 ++-0336011 ++-0323135 ++-0318124 ++-0335044 ++-0325005 ++-0333021 ++-0329007 ++-0319133 ++-0337006 ++-0340030 ++-0334019 ++-0308155 ++-0310121 ++-0322141 ++-0341003 ++-0324063 ++-0336012 ++-0331000 ++-0326025 ++-0327041 ++-0332036 ++-0318125 ++-0323136 ++-0340031 ++-0337007 ++-0325006 ++-0319134 ++-0334020 ++-0333022 ++-0335045 ++-0308156 ++-0329008 ++-0324064 ++-0310122 ++-0322142 ++-0326026 ++-0331001 ++-0327042 ++-0336013 ++-0341004 ++-0318126 ++-0332037 ++-0323137 ++-0337008 ++-0340032 ++-0334021 ++-0329009 ++-0310123 ++-0325007 ++-0335046 ++-0324065 ++-0319135 ++-0333023 ++-0326027 ++-0331002 ++-0327043 ++-0322143 ++-0336014 ++-0341005 ++-0323138 ++-0332038 ++-0318127 ++-0340033 ++-0329010 ++-0334022 ++-0337009 ++-0310124 ++-0333024 ++-0324066 ++-0326028 ++-0335047 ++-0331003 ++-0327044 ++-0325008 ++-0336015 ++-0319136 ++-0332039 ++-0341006 ++-0323139 ++-0322144 ++-0318128 ++-0328000 ++-0334023 ++-0329011 ++-0326029 ++-0340034 ++-0333025 ++-0310125 ++-0327045 ++-0324067 ++-0337010 ++-0341007 ++-0336016 ++-0319137 ++-0335048 ++-0325009 ++-0318129 ++-0323140 ++-0331004 ++-0332040 ++-0328001 ++-0322145 ++-0310126 ++-0334024 ++-0329012 ++-0340035 ++-0326030 ++-0327046 ++-0333026 ++-0336017 ++-0341008 ++-0324068 ++-0335049 ++-0337011 ++-0319138 ++-0325010 ++-0331005 ++-0322146 ++-0323141 ++-0332041 ++-0318130 ++-0329013 ++-0310127 ++-0328002 ++-0326031 ++-0327047 ++-0340036 ++-0333027 ++-0336018 ++-0334025 ++-0341009 ++-0335050 ++-0325011 ++-0322147 ++-0324069 ++-0337012 ++-0331006 ++-0323142 ++-0319139 ++-0328003 ++-0326032 ++-0318131 ++-0327048 ++-0333028 ++-0329014 ++-0334026 ++-0332042 ++-0340037 ++-0336019 ++-0310128 ++-0325012 ++-0324070 ++-0335051 ++-0341010 ++-0322148 ++-0337013 ++-0318132 ++-0323143 ++-0337014 ++-0327049 ++-0328004 ++-0332043 ++-0331007 ++-0336020 ++-0319140 ++-0334027 ++-0322149 ++-0324071 ++-0329015 ++-0325013 ++-0323144 ++-0326033 ++-0318133 ++-0310129 ++-0333029 ++-0337015 ++-0335052 ++-0341011 ++-0340038 ++-0327050 ++-0319141 ++-0334028 ++-0332044 ++-0329016 ++-0336021 ++-0337016 ++-0318134 ++-0310130 ++-0324072 ++-0331008 ++-0340039 ++-0322150 ++-0328005 ++-0326034 ++-0325014 ++-0335053 ++-0341012 ++-0323145 ++-0333030 ++-0319142 ++-0327051 ++-0329017 ++-0332045 ++-0310131 ++-0337017 ++-0322151 ++-0318135 ++-0328006 ++-0324073 ++-0325015 ++-0326035 ++-0331009 ++-0340040 ++-0323146 ++-0334029 ++-0327052 ++-0336022 ++-0341013 ++-0319143 ++-0335054 ++-0333031 ++-0332046 ++-0329018 ++-0324074 ++-0310132 ++-0328007 ++-0322152 ++-0337018 ++-0325016 ++-0323147 ++-0318136 ++-0327053 ++-0319144 ++-0336023 ++-0326036 ++-0341014 ++-0333032 ++-0331010 ++-0334030 ++-0340041 ++-0329019 ++-0335055 ++-0324075 ++-0332047 ++-0310133 ++-0322153 ++-0328008 ++-0325017 ++-0327054 ++-0337019 ++-0323148 ++-0319145 ++-0333033 ++-0326037 ++-0318137 ++-0341015 ++-0331011 ++-0334031 ++-0336024 ++-0340042 ++-0329020 ++-0324076 ++-0335056 ++-0332048 ++-0310134 ++-0322154 ++-0323149 ++-0328009 ++-0333034 ++-0325018 ++-0337020 ++-0327055 ++-0334032 ++-0340043 ++-0318138 ++-0319146 ++-0326038 ++-0341016 ++-0331012 ++-0336025 ++-0329021 ++-0324077 ++-0332049 ++-0325019 ++-0335057 ++-0323150 ++-0310135 ++-0322155 ++-0328010 ++-0327056 ++-0337021 ++-0333035 ++-0334033 ++-0340044 ++-0318139 ++-0331013 ++-0341017 ++-0329022 ++-0326039 ++-0319147 ++-0323151 ++-0332050 ++-0324078 ++-0336026 ++-0325020 ++-0335058 ++-0328011 ++-0327057 ++-0337022 ++-0310136 ++-0334034 ++-0340045 ++-0333036 ++-0331014 ++-0318140 ++-0319148 ++-0326040 ++-0323152 ++-0336027 ++-0329023 ++-0324079 ++-0341018 ++-0335059 ++-0325021 ++-0332051 ++-0327058 ++-0337023 ++-0334035 ++-0333037 ++-0328012 ++-0331015 ++-0310137 ++-0319149 ++-0318141 ++-0340046 ++-0336028 ++-0329024 ++-0323153 ++-0326041 ++-0341019 ++-0325022 ++-0324080 ++-0332052 ++-0327059 ++-0337024 ++-0334036 ++-0335060 ++-0333038 ++-0310138 ++-0331016 ++-0326042 ++-0328013 ++-0334037 ++-0319150 ++-0318142 ++-0342000 ++-0329025 ++-0340047 ++-0335061 ++-0336029 ++-0337025 ++-0323154 ++-0326043 ++-0327060 ++-0325023 ++-0341020 ++-0333039 ++-0331017 ++-0332053 ++-0324081 ++-0310139 ++-0337026 ++-0340048 ++-0334038 ++-0329026 ++-0329027 ++-0341021 ++-0318143 ++-0331018 ++-0328014 ++-0327061 ++-0325024 ++-0319151 ++-0326044 ++-0335062 ++-0340049 ++-0336030 ++-0333040 ++-0323155 ++-0324082 ++-0334039 ++-0342001 ++-0337027 ++-0310140 ++-0332054 ++-0329028 ++-0341022 ++-0318144 ++-0331019 ++-0325025 ++-0335063 ++-0328015 ++-0327062 ++-0340050 ++-0326045 ++-0336031 ++-0323156 ++-0324083 ++-0319152 ++-0342002 ++-0337028 ++-0334040 ++-0333041 ++-0310141 ++-0332055 ++-0329029 ++-0341023 ++-0327063 ++-0325026 ++-0331020 ++-0328016 ++-0326046 ++-0318145 ++-0336032 ++-0340051 ++-0323157 ++-0319153 ++-0335064 ++-0342003 ++-0334041 ++-0337029 ++-0310142 ++-0333042 ++-0324084 ++-0329030 ++-0332056 ++-0341024 ++-0328017 ++-0326047 ++-0325027 ++-0336033 ++-0327064 ++-0323158 ++-0331021 ++-0319154 ++-0340052 ++-0318146 ++-0335065 ++-0342004 ++-0310143 ++-0324085 ++-0333043 ++-0332057 ++-0329031 ++-0334042 ++-0337030 ++-0341025 ++-0328018 ++-0326048 ++-0327065 ++-0319155 ++-0323159 ++-0336034 ++-0325028 ++-0331022 ++-0335066 ++-0342005 ++-0318147 ++-0310144 ++-0334043 ++-0332058 ++-0324086 ++-0329032 ++-0340053 ++-0333044 ++-0337031 ++-0341026 ++-0328019 ++-0326049 ++-0336035 ++-0323160 ++-0319156 ++-0327066 ++-0325029 ++-0331023 ++-0334044 ++-0310145 ++-0318148 ++-0335067 ++-0342006 ++-0340054 ++-0332059 ++-0324087 ++-0337032 ++-0329033 ++-0341027 ++-0333045 ++-0326050 ++-0328020 ++-0336036 ++-0323161 ++-0327067 ++-0331024 ++-0334045 ++-0325030 ++-0318149 ++-0342007 ++-0332060 ++-0310146 ++-0340055 ++-0337033 ++-0335068 ++-0329034 ++-0326051 ++-0324088 ++-0333046 ++-0341028 ++-0327068 ++-0325031 ++-0328021 ++-0336037 ++-0323162 ++-0331025 ++-0332061 ++-0331026 ++-0339000 ++-0342008 ++-0318150 ++-0334046 ++-0310147 ++-0341029 ++-0340056 ++-0326052 ++-0331027 ++-0329035 ++-0336038 ++-0335069 ++-0324089 ++-0337034 ++-0333047 ++-0332062 ++-0325032 ++-0327069 ++-0323163 ++-0328022 ++-0339001 ++-0318151 ++-0342009 ++-0340057 ++-0334047 ++-0310148 ++-0326053 ++-0329036 ++-0336039 ++-0341030 ++-0324090 ++-0332063 ++-0323164 ++-0335070 ++-0325033 ++-0333048 ++-0331028 ++-0328023 ++-0337035 ++-0339002 ++-0318152 ++-0327070 ++-0340058 ++-0334048 ++-0342010 ++-0329037 ++-0326054 ++-0310149 ++-0324091 ++-0336040 ++-0323165 ++-0341031 ++-0332064 ++-0325034 ++-0333049 ++-0335071 ++-0331029 ++-0337036 ++-0339003 ++-0328024 ++-0318153 ++-0340059 ++-0342011 ++-0327071 ++-0329038 ++-0325035 ++-0332065 ++-0323166 ++-0331030 ++-0328025 ++-0324092 ++-0334049 ++-0326055 ++-0340060 ++-0335072 ++-0310150 ++-0341032 ++-0337037 ++-0336041 ++-0318154 ++-0333050 ++-0325036 ++-0339004 ++-0342012 ++-0327072 ++-0329039 ++-0332066 ++-0331031 ++-0323167 ++-0328026 ++-0326056 ++-0335073 ++-0334050 ++-0341033 ++-0324093 ++-0337038 ++-0336042 ++-0318155 ++-0333051 ++-0340061 ++-0325037 ++-0327073 ++-0310151 ++-0329040 ++-0339005 ++-0332067 ++-0331032 ++-0342013 ++-0328027 ++-0323168 ++-0326057 ++-0335074 ++-0334051 ++-0341034 ++-0340062 ++-0336043 ++-0337039 ++-0327074 ++-0310152 ++-0332068 ++-0329041 ++-0326058 ++-0339006 ++-0342014 ++-0324094 ++-0325038 ++-0333052 ++-0335075 ++-0331033 ++-0334052 ++-0328028 ++-0323169 ++-0336044 ++-0338000 ++-0340063 ++-0310153 ++-0341035 ++-0326059 ++-0335076 ++-0324095 ++-0337040 ++-0339007 ++-0328029 ++-0331034 ++-0329042 ++-0332069 ++-0334053 ++-0327075 ++-0323170 ++-0342015 ++-0333053 ++-0325039 ++-0338001 ++-0340064 ++-0310154 ++-0336045 ++-0341036 ++-0326060 ++-0324096 ++-0335077 ++-0337041 ++-0332070 ++-0329043 ++-0331035 ++-0328030 ++-0339008 ++-0334054 ++-0327076 ++-0342016 ++-0338002 ++-0323171 ++-0333054 ++-0340065 ++-0336046 ++-0325040 ++-0324097 ++-0326061 ++-0310155 ++-0335078 ++-0337042 ++-0332071 ++-0341037 ++-0331036 ++-0339009 ++-0342017 ++-0328031 ++-0329044 ++-0327077 ++-0338003 ++-0333055 ++-0334055 ++-0340066 ++-0336047 ++-0324098 ++-0326062 ++-0323172 ++-0310156 ++-0335079 ++-0332072 ++-0325041 ++-0337043 ++-0341038 ++-0331037 ++-0329045 ++-0338004 ++-0334056 ++-0328032 ++-0342018 ++-0339010 ++-0336048 ++-0333056 ++-0327078 ++-0324099 ++-0326063 ++-0335080 ++-0310157 ++-0340067 ++-0332073 ++-0323173 ++-0325042 ++-0337044 ++-0331038 ++-0338005 ++-0329046 ++-0334057 ++-0341039 ++-0342019 ++-0339011 ++-0336049 ++-0324100 ++-0326064 ++-0328033 ++-0333057 ++-0335081 ++-0340068 ++-0327079 ++-0331039 ++-0332074 ++-0323174 ++-0325043 ++-0338006 ++-0339012 ++-0329047 ++-0341040 ++-0328034 ++-0333058 ++-0327080 ++-0332075 ++-0338007 ++-0331040 ++-0325044 ++-0342020 ++-0340069 ++-0336050 ++-0337045 ++-0334058 ++-0324101 ++-0339013 ++-0329048 ++-0326065 ++-0335082 ++-0323175 ++-0328035 ++-0333059 ++-0327081 ++-0341041 ++-0338008 ++-0336051 ++-0332076 ++-0337046 ++-0339014 ++-0334059 ++-0342021 ++-0340070 ++-0325045 ++-0331041 ++-0326066 ++-0324102 ++-0323176 ++-0329049 ++-0328036 ++-0335083 ++-0333060 ++-0341042 ++-0330000 ++-0338009 ++-0336052 ++-0327082 ++-0334060 ++-0337047 ++-0332077 ++-0331042 ++-0325046 ++-0328037 ++-0339015 ++-0326067 ++-0329050 ++-0342022 ++-0340071 ++-0324103 ++-0323177 ++-0335084 ++-0333061 ++-0341043 ++-0338010 ++-0330001 ++-0336053 ++-0337048 ++-0334061 ++-0332078 ++-0327083 ++-0331043 ++-0329051 ++-0326068 ++-0339016 ++-0328038 ++-0342023 ++-0340072 ++-0325047 ++-0323178 ++-0335085 ++-0333062 ++-0324104 ++-0330002 ++-0338011 ++-0337049 ++-0326069 ++-0324105 ++-0341044 ++-0328039 ++-0332079 ++-0339017 ++-0331044 ++-0327084 ++-0325048 ++-0338012 ++-0333063 ++-0330003 ++-0334062 ++-0324106 ++-0336054 ++-0337050 ++-0342024 ++-0329052 ++-0340073 ++-0335086 ++-0323179 ++-0326070 ++-0332080 ++-0341045 ++-0328040 ++-0331045 ++-0327085 ++-0325049 ++-0338013 ++-0339018 ++-0333064 ++-0330004 ++-0324107 ++-0329053 ++-0323180 ++-0335087 ++-0342025 ++-0326071 ++-0336055 ++-0334063 ++-0328041 ++-0340074 ++-0341046 ++-0337051 ++-0332081 ++-0331046 ++-0338014 ++-0339019 ++-0327086 ++-0333065 ++-0325050 ++-0330005 ++-0323181 ++-0324108 ++-0335088 ++-0329054 ++-0336056 ++-0334064 ++-0328042 ++-0342026 ++-0337052 ++-0326072 ++-0331047 ++-0338015 ++-0332082 ++-0327087 ++-0339020 ++-0340075 ++-0333066 ++-0341047 ++-0325051 ++-0330006 ++-0335089 ++-0334065 ++-0338016 ++-0323182 ++-0324109 ++-0330007 ++-0335090 ++-0329055 ++-0341048 ++-0336057 ++-0340076 ++-0328043 ++-0338017 ++-0327088 ++-0339021 ++-0326073 ++-0332083 ++-0334066 ++-0333067 ++-0325052 ++-0331048 ++-0342027 ++-0337053 ++-0324110 ++-0323183 ++-0335091 ++-0329056 ++-0330008 ++-0326074 ++-0327089 ++-0341049 ++-0340077 ++-0332084 ++-0328044 ++-0333068 ++-0338018 ++-0337054 ++-0324111 ++-0335092 ++-0329057 ++-0341050 ++-0332085 ++-0327090 ++-0339022 ++-0331049 ++-0323184 ++-0330009 ++-0340078 ++-0342028 ++-0325053 ++-0336058 ++-0326075 ++-0338019 ++-0333069 ++-0337055 ++-0324112 ++-0334067 ++-0328045 ++-0341051 ++-0329058 ++-0335093 ++-0327091 ++-0331050 ++-0323185 ++-0325054 ++-0326076 ++-0340079 ++-0332086 ++-0339023 ++-0336059 ++-0337056 ++-0324113 ++-0342029 ++-0330010 ++-0328046 ++-0334068 ++-0338020 ++-0333070 ++-0329059 ++-0341052 ++-0327092 ++-0335094 ++-0323186 ++-0325055 ++-0331051 ++-0340080 ++-0326077 ++-0332087 ++-0337057 ++-0328047 ++-0324114 ++-0338021 ++-0339024 ++-0333071 ++-0330011 ++-0336060 ++-0342030 ++-0341053 ++-0329060 ++-0334069 ++-0327093 ++-0335095 ++-0323187 ++-0337058 ++-0325056 ++-0326078 ++-0324115 ++-0332088 ++-0339025 ++-0328048 ++-0331052 ++-0330012 ++-0338022 ++-0340081 ++-0333072 ++-0329061 ++-0342031 ++-0327094 ++-0334070 ++-0336061 ++-0323188 ++-0335096 ++-0341054 ++-0337059 ++-0325057 ++-0324116 ++-0332089 ++-0331053 ++-0326079 ++-0330013 ++-0339026 ++-0338023 ++-0333073 ++-0340082 ++-0328049 ++-0342032 ++-0334071 ++-0327095 ++-0323189 ++-0329062 ++-0325058 ++-0341055 ++-0335097 ++-0336062 ++-0324117 ++-0337060 ++-0331054 ++-0332090 ++-0330014 ++-0328050 ++-0333074 ++-0338024 ++-0334072 ++-0326080 ++-0339027 ++-0327096 ++-0329063 ++-0340083 ++-0342033 ++-0336063 ++-0325059 ++-0323190 ++-0324118 ++-0337061 ++-0341056 ++-0332091 ++-0335098 ++-0333075 ++-0330015 ++-0331055 ++-0334073 ++-0338025 ++-0327097 ++-0328051 ++-0340084 ++-0339028 ++-0336064 ++-0342034 ++-0329064 ++-0323191 ++-0324119 ++-0326081 ++-0325060 ++-0332092 ++-0335099 ++-0333076 ++-0337062 ++-0341057 ++-0331056 ++-0334074 ++-0330016 ++-0327098 ++-0338026 ++-0328052 ++-0340085 ++-0336065 ++-0324120 ++-0339029 ++-0329065 ++-0332093 ++-0325061 ++-0342035 ++-0335100 ++-0326082 ++-0323192 ++-0334075 ++-0333077 ++-0337063 ++-0336066 ++-0331057 ++-0328053 ++-0329066 ++-0334076 ++-0336067 ++-0330017 ++-0340086 ++-0327099 ++-0341058 ++-0332094 ++-0325062 ++-0339030 ++-0338027 ++-0324121 ++-0335101 ++-0333078 ++-0336068 ++-0342036 ++-0326083 ++-0323193 ++-0331058 ++-0328054 ++-0329067 ++-0337064 ++-0334077 ++-0330018 ++-0340087 ++-0339031 ++-0327100 ++-0332095 ++-0338028 ++-0333079 ++-0325063 ++-0335102 ++-0341059 ++-0324122 ++-0337065 ++-0336069 ++-0328055 ++-0329068 ++-0326084 ++-0342037 ++-0335103 ++-0339032 ++-0327101 ++-0338029 ++-0334078 ++-0331059 ++-0324123 ++-0325064 ++-0330019 ++-0323194 ++-0340088 ++-0341060 ++-0332096 ++-0333080 ++-0337066 ++-0336070 ++-0329069 ++-0327102 ++-0328056 ++-0331060 ++-0325065 ++-0342038 ++-0324124 ++-0340089 ++-0326085 ++-0334079 ++-0330020 ++-0333081 ++-0332097 ++-0338030 ++-0337067 ++-0335104 ++-0339033 ++-0341061 ++-0323195 ++-0336071 ++-0327103 ++-0342039 ++-0329070 ++-0328057 ++-0326086 ++-0331061 ++-0325066 ++-0324125 ++-0340090 ++-0330021 ++-0334080 ++-0333082 ++-0335105 ++-0339034 ++-0332098 ++-0337068 ++-0341062 ++-0327104 ++-0338031 ++-0336072 ++-0323196 ++-0329071 ++-0342040 ++-0326087 ++-0331062 ++-0325067 ++-0333083 ++-0327105 ++-0328058 ++-0339035 ++-0334081 ++-0324126 ++-0335106 ++-0340091 ++-0326088 ++-0332099 ++-0341063 ++-0337069 ++-0329072 ++-0333084 ++-0330022 ++-0342041 ++-0327106 ++-0325068 ++-0331063 ++-0338032 ++-0336073 ++-0324127 ++-0328059 ++-0337070 ++-0334082 ++-0335107 ++-0326089 ++-0339036 ++-0341064 ++-0332100 ++-0333085 ++-0325069 ++-0338033 ++-0331064 ++-0340092 ++-0327107 ++-0329073 ++-0336074 ++-0342042 ++-0330023 ++-0324128 ++-0328060 ++-0335108 ++-0337071 ++-0343000 ++-0341065 ++-0334083 ++-0339037 ++-0325070 ++-0331065 ++-0332101 ++-0338034 ++-0340093 ++-0326090 ++-0333086 ++-0327108 ++-0330024 ++-0342043 ++-0329074 ++-0336075 ++-0328061 ++-0324129 ++-0335109 ++-0333087 ++-0338035 ++-0334084 ++-0342044 ++-0325071 ++-0337072 ++-0324130 ++-0331066 ++-0332102 ++-0333088 ++-0339038 ++-0343001 ++-0341066 ++-0327109 ++-0330025 ++-0335110 ++-0336076 ++-0340094 ++-0334085 ++-0332103 ++-0331067 ++-0333089 ++-0342045 ++-0339039 ++-0335111 ++-0340095 ++-0336077 ++-0334086 ++-0328062 ++-0338036 ++-0343002 ++-0324131 ++-0326091 ++-0330026 ++-0332104 ++-0337073 ++-0329075 ++-0327110 ++-0341067 ++-0342046 ++-0335112 ++-0325072 ++-0331068 ++-0339040 ++-0333090 ++-0340096 ++-0332105 ++-0326092 ++-0324132 ++-0342047 ++-0334087 ++-0328063 ++-0329076 ++-0343003 ++-0336078 ++-0327111 ++-0335113 ++-0331069 ++-0337074 ++-0325073 ++-0339041 ++-0341068 ++-0330027 ++-0340097 ++-0333091 ++-0338037 ++-0334088 ++-0332106 ++-0326093 ++-0342048 ++-0327112 ++-0336079 ++-0329077 ++-0324133 ++-0328064 ++-0343004 ++-0335114 ++-0325074 ++-0337075 ++-0331070 ++-0330028 ++-0339042 ++-0341069 ++-0334089 ++-0340098 ++-0338038 ++-0333092 ++-0332107 ++-0326094 ++-0327113 ++-0329078 ++-0324134 ++-0343005 ++-0342049 ++-0328065 ++-0337076 ++-0336080 ++-0331071 ++-0330029 ++-0335115 ++-0325075 ++-0340099 ++-0341070 ++-0332108 ++-0334090 ++-0339043 ++-0327114 ++-0338039 ++-0333093 ++-0329079 ++-0324135 ++-0337077 ++-0342050 ++-0328066 ++-0330030 ++-0326095 ++-0343006 ++-0340100 ++-0334091 ++-0332109 ++-0325076 ++-0327115 ++-0341071 ++-0335116 ++-0336081 ++-0339044 ++-0333094 ++-0331072 ++-0337078 ++-0338040 ++-0342051 ++-0328067 ++-0324136 ++-0329080 ++-0326096 ++-0343007 ++-0340101 ++-0334092 ++-0330031 ++-0335117 ++-0336082 ++-0327116 ++-0341072 ++-0333095 ++-0325077 ++-0337079 ++-0338041 ++-0332110 ++-0339045 ++-0342052 ++-0329081 ++-0326097 ++-0343008 ++-0340102 ++-0331073 ++-0324137 ++-0333096 ++-0336083 ++-0328068 ++-0337080 ++-0334093 ++-0330032 ++-0327117 ++-0338042 ++-0325078 ++-0339046 ++-0332111 ++-0342053 ++-0341073 ++-0335118 ++-0326098 ++-0329082 ++-0343009 ++-0340103 ++-0324138 ++-0331074 ++-0333097 ++-0336084 ++-0328069 ++-0334094 ++-0325079 ++-0339047 ++-0326099 ++-0336085 ++-0343010 ++-0330033 ++-0337081 ++-0342054 ++-0340104 ++-0328070 ++-0325080 ++-0338043 ++-0334095 ++-0336086 ++-0339048 ++-0343011 ++-0330034 ++-0327118 ++-0332112 ++-0324139 ++-0335119 ++-0337082 ++-0342055 ++-0331075 ++-0341074 ++-0329083 ++-0340105 ++-0328071 ++-0325081 ++-0326100 ++-0333098 ++-0339049 ++-0334096 ++-0338044 ++-0330035 ++-0336087 ++-0343012 ++-0324140 ++-0332113 ++-0327119 ++-0335120 ++-0331076 ++-0329084 ++-0341075 ++-0342056 ++-0337083 ++-0328072 ++-0333099 ++-0326101 ++-0339050 ++-0338045 ++-0325082 ++-0340106 ++-0324141 ++-0343013 ++-0334097 ++-0335121 ++-0327120 ++-0330036 ++-0331077 ++-0336088 ++-0332114 ++-0329085 ++-0341076 ++-0342057 ++-0337084 ++-0333100 ++-0326102 ++-0339051 ++-0328073 ++-0338046 ++-0334098 ++-0330037 ++-0327121 ++-0325083 ++-0324142 ++-0343014 ++-0340107 ++-0331078 ++-0332115 ++-0335122 ++-0329086 ++-0342058 ++-0337085 ++-0336089 ++-0341077 ++-0339052 ++-0333101 ++-0338047 ++-0326103 ++-0334099 ++-0328074 ++-0327122 ++-0324143 ++-0330038 ++-0325084 ++-0332116 ++-0335123 ++-0340108 ++-0331079 ++-0337086 ++-0343015 ++-0339053 ++-0329087 ++-0336090 ++-0342059 ++-0341078 ++-0333102 ++-0338048 ++-0334100 ++-0327123 ++-0328075 ++-0332117 ++-0324144 ++-0335124 ++-0325085 ++-0331080 ++-0340109 ++-0330039 ++-0337087 ++-0326104 ++-0343016 ++-0342060 ++-0339054 ++-0336091 ++-0341079 ++-0333103 ++-0327124 ++-0338049 ++-0329088 ++-0324145 ++-0334101 ++-0328076 ++-0332118 ++-0325086 ++-0340110 ++-0330040 ++-0331081 ++-0342061 ++-0326105 ++-0339055 ++-0341080 ++-0336092 ++-0343017 ++-0337088 ++-0335125 ++-0327125 ++-0333104 ++-0338050 ++-0334102 ++-0328077 ++-0329089 ++-0330041 ++-0325087 ++-0324146 ++-0332119 ++-0331082 ++-0326106 ++-0340111 ++-0336093 ++-0343018 ++-0342062 ++-0335126 ++-0337089 ++-0341081 ++-0333105 ++-0327126 ++-0339056 ++-0328078 ++-0338051 ++-0330042 ++-0329090 ++-0334103 ++-0324147 ++-0326107 ++-0325088 ++-0332120 ++-0336094 ++-0340112 ++-0331083 ++-0337090 ++-0341082 ++-0335127 ++-0327127 ++-0343019 ++-0333106 ++-0339057 ++-0342063 ++-0328079 ++-0338052 ++-0334104 ++-0340113 ++-0341083 ++-0333107 ++-0342064 ++-0329091 ++-0327128 ++-0325089 ++-0335128 ++-0336095 ++-0338053 ++-0326108 ++-0332121 ++-0330043 ++-0339058 ++-0343020 ++-0324148 ++-0340114 ++-0334105 ++-0331084 ++-0342065 ++-0333108 ++-0328080 ++-0341084 ++-0329092 ++-0335129 ++-0336096 ++-0325090 ++-0338054 ++-0339059 ++-0324149 ++-0327129 ++-0330044 ++-0337091 ++-0332122 ++-0326109 ++-0343021 ++-0342066 ++-0340115 ++-0331085 ++-0334106 ++-0341085 ++-0333109 ++-0328081 ++-0335130 ++-0329093 ++-0338055 ++-0336097 ++-0325091 ++-0339060 ++-0324150 ++-0330045 ++-0332123 ++-0337092 ++-0326110 ++-0340116 ++-0334107 ++-0327130 ++-0331086 ++-0343022 ++-0341086 ++-0328082 ++-0342067 ++-0335131 ++-0333110 ++-0336098 ++-0338056 ++-0339061 ++-0329094 ++-0324151 ++-0325092 ++-0330046 ++-0337093 ++-0331087 ++-0326111 ++-0327131 ++-0340117 ++-0332124 ++-0335132 ++-0343023 ++-0328083 ++-0334108 ++-0336099 ++-0342068 ++-0333111 ++-0341087 ++-0338057 ++-0325093 ++-0330047 ++-0339062 ++-0329095 ++-0326112 ++-0324152 ++-0331088 ++-0340118 ++-0337094 ++-0332125 ++-0327132 ++-0335133 ++-0343024 ++-0341088 ++-0334109 ++-0338058 ++-0328084 ++-0342069 ++-0333112 ++-0330048 ++-0326113 ++-0325094 ++-0339063 ++-0332126 ++-0331089 ++-0343025 ++-0341089 ++-0326114 ++-0337095 ++-0340119 ++-0329096 ++-0343026 ++-0342070 ++-0335134 ++-0339064 ++-0324153 ++-0336100 ++-0332127 ++-0334110 ++-0338059 ++-0325095 ++-0331090 ++-0330049 ++-0333113 ++-0328085 ++-0341090 ++-0326115 ++-0337096 ++-0342071 ++-0329097 ++-0324154 ++-0340120 ++-0343027 ++-0339065 ++-0334111 ++-0332128 ++-0335135 ++-0336101 ++-0338060 ++-0325096 ++-0330050 ++-0331091 ++-0326116 ++-0341091 ++-0333114 ++-0337097 ++-0328086 ++-0340121 ++-0327133 ++-0342072 ++-0339066 ++-0329098 ++-0343028 ++-0332129 ++-0324155 ++-0334112 ++-0336102 ++-0325097 ++-0335136 ++-0330051 ++-0326117 ++-0338061 ++-0341092 ++-0337098 ++-0333115 ++-0328087 ++-0327134 ++-0342073 ++-0340122 ++-0331092 ++-0329099 ++-0324156 ++-0332130 ++-0339067 ++-0334113 ++-0336103 ++-0343029 ++-0330052 ++-0338062 ++-0326118 ++-0325098 ++-0335137 ++-0341093 ++-0337099 ++-0333116 ++-0342074 ++-0328088 ++-0340123 ++-0332131 ++-0329100 ++-0327135 ++-0334114 ++-0336104 ++-0343030 ++-0331093 ++-0338063 ++-0330053 ++-0335138 ++-0326119 ++-0337100 ++-0325099 ++-0339068 ++-0341094 ++-0328089 ++-0342075 ++-0333117 ++-0329101 ++-0340124 ++-0332132 ++-0327136 ++-0343031 ++-0336105 ++-0331094 ++-0326120 ++-0334115 ++-0330054 ++-0338064 ++-0335139 ++-0342076 ++-0325100 ++-0337101 ++-0333118 ++-0341095 ++-0339069 ++-0332133 ++-0329102 ++-0336106 ++-0330055 ++-0340125 ++-0344000 ++-0338065 ++-0328090 ++-0335140 ++-0327137 ++-0326121 ++-0331095 ++-0334116 ++-0343032 ++-0342077 ++-0327138 ++-0325101 ++-0337102 ++-0336107 ++-0330056 ++-0340126 ++-0328091 ++-0339070 ++-0329103 ++-0341096 ++-0333119 ++-0326122 ++-0335141 ++-0338066 ++-0334117 ++-0344001 ++-0331096 ++-0332134 ++-0342078 ++-0337103 ++-0343033 ++-0325102 ++-0336108 ++-0327139 ++-0330057 ++-0329104 ++-0339071 ++-0341097 ++-0326123 ++-0342079 ++-0332135 ++-0328092 ++-0338067 ++-0333120 ++-0334118 ++-0335142 ++-0340127 ++-0344002 ++-0331097 ++-0337104 ++-0327140 ++-0325103 ++-0343034 ++-0332136 ++-0330058 ++-0329105 ++-0338068 ++-0339072 ++-0333121 ++-0340128 ++-0334119 ++-0335143 ++-0331098 ++-0341098 ++-0342080 ++-0328093 ++-0326124 ++-0336109 ++-0327141 ++-0325104 ++-0344003 ++-0332137 ++-0330059 ++-0337105 ++-0329106 ++-0339073 ++-0338069 ++-0343035 ++-0333122 ++-0331099 ++-0340129 ++-0335144 ++-0334120 ++-0328094 ++-0341099 ++-0336110 ++-0326125 ++-0327142 ++-0342081 ++-0338070 ++-0325105 ++-0329107 ++-0344004 ++-0332138 ++-0343036 ++-0330060 ++-0331100 ++-0339074 ++-0334121 ++-0337106 ++-0333123 ++-0328095 ++-0340130 ++-0326126 ++-0336111 ++-0335145 ++-0341100 ++-0338071 ++-0342082 ++-0325106 ++-0329108 ++-0343037 ++-0327143 ++-0344005 ++-0330061 ++-0332139 ++-0331101 ++-0328096 ++-0334122 ++-0340131 ++-0333124 ++-0339075 ++-0337107 ++-0326127 ++-0341101 ++-0336112 ++-0338072 ++-0329109 ++-0342083 ++-0335146 ++-0325107 ++-0343038 ++-0344006 ++-0330062 ++-0327144 ++-0331102 ++-0328097 ++-0332140 ++-0337108 ++-0339076 ++-0333125 ++-0334123 ++-0340132 ++-0336113 ++-0341102 ++-0325108 ++-0342084 ++-0326128 ++-0343039 ++-0338073 ++-0335147 ++-0344007 ++-0330063 ++-0329110 ++-0327145 ++-0331103 ++-0339077 ++-0334124 ++-0332141 ++-0337109 ++-0340133 ++-0328098 ++-0333126 ++-0336114 ++-0325109 ++-0338074 ++-0326129 ++-0343040 ++-0341103 ++-0342085 ++-0330064 ++-0335148 ++-0327146 ++-0329111 ++-0339078 ++-0344008 ++-0331104 ++-0334125 ++-0340134 ++-0337110 ++-0332142 ++-0328099 ++-0325110 ++-0333127 ++-0343041 ++-0326130 ++-0336115 ++-0341104 ++-0327147 ++-0339079 ++-0338075 ++-0328100 ++-0329112 ++-0325111 ++-0335149 ++-0342086 ++-0330065 ++-0331105 ++-0337111 ++-0344009 ++-0341105 ++-0343042 ++-0332143 ++-0334126 ++-0327148 ++-0340135 ++-0336116 ++-0326131 ++-0339080 ++-0338076 ++-0328101 ++-0333128 ++-0329113 ++-0325112 ++-0331106 ++-0330066 ++-0337112 ++-0342087 ++-0332144 ++-0341106 ++-0335150 ++-0336117 ++-0339081 ++-0343043 ++-0338077 ++-0334127 ++-0327149 ++-0344010 ++-0329114 ++-0340136 ++-0325113 ++-0328102 ++-0333129 ++-0326132 ++-0337113 ++-0331107 ++-0341107 ++-0330067 ++-0339082 ++-0342088 ++-0332145 ++-0334128 ++-0329115 ++-0328103 ++-0335151 ++-0338078 ++-0327150 ++-0337114 ++-0343044 ++-0344011 ++-0326133 ++-0336118 ++-0340137 ++-0341108 ++-0330068 ++-0333130 ++-0325114 ++-0331108 ++-0332146 ++-0335152 ++-0327151 ++-0339083 ++-0343045 ++-0342089 ++-0328104 ++-0338079 ++-0325115 ++-0336119 ++-0326134 ++-0337115 ++-0334129 ++-0340138 ++-0344012 ++-0329116 ++-0330069 ++-0341109 ++-0332147 ++-0333131 ++-0331109 ++-0338080 ++-0327152 ++-0337116 ++-0325116 ++-0344013 ++-0335153 ++-0326135 ++-0330070 ++-0342090 ++-0343046 ++-0329117 ++-0340139 ++-0336120 ++-0334130 ++-0338081 ++-0333132 ++-0341110 ++-0328105 ++-0331110 ++-0327153 ++-0325117 ++-0343047 ++-0332148 ++-0326136 ++-0339084 ++-0335154 ++-0342091 ++-0344014 ++-0334131 ++-0336121 ++-0340140 ++-0330071 ++-0329118 ++-0337117 ++-0325118 ++-0328106 ++-0332149 ++-0333133 ++-0338082 ++-0341111 ++-0327154 ++-0335155 ++-0336122 ++-0331111 ++-0343048 ++-0339085 ++-0326137 ++-0342092 ++-0333134 ++-0337118 ++-0328107 ++-0338083 ++-0332150 ++-0334132 ++-0329119 ++-0325119 ++-0344015 ++-0340141 ++-0327155 ++-0330072 ++-0341112 ++-0336123 ++-0343049 ++-0331112 ++-0335156 ++-0326138 ++-0339086 ++-0342093 ++-0333135 ++-0338084 ++-0328108 ++-0334133 ++-0337119 ++-0332151 ++-0330073 ++-0344016 ++-0325120 ++-0331113 ++-0340142 ++-0336124 ++-0339087 ++-0329120 ++-0326139 ++-0333136 ++-0341113 ++-0342094 ++-0344017 ++-0338085 ++-0334134 ++-0330074 ++-0332152 ++-0331114 ++-0328109 ++-0343050 ++-0325121 ++-0333137 ++-0336125 ++-0340143 ++-0337120 ++-0329121 ++-0342095 ++-0326140 ++-0344018 ++-0341114 ++-0328110 ++-0339088 ++-0330075 ++-0332153 ++-0333138 ++-0343051 ++-0331115 ++-0338086 ++-0329122 ++-0334135 ++-0326141 ++-0341115 ++-0328111 ++-0325122 ++-0336126 ++-0355000 ++-0342096 ++-0337121 ++-0340144 ++-0347000 ++-0333139 ++-0330076 ++-0343052 ++-0334136 ++-0326142 ++-0344019 ++-0341116 ++-0332154 ++-0331116 ++-0338087 ++-0339089 ++-0337122 ++-0329123 ++-0328112 ++-0342097 ++-0330077 ++-0347001 ++-0340145 ++-0334137 ++-0355001 ++-0325123 ++-0336127 ++-0333140 ++-0343053 ++-0341117 ++-0339090 ++-0337123 ++-0330078 ++-0344020 ++-0331117 ++-0332155 ++-0338088 ++-0342098 ++-0326143 ++-0325124 ++-0328113 ++-0329124 ++-0340146 ++-0347002 ++-0355002 ++-0343054 ++-0333141 ++-0334138 ++-0336128 ++-0339091 ++-0341118 ++-0325125 ++-0344021 ++-0340147 ++-0347003 ++-0326144 ++-0331118 ++-0329125 ++-0328114 ++-0337124 ++-0338089 ++-0334139 ++-0333142 ++-0343055 ++-0339092 ++-0342099 ++-0325126 ++-0355003 ++-0330079 ++-0341119 ++-0336129 ++-0340148 ++-0331119 ++-0328115 ++-0334140 ++-0347004 ++-0338090 ++-0337125 ++-0344022 ++-0326145 ++-0329126 ++-0333143 ++-0325127 ++-0355004 ++-0336130 ++-0334141 ++-0347005 ++-0340149 ++-0328116 ++-0344023 ++-0355005 ++-0340150 ++-0352000 ++-0330080 ++-0329127 ++-0331120 ++-0337126 ++-0342100 ++-0334142 ++-0343056 ++-0347006 ++-0333144 ++-0352001 ++-0341120 ++-0355006 ++-0325128 ++-0328117 ++-0340151 ++-0339093 ++-0338091 ++-0336131 ++-0326146 ++-0330081 ++-0344024 ++-0329128 ++-0337127 ++-0331121 ++-0342101 ++-0333145 ++-0347007 ++-0340152 ++-0326147 ++-0338092 ++-0352002 ++-0325129 ++-0355007 ++-0328118 ++-0343057 ++-0334143 ++-0330082 ++-0341121 ++-0344025 ++-0337128 ++-0329129 ++-0336132 ++-0339094 ++-0331122 ++-0333146 ++-0342102 ++-0347008 ++-0338093 ++-0340153 ++-0355008 ++-0336133 ++-0352003 ++-0343058 ++-0325130 ++-0326148 ++-0344026 ++-0333147 ++-0342103 ++-0330083 ++-0337129 ++-0328119 ++-0334144 ++-0331123 ++-0339095 ++-0329130 ++-0341122 ++-0347009 ++-0340154 ++-0326149 ++-0330084 ++-0342104 ++-0355009 ++-0337130 ++-0352004 ++-0325131 ++-0334145 ++-0343059 ++-0328120 ++-0333148 ++-0336134 ++-0341123 ++-0329131 ++-0339096 ++-0338094 ++-0347010 ++-0344027 ++-0331124 ++-0337131 ++-0342105 ++-0330085 ++-0325132 ++-0340155 ++-0334146 ++-0326150 ++-0355010 ++-0343060 ++-0333149 ++-0328121 ++-0339097 ++-0352005 ++-0329132 ++-0331125 ++-0341124 ++-0336135 ++-0330086 ++-0325133 ++-0338095 ++-0347011 ++-0337132 ++-0334147 ++-0342106 ++-0326151 ++-0344028 ++-0355011 ++-0328122 ++-0339098 ++-0329133 ++-0352006 ++-0343061 ++-0333150 ++-0330087 ++-0337133 ++-0341125 ++-0336136 ++-0325134 ++-0338096 ++-0331126 ++-0347012 ++-0344029 ++-0342107 ++-0329134 ++-0343062 ++-0328123 ++-0326152 ++-0334148 ++-0352007 ++-0355012 ++-0333151 ++-0339099 ++-0341126 ++-0338097 ++-0330088 ++-0325135 ++-0337134 ++-0336137 ++-0360000 ++-0342108 ++-0329135 ++-0328124 ++-0347013 ++-0334149 ++-0331127 ++-0333152 ++-0352008 ++-0343063 ++-0355013 ++-0326153 ++-0339100 ++-0344030 ++-0341127 ++-0337135 ++-0338098 ++-0325136 ++-0330089 ++-0342109 ++-0336138 ++-0360001 ++-0334150 ++-0331128 ++-0329136 ++-0328125 ++-0352009 ++-0343064 ++-0333153 ++-0326154 ++-0355014 ++-0339101 ++-0344031 ++-0341128 ++-0325137 ++-0337136 ++-0338099 ++-0342110 ++-0360002 ++-0336139 ++-0330090 ++-0329137 ++-0343065 ++-0333154 ++-0352010 ++-0331129 ++-0326155 ++-0328126 ++-0347014 ++-0355015 ++-0334151 ++-0325138 ++-0339102 ++-0338100 ++-0360003 ++-0342111 ++-0336140 ++-0329138 ++-0331130 ++-0333155 ++-0328127 ++-0330091 ++-0352011 ++-0339103 ++-0337137 ++-0355016 ++-0344032 ++-0347015 ++-0360004 ++-0325139 ++-0334152 ++-0338101 ++-0336141 ++-0342112 ++-0341129 ++-0331131 ++-0328128 ++-0343066 ++-0330092 ++-0329139 ++-0355017 ++-0337138 ++-0352012 ++-0342113 ++-0334153 ++-0347016 ++-0325140 ++-0344033 ++-0338102 ++-0336142 ++-0341130 ++-0360005 ++-0331132 ++-0337139 ++-0330093 ++-0329140 ++-0355018 ++-0343067 ++-0338103 ++-0346000 ++-0344034 ++-0339104 ++-0337140 ++-0328129 ++-0336143 ++-0360006 ++-0334154 ++-0342114 ++-0325141 ++-0352013 ++-0342115 ++-0341131 ++-0347017 ++-0331133 ++-0352014 ++-0329141 ++-0330094 ++-0343068 ++-0342116 ++-0346001 ++-0334155 ++-0355019 ++-0353000 ++-0360007 ++-0336144 ++-0338104 ++-0325142 ++-0339105 ++-0328130 ++-0344035 ++-0337141 ++-0347018 ++-0341132 ++-0329142 ++-0330095 ++-0331134 ++-0352015 ++-0343069 ++-0346002 ++-0353001 ++-0336145 ++-0342117 ++-0338105 ++-0355020 ++-0325143 ++-0337142 ++-0360008 ++-0328131 ++-0341133 ++-0339106 ++-0347019 ++-0344036 ++-0329143 ++-0352016 ++-0343070 ++-0330096 ++-0353002 ++-0336146 ++-0342118 ++-0338106 ++-0331135 ++-0346003 ++-0355021 ++-0325144 ++-0341134 ++-0347020 ++-0328132 ++-0360009 ++-0337143 ++-0344037 ++-0329144 ++-0352017 ++-0339107 ++-0354000 ++-0330097 ++-0343071 ++-0353003 ++-0342119 ++-0346004 ++-0338107 ++-0336147 ++-0355022 ++-0331136 ++-0341135 ++-0325145 ++-0347021 ++-0328133 ++-0360010 ++-0337144 ++-0344038 ++-0329145 ++-0330098 ++-0353004 ++-0343072 ++-0352018 ++-0346005 ++-0339108 ++-0354001 ++-0338108 ++-0336148 ++-0355023 ++-0342120 ++-0341136 ++-0360011 ++-0328134 ++-0331137 ++-0325146 ++-0347022 ++-0337145 ++-0344039 ++-0329146 ++-0353005 ++-0352019 ++-0343073 ++-0330099 ++-0338109 ++-0339109 ++-0355024 ++-0346006 ++-0342121 ++-0354002 ++-0341137 ++-0336149 ++-0328135 ++-0360012 ++-0325147 ++-0337146 ++-0347023 ++-0331138 ++-0353006 ++-0344040 ++-0352020 ++-0330100 ++-0346007 ++-0338110 ++-0354003 ++-0328136 ++-0337147 ++-0344041 ++-0354004 ++-0344042 ++-0330101 ++-0354005 ++-0339110 ++-0329147 ++-0325148 ++-0342122 ++-0336150 ++-0341138 ++-0360013 ++-0331139 ++-0347024 ++-0343074 ++-0355025 ++-0337148 ++-0344043 ++-0346008 ++-0352021 ++-0338111 ++-0353007 ++-0328137 ++-0330102 ++-0339111 ++-0329148 ++-0325149 ++-0342123 ++-0354006 ++-0355026 ++-0341139 ++-0337149 ++-0338112 ++-0343075 ++-0346009 ++-0336151 ++-0352022 ++-0360014 ++-0331140 ++-0347025 ++-0344044 ++-0353008 ++-0328138 ++-0330103 ++-0339112 ++-0325150 ++-0329149 ++-0342124 ++-0355027 ++-0338113 ++-0341140 ++-0336152 ++-0337150 ++-0346010 ++-0352023 ++-0331141 ++-0347026 ++-0343076 ++-0354007 ++-0353009 ++-0328139 ++-0330104 ++-0360015 ++-0344045 ++-0339113 ++-0342125 ++-0329150 ++-0355028 ++-0325151 ++-0336153 ++-0337151 ++-0338114 ++-0352024 ++-0346011 ++-0354008 ++-0347027 ++-0341141 ++-0331142 ++-0343077 ++-0328140 ++-0353010 ++-0330105 ++-0344046 ++-0360016 ++-0337152 ++-0339114 ++-0342126 ++-0336154 ++-0329151 ++-0355029 ++-0343078 ++-0328141 ++-0346012 ++-0338115 ++-0341142 ++-0354009 ++-0325152 ++-0331143 ++-0353011 ++-0347028 ++-0352025 ++-0344047 ++-0330106 ++-0342127 ++-0339115 ++-0336155 ++-0346013 ++-0325153 ++-0355030 ++-0337153 ++-0353012 ++-0360017 ++-0328142 ++-0354010 ++-0347029 ++-0331144 ++-0352026 ++-0329152 ++-0341143 ++-0343079 ++-0342128 ++-0338116 ++-0339116 ++-0344048 ++-0325154 ++-0330107 ++-0337154 ++-0346014 ++-0341144 ++-0355031 ++-0329153 ++-0347030 ++-0328143 ++-0352027 ++-0343080 ++-0354011 ++-0353013 ++-0338117 ++-0337155 ++-0360018 ++-0330108 ++-0346015 ++-0342129 ++-0344049 ++-0325155 ++-0331145 ++-0328144 ++-0341145 ++-0353014 ++-0352028 ++-0338118 ++-0344050 ++-0347031 ++-0329154 ++-0343081 ++-0355032 ++-0360019 ++-0354012 ++-0339117 ++-0342130 ++-0356000 ++-0346016 ++-0352029 ++-0330109 ++-0328145 ++-0338119 ++-0325156 ++-0329155 ++-0337156 ++-0353015 ++-0331146 ++-0360020 ++-0341146 ++-0347032 ++-0339118 ++-0344051 ++-0355033 ++-0343082 ++-0354013 ++-0342131 ++-0346017 ++-0341147 ++-0356001 ++-0353016 ++-0329156 ++-0355034 ++-0328146 ++-0354014 ++-0360021 ++-0338120 ++-0352030 ++-0339119 ++-0331147 ++-0330110 ++-0342132 ++-0344052 ++-0347033 ++-0353017 ++-0343083 ++-0355035 ++-0346018 ++-0341148 ++-0330111 ++-0342133 ++-0356002 ++-0352031 ++-0360022 ++-0331148 ++-0344053 ++-0347034 ++-0339120 ++-0342134 ++-0354015 ++-0328147 ++-0345000 ++-0346019 ++-0355036 ++-0360023 ++-0344054 ++-0343084 ++-0338121 ++-0353018 ++-0352032 ++-0357000 ++-0356003 ++-0347035 ++-0331149 ++-0341149 ++-0330112 ++-0346020 ++-0345001 ++-0349000 ++-0360024 ++-0339121 ++-0343085 ++-0344055 ++-0355037 ++-0354016 ++-0338122 ++-0353019 ++-0342135 ++-0356004 ++-0357001 ++-0352033 ++-0331150 ++-0330113 ++-0341150 ++-0328148 ++-0349001 ++-0360025 ++-0353020 ++-0339122 ++-0345002 ++-0346021 ++-0354017 ++-0357002 ++-0328149 ++-0355038 ++-0342136 ++-0341151 ++-0330114 ++-0338123 ++-0347036 ++-0343086 ++-0354018 ++-0356005 ++-0349002 ++-0344056 ++-0345003 ++-0328150 ++-0346022 ++-0355039 ++-0357003 ++-0360026 ++-0331151 ++-0339123 ++-0342137 ++-0352034 ++-0353021 ++-0330115 ++-0341152 ++-0343087 ++-0347037 ++-0344057 ++-0345004 ++-0349003 ++-0356006 ++-0354019 ++-0338124 ++-0357004 ++-0360027 ++-0331152 ++-0339124 ++-0328151 ++-0355040 ++-0342138 ++-0346023 ++-0330116 ++-0347038 ++-0353022 ++-0343088 ++-0349004 ++-0352035 ++-0345005 ++-0341153 ++-0344058 ++-0328152 ++-0339125 ++-0346024 ++-0342139 ++-0338125 ++-0360028 ++-0331153 ++-0354020 ++-0357005 ++-0356007 ++-0355041 ++-0347039 ++-0330117 ++-0343089 ++-0349005 ++-0339126 ++-0344059 ++-0341154 ++-0338126 ++-0345006 ++-0346025 ++-0331154 ++-0360029 ++-0353023 ++-0354021 ++-0352036 ++-0342140 ++-0328153 ++-0356008 ++-0355042 ++-0357006 ++-0330118 ++-0347040 ++-0343090 ++-0349006 ++-0341155 ++-0339127 ++-0338127 ++-0345007 ++-0354022 ++-0331155 ++-0352037 ++-0360030 ++-0353024 ++-0357007 ++-0355043 ++-0330119 ++-0342141 ++-0347041 ++-0328154 ++-0343091 ++-0349007 ++-0341156 ++-0339128 ++-0338128 ++-0345008 ++-0331156 ++-0353025 ++-0354023 ++-0330120 ++-0352038 ++-0357008 ++-0360031 ++-0344060 ++-0343092 ++-0342142 ++-0347042 ++-0349008 ++-0355044 ++-0328155 ++-0339129 ++-0345009 ++-0346026 ++-0353026 ++-0338129 ++-0354024 ++-0352039 ++-0330121 ++-0357009 ++-0344061 ++-0360032 ++-0343093 ++-0349009 ++-0339130 ++-0347043 ++-0342143 ++-0355045 ++-0356009 ++-0346027 ++-0338130 ++-0354025 ++-0352040 ++-0357010 ++-0344062 ++-0330122 ++-0345010 ++-0353027 ++-0343094 ++-0339131 ++-0360033 ++-0347044 ++-0361000 ++-0349010 ++-0355046 ++-0346028 ++-0342144 ++-0354026 ++-0356010 ++-0330123 ++-0344063 ++-0352041 ++-0345011 ++-0357011 ++-0338131 ++-0351000 ++-0343095 ++-0339132 ++-0347045 ++-0360034 ++-0353028 ++-0361001 ++-0355047 ++-0349011 ++-0330124 ++-0348000 ++-0346029 ++-0344064 ++-0354027 ++-0352042 ++-0345012 ++-0342145 ++-0338132 ++-0356011 ++-0339133 ++-0347046 ++-0357012 ++-0360035 ++-0343096 ++-0351001 ++-0361002 ++-0353029 ++-0349012 ++-0355048 ++-0348001 ++-0345013 ++-0342146 ++-0330125 ++-0354028 ++-0338133 ++-0346030 ++-0344065 ++-0347047 ++-0356012 ++-0352043 ++-0360036 ++-0339134 ++-0361003 ++-0351002 ++-0343097 ++-0349013 ++-0357013 ++-0348002 ++-0353030 ++-0345014 ++-0330126 ++-0342147 ++-0338134 ++-0346031 ++-0355049 ++-0354029 ++-0347048 ++-0356013 ++-0360037 ++-0352044 ++-0344066 ++-0357014 ++-0349014 ++-0339135 ++-0351003 ++-0361004 ++-0343098 ++-0348003 ++-0345015 ++-0330127 ++-0353031 ++-0338135 ++-0342148 ++-0346032 ++-0354030 ++-0347049 ++-0344067 ++-0355050 ++-0356014 ++-0352045 ++-0339136 ++-0351004 ++-0360038 ++-0357015 ++-0349015 ++-0348004 ++-0343099 ++-0361005 ++-0345016 ++-0330128 ++-0353032 ++-0338136 ++-0346033 ++-0342149 ++-0347050 ++-0354031 ++-0344068 ++-0352046 ++-0356015 ++-0351005 ++-0357016 ++-0355051 ++-0360039 ++-0348005 ++-0339137 ++-0345017 ++-0353033 ++-0343100 ++-0349016 ++-0330129 ++-0361006 ++-0338137 ++-0347051 ++-0346034 ++-0342150 ++-0354032 ++-0344069 ++-0356016 ++-0355052 ++-0357017 ++-0352047 ++-0348006 ++-0345018 ++-0351006 ++-0343101 ++-0339138 ++-0360040 ++-0353034 ++-0347052 ++-0338138 ++-0330130 ++-0361007 ++-0349017 ++-0346035 ++-0344070 ++-0342151 ++-0356017 ++-0351007 ++-0354033 ++-0345019 ++-0355053 ++-0357018 ++-0352048 ++-0360041 ++-0348007 ++-0343102 ++-0347053 ++-0339139 ++-0361008 ++-0346036 ++-0344071 ++-0353035 ++-0338139 ++-0330131 ++-0349018 ++-0356018 ++-0342152 ++-0351008 ++-0345020 ++-0355054 ++-0354034 ++-0352049 ++-0361009 ++-0347054 ++-0357019 ++-0348008 ++-0339140 ++-0360042 ++-0343103 ++-0344072 ++-0338140 ++-0353036 ++-0349019 ++-0330132 ++-0356019 ++-0346037 ++-0355055 ++-0342153 ++-0351009 ++-0345021 ++-0347055 ++-0339141 ++-0348009 ++-0352050 ++-0354035 ++-0361010 ++-0357020 ++-0343104 ++-0344073 ++-0360043 ++-0349020 ++-0330133 ++-0356020 ++-0346038 ++-0342154 ++-0338141 ++-0355056 ++-0353037 ++-0347056 ++-0345022 ++-0351010 ++-0339142 ++-0352051 ++-0354036 ++-0348010 ++-0343105 ++-0360044 ++-0344074 ++-0357021 ++-0349021 ++-0338142 ++-0330134 ++-0342155 ++-0356021 ++-0355057 ++-0346039 ++-0345023 ++-0347057 ++-0351011 ++-0353038 ++-0339143 ++-0361011 ++-0354037 ++-0352052 ++-0348011 ++-0343106 ++-0357022 ++-0344075 ++-0360045 ++-0338143 ++-0342156 ++-0356022 ++-0349022 ++-0346040 ++-0330135 ++-0355058 ++-0351012 ++-0347058 ++-0344076 ++-0352053 ++-0343107 ++-0345024 ++-0351013 ++-0361012 ++-0354038 ++-0338144 ++-0353039 ++-0348012 ++-0360046 ++-0330136 ++-0349023 ++-0346041 ++-0355059 ++-0356023 ++-0357023 ++-0339144 ++-0357024 ++-0349024 ++-0356024 ++-0338145 ++-0347059 ++-0339145 ++-0352054 ++-0346042 ++-0351014 ++-0360047 ++-0343108 ++-0344077 ++-0348013 ++-0361013 ++-0354039 ++-0355060 ++-0345025 ++-0330137 ++-0353040 ++-0357025 ++-0349025 ++-0339146 ++-0347060 ++-0352055 ++-0356025 ++-0338146 ++-0346043 ++-0360048 ++-0343109 ++-0362000 ++-0344078 ++-0351015 ++-0355061 ++-0348014 ++-0345026 ++-0361014 ++-0354040 ++-0357026 ++-0353041 ++-0330138 ++-0339147 ++-0347061 ++-0356026 ++-0352056 ++-0349026 ++-0338147 ++-0343110 ++-0346044 ++-0362001 ++-0360049 ++-0344079 ++-0351016 ++-0355062 ++-0345027 ++-0361015 ++-0354041 ++-0348015 ++-0357027 ++-0352057 ++-0339148 ++-0356027 ++-0349027 ++-0353042 ++-0347062 ++-0330139 ++-0362002 ++-0343111 ++-0338148 ++-0344080 ++-0346045 ++-0351017 ++-0360050 ++-0355063 ++-0345028 ++-0354042 ++-0352058 ++-0361016 ++-0356028 ++-0357028 ++-0353043 ++-0349028 ++-0348016 ++-0330140 ++-0343112 ++-0353044 ++-0344081 ++-0339149 ++-0346046 ++-0351018 ++-0348017 ++-0362003 ++-0360051 ++-0347063 ++-0338149 ++-0349029 ++-0343113 ++-0345029 ++-0361017 ++-0330141 ++-0353045 ++-0355064 ++-0356029 ++-0352059 ++-0354043 ++-0357029 ++-0351019 ++-0362004 ++-0344082 ++-0346047 ++-0347064 ++-0339150 ++-0360052 ++-0345030 ++-0349030 ++-0356030 ++-0348018 ++-0355065 ++-0338150 ++-0353046 ++-0343114 ++-0361018 ++-0354044 ++-0330142 ++-0357030 ++-0351020 ++-0354045 ++-0352060 ++-0338151 ++-0356031 ++-0361019 ++-0347065 ++-0346048 ++-0344083 ++-0362005 ++-0355066 ++-0345031 ++-0348019 ++-0351021 ++-0349031 ++-0360053 ++-0357031 ++-0347066 ++-0330143 ++-0343115 ++-0353047 ++-0339151 ++-0361020 ++-0356032 ++-0346049 ++-0355067 ++-0338152 ++-0354046 ++-0352061 ++-0344084 ++-0362006 ++-0345032 ++-0349032 ++-0351022 ++-0360054 ++-0347067 ++-0348020 ++-0343116 ++-0339152 ++-0357032 ++-0353048 ++-0346050 ++-0361021 ++-0330144 ++-0356033 ++-0352062 ++-0362007 ++-0355068 ++-0344085 ++-0354047 ++-0349033 ++-0345033 ++-0360055 ++-0351023 ++-0347068 ++-0343117 ++-0357033 ++-0339153 ++-0338153 ++-0353049 ++-0346051 ++-0356034 ++-0361022 ++-0352063 ++-0330145 ++-0354048 ++-0362008 ++-0355069 ++-0345034 ++-0344086 ++-0360056 ++-0351024 ++-0343118 ++-0348021 ++-0357034 ++-0349034 ++-0347069 ++-0353050 ++-0339154 ++-0338154 ++-0356035 ++-0361023 ++-0346052 ++-0345035 ++-0352064 ++-0351025 ++-0355070 ++-0349035 ++-0330146 ++-0344087 ++-0360057 ++-0348022 ++-0347070 ++-0354049 ++-0357035 ++-0353051 ++-0343119 ++-0338155 ++-0356036 ++-0361024 ++-0362009 ++-0346053 ++-0339155 ++-0351026 ++-0352065 ++-0355071 ++-0348023 ++-0330147 ++-0345036 ++-0347071 ++-0354050 ++-0349036 ++-0357036 ++-0353052 ++-0344088 ++-0343120 ++-0360058 ++-0356037 ++-0346054 ++-0361025 ++-0338156 ++-0362010 ++-0352066 ++-0351027 ++-0355072 ++-0348024 ++-0347072 ++-0345037 ++-0330148 ++-0344089 ++-0354051 ++-0357037 ++-0353053 ++-0349037 ++-0360059 ++-0343121 ++-0356038 ++-0361026 ++-0346055 ++-0351028 ++-0355073 ++-0352067 ++-0347073 ++-0362011 ++-0345038 ++-0344090 ++-0348025 ++-0330149 ++-0360060 ++-0354052 ++-0343122 ++-0357038 ++-0349038 ++-0361027 ++-0353054 ++-0356039 ++-0346056 ++-0351029 ++-0347074 ++-0355074 ++-0359000 ++-0345039 ++-0344091 ++-0352068 ++-0330150 ++-0362012 ++-0357039 ++-0354053 ++-0343123 ++-0348026 ++-0349039 ++-0356040 ++-0346057 ++-0351030 ++-0353055 ++-0360061 ++-0361028 ++-0347075 ++-0355075 ++-0358000 ++-0352069 ++-0330151 ++-0345040 ++-0359001 ++-0344092 ++-0357040 ++-0362013 ++-0354054 ++-0343124 ++-0348027 ++-0349040 ++-0356041 ++-0353056 ++-0330152 ++-0351031 ++-0346058 ++-0352070 ++-0361029 ++-0347076 ++-0355076 ++-0344093 ++-0358001 ++-0345041 ++-0360062 ++-0359002 ++-0349041 ++-0352071 ++-0346059 ++-0356042 ++-0361030 ++-0358002 ++-0359003 ++-0347077 ++-0352072 ++-0349042 ++-0330153 ++-0357041 ++-0343125 ++-0362014 ++-0353057 ++-0351032 ++-0348028 ++-0355077 ++-0360063 ++-0346060 ++-0354055 ++-0361031 ++-0356043 ++-0358003 ++-0345042 ++-0359004 ++-0347078 ++-0352073 ++-0343126 ++-0344094 ++-0330154 ++-0362015 ++-0353058 ++-0349043 ++-0354056 ++-0351033 ++-0360064 ++-0355078 ++-0357042 ++-0348029 ++-0346061 ++-0361032 ++-0356044 ++-0345043 ++-0359005 ++-0358004 ++-0352074 ++-0330155 ++-0344095 ++-0343127 ++-0347079 ++-0351034 ++-0354057 ++-0357043 ++-0355079 ++-0354058 ++-0330156 ++-0362016 ++-0353059 ++-0354059 ++-0360065 ++-0349044 ++-0348030 ++-0346062 ++-0359006 ++-0343128 ++-0352075 ++-0345044 ++-0358005 ++-0356045 ++-0361033 ++-0355080 ++-0344096 ++-0347080 ++-0351035 ++-0357044 ++-0353060 ++-0354060 ++-0343129 ++-0362017 ++-0348031 ++-0346063 ++-0359007 ++-0356046 ++-0352076 ++-0345045 ++-0360066 ++-0361034 ++-0347081 ++-0355081 ++-0349045 ++-0358006 ++-0344097 ++-0351036 ++-0354061 ++-0357045 ++-0353061 ++-0343130 ++-0348032 ++-0362018 ++-0349046 ++-0353062 ++-0351037 ++-0347082 ++-0345046 ++-0358007 ++-0352077 ++-0361035 ++-0350000 ++-0354062 ++-0360067 ++-0356047 ++-0357046 ++-0344098 ++-0359008 ++-0346064 ++-0355082 ++-0343131 ++-0348033 ++-0345047 ++-0353063 ++-0352078 ++-0354063 ++-0362019 ++-0351038 ++-0349047 ++-0357047 ++-0360068 ++-0359009 ++-0347083 ++-0358008 ++-0346065 ++-0355083 ++-0350001 ++-0356048 ++-0344099 ++-0361036 ++-0348034 ++-0345048 ++-0353064 ++-0343132 ++-0362020 ++-0352079 ++-0349048 ++-0354064 ++-0358009 ++-0360069 ++-0351039 ++-0357048 ++-0359010 ++-0346066 ++-0355084 ++-0347084 ++-0361037 ++-0356049 ++-0350002 ++-0344100 ++-0345049 ++-0362021 ++-0352080 ++-0348035 ++-0343133 ++-0353065 ++-0354065 ++-0357049 ++-0358010 ++-0355085 ++-0349049 ++-0346067 ++-0356050 ++-0351040 ++-0347085 ++-0350003 ++-0345050 ++-0352081 ++-0348036 ++-0344101 ++-0362022 ++-0359011 ++-0343134 ++-0355086 ++-0349050 ++-0351041 ++-0357050 ++-0346068 ++-0345051 ++-0344102 ++-0362023 ++-0357051 ++-0349051 ++-0346069 ++-0345052 ++-0362024 ++-0361038 ++-0352082 ++-0355087 ++-0356051 ++-0354066 ++-0358011 ++-0359012 ++-0348037 ++-0343135 ++-0351042 ++-0357052 ++-0349052 ++-0346070 ++-0347086 ++-0360070 ++-0344103 ++-0345053 ++-0350004 ++-0353066 ++-0352083 ++-0361039 ++-0362025 ++-0359013 ++-0356052 ++-0355088 ++-0358012 ++-0348038 ++-0351043 ++-0357053 ++-0354067 ++-0343136 ++-0350005 ++-0347087 ++-0344104 ++-0353067 ++-0345054 ++-0352084 ++-0346071 ++-0349053 ++-0360071 ++-0362026 ++-0361040 ++-0359014 ++-0356053 ++-0355089 ++-0348039 ++-0358013 ++-0343137 ++-0357054 ++-0344105 ++-0351044 ++-0347088 ++-0354068 ++-0353068 ++-0350006 ++-0346072 ++-0345055 ++-0352085 ++-0362027 ++-0359015 ++-0349054 ++-0360072 ++-0361041 ++-0356054 ++-0355090 ++-0358014 ++-0348040 ++-0343138 ++-0357055 ++-0344106 ++-0347089 ++-0351045 ++-0354069 ++-0350007 ++-0346073 ++-0345056 ++-0352086 ++-0362028 ++-0356055 ++-0360073 ++-0359016 ++-0349055 ++-0358015 ++-0355091 ++-0353069 ++-0361042 ++-0343139 ++-0347090 ++-0344107 ++-0357056 ++-0348041 ++-0351046 ++-0346074 ++-0354070 ++-0362029 ++-0350008 ++-0352087 ++-0345057 ++-0359017 ++-0360074 ++-0349056 ++-0358016 ++-0356056 ++-0347091 ++-0361043 ++-0344108 ++-0353070 ++-0355092 ++-0343140 ++-0357057 ++-0348042 ++-0350009 ++-0362030 ++-0354071 ++-0351047 ++-0346075 ++-0360075 ++-0351048 ++-0356057 ++-0350010 ++-0353071 ++-0359018 ++-0352088 ++-0362031 ++-0347092 ++-0361044 ++-0348043 ++-0358017 ++-0349057 ++-0345058 ++-0344109 ++-0343141 ++-0357058 ++-0346076 ++-0355093 ++-0354072 ++-0360076 ++-0351049 ++-0359019 ++-0353072 ++-0362032 ++-0350011 ++-0361045 ++-0356058 ++-0358018 ++-0348044 ++-0352089 ++-0349058 ++-0347093 ++-0343142 ++-0357059 ++-0345059 ++-0354073 ++-0360077 ++-0351050 ++-0355094 ++-0346077 ++-0344110 ++-0359020 ++-0350012 ++-0362033 ++-0361046 ++-0356059 ++-0349059 ++-0348045 ++-0353073 ++-0347094 ++-0343143 ++-0358019 ++-0352090 ++-0345060 ++-0357060 ++-0360078 ++-0354074 ++-0355095 ++-0351051 ++-0344111 ++-0359021 ++-0346078 ++-0362034 ++-0350013 ++-0361047 ++-0347095 ++-0353074 ++-0358020 ++-0343144 ++-0356060 ++-0357061 ++-0360079 ++-0348046 ++-0352091 ++-0349060 ++-0354075 ++-0351052 ++-0345061 ++-0355096 ++-0346079 ++-0359022 ++-0350014 ++-0344112 ++-0361048 ++-0353075 ++-0362035 ++-0347096 ++-0348047 ++-0357062 ++-0343145 ++-0360080 ++-0358021 ++-0356061 ++-0349061 ++-0345062 ++-0351053 ++-0352092 ++-0355097 ++-0354076 ++-0346080 ++-0350015 ++-0359023 ++-0344113 ++-0353076 ++-0361049 ++-0357063 ++-0347097 ++-0343146 ++-0348048 ++-0360081 ++-0351054 ++-0349062 ++-0355098 ++-0356062 ++-0345063 ++-0354077 ++-0352093 ++-0350016 ++-0346081 ++-0359024 ++-0344114 ++-0353077 ++-0347098 ++-0357064 ++-0348049 ++-0343147 ++-0360082 ++-0345064 ++-0349063 ++-0350017 ++-0361050 ++-0353078 ++-0344115 ++-0352094 ++-0355099 ++-0359025 ++-0346082 ++-0354078 ++-0356063 ++-0357065 ++-0348050 ++-0347099 ++-0350018 ++-0343148 ++-0345065 ++-0349064 ++-0360083 ++-0361051 ++-0351055 ++-0362036 ++-0358022 ++-0355100 ++-0354079 ++-0352095 ++-0359026 ++-0353079 ++-0346083 ++-0344116 ++-0343149 ++-0357066 ++-0347100 ++-0345066 ++-0348051 ++-0356064 ++-0360084 ++-0350019 ++-0349065 ++-0361052 ++-0351056 ++-0362037 ++-0355101 ++-0354080 ++-0352096 ++-0358023 ++-0359027 ++-0343150 ++-0353080 ++-0346084 ++-0356065 ++-0344117 ++-0360085 ++-0345067 ++-0347101 ++-0350020 ++-0357067 ++-0349066 ++-0348052 ++-0361053 ++-0351057 ++-0362038 ++-0352097 ++-0358024 ++-0354081 ++-0355102 ++-0359028 ++-0345068 ++-0348053 ++-0344118 ++-0347102 ++-0357068 ++-0350021 ++-0360086 ++-0356066 ++-0353081 ++-0349067 ++-0343151 ++-0361054 ++-0346085 ++-0351058 ++-0362039 ++-0357069 ++-0360087 ++-0355103 ++-0345069 ++-0344119 ++-0358025 ++-0352098 ++-0347103 ++-0354082 ++-0353082 ++-0348054 ++-0356067 ++-0361055 ++-0343152 ++-0346086 ++-0359029 ++-0349068 ++-0350022 ++-0362040 ++-0357070 ++-0351059 ++-0360088 ++-0355104 ++-0352099 ++-0344120 ++-0358026 ++-0345070 ++-0361056 ++-0347104 ++-0356068 ++-0350023 ++-0348055 ++-0362041 ++-0354083 ++-0357071 ++-0353083 ++-0351060 ++-0359030 ++-0346087 ++-0349069 ++-0360089 ++-0355105 ++-0352100 ++-0358027 ++-0345071 ++-0344121 ++-0350024 ++-0362042 ++-0343153 ++-0354084 ++-0357072 ++-0361057 ++-0348056 ++-0346088 ++-0351061 ++-0353084 ++-0347105 ++-0356069 ++-0355106 ++-0360090 ++-0352101 ++-0349070 ++-0359031 ++-0358028 ++-0345072 ++-0344122 ++-0350025 ++-0354085 ++-0362043 ++-0357073 ++-0348057 ++-0353085 ++-0355107 ++-0361058 ++-0360091 ++-0356070 ++-0349071 ++-0359032 ++-0351062 ++-0346089 ++-0352102 ++-0343154 ++-0347106 ++-0358029 ++-0345073 ++-0344123 ++-0350026 ++-0354086 ++-0362044 ++-0348058 ++-0356071 ++-0361059 ++-0355108 ++-0357074 ++-0351063 ++-0353086 ++-0349072 ++-0345074 ++-0358030 ++-0360092 ++-0346090 ++-0352103 ++-0359033 ++-0344124 ++-0343155 ++-0347107 ++-0354087 ++-0350027 ++-0348059 ++-0362045 ++-0356072 ++-0357075 ++-0353087 ++-0352104 ++-0346091 ++-0349073 ++-0358031 ++-0354088 ++-0343156 ++-0351064 ++-0348060 ++-0344125 ++-0356073 ++-0345075 ++-0360093 ++-0361060 ++-0355109 ++-0357076 ++-0362046 ++-0359034 ++-0350028 ++-0353088 ++-0347108 ++-0352105 ++-0349074 ++-0346092 ++-0358032 ++-0354089 ++-0356074 ++-0345076 ++-0344126 ++-0361061 ++-0360094 ++-0359035 ++-0343157 ++-0351065 ++-0362047 ++-0355110 ++-0350029 ++-0357077 ++-0348061 ++-0353089 ++-0346093 ++-0352106 ++-0347109 ++-0358033 ++-0361062 ++-0349075 ++-0360095 ++-0362048 ++-0359036 ++-0344127 ++-0345077 ++-0351066 ++-0356075 ++-0343158 ++-0354090 ++-0355111 ++-0357078 ++-0350030 ++-0361063 ++-0347110 ++-0348062 ++-0358034 ++-0346094 ++-0349076 ++-0352107 ++-0353090 ++-0360096 ++-0362049 ++-0359037 ++-0351067 ++-0345078 ++-0356076 ++-0344128 ++-0354091 ++-0350031 ++-0355112 ++-0358035 ++-0347111 ++-0348063 ++-0361064 ++-0357079 ++-0346095 ++-0352108 ++-0362050 ++-0351068 ++-0356077 ++-0359038 ++-0353091 ++-0344129 ++-0345079 ++-0349077 ++-0360097 ++-0350032 ++-0355113 ++-0347112 ++-0354092 ++-0361065 ++-0346096 ++-0357080 ++-0356078 ++-0344130 ++-0345080 ++-0359039 ++-0349078 ++-0363000 ++-0353092 ++-0355114 ++-0348064 ++-0347113 ++-0354093 ++-0351069 ++-0352109 ++-0358036 ++-0361066 ++-0360098 ++-0346097 ++-0362051 ++-0357081 ++-0350033 ++-0345081 ++-0344131 ++-0349079 ++-0359040 ++-0356079 ++-0353093 ++-0363001 ++-0355115 ++-0354094 ++-0348065 ++-0347114 ++-0352110 ++-0360099 ++-0361067 ++-0346098 ++-0362052 ++-0351070 ++-0357082 ++-0358037 ++-0344132 ++-0345082 ++-0349080 ++-0350034 ++-0359041 ++-0348066 ++-0353094 ++-0356080 ++-0354095 ++-0363002 ++-0360100 ++-0355116 ++-0346099 ++-0362053 ++-0361068 ++-0351071 ++-0347115 ++-0352111 ++-0358038 ++-0345083 ++-0357083 ++-0344133 ++-0349081 ++-0354096 ++-0363003 ++-0353095 ++-0362054 ++-0359042 ++-0354097 ++-0352112 ++-0363004 ++-0360101 ++-0361069 ++-0356081 ++-0355117 ++-0350035 ++-0357084 ++-0347116 ++-0347117 ++-0350036 ++-0348067 ++-0349082 ++-0351072 ++-0346100 ++-0358039 ++-0345084 ++-0363005 ++-0344134 ++-0355118 ++-0362055 ++-0353096 ++-0360102 ++-0359043 ++-0361070 ++-0357085 ++-0356082 ++-0347118 ++-0354098 ++-0352113 ++-0348068 ++-0350037 ++-0351073 ++-0358040 ++-0345085 ++-0346101 ++-0355119 ++-0359044 ++-0362056 ++-0349083 ++-0353097 ++-0361071 ++-0360103 ++-0344135 ++-0363006 ++-0347119 ++-0357086 ++-0356083 ++-0354099 ++-0350038 ++-0352114 ++-0346102 ++-0358041 ++-0348069 ++-0349084 ++-0353098 ++-0362057 ++-0351074 ++-0360104 ++-0361072 ++-0345086 ++-0359045 ++-0355120 ++-0357087 ++-0347120 ++-0363007 ++-0356084 ++-0344136 ++-0352115 ++-0353099 ++-0362058 ++-0348070 ++-0349085 ++-0350039 ++-0351075 ++-0354100 ++-0359046 ++-0346103 ++-0361073 ++-0345087 ++-0358042 ++-0357088 ++-0347121 ++-0355121 ++-0360105 ++-0363008 ++-0356085 ++-0353100 ++-0362059 ++-0344137 ++-0352116 ++-0349086 ++-0348071 ++-0361074 ++-0357089 ++-0347122 ++-0360106 ++-0354101 ++-0350040 ++-0355122 ++-0346104 ++-0363009 ++-0351076 ++-0358043 ++-0359047 ++-0345088 ++-0362060 ++-0353101 ++-0356086 ++-0344138 ++-0361075 ++-0352117 ++-0347123 ++-0360107 ++-0349087 ++-0357090 ++-0348072 ++-0359048 ++-0358044 ++-0350041 ++-0354102 ++-0363010 ++-0346105 ++-0355123 ++-0353102 ++-0351077 ++-0345089 ++-0362061 ++-0356087 ++-0344139 ++-0360108 ++-0349088 ++-0357091 ++-0361076 ++-0352118 ++-0347124 ++-0358045 ++-0359049 ++-0348073 ++-0354103 ++-0353103 ++-0346106 ++-0350042 ++-0363011 ++-0355124 ++-0351078 ++-0356088 ++-0345090 ++-0362062 ++-0360109 ++-0344140 ++-0361077 ++-0352119 ++-0349089 ++-0347125 ++-0359050 ++-0357092 ++-0346107 ++-0354104 ++-0345091 ++-0360110 ++-0359051 ++-0358046 ++-0363012 ++-0349090 ++-0348074 ++-0356089 ++-0353104 ++-0351079 ++-0355125 ++-0354105 ++-0347126 ++-0350043 ++-0362063 ++-0345092 ++-0359052 ++-0352120 ++-0361078 ++-0360111 ++-0344141 ++-0357093 ++-0346108 ++-0358047 ++-0363013 ++-0353105 ++-0356090 ++-0351080 ++-0355126 ++-0354106 ++-0348075 ++-0347127 ++-0350044 ++-0345093 ++-0349091 ++-0352121 ++-0361079 ++-0362064 ++-0359053 ++-0346109 ++-0360112 ++-0358048 ++-0344142 ++-0357094 ++-0355127 ++-0363014 ++-0353106 ++-0354107 ++-0356091 ++-0347128 ++-0351081 ++-0350045 ++-0352122 ++-0349092 ++-0348076 ++-0361080 ++-0362065 ++-0360113 ++-0345094 ++-0359054 ++-0346110 ++-0344143 ++-0357095 ++-0351082 ++-0363015 ++-0348077 ++-0349093 ++-0361081 ++-0346111 ++-0355128 ++-0352123 ++-0344144 ++-0347129 ++-0360114 ++-0353107 ++-0358049 ++-0351083 ++-0359055 ++-0357096 ++-0345095 ++-0350046 ++-0348078 ++-0354108 ++-0362066 ++-0363016 ++-0356092 ++-0361082 ++-0349094 ++-0346112 ++-0360115 ++-0352124 ++-0347130 ++-0353108 ++-0357097 ++-0355129 ++-0358050 ++-0344145 ++-0354109 ++-0348079 ++-0351084 ++-0363017 ++-0350047 ++-0359056 ++-0356093 ++-0345096 ++-0362067 ++-0352125 ++-0357098 ++-0358051 ++-0344146 ++-0363018 ++-0356094 ++-0345097 ++-0359057 ++-0354110 ++-0362068 ++-0352126 ++-0358052 ++-0345098 ++-0353109 ++-0355130 ++-0358053 ++-0351085 ++-0357099 ++-0349095 ++-0356095 ++-0361083 ++-0348080 ++-0344147 ++-0346113 ++-0359058 ++-0347131 ++-0363019 ++-0360116 ++-0353110 ++-0350048 ++-0352127 ++-0362069 ++-0354111 ++-0345099 ++-0355131 ++-0357100 ++-0351086 ++-0356096 ++-0349096 ++-0361084 ++-0358054 ++-0344148 ++-0346114 ++-0347132 ++-0353111 ++-0363020 ++-0352128 ++-0360117 ++-0348081 ++-0359059 ++-0354112 ++-0345100 ++-0362070 ++-0350049 ++-0355132 ++-0357101 ++-0351087 ++-0356097 ++-0349097 ++-0361085 ++-0344149 ++-0347133 ++-0346115 ++-0363021 ++-0353112 ++-0358055 ++-0348082 ++-0354113 ++-0360118 ++-0352129 ++-0359060 ++-0355133 ++-0350050 ++-0362071 ++-0345101 ++-0349098 ++-0361086 ++-0357102 ++-0351088 ++-0344150 ++-0346116 ++-0356098 ++-0347134 ++-0352130 ++-0348083 ++-0359061 ++-0363022 ++-0353113 ++-0355134 ++-0350051 ++-0345102 ++-0358056 ++-0360119 ++-0354114 ++-0362072 ++-0349099 ++-0344151 ++-0357103 ++-0351089 ++-0346117 ++-0361087 ++-0347135 ++-0356099 ++-0352131 ++-0348084 ++-0363023 ++-0353114 ++-0358057 ++-0350052 ++-0359062 ++-0345103 ++-0354115 ++-0355135 ++-0360120 ++-0357104 ++-0349100 ++-0344152 ++-0351090 ++-0362073 ++-0347136 ++-0346118 ++-0356100 ++-0361088 ++-0352132 ++-0363024 ++-0350053 ++-0348085 ++-0353115 ++-0358058 ++-0354116 ++-0359063 ++-0357105 ++-0349101 ++-0351091 ++-0345104 ++-0346119 ++-0355136 ++-0360121 ++-0362074 ++-0344153 ++-0361089 ++-0352133 ++-0347137 ++-0363025 ++-0356101 ++-0350054 ++-0358059 ++-0359064 ++-0348086 ++-0351092 ++-0353116 ++-0355137 ++-0346120 ++-0362075 ++-0354117 ++-0357106 ++-0349102 ++-0361090 ++-0348087 ++-0355138 ++-0353117 ++-0345105 ++-0346121 ++-0363026 ++-0352134 ++-0347138 ++-0360122 ++-0357107 ++-0354118 ++-0344154 ++-0356102 ++-0350055 ++-0362076 ++-0359065 ++-0351093 ++-0349103 ++-0358060 ++-0361091 ++-0355139 ++-0353118 ++-0348088 ++-0352135 ++-0346122 ++-0345106 ++-0357108 ++-0354119 ++-0356103 ++-0350056 ++-0359066 ++-0347139 ++-0349104 ++-0360123 ++-0351094 ++-0363027 ++-0358061 ++-0344155 ++-0361092 ++-0362077 ++-0355140 ++-0348089 ++-0353119 ++-0357109 ++-0345107 ++-0361093 ++-0358062 ++-0350057 ++-0363028 ++-0352136 ++-0354120 ++-0360124 ++-0359067 ++-0346123 ++-0347140 ++-0349105 ++-0351095 ++-0356104 ++-0362078 ++-0344156 ++-0355141 ++-0358063 ++-0361094 ++-0348090 ++-0353120 ++-0357110 ++-0345108 ++-0354121 ++-0350058 ++-0363029 ++-0360125 ++-0352137 ++-0359068 ++-0346124 ++-0347141 ++-0355142 ++-0349106 ++-0351096 ++-0358064 ++-0361095 ++-0348091 ++-0357111 ++-0362079 ++-0356105 ++-0354122 ++-0345109 ++-0360126 ++-0350059 ++-0353121 ++-0363030 ++-0359069 ++-0352138 ++-0346125 ++-0351097 ++-0347142 ++-0349107 ++-0355143 ++-0358065 ++-0362080 ++-0348092 ++-0361096 ++-0356106 ++-0357112 ++-0345110 ++-0354123 ++-0360127 ++-0352139 ++-0363031 ++-0350060 ++-0346126 ++-0351098 ++-0353122 ++-0347143 ++-0359070 ++-0349108 ++-0355144 ++-0361097 ++-0348093 ++-0358066 ++-0345111 ++-0364000 ++-0354124 ++-0362081 ++-0356107 ++-0360128 ++-0357113 ++-0352140 ++-0351099 ++-0363032 ++-0353123 ++-0350061 ++-0359071 ++-0347144 ++-0346127 ++-0355145 ++-0349109 ++-0345112 ++-0362082 ++-0358067 ++-0364001 ++-0361098 ++-0356108 ++-0354125 ++-0360129 ++-0348094 ++-0352141 ++-0363033 ++-0351100 ++-0357114 ++-0359072 ++-0350062 ++-0353124 ++-0355146 ++-0347145 ++-0346128 ++-0362083 ++-0358068 ++-0361099 ++-0364002 ++-0354126 ++-0356109 ++-0348095 ++-0360130 ++-0349110 ++-0352142 ++-0345113 ++-0363034 ++-0351101 ++-0357115 ++-0359073 ++-0346129 ++-0355147 ++-0350063 ++-0361100 ++-0353125 ++-0358069 ++-0354127 ++-0364003 ++-0356110 ++-0348096 ++-0362084 ++-0347146 ++-0349111 ++-0363035 ++-0352143 ++-0345114 ++-0357116 ++-0351102 ++-0360131 ++-0359074 ++-0355148 ++-0350064 ++-0346130 ++-0354128 ++-0361101 ++-0358070 ++-0356111 ++-0364004 ++-0362085 ++-0348097 ++-0347147 ++-0345115 ++-0353126 ++-0352144 ++-0363036 ++-0351103 ++-0357117 ++-0349112 ++-0359075 ++-0360132 ++-0355149 ++-0350065 ++-0361102 ++-0354129 ++-0364005 ++-0346131 ++-0345116 ++-0358071 ++-0363037 ++-0356112 ++-0351104 ++-0352145 ++-0357118 ++-0362086 ++-0348098 ++-0359076 ++-0347148 ++-0353127 ++-0349113 ++-0360133 ++-0350066 ++-0361103 ++-0359077 ++-0351105 ++-0358072 ++-0349114 ++-0354130 ++-0357119 ++-0364006 ++-0346132 ++-0355150 ++-0347149 ++-0348099 ++-0362087 ++-0345117 ++-0352146 ++-0363038 ++-0361104 ++-0353128 ++-0350067 ++-0356113 ++-0359078 ++-0360134 ++-0351106 ++-0358073 ++-0354131 ++-0349115 ++-0364007 ++-0357120 ++-0355151 ++-0345118 ++-0347150 ++-0348100 ++-0352147 ++-0361105 ++-0363039 ++-0346133 ++-0353129 ++-0360135 ++-0362088 ++-0350068 ++-0351107 ++-0356114 ++-0358074 ++-0359079 ++-0349116 ++-0354132 ++-0364008 ++-0357121 ++-0355152 ++-0345119 ++-0347151 ++-0352148 ++-0346134 ++-0363040 ++-0360136 ++-0361106 ++-0351108 ++-0362089 ++-0350069 ++-0356115 ++-0348101 ++-0358075 ++-0353130 ++-0359080 ++-0349117 ++-0364009 ++-0354133 ++-0345120 ++-0357122 ++-0363041 ++-0346135 ++-0355153 ++-0361107 ++-0351109 ++-0362090 ++-0350070 ++-0347152 ++-0352149 ++-0348102 ++-0358076 ++-0349118 ++-0360137 ++-0353131 ++-0359081 ++-0356116 ++-0364010 ++-0345121 ++-0354134 ++-0363042 ++-0357123 ++-0355154 ++-0362091 ++-0350071 ++-0361108 ++-0347153 ++-0346136 ++-0352150 ++-0358077 ++-0360138 ++-0349119 ++-0351110 ++-0356117 ++-0348103 ++-0353132 ++-0364011 ++-0359082 ++-0354135 ++-0357124 ++-0362092 ++-0345122 ++-0346137 ++-0350072 ++-0347154 ++-0355155 ++-0351111 ++-0352151 ++-0361109 ++-0360139 ++-0353133 ++-0358078 ++-0348104 ++-0356118 ++-0364012 ++-0363043 ++-0349120 ++-0359083 ++-0362093 ++-0354136 ++-0345123 ++-0357125 ++-0347155 ++-0350073 ++-0352152 ++-0346138 ++-0351112 ++-0353134 ++-0358079 ++-0361110 ++-0355156 ++-0360140 ++-0356119 ++-0364013 ++-0349121 ++-0359084 ++-0363044 ++-0348105 ++-0362094 ++-0354137 ++-0357126 ++-0351113 ++-0350074 ++-0346139 ++-0353135 ++-0345124 ++-0361111 ++-0347156 ++-0360141 ++-0358080 ++-0356120 ++-0352153 ++-0364014 ++-0359085 ++-0362095 ++-0354138 ++-0349122 ++-0363045 ++-0350075 ++-0351114 ++-0348106 ++-0357127 ++-0346140 ++-0345125 ++-0361112 ++-0353136 ++-0352154 ++-0364015 ++-0356121 ++-0360142 ++-0362096 ++-0358081 ++-0349123 ++-0354139 ++-0359086 ++-0363046 ++-0350076 ++-0351115 ++-0348107 ++-0346141 ++-0345126 ++-0357128 ++-0353137 ++-0352155 ++-0361113 ++-0356122 ++-0362097 ++-0358082 ++-0364016 ++-0349124 ++-0359087 ++-0354140 ++-0375000 ++-0360143 ++-0345127 ++-0351116 ++-0363047 ++-0352156 ++-0346142 ++-0350077 ++-0348108 ++-0356123 ++-0357129 ++-0353138 ++-0364017 ++-0367000 ++-0360144 ++-0345128 ++-0351117 ++-0361114 ++-0358083 ++-0349125 ++-0350078 ++-0375001 ++-0359088 ++-0357130 ++-0345129 ++-0362098 ++-0354141 ++-0363048 ++-0367001 ++-0348109 ++-0351118 ++-0364018 ++-0356124 ++-0353139 ++-0346143 ++-0360145 ++-0361115 ++-0358084 ++-0349126 ++-0375002 ++-0357131 ++-0367002 ++-0354142 ++-0363049 ++-0345130 ++-0359089 ++-0351119 ++-0364019 ++-0353140 ++-0350079 ++-0356125 ++-0346144 ++-0348110 ++-0362099 ++-0360146 ++-0372000 ++-0375003 ++-0358085 ++-0361116 ++-0367003 ++-0349127 ++-0345131 ++-0357132 ++-0351120 ++-0359090 ++-0356126 ++-0353141 ++-0363050 ++-0364020 ++-0354143 ++-0346145 ++-0348111 ++-0362100 ++-0350080 ++-0363051 ++-0360147 ++-0372001 ++-0361117 ++-0367004 ++-0349128 ++-0356127 ++-0351121 ++-0358086 ++-0375004 ++-0364021 ++-0353142 ++-0357133 ++-0345132 ++-0348112 ++-0350081 ++-0359091 ++-0354144 ++-0346146 ++-0362101 ++-0367005 ++-0361118 ++-0349129 ++-0372002 ++-0360148 ++-0363052 ++-0353143 ++-0351122 ++-0358087 ++-0356128 ++-0375005 ++-0364022 ++-0345133 ++-0357134 ++-0354145 ++-0362102 ++-0350082 ++-0349130 ++-0367006 ++-0361119 ++-0348113 ++-0346147 ++-0359092 ++-0360149 ++-0353144 ++-0362103 ++-0372003 ++-0358088 ++-0351123 ++-0354146 ++-0350083 ++-0363053 ++-0357135 ++-0375006 ++-0367007 ++-0348114 ++-0346148 ++-0361120 ++-0359093 ++-0353145 ++-0362104 ++-0360150 ++-0351124 ++-0345134 ++-0372004 ++-0356129 ++-0354147 ++-0364023 ++-0363054 ++-0350084 ++-0375007 ++-0358089 ++-0357136 ++-0349131 ++-0367008 ++-0348115 ++-0346149 ++-0359094 ++-0361121 ++-0353146 ++-0360151 ++-0345135 ++-0349132 ++-0363055 ++-0362105 ++-0349133 ++-0361122 ++-0360152 ++-0356130 ++-0372005 ++-0364024 ++-0354148 ++-0350085 ++-0351125 ++-0345136 ++-0346150 ++-0359095 ++-0348116 ++-0367009 ++-0353147 ++-0357137 ++-0358090 ++-0375008 ++-0363056 ++-0362106 ++-0361123 ++-0372006 ++-0360153 ++-0349134 ++-0354149 ++-0350086 ++-0356131 ++-0351126 ++-0346151 ++-0359096 ++-0348117 ++-0364025 ++-0345137 ++-0358091 ++-0375009 ++-0353148 ++-0357138 ++-0367010 ++-0362107 ++-0363057 ++-0361124 ++-0372007 ++-0360154 ++-0354150 ++-0349135 ++-0351127 ++-0350087 ++-0348118 ++-0359097 ++-0345138 ++-0357139 ++-0375010 ++-0358092 ++-0346152 ++-0367011 ++-0364026 ++-0363058 ++-0353149 ++-0361125 ++-0356132 ++-0372008 ++-0362108 ++-0354151 ++-0349136 ++-0360155 ++-0351128 ++-0350088 ++-0359098 ++-0345139 ++-0357140 ++-0375011 ++-0348119 ++-0364027 ++-0367012 ++-0358093 ++-0363059 ++-0346153 ++-0353150 ++-0356133 ++-0372009 ++-0362109 ++-0354152 ++-0360156 ++-0361126 ++-0349137 ++-0345140 ++-0357141 ++-0364028 ++-0348120 ++-0375012 ++-0351129 ++-0358094 ++-0350089 ++-0359099 ++-0356134 ++-0346154 ++-0367013 ++-0372010 ++-0353151 ++-0363060 ++-0362110 ++-0354153 ++-0345141 ++-0361127 ++-0358095 ++-0357142 ++-0364029 ++-0359100 ++-0349138 ++-0348121 ++-0356135 ++-0372011 ++-0351130 ++-0362111 ++-0353152 ++-0346155 ++-0367014 ++-0350090 ++-0358096 ++-0354154 ++-0375013 ++-0361128 ++-0363061 ++-0345142 ++-0359101 ++-0356136 ++-0357143 ++-0353153 ++-0354155 ++-0364030 ++-0359102 ++-0348122 ++-0351131 ++-0372012 ++-0349139 ++-0350091 ++-0375014 ++-0363062 ++-0358097 ++-0361129 ++-0357144 ++-0356137 ++-0362112 ++-0380000 ++-0345143 ++-0353154 ++-0364031 ++-0351132 ++-0359103 ++-0348123 ++-0350092 ++-0375015 ++-0363063 ++-0349140 ++-0367015 ++-0372013 ++-0358098 ++-0361130 ++-0345144 ++-0351133 ++-0356138 ++-0363064 ++-0364032 ++-0349141 ++-0380001 ++-0361131 ++-0362113 ++-0353155 ++-0357145 ++-0350093 ++-0375016 ++-0348124 ++-0359104 ++-0351134 ++-0358099 ++-0367016 ++-0372014 ++-0345145 ++-0356139 ++-0374000 ++-0361132 ++-0349142 ++-0358100 ++-0350094 ++-0359105 ++-0363065 ++-0375017 ++-0348125 ++-0367017 ++-0362114 ++-0357146 ++-0351135 ++-0364033 ++-0366000 ++-0380002 ++-0372015 ++-0374001 ++-0356140 ++-0361133 ++-0350095 ++-0348126 ++-0349143 ++-0358101 ++-0364034 ++-0375018 ++-0345146 ++-0366001 ++-0363066 ++-0380003 ++-0357147 ++-0359106 ++-0367018 ++-0356141 ++-0374002 ++-0351136 ++-0362115 ++-0361134 ++-0350096 ++-0372016 ++-0348127 ++-0349144 ++-0364035 ++-0380004 ++-0375019 ++-0373000 ++-0358102 ++-0359107 ++-0356142 ++-0374003 ++-0345147 ++-0357148 ++-0363067 ++-0361135 ++-0367019 ++-0362116 ++-0366002 ++-0351137 ++-0350097 ++-0348128 ++-0349145 ++-0372017 ++-0373001 ++-0359108 ++-0364036 ++-0375020 ++-0380005 ++-0356143 ++-0374004 ++-0358103 ++-0361136 ++-0366003 ++-0367020 ++-0351138 ++-0357149 ++-0345148 ++-0362117 ++-0363068 ++-0348129 ++-0350098 ++-0359109 ++-0375021 ++-0349146 ++-0372018 ++-0364037 ++-0356144 ++-0373002 ++-0358104 ++-0361137 ++-0380006 ++-0366004 ++-0345149 ++-0351139 ++-0350099 ++-0380007 ++-0363069 ++-0373003 ++-0374005 ++-0367021 ++-0349147 ++-0362118 ++-0348130 ++-0357150 ++-0361138 ++-0375022 ++-0345150 ++-0356145 ++-0372019 ++-0351140 ++-0359110 ++-0366005 ++-0364038 ++-0358105 ++-0350100 ++-0363070 ++-0373004 ++-0349148 ++-0362119 ++-0380008 ++-0375023 ++-0374006 ++-0361139 ++-0372020 ++-0359111 ++-0351141 ++-0367022 ++-0356146 ++-0357151 ++-0345151 ++-0364039 ++-0366006 ++-0348131 ++-0358106 ++-0349149 ++-0362120 ++-0375024 ++-0366007 ++-0356147 ++-0367023 ++-0380009 ++-0361140 ++-0374007 ++-0350101 ++-0359112 ++-0358107 ++-0357152 ++-0351142 ++-0362121 ++-0373005 ++-0363071 ++-0349150 ++-0372021 ++-0364040 ++-0348132 ++-0345152 ++-0366008 ++-0356148 ++-0358108 ++-0375025 ++-0361141 ++-0357153 ++-0359113 ++-0350102 ++-0362122 ++-0373006 ++-0351143 ++-0380010 ++-0367024 ++-0363072 ++-0374008 ++-0349151 ++-0372022 ++-0364041 ++-0348133 ++-0345153 ++-0358109 ++-0366009 ++-0356149 ++-0361142 ++-0357154 ++-0375026 ++-0362123 ++-0359114 ++-0367025 ++-0350103 ++-0363073 ++-0373007 ++-0374009 ++-0349152 ++-0351144 ++-0380011 ++-0348134 ++-0372023 ++-0345154 ++-0364042 ++-0366010 ++-0358110 ++-0357155 ++-0361143 ++-0362124 ++-0356150 ++-0359115 ++-0367026 ++-0363074 ++-0350104 ++-0373008 ++-0375027 ++-0351145 ++-0374010 ++-0349153 ++-0380012 ++-0348135 ++-0372024 ++-0345155 ++-0366011 ++-0358111 ++-0364043 ++-0357156 ++-0356151 ++-0359116 ++-0350105 ++-0361144 ++-0375028 ++-0373009 ++-0363075 ++-0362125 ++-0351146 ++-0367027 ++-0349154 ++-0345156 ++-0374011 ++-0348136 ++-0358112 ++-0372025 ++-0364044 ++-0380013 ++-0366012 ++-0356152 ++-0359117 ++-0361145 ++-0375029 ++-0351147 ++-0349155 ++-0367028 ++-0363076 ++-0373010 ++-0350106 ++-0348137 ++-0359118 ++-0372026 ++-0356153 ++-0366013 ++-0374012 ++-0362126 ++-0358113 ++-0380014 ++-0363077 ++-0364045 ++-0349156 ++-0359119 ++-0348138 ++-0373011 ++-0351148 ++-0361146 ++-0367029 ++-0350107 ++-0375030 ++-0377000 ++-0372027 ++-0362127 ++-0374013 ++-0363078 ++-0380015 ++-0366014 ++-0356154 ++-0364046 ++-0358114 ++-0375031 ++-0348139 ++-0350108 ++-0373012 ++-0359120 ++-0365000 ++-0361147 ++-0351149 ++-0367030 ++-0377001 ++-0372028 ++-0362128 ++-0374014 ++-0363079 ++-0356155 ++-0366015 ++-0364047 ++-0380016 ++-0358115 ++-0375032 ++-0350109 ++-0365001 ++-0377002 ++-0348140 ++-0372029 ++-0359121 ++-0373013 ++-0367031 ++-0351150 ++-0361148 ++-0366016 ++-0380017 ++-0362129 ++-0364048 ++-0363080 ++-0358116 ++-0374015 ++-0348141 ++-0369000 ++-0350110 ++-0359122 ++-0372030 ++-0365002 ++-0377003 ++-0373014 ++-0367032 ++-0351151 ++-0364049 ++-0363081 ++-0366017 ++-0380018 ++-0361149 ++-0362130 ++-0358117 ++-0374016 ++-0348142 ++-0350111 ++-0359123 ++-0372031 ++-0365003 ++-0369001 ++-0377004 ++-0375033 ++-0367033 ++-0364050 ++-0376000 ++-0351152 ++-0373015 ++-0380019 ++-0366018 ++-0361150 ++-0358118 ++-0362131 ++-0348143 ++-0363082 ++-0350112 ++-0359124 ++-0372032 ++-0377005 ++-0374017 ++-0369002 ++-0365004 ++-0367034 ++-0373016 ++-0375034 ++-0376001 ++-0364051 ++-0380020 ++-0366019 ++-0361151 ++-0351153 ++-0362132 ++-0363083 ++-0358119 ++-0359125 ++-0348144 ++-0350113 ++-0372033 ++-0365005 ++-0373017 ++-0369003 ++-0374018 ++-0367035 ++-0377006 ++-0364052 ++-0375035 ++-0366020 ++-0376002 ++-0362133 ++-0380021 ++-0358120 ++-0351154 ++-0348145 ++-0363084 ++-0359126 ++-0350114 ++-0372034 ++-0365006 ++-0361152 ++-0373018 ++-0367036 ++-0374019 ++-0377007 ++-0364053 ++-0375036 ++-0369004 ++-0366021 ++-0376003 ++-0380022 ++-0362134 ++-0348146 ++-0351155 ++-0363085 ++-0350115 ++-0358121 ++-0365007 ++-0361153 ++-0377008 ++-0359127 ++-0367037 ++-0372035 ++-0374020 ++-0364054 ++-0375037 ++-0373019 ++-0376004 ++-0366022 ++-0369005 ++-0380023 ++-0348147 ++-0351156 ++-0362135 ++-0350116 ++-0358122 ++-0363086 ++-0365008 ++-0359128 ++-0367038 ++-0372036 ++-0374021 ++-0364055 ++-0361154 ++-0373020 ++-0366023 ++-0376005 ++-0377009 ++-0369006 ++-0380024 ++-0375038 ++-0362136 ++-0358123 ++-0350117 ++-0365009 ++-0348148 ++-0363087 ++-0359129 ++-0374022 ++-0372037 ++-0366024 ++-0373021 ++-0367039 ++-0361155 ++-0376006 ++-0377010 ++-0364056 ++-0375039 ++-0380025 ++-0369007 ++-0362137 ++-0365010 ++-0348149 ++-0359130 ++-0374023 ++-0350118 ++-0358124 ++-0372038 ++-0363088 ++-0373022 ++-0361156 ++-0377011 ++-0364057 ++-0376007 ++-0375040 ++-0366025 ++-0367040 ++-0380026 ++-0369008 ++-0362138 ++-0365011 ++-0348150 ++-0359131 ++-0374024 ++-0371000 ++-0350119 ++-0358125 ++-0372039 ++-0377012 ++-0376008 ++-0366026 ++-0363089 ++-0364058 ++-0367041 ++-0375041 ++-0362139 ++-0373023 ++-0380027 ++-0369009 ++-0365012 ++-0348151 ++-0374025 ++-0371001 ++-0350120 ++-0366027 ++-0376009 ++-0359132 ++-0358126 ++-0367042 ++-0372040 ++-0364059 ++-0375042 ++-0362140 ++-0373024 ++-0380028 ++-0350121 ++-0377013 ++-0348152 ++-0363090 ++-0376010 ++-0369010 ++-0371002 ++-0367043 ++-0358127 ++-0364060 ++-0365013 ++-0359133 ++-0374026 ++-0348153 ++-0366028 ++-0362141 ++-0372041 ++-0350122 ++-0376011 ++-0375043 ++-0377014 ++-0381000 ++-0373025 ++-0363091 ++-0380029 ++-0367044 ++-0371003 ++-0369011 ++-0359134 ++-0358128 ++-0374027 ++-0365014 ++-0364061 ++-0362142 ++-0350123 ++-0348154 ++-0376012 ++-0377015 ++-0366029 ++-0381001 ++-0363092 ++-0380030 ++-0375044 ++-0372042 ++-0371004 ++-0369012 ++-0348155 ++-0350124 ++-0380031 ++-0372043 ++-0375045 ++-0359135 ++-0376013 ++-0358129 ++-0377016 ++-0369013 ++-0371005 ++-0350125 ++-0364062 ++-0372044 ++-0380032 ++-0373026 ++-0374028 ++-0366030 ++-0375046 ++-0376014 ++-0358130 ++-0359136 ++-0381002 ++-0365015 ++-0367045 ++-0377017 ++-0362143 ++-0371006 ++-0369014 ++-0364063 ++-0350126 ++-0380033 ++-0374029 ++-0372045 ++-0373027 ++-0368000 ++-0366031 ++-0365016 ++-0381003 ++-0375047 ++-0362144 ++-0359137 ++-0376015 ++-0358131 ++-0371007 ++-0363093 ++-0367046 ++-0377018 ++-0350127 ++-0369015 ++-0380034 ++-0374030 ++-0368001 ++-0364064 ++-0373028 ++-0366032 ++-0372046 ++-0375048 ++-0362145 ++-0365017 ++-0371008 ++-0367047 ++-0381004 ++-0363094 ++-0358132 ++-0376016 ++-0359138 ++-0380035 ++-0350128 ++-0374031 ++-0373029 ++-0369016 ++-0377019 ++-0366033 ++-0375049 ++-0368002 ++-0372047 ++-0365018 ++-0371009 ++-0363095 ++-0362146 ++-0381005 ++-0367048 ++-0358133 ++-0380036 ++-0376017 ++-0350129 ++-0374032 ++-0359139 ++-0373030 ++-0377020 ++-0366034 ++-0369017 ++-0368003 ++-0372048 ++-0375050 ++-0365019 ++-0363096 ++-0362147 ++-0380037 ++-0367049 ++-0376018 ++-0358134 ++-0374033 ++-0371010 ++-0359140 ++-0350130 ++-0381006 ++-0369018 ++-0372049 ++-0364065 ++-0365020 ++-0364066 ++-0362148 ++-0381007 ++-0364067 ++-0368004 ++-0373031 ++-0377021 ++-0375051 ++-0372050 ++-0367050 ++-0366035 ++-0363097 ++-0380038 ++-0369019 ++-0358135 ++-0359141 ++-0374034 ++-0350131 ++-0365021 ++-0371011 ++-0376019 ++-0362149 ++-0381008 ++-0377022 ++-0368005 ++-0367051 ++-0373032 ++-0364068 ++-0380039 ++-0369020 ++-0358136 ++-0374035 ++-0372051 ++-0365022 ++-0363098 ++-0366036 ++-0359142 ++-0371012 ++-0375052 ++-0376020 ++-0362150 ++-0350132 ++-0381009 ++-0368006 ++-0367052 ++-0380040 ++-0377023 ++-0373033 ++-0358137 ++-0374036 ++-0364069 ++-0369021 ++-0363099 ++-0372052 ++-0365023 ++-0366037 ++-0376021 ++-0368007 ++-0367053 ++-0362151 ++-0375053 ++-0359143 ++-0350133 ++-0381010 ++-0371013 ++-0377024 ++-0373034 ++-0380041 ++-0363100 ++-0364070 ++-0358138 ++-0369022 ++-0372053 ++-0374037 ++-0366038 ++-0368008 ++-0376022 ++-0362152 ++-0367054 ++-0365024 ++-0375054 ++-0359144 ++-0350134 ++-0381011 ++-0371014 ++-0380042 ++-0373035 ++-0364071 ++-0377025 ++-0366039 ++-0363101 ++-0372054 ++-0368009 ++-0369023 ++-0358139 ++-0362153 ++-0367055 ++-0374038 ++-0365025 ++-0375055 ++-0359145 ++-0376023 ++-0350135 ++-0371015 ++-0381012 ++-0380043 ++-0373036 ++-0364072 ++-0366040 ++-0372055 ++-0358140 ++-0374039 ++-0377026 ++-0369024 ++-0363102 ++-0368010 ++-0367056 ++-0362154 ++-0359146 ++-0376024 ++-0371016 ++-0365026 ++-0375056 ++-0373037 ++-0350136 ++-0364073 ++-0372056 ++-0358141 ++-0363103 ++-0380044 ++-0362155 ++-0367057 ++-0359147 ++-0371017 ++-0365027 ++-0381013 ++-0376025 ++-0375057 ++-0374040 ++-0377027 ++-0373038 ++-0368011 ++-0366041 ++-0364074 ++-0372057 ++-0350137 ++-0362156 ++-0367058 ++-0358142 ++-0369025 ++-0363104 ++-0380045 ++-0371018 ++-0359148 ++-0381014 ++-0376026 ++-0365028 ++-0375058 ++-0377028 ++-0374041 ++-0373039 ++-0367059 ++-0368012 ++-0372058 ++-0363105 ++-0358143 ++-0369026 ++-0366042 ++-0380046 ++-0364075 ++-0381015 ++-0350138 ++-0359149 ++-0371019 ++-0375059 ++-0377029 ++-0365029 ++-0376027 ++-0373040 ++-0367060 ++-0372059 ++-0374042 ++-0368013 ++-0366043 ++-0358144 ++-0363106 ++-0369027 ++-0380047 ++-0364076 ++-0350139 ++-0365030 ++-0377030 ++-0381016 ++-0359150 ++-0376028 ++-0375060 ++-0371020 ++-0373041 ++-0367061 ++-0372060 ++-0367062 ++-0350140 ++-0376029 ++-0363107 ++-0366044 ++-0381017 ++-0359151 ++-0373042 ++-0367063 ++-0380048 ++-0368014 ++-0374043 ++-0358145 ++-0382000 ++-0375061 ++-0369028 ++-0364077 ++-0371021 ++-0365031 ++-0377031 ++-0372061 ++-0366045 ++-0350141 ++-0363108 ++-0376030 ++-0380049 ++-0373043 ++-0368015 ++-0367064 ++-0381018 ++-0358146 ++-0359152 ++-0369029 ++-0375062 ++-0382001 ++-0372062 ++-0374044 ++-0366046 ++-0364078 ++-0371022 ++-0376031 ++-0363109 ++-0365032 ++-0380050 ++-0377032 ++-0350142 ++-0368016 ++-0373044 ++-0381019 ++-0369030 ++-0375063 ++-0359153 ++-0374045 ++-0382002 ++-0372063 ++-0367065 ++-0371023 ++-0358147 ++-0366047 ++-0364079 ++-0377033 ++-0365033 ++-0368017 ++-0350143 ++-0380051 ++-0363110 ++-0376032 ++-0381020 ++-0373045 ++-0359154 ++-0369031 ++-0375064 ++-0366048 ++-0358148 ++-0382003 ++-0372064 ++-0377034 ++-0374046 ++-0367066 ++-0365034 ++-0371024 ++-0364080 ++-0376033 ++-0350144 ++-0363111 ++-0380052 ++-0368018 ++-0381021 ++-0359155 ++-0373046 ++-0369032 ++-0375065 ++-0358149 ++-0382004 ++-0372065 ++-0367067 ++-0377035 ++-0365035 ++-0374047 ++-0376034 ++-0380053 ++-0366049 ++-0363112 ++-0364081 ++-0371025 ++-0381022 ++-0373047 ++-0359156 ++-0368019 ++-0369033 ++-0382005 ++-0358150 ++-0372066 ++-0375066 ++-0365036 ++-0374048 ++-0367068 ++-0350145 ++-0377036 ++-0376035 ++-0366050 ++-0380054 ++-0363113 ++-0371026 ++-0364082 ++-0358151 ++-0369034 ++-0350146 ++-0374049 ++-0382006 ++-0377037 ++-0380055 ++-0381023 ++-0366051 ++-0373048 ++-0376036 ++-0365037 ++-0375067 ++-0368020 ++-0363114 ++-0364083 ++-0372067 ++-0371027 ++-0369035 ++-0350147 ++-0358152 ++-0367069 ++-0374050 ++-0380056 ++-0382007 ++-0381024 ++-0373049 ++-0377038 ++-0368021 ++-0376037 ++-0366052 ++-0363115 ++-0365038 ++-0375068 ++-0372068 ++-0369036 ++-0350148 ++-0379000 ++-0364084 ++-0371028 ++-0374051 ++-0358153 ++-0367070 ++-0382008 ++-0380057 ++-0381025 ++-0377039 ++-0373050 ++-0363116 ++-0366053 ++-0376038 ++-0365039 ++-0372069 ++-0368022 ++-0369037 ++-0350149 ++-0379001 ++-0358154 ++-0374052 ++-0375069 ++-0364085 ++-0367071 ++-0382009 ++-0371029 ++-0380058 ++-0381026 ++-0363117 ++-0377040 ++-0373051 ++-0372070 ++-0376039 ++-0366054 ++-0368023 ++-0358155 ++-0365040 ++-0375070 ++-0374053 ++-0369038 ++-0364086 ++-0382010 ++-0350150 ++-0380059 ++-0371030 ++-0367072 ++-0379002 ++-0381027 ++-0373052 ++-0363118 ++-0372071 ++-0377041 ++-0368024 ++-0365041 ++-0376040 ++-0375071 ++-0358156 ++-0374054 ++-0366055 ++-0364087 ++-0371031 ++-0380060 ++-0367073 ++-0369039 ++-0350151 ++-0382011 ++-0363119 ++-0379003 ++-0373053 ++-0381028 ++-0365042 ++-0368025 ++-0377042 ++-0372072 ++-0375072 ++-0374055 ++-0358157 ++-0376041 ++-0364088 ++-0350152 ++-0366056 ++-0367074 ++-0371032 ++-0369040 ++-0380061 ++-0381029 ++-0382012 ++-0363120 ++-0373054 ++-0368026 ++-0379004 ++-0377043 ++-0375073 ++-0365043 ++-0372073 ++-0358158 ++-0376042 ++-0364089 ++-0374056 ++-0350153 ++-0367075 ++-0366057 ++-0380062 ++-0369041 ++-0381030 ++-0368027 ++-0371033 ++-0363121 ++-0379005 ++-0382013 ++-0372074 ++-0365044 ++-0373055 ++-0375074 ++-0358159 ++-0376043 ++-0377044 ++-0366058 ++-0350154 ++-0367076 ++-0364090 ++-0374057 ++-0380063 ++-0369042 ++-0368028 ++-0371034 ++-0381031 ++-0372075 ++-0382014 ++-0363122 ++-0379006 ++-0365045 ++-0376044 ++-0366059 ++-0375075 ++-0373056 ++-0364091 ++-0350155 ++-0380064 ++-0358160 ++-0377045 ++-0374058 ++-0367077 ++-0369043 ++-0371035 ++-0381032 ++-0368029 ++-0372076 ++-0382015 ++-0379007 ++-0366060 ++-0380065 ++-0369044 ++-0377046 ++-0371036 ++-0375076 ++-0365046 ++-0350156 ++-0366061 ++-0367078 ++-0363123 ++-0373057 ++-0369045 ++-0358161 ++-0364092 ++-0368030 ++-0374059 ++-0379008 ++-0380066 ++-0377047 ++-0372077 ++-0382016 ++-0376045 ++-0381033 ++-0371037 ++-0365047 ++-0363124 ++-0358162 ++-0373058 ++-0367079 ++-0375077 ++-0368031 ++-0374060 ++-0366062 ++-0379009 ++-0377048 ++-0372078 ++-0369046 ++-0364093 ++-0381034 ++-0376046 ++-0365048 ++-0371038 ++-0380067 ++-0371039 ++-0382017 ++-0364094 ++-0363125 ++-0372079 ++-0365049 ++-0358163 ++-0376047 ++-0375078 ++-0373059 ++-0374061 ++-0368032 ++-0377049 ++-0367080 ++-0381035 ++-0379010 ++-0366063 ++-0369047 ++-0371040 ++-0380068 ++-0363126 ++-0358164 ++-0365050 ++-0382018 ++-0364095 ++-0370000 ++-0372080 ++-0376048 ++-0373060 ++-0377050 ++-0374062 ++-0375079 ++-0367081 ++-0368033 ++-0379011 ++-0366064 ++-0381036 ++-0380069 ++-0369048 ++-0371041 ++-0363127 ++-0376049 ++-0373061 ++-0365051 ++-0358165 ++-0364096 ++-0382019 ++-0370001 ++-0367082 ++-0374063 ++-0372081 ++-0379012 ++-0377051 ++-0381037 ++-0368034 ++-0375080 ++-0374064 ++-0371042 ++-0376050 ++-0366065 ++-0365052 ++-0373062 ++-0380070 ++-0367083 ++-0382020 ++-0358166 ++-0364097 ++-0372082 ++-0370002 ++-0363128 ++-0369049 ++-0379013 ++-0366066 ++-0375081 ++-0373063 ++-0365053 ++-0377052 ++-0368035 ++-0368036 ++-0363129 ++-0373064 ++-0380071 ++-0374065 ++-0367084 ++-0372083 ++-0382021 ++-0358167 ++-0371043 ++-0366067 ++-0376051 ++-0381038 ++-0369050 ++-0375082 ++-0364098 ++-0365054 ++-0379014 ++-0368037 ++-0370003 ++-0377053 ++-0380072 ++-0363130 ++-0373065 ++-0374066 ++-0372084 ++-0367085 ++-0382022 ++-0358168 ++-0364099 ++-0376052 ++-0375083 ++-0371044 ++-0369051 ++-0365055 ++-0379015 ++-0366068 ++-0363131 ++-0381039 ++-0373066 ++-0370004 ++-0377054 ++-0368038 ++-0374067 ++-0372085 ++-0380073 ++-0367086 ++-0382023 ++-0364100 ++-0376053 ++-0365056 ++-0369052 ++-0375084 ++-0363132 ++-0379016 ++-0366069 ++-0370005 ++-0373067 ++-0371045 ++-0368039 ++-0381040 ++-0374068 ++-0377055 ++-0367087 ++-0380074 ++-0372086 ++-0364101 ++-0382024 ++-0365057 ++-0369053 ++-0363133 ++-0370006 ++-0366070 ++-0371046 ++-0376054 ++-0373068 ++-0379017 ++-0368040 ++-0375085 ++-0374069 ++-0367088 ++-0381041 ++-0380075 ++-0382025 ++-0364102 ++-0377056 ++-0365058 ++-0363134 ++-0372087 ++-0369054 ++-0371047 ++-0376055 ++-0358169 ++-0379018 ++-0366071 ++-0374070 ++-0375086 ++-0368041 ++-0364103 ++-0370007 ++-0373069 ++-0375087 ++-0365059 ++-0367089 ++-0382026 ++-0363135 ++-0380076 ++-0377057 ++-0364104 ++-0381042 ++-0369055 ++-0379019 ++-0376056 ++-0358170 ++-0368042 ++-0371048 ++-0374071 ++-0366072 ++-0373070 ++-0382027 ++-0375088 ++-0365060 ++-0377058 ++-0380077 ++-0364105 ++-0367090 ++-0363136 ++-0381043 ++-0358171 ++-0370008 ++-0368043 ++-0376057 ++-0366073 ++-0369056 ++-0374072 ++-0379020 ++-0371049 ++-0382028 ++-0373071 ++-0377059 ++-0380078 ++-0375089 ++-0372088 ++-0365061 ++-0367091 ++-0364106 ++-0358172 ++-0363137 ++-0370009 ++-0368044 ++-0381044 ++-0376058 ++-0374073 ++-0382029 ++-0369057 ++-0366074 ++-0371050 ++-0373072 ++-0375090 ++-0380079 ++-0377060 ++-0367092 ++-0379021 ++-0365062 ++-0364107 ++-0372089 ++-0358173 ++-0369058 ++-0371051 ++-0368045 ++-0381045 ++-0382030 ++-0363138 ++-0373073 ++-0366075 ++-0380080 ++-0375091 ++-0377061 ++-0370010 ++-0374074 ++-0376059 ++-0379022 ++-0364108 ++-0367093 ++-0358174 ++-0372090 ++-0369059 ++-0371052 ++-0365063 ++-0368046 ++-0382031 ++-0380081 ++-0366076 ++-0381046 ++-0373074 ++-0377062 ++-0363139 ++-0374075 ++-0376060 ++-0375092 ++-0370011 ++-0379023 ++-0372091 ++-0364109 ++-0367094 ++-0365064 ++-0369060 ++-0358175 ++-0368047 ++-0371053 ++-0382032 ++-0366077 ++-0376061 ++-0375093 ++-0381047 ++-0377063 ++-0372092 ++-0379024 ++-0370012 ++-0364110 ++-0363140 ++-0373075 ++-0380082 ++-0374076 ++-0367095 ++-0365065 ++-0369061 ++-0371054 ++-0382033 ++-0366078 ++-0358176 ++-0368048 ++-0381048 ++-0376062 ++-0379025 ++-0375094 ++-0364111 ++-0377064 ++-0373076 ++-0363141 ++-0367096 ++-0372093 ++-0365066 ++-0380083 ++-0374077 ++-0382034 ++-0371055 ++-0379026 ++-0366079 ++-0381049 ++-0364112 ++-0368049 ++-0376063 ++-0372094 ++-0363142 ++-0373077 ++-0375095 ++-0367097 ++-0377065 ++-0369062 ++-0380084 ++-0374078 ++-0365067 ++-0358177 ++-0371056 ++-0370013 ++-0382035 ++-0379027 ++-0368050 ++-0366080 ++-0381050 ++-0364113 ++-0373078 ++-0376064 ++-0372095 ++-0363143 ++-0369063 ++-0365068 ++-0375096 ++-0367098 ++-0377066 ++-0374079 ++-0380085 ++-0358178 ++-0371057 ++-0370014 ++-0381051 ++-0368051 ++-0376065 ++-0373079 ++-0366081 ++-0379028 ++-0369064 ++-0363144 ++-0358179 ++-0380086 ++-0364114 ++-0368052 ++-0382036 ++-0379029 ++-0365069 ++-0370015 ++-0372096 ++-0363145 ++-0377067 ++-0369065 ++-0366082 ++-0358180 ++-0374080 ++-0371058 ++-0381052 ++-0375097 ++-0373080 ++-0367099 ++-0376066 ++-0382037 ++-0380087 ++-0368053 ++-0379030 ++-0370016 ++-0364115 ++-0372097 ++-0369066 ++-0377068 ++-0366083 ++-0365070 ++-0363146 ++-0374081 ++-0375098 ++-0358181 ++-0376067 ++-0371059 ++-0381053 ++-0382038 ++-0367100 ++-0373081 ++-0380088 ++-0368054 ++-0379031 ++-0370017 ++-0372098 ++-0369067 ++-0366084 ++-0365071 ++-0363147 ++-0375099 ++-0377069 ++-0371060 ++-0374082 ++-0381054 ++-0358182 ++-0376068 ++-0380089 ++-0382039 ++-0373082 ++-0364116 ++-0367101 ++-0379032 ++-0368055 ++-0370018 ++-0369068 ++-0363148 ++-0372099 ++-0377070 ++-0374083 ++-0369069 ++-0371061 ++-0364117 ++-0374084 ++-0375100 ++-0382040 ++-0366085 ++-0365072 ++-0372100 ++-0376069 ++-0380090 ++-0369070 ++-0373083 ++-0358183 ++-0379033 ++-0377071 ++-0367102 ++-0381055 ++-0368056 ++-0370019 ++-0363149 ++-0375101 ++-0371062 ++-0374085 ++-0382041 ++-0364118 ++-0380091 ++-0376070 ++-0372101 ++-0365073 ++-0369071 ++-0377072 ++-0366086 ++-0367103 ++-0379034 ++-0363150 ++-0373084 ++-0358184 ++-0370020 ++-0368057 ++-0375102 ++-0374086 ++-0381056 ++-0382042 ++-0371063 ++-0376071 ++-0365074 ++-0380092 ++-0364119 ++-0372102 ++-0379035 ++-0367104 ++-0369072 ++-0377073 ++-0366087 ++-0368058 ++-0363151 ++-0373085 ++-0370021 ++-0381057 ++-0375103 ++-0382043 ++-0374087 ++-0358185 ++-0371064 ++-0376072 ++-0380093 ++-0372103 ++-0365075 ++-0379036 ++-0364120 ++-0367105 ++-0377074 ++-0366088 ++-0369073 ++-0368059 ++-0373086 ++-0375104 ++-0363152 ++-0370022 ++-0381058 ++-0371065 ++-0380094 ++-0376073 ++-0374088 ++-0365076 ++-0382044 ++-0372104 ++-0367106 ++-0379037 ++-0377075 ++-0374089 ++-0381059 ++-0377076 ++-0373087 ++-0369074 ++-0366089 ++-0364121 ++-0380095 ++-0372105 ++-0358186 ++-0371066 ++-0376074 ++-0379038 ++-0363153 ++-0370023 ++-0365077 ++-0375105 ++-0367107 ++-0368060 ++-0382045 ++-0374090 ++-0381060 ++-0373088 ++-0369075 ++-0364122 ++-0377077 ++-0365078 ++-0375106 ++-0367108 ++-0366090 ++-0374091 ++-0372106 ++-0371067 ++-0380096 ++-0381061 ++-0376075 ++-0382046 ++-0358187 ++-0368061 ++-0379039 ++-0363154 ++-0370024 ++-0373089 ++-0369076 ++-0377078 ++-0375107 ++-0366091 ++-0367109 ++-0364123 ++-0374092 ++-0365079 ++-0372107 ++-0381062 ++-0371068 ++-0382047 ++-0376076 ++-0363155 ++-0370025 ++-0369077 ++-0380097 ++-0377079 ++-0358188 ++-0379040 ++-0368062 ++-0375108 ++-0366092 ++-0367110 ++-0373090 ++-0374093 ++-0364124 ++-0372108 ++-0365080 ++-0371069 ++-0363156 ++-0370026 ++-0382048 ++-0376077 ++-0377080 ++-0380098 ++-0369078 ++-0368063 ++-0375109 ++-0379041 ++-0364125 ++-0366093 ++-0358189 ++-0381063 ++-0367111 ++-0374094 ++-0371070 ++-0370027 ++-0372109 ++-0373091 ++-0366094 ++-0377081 ++-0380099 ++-0365081 ++-0364126 ++-0375110 ++-0379042 ++-0358190 ++-0376078 ++-0381064 ++-0368064 ++-0369079 ++-0382049 ++-0367112 ++-0374095 ++-0373092 ++-0372110 ++-0366095 ++-0377082 ++-0365082 ++-0370028 ++-0371071 ++-0364127 ++-0380100 ++-0379043 ++-0376079 ++-0381065 ++-0375111 ++-0358191 ++-0383000 ++-0369080 ++-0368065 ++-0382050 ++-0372111 ++-0367113 ++-0377083 ++-0365083 ++-0374096 ++-0364128 ++-0373093 ++-0370029 ++-0375112 ++-0376080 ++-0366096 ++-0371072 ++-0379044 ++-0381066 ++-0358192 ++-0368066 ++-0372112 ++-0382051 ++-0364129 ++-0367114 ++-0374097 ++-0377084 ++-0373094 ++-0375113 ++-0376081 ++-0369081 ++-0370030 ++-0379045 ++-0365084 ++-0381067 ++-0371073 ++-0366097 ++-0368067 ++-0358193 ++-0372113 ++-0383001 ++-0382052 ++-0374098 ++-0377085 ++-0364130 ++-0375114 ++-0367115 ++-0370031 ++-0379046 ++-0373095 ++-0365085 ++-0381068 ++-0376082 ++-0368068 ++-0369082 ++-0371074 ++-0380101 ++-0366098 ++-0374099 ++-0372114 ++-0364131 ++-0377086 ++-0375115 ++-0383002 ++-0382053 ++-0373096 ++-0379047 ++-0365086 ++-0367116 ++-0370032 ++-0369083 ++-0381069 ++-0376083 ++-0366099 ++-0380102 ++-0368069 ++-0371075 ++-0374100 ++-0372115 ++-0364132 ++-0377087 ++-0383003 ++-0382054 ++-0365087 ++-0375116 ++-0373097 ++-0379048 ++-0370033 ++-0369084 ++-0367117 ++-0368070 ++-0372116 ++-0371076 ++-0374101 ++-0364133 ++-0381070 ++-0366100 ++-0377088 ++-0380103 ++-0376084 ++-0382055 ++-0383004 ++-0358194 ++-0365088 ++-0379049 ++-0370034 ++-0375117 ++-0369085 ++-0373098 ++-0372117 ++-0371077 ++-0368071 ++-0374102 ++-0367118 ++-0376085 ++-0373099 ++-0371078 ++-0381071 ++-0377089 ++-0366101 ++-0376086 ++-0382056 ++-0379050 ++-0380104 ++-0365089 ++-0383005 ++-0358195 ++-0375118 ++-0364134 ++-0369086 ++-0371079 ++-0368072 ++-0373100 ++-0370035 ++-0374103 ++-0367119 ++-0372118 ++-0381072 ++-0377090 ++-0366102 ++-0382057 ++-0376087 ++-0365090 ++-0379051 ++-0383006 ++-0375119 ++-0368073 ++-0380105 ++-0369087 ++-0364135 ++-0373101 ++-0367120 ++-0370036 ++-0374104 ++-0371080 ++-0372119 ++-0358196 ++-0366103 ++-0381073 ++-0382058 ++-0379052 ++-0376088 ++-0365091 ++-0377091 ++-0383007 ++-0375120 ++-0369088 ++-0367121 ++-0364136 ++-0368074 ++-0374105 ++-0373102 ++-0372120 ++-0381074 ++-0370037 ++-0382059 ++-0379053 ++-0365092 ++-0376089 ++-0383008 ++-0375121 ++-0368075 ++-0373103 ++-0369089 ++-0380106 ++-0377092 ++-0374106 ++-0370038 ++-0371081 ++-0364137 ++-0381075 ++-0382060 ++-0379054 ++-0376090 ++-0366104 ++-0372121 ++-0367122 ++-0383009 ++-0375122 ++-0365093 ++-0368076 ++-0380107 ++-0374107 ++-0371082 ++-0364138 ++-0373104 ++-0382061 ++-0379055 ++-0369090 ++-0377093 ++-0381076 ++-0372122 ++-0366105 ++-0370039 ++-0383010 ++-0375123 ++-0376091 ++-0367123 ++-0365094 ++-0378000 ++-0368077 ++-0380108 ++-0373105 ++-0374108 ++-0382062 ++-0366106 ++-0369091 ++-0371083 ++-0364139 ++-0372123 ++-0367124 ++-0379056 ++-0383011 ++-0377094 ++-0381077 ++-0375124 ++-0376092 ++-0370040 ++-0378001 ++-0365095 ++-0368078 ++-0380109 ++-0373106 ++-0382063 ++-0372124 ++-0366107 ++-0374109 ++-0383012 ++-0377095 ++-0371084 ++-0379057 ++-0375125 ++-0369092 ++-0364140 ++-0365096 ++-0368079 ++-0376093 ++-0378002 ++-0367125 ++-0381078 ++-0380110 ++-0370041 ++-0373107 ++-0372125 ++-0366108 ++-0383013 ++-0382064 ++-0374110 ++-0377096 ++-0369093 ++-0375126 ++-0371085 ++-0364141 ++-0365097 ++-0379058 ++-0376094 ++-0370042 ++-0380111 ++-0367126 ++-0368080 ++-0378003 ++-0372126 ++-0381079 ++-0366109 ++-0373108 ++-0374111 ++-0377097 ++-0382065 ++-0375127 ++-0369094 ++-0383014 ++-0365098 ++-0379059 ++-0364142 ++-0370043 ++-0371086 ++-0380112 ++-0367127 ++-0376095 ++-0372127 ++-0378004 ++-0366110 ++-0368081 ++-0381080 ++-0377098 ++-0375128 ++-0373109 ++-0374112 ++-0382066 ++-0369095 ++-0364143 ++-0383015 ++-0371087 ++-0365099 ++-0379060 ++-0376096 ++-0367128 ++-0370044 ++-0372128 ++-0366111 ++-0380113 ++-0378005 ++-0368082 ++-0381081 ++-0377099 ++-0375129 ++-0382067 ++-0369096 ++-0373110 ++-0374113 ++-0364144 ++-0383016 ++-0380114 ++-0376097 ++-0366112 ++-0379061 ++-0368083 ++-0371088 ++-0367129 ++-0370045 ++-0365100 ++-0372129 ++-0378006 ++-0377100 ++-0382068 ++-0381082 ++-0373111 ++-0375130 ++-0374114 ++-0369097 ++-0377101 ++-0376098 ++-0368084 ++-0372130 ++-0364145 ++-0380115 ++-0366113 ++-0371089 ++-0379062 ++-0378007 ++-0367130 ++-0382069 ++-0370046 ++-0365101 ++-0383017 ++-0374115 ++-0369098 ++-0381083 ++-0375131 ++-0368085 ++-0376099 ++-0373112 ++-0377102 ++-0366114 ++-0364146 ++-0372131 ++-0380116 ++-0371090 ++-0379063 ++-0378008 ++-0382070 ++-0370047 ++-0368086 ++-0380117 ++-0364147 ++-0365102 ++-0369099 ++-0375132 ++-0377103 ++-0367131 ++-0374116 ++-0373113 ++-0381084 ++-0371091 ++-0374117 ++-0373114 ++-0381085 ++-0379064 ++-0382071 ++-0371092 ++-0366115 ++-0374118 ++-0381086 ++-0373115 ++-0379065 ++-0382072 ++-0370048 ++-0366116 ++-0372132 ++-0371093 ++-0374119 ++-0383018 ++-0381087 ++-0373116 ++-0379066 ++-0378009 ++-0366117 ++-0372133 ++-0371094 ++-0382073 ++-0374120 ++-0380118 ++-0368087 ++-0383019 ++-0381088 ++-0379067 ++-0373117 ++-0364148 ++-0370049 ++-0376100 ++-0378010 ++-0366118 ++-0365103 ++-0380119 ++-0371095 ++-0379068 ++-0382074 ++-0368088 ++-0374121 ++-0364149 ++-0383020 ++-0373118 ++-0375133 ++-0369100 ++-0381089 ++-0370050 ++-0377104 ++-0366119 ++-0378011 ++-0372134 ++-0364150 ++-0379069 ++-0371096 ++-0367132 ++-0364151 ++-0368089 ++-0377105 ++-0383021 ++-0380120 ++-0382075 ++-0369101 ++-0365104 ++-0375134 ++-0376101 ++-0374122 ++-0373119 ++-0381090 ++-0372135 ++-0366120 ++-0378012 ++-0370051 ++-0371097 ++-0367133 ++-0379070 ++-0368090 ++-0364152 ++-0377106 ++-0382076 ++-0376102 ++-0369102 ++-0374123 ++-0383022 ++-0380121 ++-0381091 ++-0365105 ++-0378013 ++-0372136 ++-0375135 ++-0373120 ++-0370052 ++-0371098 ++-0366121 ++-0367134 ++-0379071 ++-0382077 ++-0368091 ++-0377107 ++-0376103 ++-0374124 ++-0364153 ++-0369103 ++-0365106 ++-0380122 ++-0383023 ++-0375136 ++-0378014 ++-0372137 ++-0373121 ++-0371099 ++-0370053 ++-0381092 ++-0367135 ++-0379072 ++-0382078 ++-0377108 ++-0366122 ++-0368092 ++-0374125 ++-0376104 ++-0364154 ++-0365107 ++-0369104 ++-0375137 ++-0383024 ++-0373122 ++-0378015 ++-0380123 ++-0370054 ++-0372138 ++-0379073 ++-0381093 ++-0366123 ++-0371100 ++-0377109 ++-0382079 ++-0376105 ++-0367136 ++-0374126 ++-0368093 ++-0378016 ++-0369105 ++-0366124 ++-0374127 ++-0374128 ++-0371101 ++-0375138 ++-0383025 ++-0379074 ++-0364155 ++-0369106 ++-0376106 ++-0381094 ++-0365108 ++-0372139 ++-0367137 ++-0373123 ++-0382080 ++-0370055 ++-0377110 ++-0380124 ++-0366125 ++-0378017 ++-0368094 ++-0383026 ++-0379075 ++-0381095 ++-0369107 ++-0375139 ++-0367138 ++-0370056 ++-0377111 ++-0380125 ++-0371102 ++-0373124 ++-0374129 ++-0382081 ++-0364156 ++-0366126 ++-0376107 ++-0372140 ++-0365109 ++-0378018 ++-0368095 ++-0379076 ++-0383027 ++-0369108 ++-0370057 ++-0367139 ++-0375140 ++-0377112 ++-0381096 ++-0371103 ++-0380126 ++-0382082 ++-0372141 ++-0374130 ++-0373125 ++-0366127 ++-0376108 ++-0368096 ++-0378019 ++-0365110 ++-0369109 ++-0367140 ++-0379077 ++-0377113 ++-0383028 ++-0381097 ++-0371104 ++-0370058 ++-0375141 ++-0380127 ++-0382083 ++-0376109 ++-0372142 ++-0374131 ++-0368097 ++-0373126 ++-0369110 ++-0366128 ++-0379078 ++-0378020 ++-0365111 ++-0383029 ++-0367141 ++-0381098 ++-0371105 ++-0375142 ++-0377114 ++-0376110 ++-0384000 ++-0370059 ++-0373127 ++-0374132 ++-0380128 ++-0382084 ++-0369111 ++-0366129 ++-0372143 ++-0379079 ++-0368098 ++-0383030 ++-0378021 ++-0365112 ++-0381099 ++-0377115 ++-0375143 ++-0371106 ++-0367142 ++-0376111 ++-0380129 ++-0384001 ++-0374133 ++-0382085 ++-0373128 ++-0366130 ++-0379080 ++-0370060 ++-0368099 ++-0383031 ++-0369112 ++-0372144 ++-0365113 ++-0381100 ++-0378022 ++-0377116 ++-0380130 ++-0376112 ++-0375144 ++-0367143 ++-0371107 ++-0373129 ++-0382086 ++-0384002 ++-0382087 ++-0367144 ++-0374134 ++-0384003 ++-0377117 ++-0378023 ++-0371108 ++-0370061 ++-0366131 ++-0376113 ++-0383032 ++-0372145 ++-0368100 ++-0375145 ++-0382088 ++-0381101 ++-0379081 ++-0365114 ++-0373130 ++-0369113 ++-0380131 ++-0366132 ++-0374135 ++-0367145 ++-0378024 ++-0377118 ++-0370062 ++-0384004 ++-0372146 ++-0383033 ++-0371109 ++-0375146 ++-0376114 ++-0382089 ++-0368101 ++-0381102 ++-0379082 ++-0380132 ++-0365115 ++-0373131 ++-0369114 ++-0367146 ++-0378025 ++-0366133 ++-0384005 ++-0375147 ++-0376115 ++-0372147 ++-0374136 ++-0383034 ++-0381103 ++-0370063 ++-0380133 ++-0382090 ++-0377119 ++-0379083 ++-0365116 ++-0371110 ++-0368102 ++-0373132 ++-0367147 ++-0369115 ++-0372148 ++-0378026 ++-0375148 ++-0366134 ++-0384006 ++-0376116 ++-0383035 ++-0374137 ++-0381104 ++-0370064 ++-0382091 ++-0379084 ++-0380134 ++-0371111 ++-0377120 ++-0365117 ++-0367148 ++-0373133 ++-0369116 ++-0375149 ++-0366135 ++-0384007 ++-0368103 ++-0381105 ++-0376117 ++-0372149 ++-0378027 ++-0374138 ++-0370065 ++-0379085 ++-0383036 ++-0382092 ++-0367149 ++-0377121 ++-0371112 ++-0380135 ++-0381106 ++-0375150 ++-0369117 ++-0368104 ++-0372150 ++-0373134 ++-0378028 ++-0365118 ++-0366136 ++-0384008 ++-0374139 ++-0376118 ++-0379086 ++-0370066 ++-0382093 ++-0377122 ++-0383037 ++-0371113 ++-0367150 ++-0380136 ++-0368105 ++-0372151 ++-0375151 ++-0373135 ++-0369118 ++-0384009 ++-0374140 ++-0365119 ++-0379087 ++-0376119 ++-0366137 ++-0370067 ++-0378029 ++-0382094 ++-0377123 ++-0383038 ++-0371114 ++-0380137 ++-0372152 ++-0368106 ++-0375152 ++-0369119 ++-0373136 ++-0367151 ++-0379088 ++-0376120 ++-0374141 ++-0365120 ++-0384010 ++-0366138 ++-0382095 ++-0370068 ++-0377124 ++-0380138 ++-0378030 ++-0383039 ++-0371115 ++-0368107 ++-0375153 ++-0373137 ++-0372153 ++-0379089 ++-0369120 ++-0376121 ++-0374142 ++-0366139 ++-0365121 ++-0382096 ++-0384011 ++-0367152 ++-0383040 ++-0380139 ++-0377125 ++-0378031 ++-0368108 ++-0373138 ++-0375154 ++-0381107 ++-0371116 ++-0379090 ++-0369121 ++-0370069 ++-0376122 ++-0372154 ++-0366140 ++-0374143 ++-0367153 ++-0365122 ++-0373139 ++-0384012 ++-0382097 ++-0373140 ++-0377126 ++-0380140 ++-0376123 ++-0365123 ++-0378032 ++-0370070 ++-0379091 ++-0375155 ++-0372155 ++-0368109 ++-0374144 ++-0366141 ++-0383041 ++-0371117 ++-0369122 ++-0384013 ++-0381108 ++-0382098 ++-0376124 ++-0377127 ++-0367154 ++-0370071 ++-0378033 ++-0380141 ++-0379092 ++-0374145 ++-0368110 ++-0366142 ++-0381109 ++-0383042 ++-0373141 ++-0382099 ++-0384014 ++-0377128 ++-0369123 ++-0376125 ++-0371118 ++-0370072 ++-0367155 ++-0378034 ++-0380142 ++-0365124 ++-0366143 ++-0368111 ++-0379093 ++-0381110 ++-0374146 ++-0383043 ++-0373142 ++-0370073 ++-0376126 ++-0378035 ++-0382100 ++-0367156 ++-0377129 ++-0395000 ++-0366144 ++-0365125 ++-0380143 ++-0384015 ++-0371119 ++-0369124 ++-0379094 ++-0374147 ++-0370074 ++-0378036 ++-0368112 ++-0381111 ++-0377130 ++-0392000 ++-0382101 ++-0395001 ++-0373143 ++-0383044 ++-0380144 ++-0376127 ++-0365126 ++-0371120 ++-0366145 ++-0369125 ++-0384016 ++-0381112 ++-0378037 ++-0382102 ++-0373144 ++-0371121 ++-0395002 ++-0368113 ++-0374148 ++-0376128 ++-0380145 ++-0379095 ++-0384017 ++-0369126 ++-0392001 ++-0377131 ++-0370075 ++-0365127 ++-0383045 ++-0366146 ++-0381113 ++-0387000 ++-0371122 ++-0374149 ++-0378038 ++-0376129 ++-0369127 ++-0392002 ++-0380146 ++-0382103 ++-0395003 ++-0368114 ++-0383046 ++-0379096 ++-0373145 ++-0384018 ++-0387001 ++-0365128 ++-0370076 ++-0377132 ++-0381114 ++-0366147 ++-0369128 ++-0371123 ++-0392003 ++-0376130 ++-0382104 ++-0374150 ++-0395004 ++-0380147 ++-0378039 ++-0368115 ++-0373146 ++-0384019 ++-0383047 ++-0370077 ++-0377133 ++-0365129 ++-0387002 ++-0379097 ++-0381115 ++-0369129 ++-0371124 ++-0392004 ++-0382105 ++-0366148 ++-0374151 ++-0380148 ++-0378040 ++-0376131 ++-0368116 ++-0395005 ++-0377134 ++-0387003 ++-0384020 ++-0370078 ++-0383048 ++-0373147 ++-0381116 ++-0369130 ++-0371125 ++-0379098 ++-0365130 ++-0382106 ++-0392005 ++-0374152 ++-0366149 ++-0376132 ++-0378041 ++-0380149 ++-0377135 ++-0387004 ++-0368117 ++-0395006 ++-0384021 ++-0383049 ++-0369131 ++-0373148 ++-0370079 ++-0381117 ++-0382107 ++-0379099 ++-0374153 ++-0392006 ++-0365131 ++-0371126 ++-0376133 ++-0378042 ++-0366150 ++-0387005 ++-0380150 ++-0377136 ++-0368118 ++-0384022 ++-0370080 ++-0373149 ++-0383050 ++-0395007 ++-0382108 ++-0381118 ++-0369132 ++-0374154 ++-0371127 ++-0366151 ++-0376134 ++-0379100 ++-0392007 ++-0365132 ++-0378043 ++-0368119 ++-0377137 ++-0373150 ++-0387006 ++-0384023 ++-0370081 ++-0383051 ++-0380151 ++-0395008 ++-0381119 ++-0371128 ++-0382109 ++-0366152 ++-0392008 ++-0379101 ++-0376135 ++-0365133 ++-0387007 ++-0378044 ++-0370082 ++-0384024 ++-0395009 ++-0373151 ++-0380152 ++-0377138 ++-0374155 ++-0369133 ++-0383052 ++-0368120 ++-0371129 ++-0381120 ++-0382110 ++-0366153 ++-0392009 ++-0365134 ++-0384025 ++-0379102 ++-0376136 ++-0370083 ++-0373152 ++-0395010 ++-0387008 ++-0383053 ++-0378045 ++-0380153 ++-0374156 ++-0377139 ++-0382111 ++-0381121 ++-0368121 ++-0369134 ++-0366154 ++-0371130 ++-0365135 ++-0376137 ++-0384026 ++-0370084 ++-0379103 ++-0373153 ++-0378046 ++-0395011 ++-0392010 ++-0374157 ++-0377140 ++-0380154 ++-0383054 ++-0382112 ++-0381122 ++-0369135 ++-0371131 ++-0387009 ++-0368122 ++-0366155 ++-0365136 ++-0376138 ++-0379104 ++-0373154 ++-0370085 ++-0384027 ++-0377141 ++-0392011 ++-0378047 ++-0374158 ++-0380155 ++-0395012 ++-0383055 ++-0382113 ++-0369136 ++-0371132 ++-0381123 ++-0368123 ++-0365137 ++-0387010 ++-0379105 ++-0376139 ++-0373155 ++-0377142 ++-0384028 ++-0370086 ++-0378048 ++-0395013 ++-0392012 ++-0371133 ++-0368124 ++-0365138 ++-0370087 ++-0379106 ++-0395014 ++-0384029 ++-0373156 ++-0383056 ++-0378049 ++-0369137 ++-0376140 ++-0377143 ++-0381124 ++-0371134 ++-0370088 ++-0382114 ++-0387011 ++-0383057 ++-0376141 ++-0382115 ++-0377144 ++-0387012 ++-0378050 ++-0392013 ++-0379107 ++-0383058 ++-0369138 ++-0384030 ++-0371135 ++-0365139 ++-0395015 ++-0370089 ++-0381125 ++-0368125 ++-0386000 ++-0376142 ++-0377145 ++-0382116 ++-0387013 ++-0392014 ++-0378051 ++-0400000 ++-0379108 ++-0394000 ++-0383059 ++-0369139 ++-0371136 ++-0370090 ++-0384031 ++-0365140 ++-0395016 ++-0382117 ++-0393000 ++-0381126 ++-0377146 ++-0378052 ++-0386001 ++-0368126 ++-0379109 ++-0392015 ++-0387014 ++-0376143 ++-0394001 ++-0394002 ++-0383060 ++-0400001 ++-0384032 ++-0369140 ++-0378053 ++-0371137 ++-0365141 ++-0387015 ++-0377147 ++-0370091 ++-0381127 ++-0393001 ++-0368127 ++-0379110 ++-0395017 ++-0377148 ++-0400002 ++-0376144 ++-0383061 ++-0392016 ++-0393002 ++-0386002 ++-0369141 ++-0384033 ++-0368128 ++-0387016 ++-0370092 ++-0378054 ++-0371138 ++-0379111 ++-0365142 ++-0394003 ++-0381128 ++-0382118 ++-0377149 ++-0395018 ++-0386003 ++-0392017 ++-0376145 ++-0383062 ++-0400003 ++-0369142 ++-0393003 ++-0384034 ++-0387017 ++-0368129 ++-0378055 ++-0379112 ++-0394004 ++-0370093 ++-0371139 ++-0382119 ++-0365143 ++-0381129 ++-0376146 ++-0377150 ++-0392018 ++-0395019 ++-0400004 ++-0393004 ++-0386004 ++-0383063 ++-0387018 ++-0384035 ++-0368130 ++-0369143 ++-0370094 ++-0394005 ++-0381130 ++-0365144 ++-0379113 ++-0378056 ++-0371140 ++-0376147 ++-0382120 ++-0377151 ++-0392019 ++-0395020 ++-0393005 ++-0386005 ++-0400005 ++-0384036 ++-0387019 ++-0369144 ++-0368131 ++-0383064 ++-0370095 ++-0381131 ++-0365145 ++-0378057 ++-0376148 ++-0394006 ++-0379114 ++-0382121 ++-0392020 ++-0371141 ++-0393006 ++-0377152 ++-0400006 ++-0386006 ++-0384037 ++-0370096 ++-0369145 ++-0387020 ++-0368132 ++-0365146 ++-0394007 ++-0381132 ++-0376149 ++-0395021 ++-0378058 ++-0379115 ++-0382122 ++-0392021 ++-0393007 ++-0400007 ++-0371142 ++-0384038 ++-0370097 ++-0377153 ++-0386007 ++-0387021 ++-0369146 ++-0394008 ++-0365147 ++-0368133 ++-0376150 ++-0382123 ++-0392022 ++-0378059 ++-0379116 ++-0395022 ++-0400008 ++-0393008 ++-0384039 ++-0371143 ++-0370098 ++-0387022 ++-0377154 ++-0381133 ++-0394009 ++-0365148 ++-0386008 ++-0376151 ++-0369147 ++-0368134 ++-0379117 ++-0395023 ++-0392023 ++-0383065 ++-0382124 ++-0400009 ++-0378060 ++-0384040 ++-0370099 ++-0393009 ++-0371144 ++-0377155 ++-0387023 ++-0381134 ++-0365149 ++-0368135 ++-0386009 ++-0369148 ++-0394010 ++-0392024 ++-0382125 ++-0400010 ++-0378061 ++-0383066 ++-0376152 ++-0395024 ++-0371145 ++-0393010 ++-0384041 ++-0370100 ++-0377156 ++-0387024 ++-0381135 ++-0365150 ++-0386010 ++-0368136 ++-0369149 ++-0379118 ++-0400011 ++-0394011 ++-0382126 ++-0392025 ++-0376153 ++-0395025 ++-0378062 ++-0383067 ++-0393011 ++-0371146 ++-0387025 ++-0384042 ++-0365151 ++-0386011 ++-0369150 ++-0368137 ++-0381136 ++-0379119 ++-0392026 ++-0394012 ++-0382127 ++-0383068 ++-0400012 ++-0370101 ++-0376154 ++-0393012 ++-0378063 ++-0395026 ++-0371147 ++-0387026 ++-0369151 ++-0386012 ++-0365152 ++-0384043 ++-0368138 ++-0379120 ++-0381137 ++-0394013 ++-0400013 ++-0382128 ++-0383069 ++-0370102 ++-0392027 ++-0371148 ++-0395027 ++-0378064 ++-0376155 ++-0393013 ++-0387027 ++-0369152 ++-0386013 ++-0368139 ++-0384044 ++-0365153 ++-0379121 ++-0381138 ++-0397000 ++-0394014 ++-0383070 ++-0400014 ++-0392028 ++-0371149 ++-0378065 ++-0382129 ++-0376156 ++-0393014 ++-0370103 ++-0387028 ++-0395028 ++-0386014 ++-0368140 ++-0365154 ++-0384045 ++-0369153 ++-0381139 ++-0383071 ++-0394015 ++-0379122 ++-0400015 ++-0397001 ++-0378066 ++-0371150 ++-0392029 ++-0370104 ++-0387029 ++-0382130 ++-0395029 ++-0393015 ++-0368141 ++-0386015 ++-0365155 ++-0384046 ++-0369154 ++-0394016 ++-0379123 ++-0397002 ++-0381140 ++-0383072 ++-0378067 ++-0400016 ++-0371151 ++-0392030 ++-0370105 ++-0382131 ++-0393016 ++-0387030 ++-0384047 ++-0386016 ++-0369155 ++-0395030 ++-0394017 ++-0381141 ++-0379124 ++-0383073 ++-0397003 ++-0368142 ++-0400017 ++-0378068 ++-0371152 ++-0392031 ++-0370106 ++-0382132 ++-0393017 ++-0396000 ++-0381142 ++-0384048 ++-0387031 ++-0386017 ++-0369156 ++-0394018 ++-0368143 ++-0397004 ++-0371153 ++-0383074 ++-0392032 ++-0400018 ++-0395031 ++-0379125 ++-0393018 ++-0382133 ++-0370107 ++-0378069 ++-0396001 ++-0394019 ++-0385000 ++-0386018 ++-0384049 ++-0369157 ++-0397005 ++-0387032 ++-0381143 ++-0368144 ++-0371154 ++-0383075 ++-0392033 ++-0400019 ++-0393019 ++-0379126 ++-0395032 ++-0385001 ++-0394020 ++-0382134 ++-0370108 ++-0384050 ++-0386019 ++-0378070 ++-0369158 ++-0387033 ++-0371155 ++-0396002 ++-0397006 ++-0368145 ++-0383076 ++-0381144 ++-0393020 ++-0400020 ++-0392034 ++-0395033 ++-0379127 ++-0382135 ++-0368146 ++-0400021 ++-0378071 ++-0387034 ++-0384051 ++-0381145 ++-0369159 ++-0397007 ++-0392035 ++-0396003 ++-0386020 ++-0395034 ++-0383077 ++-0370109 ++-0371156 ++-0385002 ++-0379128 ++-0394021 ++-0393021 ++-0382136 ++-0387035 ++-0384052 ++-0378072 ++-0400022 ++-0397008 ++-0368147 ++-0381146 ++-0396004 ++-0369160 ++-0392036 ++-0386021 ++-0395035 ++-0385003 ++-0370110 ++-0383078 ++-0379129 ++-0394022 ++-0393022 ++-0382137 ++-0378073 ++-0384053 ++-0381147 ++-0368148 ++-0386022 ++-0387036 ++-0396005 ++-0397009 ++-0392037 ++-0369161 ++-0400023 ++-0370111 ++-0379130 ++-0385004 ++-0394023 ++-0393023 ++-0383079 ++-0395036 ++-0382138 ++-0378074 ++-0384054 ++-0386023 ++-0397010 ++-0368149 ++-0387037 ++-0381148 ++-0369162 ++-0391000 ++-0370112 ++-0379131 ++-0385005 ++-0394024 ++-0396006 ++-0392038 ++-0395037 ++-0383080 ++-0400024 ++-0393024 ++-0382139 ++-0378075 ++-0386024 ++-0397011 ++-0384055 ++-0368150 ++-0387038 ++-0381149 ++-0379132 ++-0391001 ++-0394025 ++-0369163 ++-0385006 ++-0396007 ++-0395038 ++-0370113 ++-0392039 ++-0382140 ++-0383081 ++-0400025 ++-0393025 ++-0397012 ++-0384056 ++-0386025 ++-0378076 ++-0387039 ++-0368151 ++-0391002 ++-0369164 ++-0385007 ++-0379133 ++-0396008 ++-0381150 ++-0395039 ++-0370114 ++-0382141 ++-0394026 ++-0400026 ++-0392040 ++-0397013 ++-0383082 ++-0393026 ++-0387040 ++-0368152 ++-0384057 ++-0386026 ++-0369165 ++-0378077 ++-0391003 ++-0385008 ++-0396009 ++-0395040 ++-0381151 ++-0370115 ++-0379134 ++-0382142 ++-0369166 ++-0382143 ++-0383083 ++-0400027 ++-0387041 ++-0394027 ++-0384058 ++-0392041 ++-0379135 ++-0385009 ++-0368153 ++-0396010 ++-0393027 ++-0378078 ++-0391004 ++-0397014 ++-0386027 ++-0382144 ++-0381152 ++-0369167 ++-0370116 ++-0395041 ++-0394028 ++-0387042 ++-0400028 ++-0383084 ++-0384059 ++-0392042 ++-0379136 ++-0385010 ++-0368154 ++-0393028 ++-0378079 ++-0397015 ++-0395042 ++-0386028 ++-0396011 ++-0369168 ++-0382145 ++-0391005 ++-0387043 ++-0370117 ++-0400029 ++-0381153 ++-0383085 ++-0394029 ++-0392043 ++-0384060 ++-0385011 ++-0368155 ++-0397016 ++-0393029 ++-0395043 ++-0378080 ++-0379137 ++-0382146 ++-0396012 ++-0387044 ++-0386029 ++-0369169 ++-0391006 ++-0400030 ++-0383086 ++-0370118 ++-0394030 ++-0381154 ++-0385012 ++-0397017 ++-0393030 ++-0384061 ++-0392044 ++-0378081 ++-0382147 ++-0379138 ++-0396013 ++-0387045 ++-0369170 ++-0400031 ++-0383087 ++-0395044 ++-0386030 ++-0381155 ++-0370119 ++-0394031 ++-0397018 ++-0391007 ++-0393031 ++-0385013 ++-0378082 ++-0392045 ++-0382148 ++-0379139 ++-0383088 ++-0396014 ++-0400032 ++-0384062 ++-0397019 ++-0395045 ++-0370120 ++-0393032 ++-0386031 ++-0391008 ++-0369171 ++-0385014 ++-0394032 ++-0378083 ++-0387046 ++-0379140 ++-0392046 ++-0382149 ++-0388000 ++-0383089 ++-0400033 ++-0396015 ++-0397020 ++-0370121 ++-0384063 ++-0391009 ++-0385015 ++-0395046 ++-0387047 ++-0393033 ++-0378084 ++-0392047 ++-0369172 ++-0394033 ++-0382150 ++-0388001 ++-0386032 ++-0379141 ++-0383090 ++-0396016 ++-0400034 ++-0391010 ++-0370122 ++-0397021 ++-0384064 ++-0395047 ++-0387048 ++-0378085 ++-0385016 ++-0401000 ++-0392048 ++-0394034 ++-0393034 ++-0386033 ++-0383091 ++-0388002 ++-0382151 ++-0396017 ++-0379142 ++-0369173 ++-0391011 ++-0400035 ++-0370123 ++-0395048 ++-0397022 ++-0384065 ++-0387049 ++-0378086 ++-0401001 ++-0392049 ++-0393035 ++-0394035 ++-0388003 ++-0385017 ++-0379143 ++-0382152 ++-0383092 ++-0396018 ++-0386034 ++-0391012 ++-0369174 ++-0400036 ++-0397023 ++-0384066 ++-0370124 ++-0395049 ++-0387050 ++-0392050 ++-0393036 ++-0394036 ++-0401002 ++-0378087 ++-0379144 ++-0388004 ++-0383093 ++-0391013 ++-0385018 ++-0396019 ++-0382153 ++-0386035 ++-0400037 ++-0369175 ++-0387051 ++-0393037 ++-0394037 ++-0395050 ++-0370125 ++-0379145 ++-0392051 ++-0378088 ++-0401003 ++-0396020 ++-0397024 ++-0383094 ++-0391014 ++-0388005 ++-0385019 ++-0400038 ++-0382154 ++-0394038 ++-0387052 ++-0369176 ++-0370126 ++-0386036 ++-0378089 ++-0379146 ++-0395051 ++-0393038 ++-0401004 ++-0397025 ++-0392052 ++-0400039 ++-0396021 ++-0383095 ++-0385020 ++-0391015 ++-0394039 ++-0384067 ++-0382155 ++-0388006 ++-0370127 ++-0386037 ++-0369177 ++-0387053 ++-0393039 ++-0378090 ++-0379147 ++-0401005 ++-0392053 ++-0395052 ++-0400040 ++-0391016 ++-0397026 ++-0383096 ++-0396022 ++-0382156 ++-0385021 ++-0388007 ++-0370128 ++-0384068 ++-0386038 ++-0378091 ++-0387054 ++-0394040 ++-0393040 ++-0369178 ++-0379148 ++-0401006 ++-0392054 ++-0395053 ++-0400041 ++-0391017 ++-0388008 ++-0396023 ++-0384069 ++-0383097 ++-0397027 ++-0370129 ++-0386039 ++-0385022 ++-0387055 ++-0369179 ++-0378092 ++-0379149 ++-0392055 ++-0393041 ++-0394041 ++-0400042 ++-0391018 ++-0401007 ++-0395054 ++-0388009 ++-0397028 ++-0396024 ++-0386040 ++-0387056 ++-0384070 ++-0383098 ++-0370130 ++-0369180 ++-0392056 ++-0394042 ++-0385023 ++-0400043 ++-0379150 ++-0378093 ++-0388010 ++-0395055 ++-0393042 ++-0391019 ++-0396025 ++-0401008 ++-0383099 ++-0397029 ++-0402000 ++-0384071 ++-0387057 ++-0386041 ++-0369181 ++-0392057 ++-0370131 ++-0394043 ++-0400044 ++-0379151 ++-0391020 ++-0388011 ++-0385024 ++-0395056 ++-0378094 ++-0396026 ++-0393043 ++-0401009 ++-0383100 ++-0384072 ++-0369182 ++-0402001 ++-0386042 ++-0397030 ++-0392058 ++-0394044 ++-0400045 ++-0387058 ++-0391021 ++-0370132 ++-0388012 ++-0396027 ++-0379152 ++-0378095 ++-0385025 ++-0401010 ++-0393044 ++-0395057 ++-0383101 ++-0402002 ++-0369183 ++-0384073 ++-0386043 ++-0392059 ++-0397031 ++-0391022 ++-0396028 ++-0378096 ++-0378097 ++-0370133 ++-0400046 ++-0396029 ++-0379153 ++-0385026 ++-0393045 ++-0384074 ++-0387059 ++-0394045 ++-0401011 ++-0388013 ++-0395058 ++-0383102 ++-0386044 ++-0391023 ++-0378098 ++-0397032 ++-0396030 ++-0370134 ++-0369184 ++-0387060 ++-0393046 ++-0379154 ++-0383103 ++-0385027 ++-0394046 ++-0400047 ++-0397033 ++-0392060 ++-0402003 ++-0384075 ++-0394047 ++-0385028 ++-0383104 ++-0400048 ++-0378099 ++-0379155 ++-0401012 ++-0388014 ++-0393047 ++-0395059 ++-0386045 ++-0391024 ++-0387061 ++-0396031 ++-0369185 ++-0397034 ++-0392061 ++-0370135 ++-0385029 ++-0378100 ++-0397035 ++-0370136 ++-0393048 ++-0388015 ++-0400049 ++-0387062 ++-0402004 ++-0379156 ++-0392062 ++-0385030 ++-0383105 ++-0386046 ++-0394048 ++-0401013 ++-0395060 ++-0396032 ++-0378101 ++-0397036 ++-0391025 ++-0369186 ++-0370137 ++-0388016 ++-0402005 ++-0387063 ++-0393049 ++-0392063 ++-0385031 ++-0400050 ++-0383106 ++-0386047 ++-0401014 ++-0397037 ++-0391026 ++-0384076 ++-0394049 ++-0370138 ++-0395061 ++-0396033 ++-0378102 ++-0402006 ++-0388017 ++-0387064 ++-0369187 ++-0393050 ++-0392064 ++-0385032 ++-0400051 ++-0383107 ++-0386048 ++-0384077 ++-0394050 ++-0401015 ++-0391027 ++-0396034 ++-0378103 ++-0395062 ++-0397038 ++-0392065 ++-0370139 ++-0385033 ++-0388018 ++-0393051 ++-0400052 ++-0387065 ++-0383108 ++-0369188 ++-0402007 ++-0394051 ++-0386049 ++-0384078 ++-0399000 ++-0401016 ++-0396035 ++-0391028 ++-0392066 ++-0370140 ++-0385034 ++-0378104 ++-0393052 ++-0400053 ++-0387066 ++-0395063 ++-0388019 ++-0383109 ++-0402008 ++-0397039 ++-0394052 ++-0384079 ++-0386050 ++-0399001 ++-0369189 ++-0392067 ++-0401017 ++-0370141 ++-0396036 ++-0385035 ++-0378105 ++-0388020 ++-0387067 ++-0393053 ++-0395064 ++-0383110 ++-0397040 ++-0391029 ++-0386051 ++-0399002 ++-0400054 ++-0402009 ++-0394053 ++-0384080 ++-0369190 ++-0387068 ++-0393054 ++-0392068 ++-0399003 ++-0395065 ++-0370142 ++-0400055 ++-0383111 ++-0369191 ++-0387069 ++-0397041 ++-0385036 ++-0392069 ++-0402010 ++-0378106 ++-0399004 ++-0393055 ++-0395066 ++-0396037 ++-0388021 ++-0394054 ++-0386052 ++-0370143 ++-0383112 ++-0400056 ++-0401018 ++-0391030 ++-0387070 ++-0369192 ++-0392070 ++-0384081 ++-0378107 ++-0399005 ++-0397042 ++-0393056 ++-0395067 ++-0385037 ++-0402011 ++-0388022 ++-0396038 ++-0370144 ++-0400057 ++-0394055 ++-0401019 ++-0386053 ++-0384082 ++-0383113 ++-0391031 ++-0387071 ++-0378108 ++-0369193 ++-0392071 ++-0399006 ++-0397043 ++-0393057 ++-0385038 ++-0402012 ++-0396039 ++-0386054 ++-0395068 ++-0400058 ++-0388023 ++-0383114 ++-0370145 ++-0394056 ++-0384083 ++-0392072 ++-0387072 ++-0378109 ++-0401020 ++-0391032 ++-0385039 ++-0369194 ++-0393058 ++-0396040 ++-0402013 ++-0399007 ++-0397044 ++-0394057 ++-0384084 ++-0386055 ++-0378110 ++-0395069 ++-0401021 ++-0391033 ++-0392073 ++-0400059 ++-0387073 ++-0385040 ++-0388024 ++-0393059 ++-0397045 ++-0383115 ++-0370146 ++-0396041 ++-0369195 ++-0402014 ++-0384085 ++-0395070 ++-0378111 ++-0394058 ++-0399008 ++-0386056 ++-0400060 ++-0391034 ++-0393060 ++-0385041 ++-0387074 ++-0401022 ++-0392074 ++-0397046 ++-0383116 ++-0392075 ++-0386057 ++-0370147 ++-0384086 ++-0401023 ++-0388025 ++-0396042 ++-0392076 ++-0385042 ++-0395071 ++-0391035 ++-0402015 ++-0383117 ++-0397047 ++-0399009 ++-0386058 ++-0393061 ++-0400061 ++-0378112 ++-0394059 ++-0370148 ++-0401024 ++-0384087 ++-0402016 ++-0391036 ++-0385043 ++-0392077 ++-0383118 ++-0396043 ++-0395072 ++-0393062 ++-0388026 ++-0400062 ++-0386059 ++-0397048 ++-0399010 ++-0389000 ++-0378113 ++-0394060 ++-0384088 ++-0401025 ++-0392078 ++-0385044 ++-0391037 ++-0383119 ++-0402017 ++-0370149 ++-0393063 ++-0395073 ++-0400063 ++-0396044 ++-0387075 ++-0388027 ++-0386060 ++-0389001 ++-0378114 ++-0397049 ++-0399011 ++-0401026 ++-0392079 ++-0384089 ++-0394061 ++-0391038 ++-0383120 ++-0402018 ++-0393064 ++-0385045 ++-0370150 ++-0395074 ++-0388028 ++-0387076 ++-0378115 ++-0389002 ++-0386061 ++-0397050 ++-0401027 ++-0384090 ++-0399012 ++-0394062 ++-0402019 ++-0391039 ++-0392080 ++-0383121 ++-0400064 ++-0370151 ++-0393065 ++-0388029 ++-0385046 ++-0395075 ++-0378116 ++-0387077 ++-0389003 ++-0386062 ++-0401028 ++-0397051 ++-0399013 ++-0402020 ++-0391040 ++-0384091 ++-0394063 ++-0400065 ++-0393066 ++-0383122 ++-0392081 ++-0370152 ++-0388030 ++-0385047 ++-0387078 ++-0378117 ++-0386063 ++-0395076 ++-0399014 ++-0401029 ++-0397052 ++-0383123 ++-0400066 ++-0394064 ++-0384092 ++-0388031 ++-0391041 ++-0393067 ++-0402021 ++-0370153 ++-0385048 ++-0392082 ++-0389004 ++-0386064 ++-0387079 ++-0399015 ++-0396045 ++-0396046 ++-0401030 ++-0391042 ++-0378118 ++-0395077 ++-0383124 ++-0388032 ++-0384093 ++-0387080 ++-0385049 ++-0400067 ++-0399016 ++-0392083 ++-0394065 ++-0393068 ++-0397053 ++-0370154 ++-0389005 ++-0402022 ++-0386065 ++-0391043 ++-0401031 ++-0384094 ++-0396047 ++-0378119 ++-0395078 ++-0385050 ++-0400068 ++-0388033 ++-0383125 ++-0399017 ++-0393069 ++-0394066 ++-0387081 ++-0370155 ++-0391044 ++-0397054 ++-0392084 ++-0386066 ++-0402023 ++-0389006 ++-0401032 ++-0396048 ++-0378120 ++-0395079 ++-0388034 ++-0384095 ++-0385051 ++-0399018 ++-0387082 ++-0383126 ++-0394067 ++-0400069 ++-0393070 ++-0391045 ++-0402024 ++-0386067 ++-0392085 ++-0397055 ++-0401033 ++-0389007 ++-0384096 ++-0395080 ++-0388035 ++-0385052 ++-0387083 ++-0383127 ++-0394068 ++-0391046 ++-0386068 ++-0402025 ++-0395081 ++-0384097 ++-0399019 ++-0393071 ++-0389008 ++-0400070 ++-0387084 ++-0396049 ++-0378121 ++-0401034 ++-0388036 ++-0385053 ++-0391047 ++-0383128 ++-0390000 ++-0397056 ++-0392086 ++-0394069 ++-0402026 ++-0399020 ++-0386069 ++-0384098 ++-0395082 ++-0400071 ++-0389009 ++-0387085 ++-0388037 ++-0385054 ++-0393072 ++-0401035 ++-0391048 ++-0396050 ++-0394070 ++-0383129 ++-0392087 ++-0397057 ++-0390001 ++-0402027 ++-0399021 ++-0386070 ++-0384099 ++-0389010 ++-0387086 ++-0395083 ++-0388038 ++-0385055 ++-0401036 ++-0400072 ++-0394071 ++-0383130 ++-0392088 ++-0393073 ++-0396051 ++-0378122 ++-0397058 ++-0391049 ++-0390002 ++-0399022 ++-0384100 ++-0402028 ++-0387087 ++-0389011 ++-0394072 ++-0385056 ++-0395084 ++-0393074 ++-0383131 ++-0388039 ++-0396052 ++-0400073 ++-0401037 ++-0378123 ++-0397059 ++-0392089 ++-0390003 ++-0399023 ++-0384101 ++-0391050 ++-0387088 ++-0402029 ++-0394073 ++-0385057 ++-0389012 ++-0395085 ++-0383132 ++-0388040 ++-0401038 ++-0378124 ++-0399024 ++-0396053 ++-0400074 ++-0384102 ++-0383133 ++-0393075 ++-0397060 ++-0387089 ++-0396054 ++-0390004 ++-0399025 ++-0392090 ++-0394074 ++-0400075 ++-0391051 ++-0385058 ++-0395086 ++-0384103 ++-0389013 ++-0383134 ++-0402030 ++-0378125 ++-0401039 ++-0388041 ++-0397061 ++-0384104 ++-0385059 ++-0378126 ++-0390005 ++-0393076 ++-0387090 ++-0378127 ++-0401040 ++-0396055 ++-0392091 ++-0394075 ++-0386071 ++-0399026 ++-0400076 ++-0391052 ++-0402031 ++-0395087 ++-0385060 ++-0388042 ++-0383135 ++-0389014 ++-0397062 ++-0384105 ++-0393077 ++-0387091 ++-0396056 ++-0402032 ++-0391053 ++-0383136 ++-0394076 ++-0385061 ++-0384106 ++-0395088 ++-0386072 ++-0389015 ++-0397063 ++-0393078 ++-0387092 ++-0390006 ++-0388043 ++-0401041 ++-0392092 ++-0400077 ++-0378128 ++-0396057 ++-0402033 ++-0391054 ++-0399027 ++-0385062 ++-0386073 ++-0383137 ++-0384107 ++-0395089 ++-0389016 ++-0394077 ++-0393079 ++-0397064 ++-0400078 ++-0390007 ++-0401042 ++-0392093 ++-0388044 ++-0378129 ++-0387093 ++-0396058 ++-0385063 ++-0399028 ++-0402034 ++-0391055 ++-0386074 ++-0389017 ++-0395090 ++-0384108 ++-0383138 ++-0394078 ++-0397065 ++-0393080 ++-0390008 ++-0392094 ++-0388045 ++-0378130 ++-0387094 ++-0401043 ++-0399029 ++-0400079 ++-0396059 ++-0385064 ++-0399030 ++-0402035 ++-0391056 ++-0393081 ++-0395091 ++-0389018 ++-0390009 ++-0384109 ++-0386075 ++-0394079 ++-0383139 ++-0397066 ++-0392095 ++-0387095 ++-0396060 ++-0400080 ++-0378131 ++-0388046 ++-0401044 ++-0391057 ++-0399031 ++-0385065 ++-0402036 ++-0395092 ++-0393082 ++-0389019 ++-0390010 ++-0394080 ++-0396061 ++-0400081 ++-0378132 ++-0387096 ++-0384110 ++-0386076 ++-0401045 ++-0388047 ++-0397067 ++-0392096 ++-0399032 ++-0383140 ++-0391058 ++-0385066 ++-0402037 ++-0389020 ++-0390011 ++-0394081 ++-0393083 ++-0396062 ++-0395093 ++-0400082 ++-0387097 ++-0386077 ++-0384111 ++-0399033 ++-0401046 ++-0385067 ++-0397068 ++-0392097 ++-0378133 ++-0388048 ++-0383141 ++-0391059 ++-0389021 ++-0402038 ++-0393084 ++-0396063 ++-0394082 ++-0395094 ++-0390012 ++-0387098 ++-0400083 ++-0386078 ++-0384112 ++-0397069 ++-0401047 ++-0399034 ++-0383142 ++-0392098 ++-0388049 ++-0378134 ++-0385068 ++-0389022 ++-0393085 ++-0396064 ++-0402039 ++-0391060 ++-0394083 ++-0395095 ++-0386079 ++-0387099 ++-0400084 ++-0390013 ++-0397070 ++-0383143 ++-0384113 ++-0393086 ++-0385069 ++-0378135 ++-0389023 ++-0399035 ++-0392099 ++-0401048 ++-0396065 ++-0388050 ++-0402040 ++-0394084 ++-0391061 ++-0387100 ++-0400085 ++-0395096 ++-0397071 ++-0386080 ++-0390014 ++-0383144 ++-0378136 ++-0385070 ++-0399036 ++-0396066 ++-0402041 ++-0392100 ++-0393087 ++-0388051 ++-0384114 ++-0391062 ++-0389024 ++-0401049 ++-0394085 ++-0387101 ++-0395097 ++-0400086 ++-0397072 ++-0390015 ++-0383145 ++-0399037 ++-0386081 ++-0385071 ++-0393088 ++-0402042 ++-0378137 ++-0396067 ++-0391063 ++-0401050 ++-0387102 ++-0395098 ++-0389025 ++-0392101 ++-0384115 ++-0388052 ++-0394086 ++-0390016 ++-0400087 ++-0399038 ++-0397073 ++-0385072 ++-0386082 ++-0383146 ++-0393089 ++-0391064 ++-0402043 ++-0401051 ++-0389026 ++-0387103 ++-0378138 ++-0396068 ++-0395099 ++-0392102 ++-0390017 ++-0399039 ++-0384116 ++-0388053 ++-0397074 ++-0402044 ++-0385073 ++-0394087 ++-0383147 ++-0399040 ++-0392103 ++-0384117 ++-0386083 ++-0393090 ++-0400088 ++-0401052 ++-0388054 ++-0401053 ++-0389027 ++-0396069 ++-0395100 ++-0393091 ++-0402045 ++-0378139 ++-0397075 ++-0387104 ++-0386084 ++-0388055 ++-0391065 ++-0399041 ++-0384118 ++-0390018 ++-0392104 ++-0385074 ++-0383148 ++-0400089 ++-0394088 ++-0389028 ++-0401054 ++-0395101 ++-0393092 ++-0396070 ++-0387105 ++-0378140 ++-0397076 ++-0388056 ++-0386085 ++-0399042 ++-0402046 ++-0390019 ++-0385075 ++-0391066 ++-0384119 ++-0383149 ++-0400090 ++-0392105 ++-0389029 ++-0394089 ++-0395102 ++-0401055 ++-0393093 ++-0396071 ++-0397077 ++-0378141 ++-0387106 ++-0386086 ++-0388057 ++-0390020 ++-0402047 ++-0385076 ++-0400091 ++-0392106 ++-0383150 ++-0391067 ++-0399043 ++-0384120 ++-0394090 ++-0395103 ++-0389030 ++-0401056 ++-0396072 ++-0378142 ++-0397078 ++-0387107 ++-0393094 ++-0386087 ++-0390021 ++-0402048 ++-0385077 ++-0400092 ++-0388058 ++-0391068 ++-0383151 ++-0396073 ++-0394091 ++-0401057 ++-0389031 ++-0387108 ++-0393095 ++-0386088 ++-0390022 ++-0394092 ++-0401058 ++-0386089 ++-0400093 ++-0385078 ++-0387109 ++-0383152 ++-0386090 ++-0391069 ++-0385079 ++-0387110 ++-0383153 ++-0391070 ++-0385080 ++-0383154 ++-0395104 ++-0387111 ++-0384121 ++-0400094 ++-0396074 ++-0392107 ++-0399044 ++-0390023 ++-0397079 ++-0386091 ++-0393096 ++-0385081 ++-0383155 ++-0388059 ++-0401059 ++-0389032 ++-0391071 ++-0394093 ++-0395105 ++-0396075 ++-0378143 ++-0402049 ++-0384122 ++-0400095 ++-0387112 ++-0392108 ++-0399045 ++-0393097 ++-0385082 ++-0388060 ++-0391072 ++-0397080 ++-0401060 ++-0389033 ++-0378144 ++-0390024 ++-0400096 ++-0394094 ++-0386092 ++-0392109 ++-0383156 ++-0387113 ++-0384123 ++-0396076 ++-0395106 ++-0399046 ++-0402050 ++-0393098 ++-0388061 ++-0385083 ++-0391073 ++-0397081 ++-0394095 ++-0389034 ++-0390025 ++-0401061 ++-0378145 ++-0387114 ++-0400097 ++-0395107 ++-0399047 ++-0396077 ++-0402051 ++-0392110 ++-0386093 ++-0384124 ++-0388062 ++-0393099 ++-0385084 ++-0391074 ++-0397082 ++-0394096 ++-0390026 ++-0389035 ++-0401062 ++-0387115 ++-0400098 ++-0399048 ++-0395108 ++-0378146 ++-0386094 ++-0396078 ++-0392111 ++-0402052 ++-0385085 ++-0393100 ++-0384125 ++-0391075 ++-0388063 ++-0390027 ++-0399049 ++-0387116 ++-0394097 ++-0397083 ++-0386095 ++-0395109 ++-0389036 ++-0401063 ++-0400099 ++-0392112 ++-0396079 ++-0378147 ++-0385086 ++-0403000 ++-0393101 ++-0402053 ++-0384126 ++-0390028 ++-0399050 ++-0391076 ++-0387117 ++-0394098 ++-0388064 ++-0400100 ++-0397084 ++-0389037 ++-0392113 ++-0395110 ++-0386096 ++-0396080 ++-0378148 ++-0385087 ++-0403001 ++-0401064 ++-0402054 ++-0393102 ++-0384127 ++-0390029 ++-0399051 ++-0387118 ++-0394099 ++-0397085 ++-0388065 ++-0400101 ++-0395111 ++-0391077 ++-0389038 ++-0396081 ++-0392114 ++-0401065 ++-0385088 ++-0390030 ++-0399052 ++-0393103 ++-0384128 ++-0403002 ++-0402055 ++-0396082 ++-0394100 ++-0388066 ++-0387119 ++-0395112 ++-0397086 ++-0391078 ++-0392115 ++-0401066 ++-0385089 ++-0393104 ++-0384129 ++-0399053 ++-0390031 ++-0403003 ++-0396083 ++-0402056 ++-0378149 ++-0386097 ++-0394101 ++-0397087 ++-0387120 ++-0388067 ++-0391079 ++-0400102 ++-0395113 ++-0392116 ++-0401067 ++-0385090 ++-0390032 ++-0389039 ++-0396084 ++-0394102 ++-0399054 ++-0393105 ++-0386098 ++-0384130 ++-0402057 ++-0403004 ++-0378150 ++-0397088 ++-0388068 ++-0391080 ++-0387121 ++-0392117 ++-0400103 ++-0395114 ++-0396085 ++-0385091 ++-0390033 ++-0399055 ++-0401068 ++-0394103 ++-0384131 ++-0393106 ++-0378151 ++-0403005 ++-0385092 ++-0400104 ++-0388069 ++-0399056 ++-0402058 ++-0389040 ++-0391081 ++-0384132 ++-0386099 ++-0387122 ++-0397089 ++-0396086 ++-0392118 ++-0390034 ++-0401069 ++-0395115 ++-0393107 ++-0394104 ++-0403006 ++-0378152 ++-0388070 ++-0399057 ++-0400105 ++-0384133 ++-0390035 ++-0385093 ++-0397090 ++-0391082 ++-0389041 ++-0402059 ++-0401070 ++-0393108 ++-0387123 ++-0386100 ++-0394105 ++-0396087 ++-0392119 ++-0395116 ++-0403007 ++-0378153 ++-0388071 ++-0400106 ++-0384134 ++-0399058 ++-0390036 ++-0385094 ++-0397091 ++-0402060 ++-0401071 ++-0396088 ++-0389042 ++-0386101 ++-0393109 ++-0392120 ++-0391083 ++-0403008 ++-0387124 ++-0394106 ++-0395117 ++-0378154 ++-0388072 ++-0400107 ++-0389043 ++-0384135 ++-0393110 ++-0399059 ++-0396089 ++-0390037 ++-0402061 ++-0401072 ++-0397092 ++-0388073 ++-0386102 ++-0394107 ++-0385095 ++-0400108 ++-0403009 ++-0395118 ++-0391084 ++-0378155 ++-0392121 ++-0389044 ++-0393111 ++-0384136 ++-0399060 ++-0402062 ++-0390038 ++-0386103 ++-0388074 ++-0395119 ++-0387125 ++-0394108 ++-0401073 ++-0397093 ++-0392122 ++-0385096 ++-0396090 ++-0400109 ++-0403010 ++-0389045 ++-0378156 ++-0393112 ++-0391085 ++-0384137 ++-0399061 ++-0390039 ++-0397094 ++-0402063 ++-0386104 ++-0401074 ++-0394109 ++-0396091 ++-0387126 ++-0388075 ++-0392123 ++-0385097 ++-0389046 ++-0395120 ++-0391086 ++-0403011 ++-0400110 ++-0393113 ++-0384138 ++-0399062 ++-0402064 ++-0397095 ++-0386105 ++-0401075 ++-0390040 ++-0387127 ++-0392124 ++-0385098 ++-0394110 ++-0396092 ++-0395121 ++-0389047 ++-0403012 ++-0388076 ++-0400111 ++-0391087 ++-0399063 ++-0393114 ++-0384139 ++-0402065 ++-0401076 ++-0385099 ++-0394111 ++-0397096 ++-0390041 ++-0386106 ++-0387128 ++-0396093 ++-0389048 ++-0392125 ++-0388077 ++-0395122 ++-0400112 ++-0399064 ++-0403013 ++-0393115 ++-0391088 ++-0384140 ++-0402066 ++-0398000 ++-0385100 ++-0401077 ++-0394112 ++-0390042 ++-0386107 ++-0397097 ++-0396094 ++-0400113 ++-0387129 ++-0389049 ++-0388078 ++-0395123 ++-0393116 ++-0399065 ++-0392126 ++-0384141 ++-0403014 ++-0385101 ++-0398001 ++-0402067 ++-0391089 ++-0390043 ++-0396095 ++-0386108 ++-0401078 ++-0394113 ++-0400114 ++-0397098 ++-0403015 ++-0392127 ++-0385102 ++-0387130 ++-0396096 ++-0389050 ++-0384142 ++-0386109 ++-0399066 ++-0391090 ++-0401079 ++-0393117 ++-0402068 ++-0398002 ++-0388079 ++-0394114 ++-0397099 ++-0390044 ++-0395124 ++-0400115 ++-0392128 ++-0403016 ++-0398003 ++-0388080 ++-0399067 ++-0396097 ++-0386110 ++-0391091 ++-0393118 ++-0389051 ++-0402069 ++-0400116 ++-0385103 ++-0394115 ++-0384143 ++-0387131 ++-0390045 ++-0395125 ++-0397100 ++-0401080 ++-0403017 ++-0398004 ++-0396098 ++-0400117 ++-0395126 ++-0399068 ++-0385104 ++-0391092 ++-0396099 ++-0387132 ++-0402070 ++-0386111 ++-0392129 ++-0389052 ++-0398005 ++-0388081 ++-0397101 ++-0399069 ++-0403018 ++-0402071 ++-0391093 ++-0396100 ++-0394116 ++-0400118 ++-0393119 ++-0389053 ++-0384144 ++-0392130 ++-0395127 ++-0390046 ++-0385105 ++-0401081 ++-0386112 ++-0387133 ++-0391094 ++-0388082 ++-0396101 ++-0400119 ++-0393120 ++-0398006 ++-0394117 ++-0389054 ++-0401082 ++-0403019 ++-0395128 ++-0385106 ++-0392131 ++-0384145 ++-0397102 ++-0387134 ++-0390047 ++-0386113 ++-0399070 ++-0402072 ++-0391095 ++-0400120 ++-0388083 ++-0394118 ++-0385107 ++-0401083 ++-0399071 ++-0397103 ++-0403020 ++-0395129 ++-0396102 ++-0387135 ++-0390048 ++-0388084 ++-0392132 ++-0394119 ++-0402073 ++-0391096 ++-0393121 ++-0384146 ++-0389055 ++-0386114 ++-0398007 ++-0400121 ++-0399072 ++-0401084 ++-0396103 ++-0403021 ++-0402074 ++-0394120 ++-0385108 ++-0388085 ++-0386115 ++-0393122 ++-0390049 ++-0392133 ++-0387136 ++-0397104 ++-0384147 ++-0395130 ++-0391097 ++-0398008 ++-0389056 ++-0400122 ++-0396104 ++-0399073 ++-0388086 ++-0403022 ++-0401085 ++-0394121 ++-0385109 ++-0393123 ++-0390050 ++-0386116 ++-0395131 ++-0397105 ++-0384148 ++-0402075 ++-0391098 ++-0392134 ++-0389057 ++-0398009 ++-0400123 ++-0387137 ++-0396105 ++-0388087 ++-0399074 ++-0401086 ++-0393124 ++-0385110 ++-0395132 ++-0403023 ++-0390051 ++-0394122 ++-0402076 ++-0398010 ++-0400124 ++-0389058 ++-0397106 ++-0387138 ++-0392135 ++-0384149 ++-0388088 ++-0400125 ++-0395133 ++-0391099 ++-0393125 ++-0396106 ++-0399075 ++-0386117 ++-0389059 ++-0392136 ++-0384150 ++-0394123 ++-0401087 ++-0402077 ++-0387139 ++-0398011 ++-0403024 ++-0390052 ++-0385111 ++-0397107 ++-0388089 ++-0400126 ++-0395134 ++-0392137 ++-0386118 ++-0399076 ++-0396107 ++-0393126 ++-0389060 ++-0391100 ++-0394124 ++-0384151 ++-0401088 ++-0385112 ++-0390053 ++-0402078 ++-0387140 ++-0388090 ++-0398012 ++-0403025 ++-0397108 ++-0400127 ++-0392138 ++-0386119 ++-0396108 ++-0393127 ++-0391101 ++-0394125 ++-0385113 ++-0401089 ++-0402079 ++-0388091 ++-0403026 ++-0387141 ++-0397109 ++-0399077 ++-0398013 ++-0389061 ++-0384152 ++-0390054 ++-0395135 ++-0391102 ++-0396109 ++-0386120 ++-0394126 ++-0392139 ++-0393128 ++-0402080 ++-0385114 ++-0400128 ++-0388092 ++-0403027 ++-0401090 ++-0387142 ++-0399078 ++-0398014 ++-0397110 ++-0391103 ++-0396110 ++-0384153 ++-0395136 ++-0394127 ++-0389062 ++-0390055 ++-0393129 ++-0402081 ++-0385115 ++-0386121 ++-0392140 ++-0388093 ++-0400129 ++-0403028 ++-0387143 ++-0401091 ++-0399079 ++-0391104 ++-0395137 ++-0398015 ++-0394128 ++-0389063 ++-0397111 ++-0393130 ++-0384154 ++-0402082 ++-0386122 ++-0396111 ++-0390056 ++-0388094 ++-0392141 ++-0385116 ++-0401092 ++-0400130 ++-0403029 ++-0387144 ++-0395138 ++-0399080 ++-0394129 ++-0384155 ++-0391105 ++-0397112 ++-0393131 ++-0389064 ++-0398016 ++-0388095 ++-0396112 ++-0386123 ++-0402083 ++-0385117 ++-0390057 ++-0400131 ++-0392142 ++-0403030 ++-0387145 ++-0401093 ++-0395139 ++-0399081 ++-0391106 ++-0394130 ++-0393132 ++-0389065 ++-0397113 ++-0398017 ++-0396113 ++-0388096 ++-0392143 ++-0386124 ++-0400132 ++-0390058 ++-0385118 ++-0402084 ++-0399082 ++-0403031 ++-0394131 ++-0391107 ++-0395140 ++-0387146 ++-0389066 ++-0393133 ++-0401094 ++-0396114 ++-0392144 ++-0398018 ++-0388097 ++-0397114 ++-0386125 ++-0385119 ++-0400133 ++-0399083 ++-0402085 ++-0395141 ++-0391108 ++-0404000 ++-0396115 ++-0390059 ++-0389067 ++-0403032 ++-0401095 ++-0394132 ++-0393134 ++-0387147 ++-0388098 ++-0385120 ++-0392145 ++-0398019 ++-0386126 ++-0400134 ++-0399084 ++-0397115 ++-0391109 ++-0404001 ++-0402086 ++-0395142 ++-0396116 ++-0394133 ++-0389068 ++-0390060 ++-0403033 ++-0388099 ++-0393135 ++-0387148 ++-0398020 ++-0401096 ++-0385121 ++-0392146 ++-0386127 ++-0400135 ++-0399085 ++-0404002 ++-0396117 ++-0402087 ++-0400136 ++-0388100 ++-0393136 ++-0397116 ++-0394134 ++-0387149 ++-0395143 ++-0391110 ++-0389069 ++-0404003 ++-0390061 ++-0399086 ++-0403034 ++-0398021 ++-0386128 ++-0385122 ++-0392147 ++-0396118 ++-0401097 ++-0400137 ++-0402088 ++-0388101 ++-0393137 ++-0387150 ++-0404004 ++-0394135 ++-0403035 ++-0397117 ++-0398022 ++-0389070 ++-0386129 ++-0385123 ++-0395144 ++-0400138 ++-0390062 ++-0399087 ++-0391111 ++-0402089 ++-0396119 ++-0401098 ++-0404005 ++-0388102 ++-0392148 ++-0387151 ++-0385124 ++-0393138 ++-0391112 ++-0394136 ++-0389071 ++-0403036 ++-0398023 ++-0386130 ++-0397118 ++-0395145 ++-0390063 ++-0396120 ++-0402090 ++-0388103 ++-0404006 ++-0399088 ++-0401099 ++-0387152 ++-0385125 ++-0392149 ++-0393139 ++-0389072 ++-0391113 ++-0403037 ++-0394137 ++-0398024 ++-0397119 ++-0400139 ++-0386131 ++-0390064 ++-0396121 ++-0402091 ++-0399089 ++-0404007 ++-0401100 ++-0387153 ++-0385126 ++-0393140 ++-0392150 ++-0395146 ++-0388104 ++-0389073 ++-0391114 ++-0394138 ++-0400140 ++-0397120 ++-0398025 ++-0390065 ++-0386132 ++-0399090 ++-0387154 ++-0403038 ++-0402092 ++-0401101 ++-0393141 ++-0392151 ++-0395147 ++-0385127 ++-0388105 ++-0397121 ++-0404008 ++-0396122 ++-0389074 ++-0398026 ++-0400141 ++-0391115 ++-0390066 ++-0402093 ++-0394139 ++-0393142 ++-0403039 ++-0392152 ++-0395148 ++-0386133 ++-0385128 ++-0401102 ++-0399091 ++-0387155 ++-0404009 ++-0396123 ++-0389075 ++-0388106 ++-0391116 ++-0400142 ++-0397122 ++-0390067 ++-0402094 ++-0394140 ++-0403040 ++-0393143 ++-0398027 ++-0395149 ++-0392153 ++-0401103 ++-0399092 ++-0386134 ++-0404010 ++-0403041 ++-0394141 ++-0391117 ++-0385129 ++-0393144 ++-0386135 ++-0396124 ++-0400143 ++-0395150 ++-0404011 ++-0403042 ++-0398028 ++-0390068 ++-0389076 ++-0385130 ++-0391118 ++-0394142 ++-0397123 ++-0388107 ++-0392154 ++-0396125 ++-0386136 ++-0393145 ++-0401104 ++-0407000 ++-0404012 ++-0395151 ++-0400144 ++-0402095 ++-0399093 ++-0390069 ++-0398029 ++-0385131 ++-0397124 ++-0396126 ++-0389077 ++-0403043 ++-0391119 ++-0392155 ++-0394143 ++-0401105 ++-0386137 ++-0407001 ++-0393146 ++-0388108 ++-0404013 ++-0399094 ++-0395152 ++-0390070 ++-0400145 ++-0402096 ++-0385132 ++-0396127 ++-0391120 ++-0403044 ++-0389078 ++-0398030 ++-0401106 ++-0393147 ++-0397125 ++-0386138 ++-0404014 ++-0394144 ++-0407002 ++-0388109 ++-0390071 ++-0398031 ++-0394145 ++-0396128 ++-0399095 ++-0389079 ++-0400146 ++-0403045 ++-0385133 ++-0391121 ++-0395153 ++-0402097 ++-0397126 ++-0407003 ++-0388110 ++-0386139 ++-0404015 ++-0401107 ++-0393148 ++-0390072 ++-0398032 ++-0396129 ++-0394146 ++-0399096 ++-0400147 ++-0402098 ++-0389080 ++-0397127 ++-0403046 ++-0407004 ++-0412000 ++-0385134 ++-0395154 ++-0391122 ++-0388111 ++-0401108 ++-0393149 ++-0404016 ++-0386140 ++-0396130 ++-0399097 ++-0394147 ++-0400148 ++-0398033 ++-0390073 ++-0397128 ++-0403047 ++-0402099 ++-0407005 ++-0385135 ++-0391123 ++-0395155 ++-0388112 ++-0393150 ++-0412001 ++-0401109 ++-0389081 ++-0386141 ++-0404017 ++-0399098 ++-0396131 ++-0394148 ++-0390074 ++-0403048 ++-0400149 ++-0398034 ++-0397129 ++-0407006 ++-0402100 ++-0391124 ++-0388113 ++-0385136 ++-0389082 ++-0412002 ++-0401110 ++-0393151 ++-0404018 ++-0386142 ++-0399099 ++-0396132 ++-0394149 ++-0390075 ++-0398035 ++-0403049 ++-0400150 ++-0397130 ++-0407007 ++-0389083 ++-0385137 ++-0391125 ++-0401111 ++-0402101 ++-0388114 ++-0412003 ++-0404019 ++-0393152 ++-0399100 ++-0396133 ++-0386143 ++-0394150 ++-0390076 ++-0403050 ++-0398036 ++-0400151 ++-0397131 ++-0391126 ++-0385138 ++-0407008 ++-0389084 ++-0412004 ++-0388115 ++-0415000 ++-0399101 ++-0401112 ++-0393153 ++-0386144 ++-0402102 ++-0396134 ++-0404020 ++-0394151 ++-0390077 ++-0398037 ++-0397132 ++-0403051 ++-0400152 ++-0407009 ++-0391127 ++-0415001 ++-0385139 ++-0399102 ++-0412005 ++-0389085 ++-0386145 ++-0396135 ++-0388116 ++-0401113 ++-0404021 ++-0402103 ++-0393154 ++-0390078 ++-0397133 ++-0403052 ++-0399103 ++-0394152 ++-0400153 ++-0391128 ++-0398038 ++-0407010 ++-0415002 ++-0396136 ++-0412006 ++-0386146 ++-0389086 ++-0385140 ++-0401114 ++-0388117 ++-0404022 ++-0390079 ++-0403053 ++-0398039 ++-0402104 ++-0391129 ++-0397134 ++-0394153 ++-0393155 ++-0407011 ++-0400154 ++-0401115 ++-0404023 ++-0412007 ++-0399104 ++-0390080 ++-0386147 ++-0403054 ++-0389087 ++-0396137 ++-0385141 ++-0402105 ++-0388118 ++-0415003 ++-0397135 ++-0398040 ++-0399105 ++-0407012 ++-0391130 ++-0412008 ++-0404024 ++-0390081 ++-0401116 ++-0389088 ++-0403055 ++-0415004 ++-0394154 ++-0388119 ++-0393156 ++-0402106 ++-0404025 ++-0398041 ++-0391131 ++-0401117 ++-0403056 ++-0399106 ++-0400155 ++-0407013 ++-0389089 ++-0396138 ++-0397136 ++-0388120 ++-0402107 ++-0394155 ++-0412009 ++-0385142 ++-0386148 ++-0390082 ++-0404026 ++-0401118 ++-0407014 ++-0399107 ++-0389090 ++-0403057 ++-0415005 ++-0400156 ++-0390083 ++-0398042 ++-0388121 ++-0412010 ++-0402108 ++-0391132 ++-0385143 ++-0396139 ++-0386149 ++-0397137 ++-0394156 ++-0404027 ++-0401119 ++-0415006 ++-0390084 ++-0412011 ++-0399108 ++-0403058 ++-0407015 ++-0413000 ++-0386150 ++-0391133 ++-0398043 ++-0388122 ++-0402109 ++-0389091 ++-0401120 ++-0399109 ++-0403059 ++-0402110 ++-0412012 ++-0412013 ++-0398044 ++-0385144 ++-0397138 ++-0407016 ++-0389092 ++-0404028 ++-0388123 ++-0396140 ++-0402111 ++-0399110 ++-0386151 ++-0401121 ++-0415007 ++-0398045 ++-0403060 ++-0407017 ++-0385145 ++-0385146 ++-0403061 ++-0404029 ++-0389093 ++-0402112 ++-0398046 ++-0412014 ++-0415008 ++-0386152 ++-0390085 ++-0396141 ++-0385147 ++-0399111 ++-0397139 ++-0413001 ++-0407018 ++-0404030 ++-0389094 ++-0403062 ++-0402113 ++-0391134 ++-0398047 ++-0420000 ++-0388124 ++-0412015 ++-0415009 ++-0399112 ++-0401122 ++-0386153 ++-0390086 ++-0407019 ++-0413002 ++-0414000 ++-0397140 ++-0385148 ++-0389095 ++-0403063 ++-0404031 ++-0402114 ++-0396142 ++-0420001 ++-0415010 ++-0398048 ++-0388125 ++-0412016 ++-0391135 ++-0399113 ++-0390087 ++-0413003 ++-0389096 ++-0403064 ++-0407020 ++-0414001 ++-0385149 ++-0402115 ++-0401123 ++-0420002 ++-0386154 ++-0396143 ++-0404032 ++-0415011 ++-0397141 ++-0398049 ++-0399114 ++-0390088 ++-0403065 ++-0412017 ++-0414002 ++-0413004 ++-0388126 ++-0389097 ++-0391136 ++-0407021 ++-0402116 ++-0420003 ++-0404033 ++-0385150 ++-0401124 ++-0415012 ++-0386155 ++-0398050 ++-0399115 ++-0397142 ++-0396144 ++-0390089 ++-0412018 ++-0403066 ++-0414003 ++-0389098 ++-0420004 ++-0388127 ++-0404034 ++-0415013 ++-0402117 ++-0385151 ++-0391137 ++-0413005 ++-0398051 ++-0407022 ++-0399116 ++-0397143 ++-0390090 ++-0401125 ++-0420005 ++-0386156 ++-0396145 ++-0412019 ++-0403067 ++-0389099 ++-0414004 ++-0404035 ++-0398052 ++-0413006 ++-0415014 ++-0407023 ++-0390091 ++-0388128 ++-0391138 ++-0399117 ++-0385152 ++-0412020 ++-0396146 ++-0420006 ++-0414005 ++-0403068 ++-0397144 ++-0389100 ++-0401126 ++-0404036 ++-0398053 ++-0402118 ++-0413007 ++-0407024 ++-0415015 ++-0390092 ++-0412021 ++-0414006 ++-0403069 ++-0391139 ++-0399118 ++-0404037 ++-0420007 ++-0385153 ++-0396147 ++-0388129 ++-0389101 ++-0420008 ++-0397145 ++-0399119 ++-0398054 ++-0414007 ++-0413008 ++-0402119 ++-0412022 ++-0403070 ++-0401127 ++-0390093 ++-0406000 ++-0404038 ++-0415016 ++-0391140 ++-0407025 ++-0385154 ++-0389102 ++-0399120 ++-0398055 ++-0397146 ++-0412023 ++-0396148 ++-0413009 ++-0414008 ++-0390094 ++-0403071 ++-0404039 ++-0388130 ++-0420009 ++-0401128 ++-0406001 ++-0407026 ++-0402120 ++-0391141 ++-0399121 ++-0385155 ++-0389103 ++-0414009 ++-0390095 ++-0413010 ++-0403072 ++-0398056 ++-0404040 ++-0396149 ++-0412024 ++-0415017 ++-0420010 ++-0406002 ++-0397147 ++-0399122 ++-0388131 ++-0402121 ++-0406003 ++-0399123 ++-0396150 ++-0401129 ++-0391142 ++-0407027 ++-0389104 ++-0403073 ++-0414010 ++-0412025 ++-0413011 ++-0390096 ++-0388132 ++-0398057 ++-0402122 ++-0404041 ++-0420011 ++-0415018 ++-0406004 ++-0397148 ++-0399124 ++-0396151 ++-0401130 ++-0414011 ++-0412026 ++-0389105 ++-0391143 ++-0407028 ++-0398058 ++-0403074 ++-0404042 ++-0390097 ++-0420012 ++-0413012 ++-0415019 ++-0406005 ++-0388133 ++-0397149 ++-0402123 ++-0399125 ++-0405000 ++-0407029 ++-0390098 ++-0401131 ++-0398059 ++-0389106 ++-0414012 ++-0404043 ++-0396152 ++-0420013 ++-0406006 ++-0391144 ++-0412027 ++-0403075 ++-0388134 ++-0415020 ++-0413013 ++-0397150 ++-0399126 ++-0415021 ++-0398060 ++-0390099 ++-0402124 ++-0403076 ++-0389107 ++-0414013 ++-0405001 ++-0407030 ++-0391145 ++-0420014 ++-0404044 ++-0413014 ++-0406007 ++-0412028 ++-0397151 ++-0401132 ++-0396153 ++-0388135 ++-0399127 ++-0415022 ++-0398061 ++-0403077 ++-0389108 ++-0414014 ++-0390100 ++-0420015 ++-0405002 ++-0407031 ++-0391146 ++-0413015 ++-0406008 ++-0402125 ++-0404045 ++-0397152 ++-0412029 ++-0399128 ++-0415023 ++-0401133 ++-0396154 ++-0398062 ++-0388136 ++-0389109 ++-0414015 ++-0407032 ++-0403078 ++-0390101 ++-0406009 ++-0404046 ++-0391147 ++-0412030 ++-0405003 ++-0420016 ++-0415024 ++-0413016 ++-0402126 ++-0397153 ++-0398063 ++-0399129 ++-0389110 ++-0401134 ++-0414016 ++-0388137 ++-0396155 ++-0403079 ++-0406010 ++-0390102 ++-0404047 ++-0407033 ++-0405004 ++-0413017 ++-0391148 ++-0415025 ++-0420017 ++-0399130 ++-0398064 ++-0412031 ++-0414017 ++-0397154 ++-0389111 ++-0402127 ++-0406011 ++-0390103 ++-0396156 ++-0401135 ++-0407034 ++-0403080 ++-0404048 ++-0388138 ++-0405005 ++-0399131 ++-0415026 ++-0420018 ++-0414018 ++-0412032 ++-0398065 ++-0391149 ++-0413018 ++-0407035 ++-0390104 ++-0389112 ++-0403081 ++-0404049 ++-0397155 ++-0406012 ++-0405006 ++-0399132 ++-0402128 ++-0415027 ++-0420019 ++-0388139 ++-0414019 ++-0401136 ++-0413019 ++-0412033 ++-0398066 ++-0407036 ++-0390105 ++-0389113 ++-0403082 ++-0406013 ++-0399133 ++-0415028 ++-0391150 ++-0404050 ++-0405007 ++-0402129 ++-0414020 ++-0397156 ++-0420020 ++-0398067 ++-0388140 ++-0407037 ++-0413020 ++-0401137 ++-0406014 ++-0412034 ++-0399134 ++-0389114 ++-0403083 ++-0416000 ++-0415029 ++-0390106 ++-0391151 ++-0405008 ++-0414021 ++-0404051 ++-0407038 ++-0420021 ++-0406015 ++-0398068 ++-0413021 ++-0399135 ++-0402130 ++-0397157 ++-0403084 ++-0389115 ++-0415030 ++-0401138 ++-0388141 ++-0412035 ++-0390107 ++-0416001 ++-0414022 ++-0391152 ++-0405009 ++-0406016 ++-0420022 ++-0398069 ++-0404052 ++-0399136 ++-0413022 ++-0407039 ++-0402131 ++-0390108 ++-0403085 ++-0412036 ++-0389116 ++-0415031 ++-0416002 ++-0414023 ++-0401139 ++-0405010 ++-0388142 ++-0420023 ++-0406017 ++-0391153 ++-0398070 ++-0399137 ++-0413023 ++-0404053 ++-0390109 ++-0407040 ++-0404054 ++-0402132 ++-0403086 ++-0413024 ++-0389117 ++-0420024 ++-0399138 ++-0391154 ++-0401140 ++-0388143 ++-0406018 ++-0414024 ++-0398071 ++-0415032 ++-0417000 ++-0412037 ++-0405011 ++-0416003 ++-0413025 ++-0403087 ++-0390110 ++-0407041 ++-0420025 ++-0399139 ++-0406019 ++-0414025 ++-0402133 ++-0412038 ++-0398072 ++-0404055 ++-0405012 ++-0389118 ++-0388144 ++-0391155 ++-0417001 ++-0401141 ++-0415033 ++-0416004 ++-0403088 ++-0413026 ++-0390111 ++-0399140 ++-0420026 ++-0407042 ++-0414026 ++-0412039 ++-0404056 ++-0415034 ++-0406020 ++-0417002 ++-0389119 ++-0391156 ++-0398073 ++-0403089 ++-0413027 ++-0405013 ++-0416005 ++-0402134 ++-0390112 ++-0420027 ++-0388145 ++-0399141 ++-0401142 ++-0407043 ++-0412040 ++-0414027 ++-0389120 ++-0417003 ++-0398074 ++-0391157 ++-0415035 ++-0403090 ++-0413028 ++-0405014 ++-0416006 ++-0390113 ++-0406021 ++-0404057 ++-0414028 ++-0420028 ++-0399142 ++-0401143 ++-0407044 ++-0412041 ++-0388146 ++-0402135 ++-0398075 ++-0389121 ++-0403091 ++-0417004 ++-0405015 ++-0413029 ++-0414029 ++-0416007 ++-0390114 ++-0391158 ++-0406022 ++-0415036 ++-0420029 ++-0404058 ++-0407045 ++-0412042 ++-0399143 ++-0401144 ++-0403092 ++-0402136 ++-0405016 ++-0388147 ++-0417005 ++-0398076 ++-0414030 ++-0416008 ++-0389122 ++-0406023 ++-0415037 ++-0390115 ++-0407046 ++-0420030 ++-0412043 ++-0404059 ++-0413030 ++-0402137 ++-0416009 ++-0401145 ++-0406024 ++-0417006 ++-0414031 ++-0398077 ++-0405017 ++-0399144 ++-0389123 ++-0415038 ++-0412044 ++-0403093 ++-0388148 ++-0390116 ++-0416010 ++-0399145 ++-0414032 ++-0389124 ++-0420031 ++-0416011 ++-0399146 ++-0414033 ++-0389125 ++-0415039 ++-0398078 ++-0420032 ++-0416012 ++-0399147 ++-0414034 ++-0407047 ++-0389126 ++-0415040 ++-0412045 ++-0413031 ++-0403094 ++-0404060 ++-0398079 ++-0416013 ++-0420033 ++-0399148 ++-0407048 ++-0389127 ++-0414035 ++-0411000 ++-0412046 ++-0403095 ++-0413032 ++-0415041 ++-0401146 ++-0398080 ++-0416014 ++-0404061 ++-0420034 ++-0407049 ++-0406025 ++-0388149 ++-0390117 ++-0399149 ++-0417007 ++-0389128 ++-0411001 ++-0398081 ++-0415042 ++-0407050 ++-0412047 ++-0404062 ++-0403096 ++-0413033 ++-0402138 ++-0414036 ++-0405018 ++-0420035 ++-0416015 ++-0406026 ++-0401147 ++-0390118 ++-0417008 ++-0388150 ++-0412048 ++-0416016 ++-0405019 ++-0413034 ++-0402139 ++-0406027 ++-0407051 ++-0399150 ++-0415043 ++-0403097 ++-0401148 ++-0420036 ++-0414037 ++-0390119 ++-0411002 ++-0404063 ++-0389129 ++-0417009 ++-0398082 ++-0412049 ++-0416017 ++-0406028 ++-0388151 ++-0405020 ++-0415044 ++-0413035 ++-0403098 ++-0407052 ++-0390120 ++-0420037 ++-0401149 ++-0411003 ++-0402140 ++-0414038 ++-0417010 ++-0399151 ++-0398083 ++-0404064 ++-0412050 ++-0389130 ++-0406029 ++-0405021 ++-0403099 ++-0390121 ++-0420038 ++-0407053 ++-0413036 ++-0416018 ++-0415045 ++-0411004 ++-0414039 ++-0388152 ++-0402141 ++-0401150 ++-0398084 ++-0404065 ++-0389131 ++-0412051 ++-0417011 ++-0406030 ++-0399152 ++-0403100 ++-0405022 ++-0420039 ++-0416019 ++-0415046 ++-0414040 ++-0390122 ++-0407054 ++-0404066 ++-0413037 ++-0411005 ++-0412052 ++-0417012 ++-0401151 ++-0402142 ++-0398085 ++-0389132 ++-0388153 ++-0406031 ++-0403101 ++-0405023 ++-0416020 ++-0399153 ++-0420040 ++-0414041 ++-0390123 ++-0415047 ++-0404067 ++-0411006 ++-0407055 ++-0413038 ++-0398086 ++-0417013 ++-0412053 ++-0406032 ++-0401152 ++-0389133 ++-0388154 ++-0416021 ++-0403102 ++-0402143 ++-0405024 ++-0414042 ++-0390124 ++-0399154 ++-0411007 ++-0415048 ++-0420041 ++-0404068 ++-0398087 ++-0407056 ++-0413039 ++-0406033 ++-0417014 ++-0412054 ++-0389134 ++-0416022 ++-0403103 ++-0390125 ++-0401153 ++-0388155 ++-0405025 ++-0411008 ++-0398088 ++-0402144 ++-0407057 ++-0415049 ++-0414043 ++-0413040 ++-0420042 ++-0399155 ++-0404069 ++-0412055 ++-0389135 ++-0416023 ++-0390126 ++-0406034 ++-0417015 ++-0405026 ++-0411009 ++-0403104 ++-0398089 ++-0401154 ++-0407058 ++-0413041 ++-0420043 ++-0402145 ++-0415050 ++-0414044 ++-0412056 ++-0404070 ++-0399156 ++-0416024 ++-0417016 ++-0405027 ++-0398090 ++-0406035 ++-0407059 ++-0390127 ++-0420044 ++-0411010 ++-0401155 ++-0403105 ++-0389136 ++-0402146 ++-0413042 ++-0404071 ++-0415051 ++-0414045 ++-0416025 ++-0405028 ++-0412057 ++-0406036 ++-0417017 ++-0407060 ++-0411011 ++-0390128 ++-0420045 ++-0398091 ++-0403106 ++-0408000 ++-0413043 ++-0404072 ++-0414046 ++-0389137 ++-0401156 ++-0415052 ++-0416026 ++-0402147 ++-0412058 ++-0405029 ++-0407061 ++-0398092 ++-0406037 ++-0390129 ++-0417018 ++-0411012 ++-0404073 ++-0420046 ++-0403107 ++-0413044 ++-0408001 ++-0414047 ++-0416027 ++-0389138 ++-0412059 ++-0405030 ++-0407062 ++-0415053 ++-0406038 ++-0398093 ++-0390130 ++-0402148 ++-0417019 ++-0419000 ++-0411013 ++-0403108 ++-0413045 ++-0404074 ++-0420047 ++-0416028 ++-0406039 ++-0414048 ++-0408002 ++-0389139 ++-0390131 ++-0412060 ++-0415054 ++-0405031 ++-0417020 ++-0407063 ++-0402149 ++-0419001 ++-0398094 ++-0403109 ++-0411014 ++-0416029 ++-0420048 ++-0404075 ++-0413046 ++-0406040 ++-0414049 ++-0415055 ++-0408003 ++-0412061 ++-0421000 ++-0405032 ++-0389140 ++-0390132 ++-0417021 ++-0407064 ++-0416030 ++-0420049 ++-0419002 ++-0398095 ++-0413047 ++-0402150 ++-0403110 ++-0411015 ++-0404076 ++-0406041 ++-0414050 ++-0415056 ++-0421001 ++-0412062 ++-0405033 ++-0408004 ++-0407065 ++-0417022 ++-0416031 ++-0389141 ++-0398096 ++-0390133 ++-0403111 ++-0420050 ++-0404077 ++-0413048 ++-0411016 ++-0419003 ++-0406042 ++-0402151 ++-0421002 ++-0407066 ++-0415057 ++-0414051 ++-0416032 ++-0408005 ++-0403112 ++-0412063 ++-0405034 ++-0406043 ++-0419004 ++-0420051 ++-0417023 ++-0413049 ++-0407067 ++-0421003 ++-0402152 ++-0404078 ++-0398097 ++-0389142 ++-0411017 ++-0414052 ++-0408006 ++-0416033 ++-0412064 ++-0403113 ++-0415058 ++-0406044 ++-0405035 ++-0417024 ++-0390134 ++-0420052 ++-0419005 ++-0413050 ++-0404079 ++-0421004 ++-0398098 ++-0411018 ++-0407068 ++-0414053 ++-0408007 ++-0389143 ++-0402153 ++-0403114 ++-0415059 ++-0416034 ++-0406045 ++-0405036 ++-0417025 ++-0412065 ++-0420053 ++-0404080 ++-0413051 ++-0390135 ++-0419006 ++-0408008 ++-0414054 ++-0398099 ++-0421005 ++-0407069 ++-0403115 ++-0389144 ++-0411019 ++-0406046 ++-0416035 ++-0415060 ++-0412066 ++-0405037 ++-0413052 ++-0408009 ++-0406047 ++-0414055 ++-0420054 ++-0405038 ++-0402154 ++-0419007 ++-0416036 ++-0407070 ++-0417026 ++-0390136 ++-0404081 ++-0421006 ++-0411020 ++-0415061 ++-0408010 ++-0403116 ++-0413053 ++-0398100 ++-0412067 ++-0389145 ++-0414056 ++-0406048 ++-0420055 ++-0405039 ++-0419008 ++-0416037 ++-0407071 ++-0417027 ++-0415062 ++-0421007 ++-0411021 ++-0408011 ++-0390137 ++-0413054 ++-0402155 ++-0403117 ++-0404082 ++-0411022 ++-0398101 ++-0413055 ++-0390138 ++-0416038 ++-0407072 ++-0412068 ++-0389146 ++-0417028 ++-0420056 ++-0414057 ++-0405040 ++-0408012 ++-0419009 ++-0421008 ++-0415063 ++-0402156 ++-0406049 ++-0407073 ++-0413056 ++-0412069 ++-0421009 ++-0416039 ++-0389147 ++-0415064 ++-0405041 ++-0419010 ++-0398102 ++-0403118 ++-0420057 ++-0417029 ++-0414058 ++-0390139 ++-0406050 ++-0411023 ++-0408013 ++-0407074 ++-0404083 ++-0398103 ++-0419011 ++-0389148 ++-0403119 ++-0405042 ++-0417030 ++-0415065 ++-0416040 ++-0412070 ++-0390140 ++-0420058 ++-0414059 ++-0411024 ++-0406051 ++-0404084 ++-0413057 ++-0421010 ++-0416041 ++-0398104 ++-0420059 ++-0411025 ++-0389149 ++-0417031 ++-0405043 ++-0414060 ++-0408014 ++-0407075 ++-0415066 ++-0403120 ++-0412071 ++-0413058 ++-0421011 ++-0404085 ++-0419012 ++-0390141 ++-0406052 ++-0417032 ++-0416042 ++-0408015 ++-0411026 ++-0407076 ++-0420060 ++-0413059 ++-0403121 ++-0422000 ++-0389150 ++-0415067 ++-0405044 ++-0414061 ++-0421012 ++-0398105 ++-0412072 ++-0404086 ++-0417033 ++-0390142 ++-0406053 ++-0408016 ++-0416043 ++-0420061 ++-0419013 ++-0411027 ++-0407077 ++-0413060 ++-0403122 ++-0389151 ++-0398106 ++-0405045 ++-0422001 ++-0404087 ++-0414062 ++-0408017 ++-0390143 ++-0415068 ++-0406054 ++-0421013 ++-0419014 ++-0416044 ++-0417034 ++-0403123 ++-0411028 ++-0389152 ++-0405046 ++-0408018 ++-0422002 ++-0398107 ++-0413061 ++-0390144 ++-0415069 ++-0406055 ++-0417035 ++-0419015 ++-0412073 ++-0414063 ++-0420062 ++-0403124 ++-0411029 ++-0408019 ++-0405047 ++-0421014 ++-0407078 ++-0398108 ++-0413062 ++-0389153 ++-0422003 ++-0404088 ++-0390145 ++-0406056 ++-0416045 ++-0415070 ++-0417036 ++-0403125 ++-0421015 ++-0413063 ++-0420063 ++-0414064 ++-0398109 ++-0407079 ++-0408020 ++-0412074 ++-0419016 ++-0405048 ++-0389154 ++-0390146 ++-0411030 ++-0416046 ++-0415071 ++-0422004 ++-0403126 ++-0417037 ++-0406057 ++-0420064 ++-0404089 ++-0421016 ++-0414065 ++-0398110 ++-0407080 ++-0408021 ++-0389155 ++-0417038 ++-0411031 ++-0405049 ++-0412075 ++-0413064 ++-0415072 ++-0416047 ++-0390147 ++-0420065 ++-0419017 ++-0406058 ++-0398111 ++-0414066 ++-0421017 ++-0408022 ++-0390148 ++-0403127 ++-0407081 ++-0422005 ++-0398112 ++-0411032 ++-0413065 ++-0420066 ++-0406059 ++-0416048 ++-0405050 ++-0417039 ++-0404090 ++-0421018 ++-0415073 ++-0389156 ++-0414067 ++-0412076 ++-0419018 ++-0411033 ++-0403128 ++-0408023 ++-0398113 ++-0420067 ++-0413066 ++-0422006 ++-0407082 ++-0406060 ++-0419019 ++-0405051 ++-0421019 ++-0414068 ++-0412077 ++-0417040 ++-0416049 ++-0404091 ++-0390149 ++-0411034 ++-0415074 ++-0408024 ++-0403129 ++-0413067 ++-0406061 ++-0414069 ++-0405052 ++-0422007 ++-0398114 ++-0420068 ++-0407083 ++-0404092 ++-0416050 ++-0421020 ++-0419020 ++-0412078 ++-0408025 ++-0417041 ++-0390150 ++-0398115 ++-0403130 ++-0413068 ++-0407084 ++-0420069 ++-0415075 ++-0411035 ++-0421021 ++-0405053 ++-0414070 ++-0422008 ++-0404093 ++-0412079 ++-0417042 ++-0409000 ++-0419021 ++-0420070 ++-0422009 ++-0411036 ++-0416051 ++-0421022 ++-0407085 ++-0406062 ++-0405054 ++-0408026 ++-0413069 ++-0390151 ++-0414071 ++-0403131 ++-0404094 ++-0420071 ++-0415076 ++-0409001 ++-0417043 ++-0416052 ++-0409002 ++-0411037 ++-0398116 ++-0412080 ++-0422010 ++-0422011 ++-0419022 ++-0420072 ++-0406063 ++-0416053 ++-0405055 ++-0421023 ++-0403132 ++-0407086 ++-0415077 ++-0417044 ++-0409003 ++-0390152 ++-0404095 ++-0411038 ++-0412081 ++-0408027 ++-0413070 ++-0398117 ++-0414072 ++-0419023 ++-0422012 ++-0420073 ++-0406064 ++-0421024 ++-0405056 ++-0407087 ++-0403133 ++-0416054 ++-0409004 ++-0417045 ++-0404096 ++-0408028 ++-0415078 ++-0411039 ++-0412082 ++-0398118 ++-0390153 ++-0419024 ++-0413071 ++-0422013 ++-0406065 ++-0414073 ++-0420074 ++-0405057 ++-0421025 ++-0407088 ++-0403134 ++-0417046 ++-0415079 ++-0411040 ++-0409005 ++-0408029 ++-0398119 ++-0416055 ++-0412083 ++-0404097 ++-0422014 ++-0414074 ++-0390154 ++-0419025 ++-0413072 ++-0420075 ++-0406066 ++-0421026 ++-0407089 ++-0403135 ++-0405058 ++-0417047 ++-0415080 ++-0411041 ++-0408030 ++-0398120 ++-0409006 ++-0419026 ++-0416056 ++-0412084 ++-0413073 ++-0422015 ++-0414075 ++-0404098 ++-0406067 ++-0421027 ++-0417048 ++-0403136 ++-0420076 ++-0390155 ++-0407090 ++-0411042 ++-0408031 ++-0405059 ++-0415081 ++-0398121 ++-0409007 ++-0419027 ++-0416057 ++-0422016 ++-0412085 ++-0413074 ++-0406068 ++-0403137 ++-0404099 ++-0420077 ++-0417049 ++-0414076 ++-0408032 ++-0421028 ++-0411043 ++-0405060 ++-0407091 ++-0398122 ++-0415082 ++-0390156 ++-0419028 ++-0409008 ++-0422017 ++-0413075 ++-0406069 ++-0403138 ++-0412086 ++-0422018 ++-0420078 ++-0413076 ++-0419029 ++-0417050 ++-0404100 ++-0416058 ++-0411044 ++-0398123 ++-0414077 ++-0415083 ++-0409009 ++-0421029 ++-0412087 ++-0407092 ++-0408033 ++-0406070 ++-0403139 ++-0405061 ++-0417051 ++-0413077 ++-0411045 ++-0419030 ++-0404101 ++-0420079 ++-0422019 ++-0398124 ++-0403140 ++-0415084 ++-0414078 ++-0416059 ++-0408034 ++-0409010 ++-0417052 ++-0421030 ++-0406071 ++-0405062 ++-0410000 ++-0407093 ++-0413078 ++-0412088 ++-0404102 ++-0420080 ++-0411046 ++-0415085 ++-0422020 ++-0398125 ++-0419031 ++-0403141 ++-0416060 ++-0408035 ++-0409011 ++-0406072 ++-0417053 ++-0410001 ++-0414079 ++-0407094 ++-0421031 ++-0405063 ++-0412089 ++-0420081 ++-0413079 ++-0415086 ++-0404103 ++-0422021 ++-0419032 ++-0411047 ++-0398126 ++-0403142 ++-0412090 ++-0409012 ++-0408036 ++-0420082 ++-0405064 ++-0419033 ++-0421032 ++-0411048 ++-0398127 ++-0406073 ++-0407095 ++-0415087 ++-0408037 ++-0417054 ++-0403143 ++-0422022 ++-0416061 ++-0404104 ++-0410002 ++-0405065 ++-0414080 ++-0412091 ++-0409013 ++-0420083 ++-0413080 ++-0419034 ++-0411049 ++-0406074 ++-0398128 ++-0407096 ++-0408038 ++-0421033 ++-0415088 ++-0403144 ++-0417055 ++-0416062 ++-0422023 ++-0405066 ++-0404105 ++-0414081 ++-0419035 ++-0420084 ++-0409014 ++-0410003 ++-0412092 ++-0398129 ++-0411050 ++-0413081 ++-0408039 ++-0403145 ++-0406075 ++-0407097 ++-0417056 ++-0412093 ++-0415089 ++-0414082 ++-0421034 ++-0409015 ++-0413082 ++-0398130 ++-0410004 ++-0420085 ++-0422024 ++-0419036 ++-0408040 ++-0411051 ++-0416063 ++-0405067 ++-0403146 ++-0404106 ++-0407098 ++-0406076 ++-0412094 ++-0421035 ++-0413083 ++-0409016 ++-0415090 ++-0398131 ++-0410005 ++-0417057 ++-0422025 ++-0419037 ++-0411052 ++-0420086 ++-0408041 ++-0403147 ++-0414083 ++-0405068 ++-0406077 ++-0404107 ++-0416064 ++-0421036 ++-0407099 ++-0412095 ++-0409017 ++-0410006 ++-0413084 ++-0415091 ++-0417058 ++-0398132 ++-0411053 ++-0408042 ++-0420087 ++-0419038 ++-0414084 ++-0422026 ++-0406078 ++-0416065 ++-0403148 ++-0404108 ++-0421037 ++-0407100 ++-0405069 ++-0412096 ++-0410007 ++-0409018 ++-0415092 ++-0408043 ++-0398133 ++-0411054 ++-0413085 ++-0417059 ++-0414085 ++-0420088 ++-0422027 ++-0406079 ++-0403149 ++-0407101 ++-0416066 ++-0419039 ++-0421038 ++-0412097 ++-0404109 ++-0408044 ++-0409019 ++-0415093 ++-0405070 ++-0398134 ++-0406080 ++-0413086 ++-0420089 ++-0422028 ++-0411055 ++-0407102 ++-0417060 ++-0408045 ++-0421039 ++-0414086 ++-0412098 ++-0409020 ++-0415094 ++-0405071 ++-0403150 ++-0410008 ++-0413087 ++-0398135 ++-0416067 ++-0419040 ++-0407103 ++-0404110 ++-0411056 ++-0420090 ++-0422029 ++-0417061 ++-0415095 ++-0414087 ++-0405072 ++-0420091 ++-0412099 ++-0413088 ++-0398136 ++-0409021 ++-0421040 ++-0408046 ++-0406081 ++-0403151 ++-0410009 ++-0417062 ++-0420092 ++-0407104 ++-0404111 ++-0411057 ++-0405073 ++-0419041 ++-0413089 ++-0408047 ++-0404112 ++-0422030 ++-0405074 ++-0403152 ++-0404113 ++-0422031 ++-0404114 ++-0411058 ++-0414088 ++-0412100 ++-0410010 ++-0407105 ++-0422032 ++-0409022 ++-0415096 ++-0420093 ++-0417063 ++-0416068 ++-0421041 ++-0413090 ++-0398137 ++-0405075 ++-0406082 ++-0403153 ++-0404115 ++-0408048 ++-0419042 ++-0414089 ++-0411059 ++-0407106 ++-0409023 ++-0422033 ++-0415097 ++-0420094 ++-0410011 ++-0421042 ++-0412101 ++-0413091 ++-0405076 ++-0406083 ++-0404116 ++-0408049 ++-0416069 ++-0415098 ++-0403154 ++-0417064 ++-0415099 ++-0408050 ++-0419043 ++-0411060 ++-0413092 ++-0422034 ++-0398138 ++-0412102 ++-0409024 ++-0414090 ++-0421043 ++-0420095 ++-0404117 ++-0405077 ++-0410012 ++-0407107 ++-0406084 ++-0416070 ++-0415100 ++-0408051 ++-0403155 ++-0417065 ++-0411061 ++-0419044 ++-0413093 ++-0414091 ++-0409025 ++-0422035 ++-0421044 ++-0420096 ++-0407108 ++-0410013 ++-0408052 ++-0412103 ++-0404118 ++-0417066 ++-0398139 ++-0419045 ++-0406085 ++-0405078 ++-0411062 ++-0416071 ++-0403156 ++-0415101 ++-0413094 ++-0414092 ++-0409026 ++-0421045 ++-0407109 ++-0408053 ++-0422036 ++-0404119 ++-0420097 ++-0406086 ++-0410014 ++-0419046 ++-0412104 ++-0405079 ++-0398140 ++-0417067 ++-0416072 ++-0413095 ++-0411063 ++-0415102 ++-0414093 ++-0421046 ++-0409027 ++-0408054 ++-0407110 ++-0422037 ++-0419047 ++-0420098 ++-0417068 ++-0412105 ++-0416073 ++-0406087 ++-0410015 ++-0404120 ++-0413096 ++-0415103 ++-0411064 ++-0405080 ++-0398141 ++-0414094 ++-0421047 ++-0408055 ++-0409028 ++-0407111 ++-0422038 ++-0420099 ++-0417069 ++-0419048 ++-0416074 ++-0404121 ++-0413097 ++-0411065 ++-0412106 ++-0415104 ++-0406088 ++-0410016 ++-0423000 ++-0407112 ++-0414095 ++-0422039 ++-0405081 ++-0421048 ++-0408056 ++-0398142 ++-0409029 ++-0416075 ++-0417070 ++-0420100 ++-0404122 ++-0412107 ++-0419049 ++-0411066 ++-0415105 ++-0410017 ++-0413098 ++-0406089 ++-0423001 ++-0407113 ++-0414096 ++-0422040 ++-0421049 ++-0405082 ++-0404123 ++-0409030 ++-0408057 ++-0417071 ++-0420101 ++-0398143 ++-0423002 ++-0416076 ++-0419050 ++-0411067 ++-0412108 ++-0414097 ++-0422041 ++-0408058 ++-0421050 ++-0405083 ++-0415106 ++-0410018 ++-0423003 ++-0406090 ++-0407114 ++-0404124 ++-0413099 ++-0420102 ++-0409031 ++-0417072 ++-0398144 ++-0416077 ++-0411068 ++-0414098 ++-0408059 ++-0412109 ++-0422042 ++-0421051 ++-0405084 ++-0415107 ++-0419051 ++-0423004 ++-0409032 ++-0420103 ++-0407115 ++-0404125 ++-0410019 ++-0406091 ++-0411069 ++-0413100 ++-0417073 ++-0398145 ++-0416078 ++-0414099 ++-0421052 ++-0405085 ++-0408060 ++-0423005 ++-0419052 ++-0415108 ++-0422043 ++-0412110 ++-0404126 ++-0410020 ++-0409033 ++-0420104 ++-0413101 ++-0417074 ++-0407116 ++-0411070 ++-0416079 ++-0421053 ++-0406092 ++-0405086 ++-0419053 ++-0414100 ++-0422044 ++-0415109 ++-0398146 ++-0408061 ++-0423006 ++-0412111 ++-0410021 ++-0409034 ++-0413102 ++-0420105 ++-0404127 ++-0421054 ++-0416080 ++-0417075 ++-0407117 ++-0411071 ++-0405087 ++-0419054 ++-0414101 ++-0415110 ++-0406093 ++-0422045 ++-0412112 ++-0410022 ++-0409035 ++-0420106 ++-0423007 ++-0413103 ++-0398147 ++-0408062 ++-0417076 ++-0416081 ++-0411072 ++-0407118 ++-0421055 ++-0404128 ++-0419055 ++-0414102 ++-0405088 ++-0415111 ++-0406094 ++-0410023 ++-0412113 ++-0423008 ++-0409036 ++-0422046 ++-0408063 ++-0417077 ++-0416082 ++-0420107 ++-0421056 ++-0413104 ++-0411073 ++-0398148 ++-0404129 ++-0407119 ++-0419056 ++-0415112 ++-0405089 ++-0406095 ++-0414103 ++-0410024 ++-0423009 ++-0412114 ++-0409037 ++-0408064 ++-0422047 ++-0417078 ++-0416083 ++-0413105 ++-0404130 ++-0420108 ++-0419057 ++-0421057 ++-0407120 ++-0398149 ++-0411074 ++-0406096 ++-0423010 ++-0405090 ++-0412115 ++-0415113 ++-0409038 ++-0414104 ++-0410025 ++-0422048 ++-0417079 ++-0408065 ++-0416084 ++-0404131 ++-0413106 ++-0420109 ++-0419058 ++-0421058 ++-0407121 ++-0411075 ++-0398150 ++-0423011 ++-0405091 ++-0409039 ++-0412116 ++-0415114 ++-0414105 ++-0406097 ++-0422049 ++-0416085 ++-0410026 ++-0413107 ++-0404132 ++-0408066 ++-0420110 ++-0421059 ++-0417080 ++-0419059 ++-0411076 ++-0423012 ++-0405092 ++-0415115 ++-0407122 ++-0398151 ++-0414106 ++-0415116 ++-0407123 ++-0406098 ++-0412117 ++-0409040 ++-0410027 ++-0422050 ++-0420111 ++-0404133 ++-0408067 ++-0423013 ++-0413108 ++-0405093 ++-0416086 ++-0411077 ++-0398152 ++-0419060 ++-0417081 ++-0421060 ++-0415117 ++-0414107 ++-0406099 ++-0407124 ++-0422051 ++-0410028 ++-0409041 ++-0420112 ++-0416087 ++-0412118 ++-0423014 ++-0404134 ++-0411078 ++-0413109 ++-0408068 ++-0415118 ++-0417082 ++-0405094 ++-0414108 ++-0421061 ++-0406100 ++-0419061 ++-0422052 ++-0410029 ++-0398153 ++-0407125 ++-0420113 ++-0409042 ++-0416088 ++-0411079 ++-0423015 ++-0412119 ++-0404135 ++-0415119 ++-0421062 ++-0417083 ++-0408069 ++-0413110 ++-0422053 ++-0406101 ++-0410030 ++-0414109 ++-0419062 ++-0407126 ++-0405095 ++-0420114 ++-0411080 ++-0409043 ++-0398154 ++-0422054 ++-0408070 ++-0398155 ++-0417084 ++-0423016 ++-0415120 ++-0404136 ++-0416089 ++-0420115 ++-0407127 ++-0413111 ++-0412120 ++-0406102 ++-0421063 ++-0419063 ++-0422055 ++-0411081 ++-0414110 ++-0405096 ++-0410031 ++-0409044 ++-0408071 ++-0404137 ++-0415121 ++-0417085 ++-0423017 ++-0416090 ++-0407128 ++-0420116 ++-0406103 ++-0413112 ++-0419064 ++-0422056 ++-0411082 ++-0410032 ++-0421064 ++-0412121 ++-0398156 ++-0414111 ++-0408072 ++-0405097 ++-0409045 ++-0416091 ++-0417086 ++-0423018 ++-0404138 ++-0407129 ++-0420117 ++-0415122 ++-0406104 ++-0414112 ++-0419065 ++-0408073 ++-0409046 ++-0421065 ++-0422057 ++-0413113 ++-0411083 ++-0405098 ++-0410033 ++-0412122 ++-0417087 ++-0416092 ++-0423019 ++-0404139 ++-0420118 ++-0407130 ++-0406105 ++-0415123 ++-0414113 ++-0422058 ++-0408074 ++-0419066 ++-0421066 ++-0409047 ++-0410034 ++-0411084 ++-0417088 ++-0412123 ++-0405099 ++-0413114 ++-0416093 ++-0404140 ++-0420119 ++-0406106 ++-0423020 ++-0407131 ++-0415124 ++-0419067 ++-0409048 ++-0422059 ++-0414114 ++-0408075 ++-0405100 ++-0410035 ++-0417089 ++-0413115 ++-0421067 ++-0416094 ++-0418000 ++-0404141 ++-0406107 ++-0407132 ++-0420120 ++-0411085 ++-0415125 ++-0412124 ++-0423021 ++-0419068 ++-0409049 ++-0405101 ++-0422060 ++-0417090 ++-0413116 ++-0414115 ++-0421068 ++-0406108 ++-0416095 ++-0410036 ++-0408076 ++-0411086 ++-0420121 ++-0407133 ++-0418001 ++-0412125 ++-0404142 ++-0415126 ++-0419069 ++-0423022 ++-0409050 ++-0405102 ++-0422061 ++-0417091 ++-0408077 ++-0413117 ++-0416096 ++-0411087 ++-0410037 ++-0412126 ++-0406109 ++-0418002 ++-0414116 ++-0404143 ++-0421069 ++-0420122 ++-0407134 ++-0419070 ++-0415127 ++-0409051 ++-0423023 ++-0422062 ++-0405103 ++-0417092 ++-0408078 ++-0411088 ++-0416097 ++-0413118 ++-0418003 ++-0406110 ++-0414117 ++-0404144 ++-0412127 ++-0410038 ++-0423024 ++-0421070 ++-0415128 ++-0407135 ++-0419071 ++-0409052 ++-0420123 ++-0422063 ++-0417093 ++-0408079 ++-0405104 ++-0411089 ++-0416098 ++-0406111 ++-0418004 ++-0413119 ++-0412128 ++-0414118 ++-0423025 ++-0410039 ++-0404145 ++-0407136 ++-0419072 ++-0420124 ++-0422064 ++-0415129 ++-0409053 ++-0421071 ++-0411090 ++-0408080 ++-0416099 ++-0417094 ++-0405105 ++-0413120 ++-0406112 ++-0418005 ++-0414119 ++-0410040 ++-0412129 ++-0423026 ++-0407137 ++-0419073 ++-0422065 ++-0421072 ++-0420125 ++-0409054 ++-0411091 ++-0404146 ++-0415130 ++-0409055 ++-0414120 ++-0407138 ++-0405106 ++-0413121 ++-0419074 ++-0422066 ++-0404147 ++-0406113 ++-0416100 ++-0408081 ++-0410041 ++-0412130 ++-0417095 ++-0418006 ++-0421073 ++-0423027 ++-0411092 ++-0409056 ++-0415131 ++-0420126 ++-0405107 ++-0419075 ++-0417096 ++-0421074 ++-0405108 ++-0404148 ++-0414121 ++-0407139 ++-0406114 ++-0409057 ++-0413122 ++-0412131 ++-0411093 ++-0418007 ++-0416101 ++-0420127 ++-0410042 ++-0419076 ++-0422067 ++-0415132 ++-0408082 ++-0421075 ++-0417097 ++-0404149 ++-0405109 ++-0423028 ++-0414122 ++-0407140 ++-0406115 ++-0413123 ++-0409058 ++-0420128 ++-0415133 ++-0410043 ++-0406116 ++-0423029 ++-0416102 ++-0413124 ++-0404150 ++-0414123 ++-0412132 ++-0419077 ++-0407141 ++-0415134 ++-0421076 ++-0408083 ++-0411094 ++-0422068 ++-0418008 ++-0405110 ++-0417098 ++-0409059 ++-0420129 ++-0410044 ++-0406117 ++-0416103 ++-0414124 ++-0412133 ++-0423030 ++-0404151 ++-0413125 ++-0415135 ++-0419078 ++-0421077 ++-0408084 ++-0411095 ++-0420130 ++-0407142 ++-0418009 ++-0417099 ++-0406118 ++-0409060 ++-0414125 ++-0405111 ++-0422069 ++-0412134 ++-0416104 ++-0410045 ++-0423031 ++-0407143 ++-0423032 ++-0412135 ++-0417100 ++-0408085 ++-0413126 ++-0411096 ++-0415136 ++-0410046 ++-0419079 ++-0404152 ++-0406119 ++-0421078 ++-0418010 ++-0409061 ++-0414126 ++-0420131 ++-0422070 ++-0416105 ++-0412136 ++-0407144 ++-0423033 ++-0405112 ++-0417101 ++-0413127 ++-0408086 ++-0415137 ++-0404153 ++-0418011 ++-0406120 ++-0414127 ++-0420132 ++-0421079 ++-0411097 ++-0422071 ++-0410047 ++-0407145 ++-0419080 ++-0409062 ++-0423034 ++-0416106 ++-0412137 ++-0417102 ++-0405113 ++-0413128 ++-0415138 ++-0408087 ++-0420133 ++-0418012 ++-0411098 ++-0421080 ++-0414128 ++-0409063 ++-0407146 ++-0419081 ++-0410048 ++-0416107 ++-0406121 ++-0404154 ++-0422072 ++-0417103 ++-0412138 ++-0423035 ++-0421081 ++-0411099 ++-0408088 ++-0418013 ++-0420134 ++-0404155 ++-0405114 ++-0413129 ++-0415139 ++-0416108 ++-0414129 ++-0422073 ++-0419082 ++-0407147 ++-0417104 ++-0410049 ++-0409064 ++-0406122 ++-0412139 ++-0408089 ++-0423036 ++-0418014 ++-0405115 ++-0420135 ++-0413130 ++-0421082 ++-0414130 ++-0422074 ++-0411100 ++-0417105 ++-0416109 ++-0419083 ++-0415140 ++-0407148 ++-0409065 ++-0412140 ++-0410050 ++-0406123 ++-0418015 ++-0420136 ++-0423037 ++-0405116 ++-0413131 ++-0414131 ++-0421083 ++-0417106 ++-0408090 ++-0411101 ++-0422075 ++-0419084 ++-0412141 ++-0420137 ++-0416110 ++-0410051 ++-0409066 ++-0423038 ++-0407149 ++-0418016 ++-0406124 ++-0415141 ++-0405117 ++-0414132 ++-0421084 ++-0417107 ++-0424000 ++-0422076 ++-0413132 ++-0419085 ++-0411102 ++-0416111 ++-0407150 ++-0418017 ++-0412142 ++-0409067 ++-0423039 ++-0414133 ++-0422077 ++-0410052 ++-0408091 ++-0406125 ++-0415142 ++-0405118 ++-0420138 ++-0417108 ++-0424001 ++-0421085 ++-0411103 ++-0413133 ++-0419086 ++-0416112 ++-0407151 ++-0418018 ++-0423040 ++-0406126 ++-0409068 ++-0410053 ++-0414134 ++-0415143 ++-0412143 ++-0421086 ++-0417109 ++-0408092 ++-0422078 ++-0419087 ++-0424002 ++-0405119 ++-0413134 ++-0420139 ++-0411104 ++-0416113 ++-0418019 ++-0407152 ++-0423041 ++-0410054 ++-0414135 ++-0406127 ++-0421087 ++-0409069 ++-0415144 ++-0417110 ++-0422079 ++-0420140 ++-0424003 ++-0419088 ++-0408093 ++-0405120 ++-0411105 ++-0413135 ++-0416114 ++-0418020 ++-0407153 ++-0421088 ++-0406128 ++-0409070 ++-0410055 ++-0415145 ++-0423042 ++-0412144 ++-0414136 ++-0417111 ++-0408094 ++-0420141 ++-0415146 ++-0405121 ++-0420142 ++-0409071 ++-0414137 ++-0407154 ++-0421089 ++-0406129 ++-0410056 ++-0416115 ++-0422080 ++-0419089 ++-0417112 ++-0418021 ++-0413136 ++-0424004 ++-0423043 ++-0411106 ++-0408095 ++-0405122 ++-0412145 ++-0420143 ++-0416116 ++-0414138 ++-0422081 ++-0409072 ++-0418022 ++-0413137 ++-0417113 ++-0411107 ++-0424005 ++-0410057 ++-0421090 ++-0419090 ++-0406130 ++-0408096 ++-0416117 ++-0405123 ++-0423044 ++-0422082 ++-0409073 ++-0415147 ++-0420144 ++-0418023 ++-0414139 ++-0407155 ++-0413138 ++-0411108 ++-0421091 ++-0424006 ++-0417114 ++-0406131 ++-0410058 ++-0416118 ++-0408097 ++-0419091 ++-0423045 ++-0412146 ++-0422083 ++-0405124 ++-0409074 ++-0420145 ++-0418024 ++-0415148 ++-0411109 ++-0414140 ++-0424007 ++-0421092 ++-0413139 ++-0407156 ++-0417115 ++-0410059 ++-0406132 ++-0408098 ++-0416119 ++-0423046 ++-0405125 ++-0419092 ++-0409075 ++-0420146 ++-0418025 ++-0412147 ++-0422084 ++-0411110 ++-0421093 ++-0414141 ++-0415149 ++-0410060 ++-0424008 ++-0406133 ++-0408099 ++-0413140 ++-0417116 ++-0407157 ++-0416120 ++-0423047 ++-0419093 ++-0405126 ++-0409076 ++-0418026 ++-0420147 ++-0422085 ++-0411111 ++-0412148 ++-0410061 ++-0421094 ++-0408100 ++-0424009 ++-0414142 ++-0423048 ++-0416121 ++-0413141 ++-0406134 ++-0405127 ++-0420148 ++-0417117 ++-0415150 ++-0407158 ++-0418027 ++-0419094 ++-0422086 ++-0409077 ++-0411112 ++-0412149 ++-0408101 ++-0414143 ++-0424010 ++-0406135 ++-0410062 ++-0423049 ++-0421095 ++-0405128 ++-0417118 ++-0420149 ++-0416122 ++-0413142 ++-0418028 ++-0422087 ++-0419095 ++-0409078 ++-0411113 ++-0407159 ++-0415151 ++-0424011 ++-0414144 ++-0412150 ++-0408102 ++-0406136 ++-0421096 ++-0417119 ++-0420150 ++-0410063 ++-0419096 ++-0405129 ++-0419097 ++-0416123 ++-0413143 ++-0411114 ++-0423050 ++-0418029 ++-0409079 ++-0414145 ++-0422088 ++-0420151 ++-0408103 ++-0424012 ++-0421097 ++-0406137 ++-0415152 ++-0412151 ++-0417120 ++-0410064 ++-0407160 ++-0411115 ++-0422089 ++-0416124 ++-0421098 ++-0414146 ++-0419098 ++-0405130 ++-0406138 ++-0409080 ++-0412152 ++-0408104 ++-0424013 ++-0418030 ++-0413144 ++-0415153 ++-0423051 ++-0411116 ++-0417121 ++-0420152 ++-0410065 ++-0407161 ++-0421099 ++-0422090 ++-0416125 ++-0405131 ++-0406139 ++-0419099 ++-0409081 ++-0414147 ++-0423052 ++-0420153 ++-0418031 ++-0408105 ++-0410066 ++-0412153 ++-0424014 ++-0415154 ++-0413145 ++-0411117 ++-0417122 ++-0422091 ++-0421100 ++-0416126 ++-0407162 ++-0406140 ++-0405132 ++-0419100 ++-0423053 ++-0420154 ++-0410067 ++-0409082 ++-0408106 ++-0424015 ++-0414148 ++-0411118 ++-0412154 ++-0417123 ++-0418032 ++-0416127 ++-0421101 ++-0413146 ++-0406141 ++-0422092 ++-0405133 ++-0407163 ++-0415155 ++-0420155 ++-0419101 ++-0410068 ++-0408107 ++-0423054 ++-0424016 ++-0411119 ++-0418033 ++-0409083 ++-0416128 ++-0414149 ++-0412155 ++-0422093 ++-0417124 ++-0405134 ++-0413147 ++-0406142 ++-0421102 ++-0410069 ++-0419102 ++-0408108 ++-0416129 ++-0411120 ++-0407164 ++-0418034 ++-0409084 ++-0423055 ++-0424017 ++-0422094 ++-0405135 ++-0414150 ++-0406143 ++-0417125 ++-0421103 ++-0413148 ++-0419103 ++-0408109 ++-0410070 ++-0409085 ++-0418035 ++-0423056 ++-0416130 ++-0405136 ++-0411121 ++-0424018 ++-0406144 ++-0417126 ++-0407165 ++-0422095 ++-0421104 ++-0414151 ++-0419104 ++-0408110 ++-0413149 ++-0435000 ++-0410071 ++-0423057 ++-0405137 ++-0440000 ++-0416131 ++-0418036 ++-0417127 ++-0411122 ++-0406145 ++-0409086 ++-0424019 ++-0421105 ++-0422096 ++-0432000 ++-0419105 ++-0408111 ++-0410072 ++-0414152 ++-0435001 ++-0407166 ++-0423058 ++-0413150 ++-0416132 ++-0405138 ++-0440001 ++-0418037 ++-0409087 ++-0411123 ++-0424020 ++-0417128 ++-0432001 ++-0422097 ++-0406146 ++-0421106 ++-0408112 ++-0410073 ++-0419106 ++-0423059 ++-0435002 ++-0405139 ++-0414153 ++-0407167 ++-0416133 ++-0413151 ++-0409088 ++-0440002 ++-0418038 ++-0424021 ++-0411124 ++-0432002 ++-0421107 ++-0410074 ++-0417129 ++-0406147 ++-0419107 ++-0422098 ++-0408113 ++-0435003 ++-0416134 ++-0423060 ++-0414154 ++-0413152 ++-0409089 ++-0405140 ++-0440003 ++-0407168 ++-0432003 ++-0418039 ++-0421108 ++-0417130 ++-0410075 ++-0408114 ++-0422099 ++-0419108 ++-0424022 ++-0406148 ++-0411125 ++-0435004 ++-0414155 ++-0423061 ++-0405141 ++-0409090 ++-0432004 ++-0416135 ++-0440004 ++-0413153 ++-0418040 ++-0417131 ++-0424023 ++-0410076 ++-0421109 ++-0407169 ++-0422100 ++-0406149 ++-0419109 ++-0408115 ++-0435005 ++-0419110 ++-0405142 ++-0416136 ++-0423062 ++-0411126 ++-0411127 ++-0416137 ++-0406150 ++-0421110 ++-0410077 ++-0432005 ++-0418041 ++-0408116 ++-0424024 ++-0413154 ++-0422101 ++-0409091 ++-0423063 ++-0419111 ++-0435006 ++-0417132 ++-0407170 ++-0440005 ++-0405143 ++-0411128 ++-0421111 ++-0406151 ++-0410078 ++-0418042 ++-0408117 ++-0423064 ++-0416138 ++-0422102 ++-0435007 ++-0419112 ++-0409092 ++-0440006 ++-0434000 ++-0405144 ++-0432006 ++-0424025 ++-0413155 ++-0417133 ++-0411129 ++-0407171 ++-0421112 ++-0406152 ++-0423065 ++-0418043 ++-0410079 ++-0424026 ++-0417134 ++-0408118 ++-0405145 ++-0413156 ++-0435008 ++-0416139 ++-0422103 ++-0419113 ++-0421113 ++-0432007 ++-0434001 ++-0409093 ++-0440007 ++-0424027 ++-0407172 ++-0423066 ++-0411130 ++-0410080 ++-0406153 ++-0417135 ++-0418044 ++-0408119 ++-0405146 ++-0435009 ++-0419114 ++-0411131 ++-0416140 ++-0421114 ++-0434002 ++-0422104 ++-0409094 ++-0417136 ++-0432008 ++-0406154 ++-0418045 ++-0424028 ++-0440008 ++-0407173 ++-0423067 ++-0410081 ++-0405147 ++-0435010 ++-0408120 ++-0419115 ++-0421115 ++-0409095 ++-0434003 ++-0417137 ++-0440009 ++-0416141 ++-0411132 ++-0406155 ++-0432009 ++-0422105 ++-0423068 ++-0418046 ++-0410082 ++-0408121 ++-0405148 ++-0407174 ++-0424029 ++-0421116 ++-0435011 ++-0434004 ++-0433000 ++-0409096 ++-0419116 ++-0423069 ++-0440010 ++-0408122 ++-0418047 ++-0416142 ++-0417138 ++-0432010 ++-0422106 ++-0407175 ++-0435012 ++-0411133 ++-0410083 ++-0424030 ++-0421117 ++-0434005 ++-0406156 ++-0405149 ++-0433001 ++-0409097 ++-0419117 ++-0440011 ++-0418048 ++-0416143 ++-0435013 ++-0424031 ++-0421118 ++-0423070 ++-0434006 ++-0440012 ++-0406157 ++-0405150 ++-0417139 ++-0408123 ++-0432011 ++-0410084 ++-0407176 ++-0422107 ++-0419118 ++-0418049 ++-0409098 ++-0416144 ++-0424032 ++-0411134 ++-0433002 ++-0421119 ++-0435014 ++-0423071 ++-0440013 ++-0422108 ++-0408124 ++-0434007 ++-0410085 ++-0418050 ++-0405151 ++-0407177 ++-0409099 ++-0411135 ++-0419119 ++-0417140 ++-0432012 ++-0421120 ++-0416145 ++-0433003 ++-0424033 ++-0435015 ++-0422109 ++-0423072 ++-0410086 ++-0440014 ++-0434008 ++-0405152 ++-0418051 ++-0417141 ++-0419120 ++-0408125 ++-0409100 ++-0411136 ++-0424034 ++-0423073 ++-0416146 ++-0433004 ++-0435016 ++-0432013 ++-0407178 ++-0440015 ++-0421121 ++-0422110 ++-0426000 ++-0410087 ++-0408126 ++-0409101 ++-0418052 ++-0417142 ++-0432014 ++-0421122 ++-0434009 ++-0424035 ++-0411137 ++-0416147 ++-0408127 ++-0419121 ++-0426001 ++-0423074 ++-0435017 ++-0440016 ++-0407179 ++-0409102 ++-0433005 ++-0410088 ++-0405153 ++-0416148 ++-0426002 ++-0411138 ++-0417143 ++-0421123 ++-0435018 ++-0409103 ++-0419122 ++-0423075 ++-0440017 ++-0434010 ++-0422111 ++-0418053 ++-0410089 ++-0405154 ++-0424036 ++-0432015 ++-0408128 ++-0433006 ++-0426003 ++-0416149 ++-0411139 ++-0432016 ++-0410090 ++-0433007 ++-0421124 ++-0440018 ++-0405155 ++-0434011 ++-0424037 ++-0422112 ++-0435019 ++-0408129 ++-0419123 ++-0407180 ++-0418054 ++-0417144 ++-0423076 ++-0409104 ++-0421125 ++-0440019 ++-0433008 ++-0440020 ++-0433009 ++-0440021 ++-0426004 ++-0416150 ++-0421126 ++-0432017 ++-0408130 ++-0435020 ++-0423077 ++-0417145 ++-0422113 ++-0409105 ++-0419124 ++-0411140 ++-0410091 ++-0418055 ++-0433010 ++-0424038 ++-0421127 ++-0432018 ++-0417146 ++-0434012 ++-0426005 ++-0410092 ++-0407181 ++-0425000 ++-0423078 ++-0408131 ++-0440022 ++-0419125 ++-0422114 ++-0424039 ++-0418056 ++-0409106 ++-0417147 ++-0426006 ++-0440023 ++-0416151 ++-0411141 ++-0435021 ++-0434013 ++-0410093 ++-0426007 ++-0433011 ++-0409107 ++-0418057 ++-0421128 ++-0422115 ++-0419126 ++-0423079 ++-0425001 ++-0407182 ++-0417148 ++-0408132 ++-0432019 ++-0424040 ++-0440024 ++-0416152 ++-0411142 ++-0435022 ++-0434014 ++-0426008 ++-0410094 ++-0421129 ++-0409108 ++-0419127 ++-0423080 ++-0425002 ++-0417149 ++-0418058 ++-0424041 ++-0433012 ++-0432020 ++-0422116 ++-0440025 ++-0407183 ++-0411143 ++-0426009 ++-0410095 ++-0423081 ++-0424042 ++-0417150 ++-0432021 ++-0422117 ++-0407184 ++-0440026 ++-0411144 ++-0426010 ++-0410096 ++-0434015 ++-0425003 ++-0409109 ++-0435023 ++-0421130 ++-0424043 ++-0408133 ++-0423082 ++-0417151 ++-0433013 ++-0416153 ++-0419128 ++-0432022 ++-0440027 ++-0407185 ++-0418059 ++-0426011 ++-0411145 ++-0422118 ++-0410097 ++-0434016 ++-0409110 ++-0425004 ++-0424044 ++-0421131 ++-0417152 ++-0408134 ++-0416154 ++-0433014 ++-0435024 ++-0419129 ++-0418060 ++-0426012 ++-0423083 ++-0432023 ++-0411146 ++-0410098 ++-0422119 ++-0407186 ++-0409111 ++-0410099 ++-0422120 ++-0411147 ++-0426013 ++-0407187 ++-0419130 ++-0423084 ++-0433015 ++-0435025 ++-0418061 ++-0416155 ++-0434017 ++-0408135 ++-0426014 ++-0411148 ++-0432024 ++-0424045 ++-0417153 ++-0410100 ++-0425005 ++-0422121 ++-0421132 ++-0416156 ++-0409112 ++-0440028 ++-0434018 ++-0423085 ++-0433016 ++-0407188 ++-0419131 ++-0418062 ++-0435026 ++-0408136 ++-0426015 ++-0417154 ++-0432025 ++-0411149 ++-0422122 ++-0421133 ++-0410101 ++-0409113 ++-0434019 ++-0433017 ++-0424046 ++-0418063 ++-0425006 ++-0435027 ++-0440029 ++-0419132 ++-0423086 ++-0408137 ++-0426016 ++-0407189 ++-0432026 ++-0417155 ++-0422123 ++-0409114 ++-0434020 ++-0433018 ++-0410102 ++-0411150 ++-0440030 ++-0418064 ++-0421134 ++-0419133 ++-0408138 ++-0424047 ++-0435028 ++-0425007 ++-0423087 ++-0426017 ++-0422124 ++-0432027 ++-0410103 ++-0417156 ++-0409115 ++-0407190 ++-0434021 ++-0418065 ++-0411151 ++-0440031 ++-0436000 ++-0433019 ++-0408139 ++-0435029 ++-0424048 ++-0419134 ++-0421135 ++-0425008 ++-0426018 ++-0432028 ++-0422125 ++-0423088 ++-0410104 ++-0409116 ++-0418066 ++-0411152 ++-0407191 ++-0434022 ++-0436001 ++-0417157 ++-0433020 ++-0440032 ++-0424049 ++-0419135 ++-0435030 ++-0408140 ++-0425009 ++-0432029 ++-0423089 ++-0426019 ++-0424050 ++-0410105 ++-0408141 ++-0425010 ++-0421136 ++-0419136 ++-0422126 ++-0418067 ++-0434023 ++-0409117 ++-0433021 ++-0411153 ++-0432030 ++-0435031 ++-0436002 ++-0407192 ++-0426020 ++-0423090 ++-0440033 ++-0424051 ++-0410106 ++-0408142 ++-0425011 ++-0419137 ++-0422127 ++-0433022 ++-0434024 ++-0409118 ++-0411154 ++-0421137 ++-0418068 ++-0435032 ++-0432031 ++-0440034 ++-0436003 ++-0424052 ++-0423091 ++-0410107 ++-0426021 ++-0407193 ++-0437000 ++-0408143 ++-0425012 ++-0422128 ++-0419138 ++-0434025 ++-0433023 ++-0440035 ++-0411155 ++-0409119 ++-0421138 ++-0432032 ++-0435033 ++-0410108 ++-0423092 ++-0426022 ++-0436004 ++-0437001 ++-0419139 ++-0418069 ++-0424053 ++-0422129 ++-0425013 ++-0408144 ++-0407194 ++-0409120 ++-0440036 ++-0434026 ++-0432033 ++-0433024 ++-0423093 ++-0436005 ++-0419140 ++-0424054 ++-0421139 ++-0437002 ++-0418070 ++-0435034 ++-0410109 ++-0422130 ++-0408145 ++-0426023 ++-0425014 ++-0440037 ++-0409121 ++-0407195 ++-0433025 ++-0432034 ++-0419141 ++-0434027 ++-0436006 ++-0424055 ++-0410110 ++-0437003 ++-0422131 ++-0423094 ++-0421140 ++-0408146 ++-0418071 ++-0435035 ++-0425015 ++-0426024 ++-0440038 ++-0409122 ++-0433026 ++-0419142 ++-0436007 ++-0431000 ++-0424056 ++-0422132 ++-0434028 ++-0432035 ++-0437004 ++-0410111 ++-0408147 ++-0418072 ++-0436008 ++-0440039 ++-0435036 ++-0425016 ++-0423095 ++-0424057 ++-0418073 ++-0421141 ++-0409123 ++-0408148 ++-0426025 ++-0410112 ++-0434029 ++-0437005 ++-0433027 ++-0436009 ++-0422133 ++-0432036 ++-0431001 ++-0419143 ++-0424058 ++-0435037 ++-0440040 ++-0409124 ++-0408149 ++-0423096 ++-0427000 ++-0426026 ++-0410113 ++-0425017 ++-0434030 ++-0437006 ++-0418074 ++-0436010 ++-0431002 ++-0432037 ++-0421142 ++-0426027 ++-0433028 ++-0436011 ++-0422134 ++-0408150 ++-0425018 ++-0431003 ++-0424059 ++-0418075 ++-0419144 ++-0440041 ++-0434031 ++-0409125 ++-0427001 ++-0435038 ++-0423097 ++-0410114 ++-0437007 ++-0432038 ++-0433029 ++-0426028 ++-0431004 ++-0425019 ++-0418076 ++-0421143 ++-0409126 ++-0436012 ++-0408151 ++-0427002 ++-0422135 ++-0440042 ++-0410115 ++-0424060 ++-0419145 ++-0434032 ++-0423098 ++-0435039 ++-0437008 ++-0432039 ++-0433030 ++-0431005 ++-0418077 ++-0425020 ++-0409127 ++-0427003 ++-0422136 ++-0426029 ++-0436013 ++-0408152 ++-0421144 ++-0419146 ++-0440043 ++-0437009 ++-0423099 ++-0410116 ++-0424061 ++-0434033 ++-0433031 ++-0432040 ++-0435040 ++-0431006 ++-0425021 ++-0409128 ++-0427004 ++-0418078 ++-0426030 ++-0437010 ++-0423100 ++-0422137 ++-0435041 ++-0425022 ++-0440044 ++-0419147 ++-0436014 ++-0408153 ++-0421145 ++-0433032 ++-0427005 ++-0424062 ++-0410117 ++-0434034 ++-0437011 ++-0422138 ++-0426031 ++-0423101 ++-0418079 ++-0432041 ++-0409129 ++-0431007 ++-0419148 ++-0408154 ++-0436015 ++-0440045 ++-0425023 ++-0435042 ++-0421146 ++-0427006 ++-0433033 ++-0410118 ++-0437012 ++-0423102 ++-0424063 ++-0418080 ++-0432042 ++-0426032 ++-0431008 ++-0409130 ++-0434035 ++-0422139 ++-0408155 ++-0410119 ++-0419149 ++-0435043 ++-0425024 ++-0440046 ++-0427007 ++-0436016 ++-0437013 ++-0433034 ++-0423103 ++-0421147 ++-0424064 ++-0431009 ++-0418081 ++-0422140 ++-0434036 ++-0435044 ++-0432043 ++-0425025 ++-0423104 ++-0410120 ++-0419150 ++-0421148 ++-0409131 ++-0426033 ++-0440047 ++-0427008 ++-0431010 ++-0436017 ++-0433035 ++-0437014 ++-0424065 ++-0418082 ++-0422141 ++-0435045 ++-0432044 ++-0434037 ++-0426034 ++-0421149 ++-0425026 ++-0423105 ++-0440048 ++-0431011 ++-0410121 ++-0419151 ++-0433036 ++-0409132 ++-0427009 ++-0418083 ++-0424066 ++-0437015 ++-0435046 ++-0428000 ++-0432045 ++-0434038 ++-0422142 ++-0421150 ++-0436018 ++-0423106 ++-0426035 ++-0440049 ++-0419152 ++-0425027 ++-0433037 ++-0410122 ++-0427010 ++-0409133 ++-0418084 ++-0424067 ++-0431012 ++-0435047 ++-0434039 ++-0428001 ++-0437016 ++-0432046 ++-0422143 ++-0440050 ++-0423107 ++-0421151 ++-0419153 ++-0426036 ++-0436019 ++-0425028 ++-0427011 ++-0409134 ++-0410123 ++-0424068 ++-0435048 ++-0418085 ++-0428002 ++-0433038 ++-0431013 ++-0432047 ++-0434040 ++-0422144 ++-0421152 ++-0437017 ++-0440051 ++-0419154 ++-0436020 ++-0423108 ++-0410124 ++-0409135 ++-0426037 ++-0425029 ++-0424069 ++-0427012 ++-0435049 ++-0431014 ++-0428003 ++-0418086 ++-0432048 ++-0434041 ++-0433039 ++-0422145 ++-0421153 ++-0419155 ++-0440052 ++-0436021 ++-0437018 ++-0409136 ++-0426038 ++-0423109 ++-0424070 ++-0410125 ++-0427013 ++-0425030 ++-0428004 ++-0435050 ++-0431015 ++-0434042 ++-0418087 ++-0421154 ++-0422146 ++-0432049 ++-0433040 ++-0440053 ++-0436022 ++-0426039 ++-0410126 ++-0437019 ++-0409137 ++-0423110 ++-0424071 ++-0427014 ++-0432050 ++-0425031 ++-0422147 ++-0425032 ++-0423111 ++-0431016 ++-0428005 ++-0435051 ++-0418088 ++-0421155 ++-0436023 ++-0434043 ++-0427015 ++-0440054 ++-0433041 ++-0422148 ++-0432051 ++-0437020 ++-0409138 ++-0410127 ++-0426040 ++-0424072 ++-0425033 ++-0439000 ++-0423112 ++-0428006 ++-0418089 ++-0431017 ++-0436024 ++-0421156 ++-0433042 ++-0422149 ++-0434044 ++-0435052 ++-0409139 ++-0432052 ++-0437021 ++-0440055 ++-0424073 ++-0427016 ++-0426041 ++-0410128 ++-0439001 ++-0423113 ++-0425034 ++-0428007 ++-0418090 ++-0431018 ++-0433043 ++-0432053 ++-0436025 ++-0409140 ++-0440056 ++-0424074 ++-0422150 ++-0437022 ++-0427017 ++-0435053 ++-0410129 ++-0434045 ++-0426042 ++-0439002 ++-0425035 ++-0423114 ++-0428008 ++-0418091 ++-0431019 ++-0433044 ++-0432054 ++-0409141 ++-0440057 ++-0427018 ++-0437023 ++-0436026 ++-0422151 ++-0410130 ++-0435054 ++-0426043 ++-0424075 ++-0425036 ++-0439003 ++-0434046 ++-0423115 ++-0428009 ++-0432055 ++-0441000 ++-0418092 ++-0431020 ++-0409142 ++-0437024 ++-0440058 ++-0433045 ++-0436027 ++-0410131 ++-0422152 ++-0435055 ++-0424076 ++-0426044 ++-0427019 ++-0423116 ++-0425037 ++-0434047 ++-0428010 ++-0439004 ++-0432056 ++-0418093 ++-0431021 ++-0409143 ++-0433046 ++-0410132 ++-0436028 ++-0437025 ++-0422153 ++-0427020 ++-0441001 ++-0424077 ++-0435056 ++-0426045 ++-0423117 ++-0440059 ++-0425038 ++-0439005 ++-0432057 ++-0428011 ++-0431022 ++-0434048 ++-0410133 ++-0427021 ++-0426046 ++-0433047 ++-0418094 ++-0422154 ++-0439006 ++-0435057 ++-0432058 ++-0410134 ++-0424078 ++-0436029 ++-0437026 ++-0441002 ++-0433048 ++-0440060 ++-0434049 ++-0422155 ++-0425039 ++-0409144 ++-0426047 ++-0423118 ++-0418095 ++-0431023 ++-0427022 ++-0428012 ++-0424079 ++-0435058 ++-0439007 ++-0437027 ++-0432059 ++-0436030 ++-0410135 ++-0409145 ++-0441003 ++-0434050 ++-0440061 ++-0423119 ++-0426048 ++-0418096 ++-0427023 ++-0425040 ++-0433049 ++-0428013 ++-0424080 ++-0432060 ++-0436031 ++-0431024 ++-0409146 ++-0435059 ++-0440062 ++-0410136 ++-0439008 ++-0427024 ++-0441004 ++-0425041 ++-0437028 ++-0426049 ++-0418097 ++-0428014 ++-0433050 ++-0434051 ++-0431025 ++-0440063 ++-0409147 ++-0432061 ++-0423120 ++-0427025 ++-0436032 ++-0418098 ++-0439009 ++-0441005 ++-0437029 ++-0433051 ++-0434052 ++-0435060 ++-0425042 ++-0426050 ++-0442000 ++-0410137 ++-0424081 ++-0428015 ++-0427026 ++-0423121 ++-0440064 ++-0436033 ++-0409148 ++-0431026 ++-0432062 ++-0441006 ++-0437030 ++-0425043 ++-0442001 ++-0434053 ++-0433052 ++-0424082 ++-0418099 ++-0439010 ++-0436034 ++-0427027 ++-0410138 ++-0435061 ++-0441007 ++-0431027 ++-0426051 ++-0428016 ++-0440065 ++-0437031 ++-0409149 ++-0432063 ++-0442002 ++-0418100 ++-0434054 ++-0423122 ++-0424083 ++-0425044 ++-0433053 ++-0410139 ++-0427028 ++-0439011 ++-0441008 ++-0428017 ++-0436035 ++-0426052 ++-0437032 ++-0440066 ++-0431028 ++-0435062 ++-0432064 ++-0442003 ++-0418101 ++-0423123 ++-0409150 ++-0434055 ++-0424084 ++-0433054 ++-0425045 ++-0427029 ++-0410140 ++-0439012 ++-0436036 ++-0441009 ++-0440067 ++-0442004 ++-0432065 ++-0426053 ++-0428018 ++-0437033 ++-0433055 ++-0431029 ++-0418102 ++-0434056 ++-0409151 ++-0424085 ++-0435063 ++-0427030 ++-0441010 ++-0423124 ++-0439013 ++-0436037 ++-0425046 ++-0418103 ++-0426054 ++-0434057 ++-0410141 ++-0440068 ++-0432066 ++-0435064 ++-0428019 ++-0409152 ++-0424086 ++-0433056 ++-0431030 ++-0437034 ++-0442005 ++-0423125 ++-0436038 ++-0427031 ++-0439014 ++-0441011 ++-0425047 ++-0426055 ++-0410142 ++-0434058 ++-0440069 ++-0409153 ++-0432067 ++-0442006 ++-0424087 ++-0433057 ++-0435065 ++-0418104 ++-0431031 ++-0436039 ++-0437035 ++-0428020 ++-0423126 ++-0439015 ++-0441012 ++-0425048 ++-0427032 ++-0426056 ++-0434059 ++-0409154 ++-0410143 ++-0442007 ++-0440070 ++-0432068 ++-0428021 ++-0436040 ++-0437036 ++-0435066 ++-0424088 ++-0423127 ++-0431032 ++-0418105 ++-0433058 ++-0441013 ++-0425049 ++-0439016 ++-0427033 ++-0434060 ++-0442008 ++-0432069 ++-0409155 ++-0440071 ++-0428022 ++-0410144 ++-0435067 ++-0437037 ++-0436041 ++-0424089 ++-0431033 ++-0418106 ++-0423128 ++-0425050 ++-0433059 ++-0441014 ++-0426057 ++-0439017 ++-0432070 ++-0440072 ++-0428023 ++-0427034 ++-0434061 ++-0410145 ++-0442009 ++-0409156 ++-0437038 ++-0424090 ++-0431034 ++-0435068 ++-0425051 ++-0418107 ++-0433060 ++-0441015 ++-0423129 ++-0436042 ++-0439018 ++-0432071 ++-0426058 ++-0434062 ++-0427035 ++-0410146 ++-0442010 ++-0440073 ++-0424091 ++-0428024 ++-0435069 ++-0425052 ++-0418108 ++-0431035 ++-0437039 ++-0433061 ++-0423130 ++-0432072 ++-0441016 ++-0439019 ++-0426059 ++-0427036 ++-0436043 ++-0434063 ++-0410147 ++-0440074 ++-0442011 ++-0437040 ++-0431036 ++-0433062 ++-0424092 ++-0428025 ++-0435070 ++-0418109 ++-0432073 ++-0425053 ++-0423131 ++-0410148 ++-0426060 ++-0427037 ++-0441017 ++-0439020 ++-0442012 ++-0436044 ++-0434064 ++-0440075 ++-0429000 ++-0433063 ++-0424093 ++-0437041 ++-0435071 ++-0431037 ++-0428026 ++-0432074 ++-0418110 ++-0423132 ++-0441018 ++-0410149 ++-0425054 ++-0426061 ++-0442013 ++-0427038 ++-0440076 ++-0429001 ++-0439021 ++-0436045 ++-0434065 ++-0424094 ++-0437042 ++-0435072 ++-0431038 ++-0428027 ++-0432075 ++-0433064 ++-0441019 ++-0425055 ++-0418111 ++-0442014 ++-0410150 ++-0423133 ++-0440077 ++-0427039 ++-0426062 ++-0429002 ++-0434066 ++-0424095 ++-0437043 ++-0439022 ++-0435073 ++-0428028 ++-0431039 ++-0436046 ++-0432076 ++-0441020 ++-0433065 ++-0442015 ++-0418112 ++-0423134 ++-0440078 ++-0410151 ++-0425056 ++-0429003 ++-0427040 ++-0424096 ++-0439023 ++-0431040 ++-0426063 ++-0437044 ++-0428029 ++-0434067 ++-0436047 ++-0441021 ++-0433066 ++-0435074 ++-0442016 ++-0432077 ++-0418113 ++-0423135 ++-0410152 ++-0427041 ++-0425057 ++-0440079 ++-0431041 ++-0439024 ++-0428030 ++-0424097 ++-0429004 ++-0436048 ++-0441022 ++-0437045 ++-0426064 ++-0435075 ++-0442017 ++-0434068 ++-0433067 ++-0427042 ++-0423136 ++-0432078 ++-0418114 ++-0440080 ++-0425058 ++-0410153 ++-0431042 ++-0439025 ++-0429005 ++-0428031 ++-0424098 ++-0436049 ++-0437046 ++-0441023 ++-0426065 ++-0442018 ++-0434069 ++-0435076 ++-0433068 ++-0423137 ++-0432079 ++-0427043 ++-0425059 ++-0431043 ++-0418115 ++-0410154 ++-0429006 ++-0439026 ++-0424099 ++-0436050 ++-0440081 ++-0426066 ++-0428032 ++-0435077 ++-0441024 ++-0437047 ++-0434070 ++-0442019 ++-0433069 ++-0425060 ++-0423138 ++-0431044 ++-0432080 ++-0427044 ++-0439027 ++-0418116 ++-0426067 ++-0429007 ++-0428033 ++-0424100 ++-0410155 ++-0435078 ++-0433070 ++-0440082 ++-0436051 ++-0425061 ++-0423139 ++-0441025 ++-0437048 ++-0432081 ++-0431045 ++-0434071 ++-0427045 ++-0442020 ++-0428034 ++-0436052 ++-0426068 ++-0432082 ++-0439028 ++-0429008 ++-0435079 ++-0431046 ++-0424101 ++-0428035 ++-0410156 ++-0437049 ++-0440083 ++-0433071 ++-0418117 ++-0436053 ++-0425062 ++-0427046 ++-0442021 ++-0423140 ++-0434072 ++-0441026 ++-0432083 ++-0439029 ++-0426069 ++-0429009 ++-0424102 ++-0436054 ++-0428036 ++-0435080 ++-0423141 ++-0442022 ++-0431047 ++-0425063 ++-0433072 ++-0440084 ++-0437050 ++-0418118 ++-0441027 ++-0434073 ++-0427047 ++-0426070 ++-0432084 ++-0439030 ++-0429010 ++-0428037 ++-0424103 ++-0436055 ++-0423142 ++-0425064 ++-0431048 ++-0435081 ++-0437051 ++-0441028 ++-0434074 ++-0442023 ++-0440085 ++-0433073 ++-0427048 ++-0418119 ++-0432085 ++-0442024 ++-0424104 ++-0431049 ++-0436056 ++-0426071 ++-0437052 ++-0440086 ++-0429011 ++-0423143 ++-0441029 ++-0439031 ++-0428038 ++-0429012 ++-0425065 ++-0434075 ++-0442025 ++-0433074 ++-0418120 ++-0424105 ++-0439032 ++-0423144 ++-0435082 ++-0440087 ++-0427049 ++-0430000 ++-0426072 ++-0428039 ++-0437053 ++-0432086 ++-0441030 ++-0429013 ++-0431050 ++-0436057 ++-0425066 ++-0434076 ++-0423145 ++-0424106 ++-0442026 ++-0435083 ++-0440088 ++-0433075 ++-0418121 ++-0430001 ++-0427050 ++-0432087 ++-0428040 ++-0439033 ++-0426073 ++-0429014 ++-0441031 ++-0436058 ++-0431051 ++-0437054 ++-0434077 ++-0425067 ++-0442027 ++-0424107 ++-0423146 ++-0430002 ++-0433076 ++-0418122 ++-0440089 ++-0435084 ++-0428041 ++-0427051 ++-0432088 ++-0439034 ++-0426074 ++-0429015 ++-0436059 ++-0441032 ++-0431052 ++-0437055 ++-0434078 ++-0424108 ++-0425068 ++-0418123 ++-0442028 ++-0428042 ++-0440090 ++-0433077 ++-0423147 ++-0435085 ++-0432089 ++-0430003 ++-0429016 ++-0441033 ++-0436060 ++-0427052 ++-0437056 ++-0439035 ++-0426075 ++-0431053 ++-0434079 ++-0424109 ++-0418124 ++-0435086 ++-0440091 ++-0433078 ++-0425069 ++-0423148 ++-0442029 ++-0432090 ++-0428043 ++-0429017 ++-0436061 ++-0431054 ++-0441034 ++-0437057 ++-0430004 ++-0427053 ++-0439036 ++-0426076 ++-0435087 ++-0424110 ++-0440092 ++-0429018 ++-0434080 ++-0442030 ++-0423149 ++-0425070 ++-0428044 ++-0418125 ++-0433079 ++-0432091 ++-0436062 ++-0437058 ++-0441035 ++-0431055 ++-0439037 ++-0426077 ++-0430005 ++-0435088 ++-0424111 ++-0427054 ++-0429019 ++-0423150 ++-0434081 ++-0428045 ++-0433080 ++-0432092 ++-0442031 ++-0425071 ++-0440093 ++-0427055 ++-0437059 ++-0418126 ++-0436063 ++-0426078 ++-0441036 ++-0423151 ++-0429020 ++-0431056 ++-0434082 ++-0439038 ++-0428046 ++-0433081 ++-0430006 ++-0432093 ++-0442032 ++-0435089 ++-0424112 ++-0425072 ++-0440094 ++-0427056 ++-0437060 ++-0418127 ++-0436064 ++-0426079 ++-0441037 ++-0429021 ++-0424113 ++-0425073 ++-0427057 ++-0431057 ++-0423152 ++-0440095 ++-0437061 ++-0428047 ++-0434083 ++-0432094 ++-0439039 ++-0442033 ++-0436065 ++-0430007 ++-0433082 ++-0426080 ++-0441038 ++-0418128 ++-0435090 ++-0424114 ++-0429022 ++-0423153 ++-0431058 ++-0428048 ++-0425074 ++-0427058 ++-0440096 ++-0436066 ++-0437062 ++-0430008 ++-0439040 ++-0434084 ++-0432095 ++-0418129 ++-0426081 ++-0442034 ++-0433083 ++-0441039 ++-0431059 ++-0423154 ++-0429023 ++-0424115 ++-0435091 ++-0425075 ++-0428049 ++-0427059 ++-0437063 ++-0434085 ++-0436067 ++-0440097 ++-0441040 ++-0433084 ++-0418130 ++-0439041 ++-0430009 ++-0432096 ++-0431060 ++-0442035 ++-0426082 ++-0424116 ++-0423155 ++-0429024 ++-0437064 ++-0435092 ++-0428050 ++-0425076 ++-0436068 ++-0441041 ++-0434086 ++-0439042 ++-0440098 ++-0430010 ++-0431061 ++-0433085 ++-0426083 ++-0432097 ++-0442036 ++-0427060 ++-0424117 ++-0437065 ++-0435093 ++-0428051 ++-0439043 ++-0429025 ++-0434087 ++-0441042 ++-0442037 ++-0427061 ++-0418131 ++-0435094 ++-0426084 ++-0436069 ++-0425077 ++-0431062 ++-0428052 ++-0432098 ++-0437066 ++-0430011 ++-0424118 ++-0440099 ++-0433086 ++-0439044 ++-0436070 ++-0435095 ++-0441043 ++-0418132 ++-0434088 ++-0442038 ++-0427062 ++-0426085 ++-0429026 ++-0425078 ++-0428053 ++-0437067 ++-0432099 ++-0430012 ++-0424119 ++-0431063 ++-0443000 ++-0433087 ++-0440100 ++-0435096 ++-0439045 ++-0436071 ++-0418133 ++-0442039 ++-0434089 ++-0429027 ++-0426086 ++-0427063 ++-0441044 ++-0432100 ++-0437068 ++-0428054 ++-0430013 ++-0425079 ++-0431064 ++-0433088 ++-0443001 ++-0424120 ++-0435097 ++-0436072 ++-0439046 ++-0440101 ++-0442040 ++-0434090 ++-0429028 ++-0426087 ++-0418134 ++-0437069 ++-0432101 ++-0428055 ++-0431065 ++-0441045 ++-0430014 ++-0425080 ++-0433089 ++-0427064 ++-0443002 ++-0424121 ++-0435098 ++-0440102 ++-0436073 ++-0426088 ++-0442041 ++-0429029 ++-0439047 ++-0434091 ++-0418135 ++-0437070 ++-0432102 ++-0428056 ++-0430015 ++-0431066 ++-0427065 ++-0443003 ++-0441046 ++-0433090 ++-0425081 ++-0424122 ++-0440103 ++-0435099 ++-0426089 ++-0442042 ++-0439048 ++-0434092 ++-0436074 ++-0418136 ++-0437071 ++-0432103 ++-0429030 ++-0428057 ++-0430016 ++-0431067 ++-0433091 ++-0424123 ++-0425082 ++-0427066 ++-0443004 ++-0440104 ++-0441047 ++-0442043 ++-0434093 ++-0435100 ++-0439049 ++-0418137 ++-0426090 ++-0436075 ++-0424124 ++-0425083 ++-0428058 ++-0443005 ++-0437072 ++-0432104 ++-0433092 ++-0427067 ++-0440105 ++-0442044 ++-0429031 ++-0430017 ++-0434094 ++-0431068 ++-0441048 ++-0439050 ++-0418138 ++-0435101 ++-0426091 ++-0424125 ++-0425084 ++-0436076 ++-0443006 ++-0432105 ++-0437073 ++-0427068 ++-0428059 ++-0429032 ++-0433093 ++-0442045 ++-0434095 ++-0440106 ++-0441049 ++-0418139 ++-0439051 ++-0430018 ++-0426092 ++-0431069 ++-0425085 ++-0435102 ++-0424126 ++-0436077 ++-0428060 ++-0429033 ++-0443007 ++-0437074 ++-0427069 ++-0432106 ++-0441050 ++-0434096 ++-0433094 ++-0442046 ++-0439052 ++-0440107 ++-0418140 ++-0426093 ++-0431070 ++-0425086 ++-0435103 ++-0424127 ++-0430019 ++-0436078 ++-0428061 ++-0443008 ++-0429034 ++-0437075 ++-0432107 ++-0427070 ++-0441051 ++-0418141 ++-0439053 ++-0431071 ++-0426094 ++-0434097 ++-0442047 ++-0440108 ++-0433095 ++-0435104 ++-0424128 ++-0430020 ++-0428062 ++-0425087 ++-0443009 ++-0436079 ++-0429035 ++-0437076 ++-0434098 ++-0433096 ++-0431072 ++-0442048 ++-0441052 ++-0426095 ++-0432108 ++-0440109 ++-0439054 ++-0430021 ++-0434099 ++-0418142 ++-0443010 ++-0435105 ++-0437077 ++-0433097 ++-0436080 ++-0427071 ++-0428063 ++-0424129 ++-0425088 ++-0431073 ++-0429036 ++-0441053 ++-0442049 ++-0426096 ++-0432109 ++-0440110 ++-0439055 ++-0418143 ++-0443011 ++-0430022 ++-0435106 ++-0433098 ++-0434100 ++-0425089 ++-0428064 ++-0441054 ++-0431074 ++-0436081 ++-0427072 ++-0442050 ++-0424130 ++-0437078 ++-0426097 ++-0429037 ++-0432110 ++-0440111 ++-0443012 ++-0439056 ++-0418144 ++-0433099 ++-0430023 ++-0434101 ++-0435107 ++-0431075 ++-0428065 ++-0427073 ++-0437079 ++-0436082 ++-0425090 ++-0429038 ++-0442051 ++-0426098 ++-0424131 ++-0443013 ++-0441055 ++-0440112 ++-0439057 ++-0418145 ++-0432111 ++-0430024 ++-0433100 ++-0431076 ++-0434102 ++-0435108 ++-0436083 ++-0428066 ++-0437080 ++-0424132 ++-0443014 ++-0430025 ++-0433101 ++-0435109 ++-0426099 ++-0429039 ++-0441056 ++-0427074 ++-0442052 ++-0425091 ++-0439058 ++-0418146 ++-0424133 ++-0440113 ++-0433102 ++-0431077 ++-0432112 ++-0430026 ++-0435110 ++-0443015 ++-0426100 ++-0436084 ++-0434103 ++-0428067 ++-0437081 ++-0429040 ++-0427075 ++-0418147 ++-0442053 ++-0441057 ++-0439059 ++-0425092 ++-0424134 ++-0432113 ++-0430027 ++-0436085 ++-0440114 ++-0435111 ++-0428068 ++-0429041 ++-0433103 ++-0437082 ++-0434104 ++-0431078 ++-0443016 ++-0418148 ++-0442054 ++-0426101 ++-0439060 ++-0441058 ++-0427076 ++-0432114 ++-0425093 ++-0436086 ++-0424135 ++-0435112 ++-0430028 ++-0429042 ++-0440115 ++-0433104 ++-0437083 ++-0428069 ++-0434105 ++-0443017 ++-0431079 ++-0441059 ++-0418149 ++-0442055 ++-0426102 ++-0439061 ++-0427077 ++-0425094 ++-0424136 ++-0432115 ++-0436087 ++-0435113 ++-0430029 ++-0429043 ++-0440116 ++-0434106 ++-0428070 ++-0433105 ++-0437084 ++-0442056 ++-0443018 ++-0431080 ++-0418150 ++-0439062 ++-0441060 ++-0427078 ++-0426103 ++-0424137 ++-0436088 ++-0429044 ++-0432116 ++-0430030 ++-0440117 ++-0425095 ++-0433106 ++-0435114 ++-0442057 ++-0439063 ++-0431081 ++-0429045 ++-0434107 ++-0430031 ++-0425096 ++-0428071 ++-0426104 ++-0432117 ++-0418151 ++-0441061 ++-0427079 ++-0437085 ++-0433107 ++-0436089 ++-0435115 ++-0424138 ++-0440118 ++-0443019 ++-0434108 ++-0439064 ++-0425097 ++-0427080 ++-0429046 ++-0442058 ++-0432118 ++-0428072 ++-0441062 ++-0431082 ++-0426105 ++-0430032 ++-0436090 ++-0440119 ++-0433108 ++-0418152 ++-0435116 ++-0443020 ++-0424139 ++-0434109 ++-0437086 ++-0439065 ++-0427081 ++-0425098 ++-0432119 ++-0442059 ++-0426106 ++-0441063 ++-0431083 ++-0429047 ++-0430033 ++-0440120 ++-0433109 ++-0436091 ++-0435117 ++-0428073 ++-0434110 ++-0424140 ++-0443021 ++-0418153 ++-0437087 ++-0426107 ++-0439066 ++-0425099 ++-0427082 ++-0432120 ++-0442060 ++-0441064 ++-0440121 ++-0429048 ++-0431084 ++-0435118 ++-0433110 ++-0430034 ++-0428074 ++-0434111 ++-0436092 ++-0443022 ++-0437088 ++-0426108 ++-0424141 ++-0425100 ++-0418154 ++-0427083 ++-0432121 ++-0442061 ++-0439067 ++-0440122 ++-0429049 ++-0431085 ++-0441065 ++-0435119 ++-0430035 ++-0433111 ++-0434112 ++-0437089 ++-0443023 ++-0436093 ++-0428075 ++-0424142 ++-0418155 ++-0425101 ++-0442062 ++-0426109 ++-0427084 ++-0429050 ++-0440123 ++-0439068 ++-0432122 ++-0430036 ++-0435120 ++-0433112 ++-0441066 ++-0434113 ++-0437090 ++-0436094 ++-0431086 ++-0443024 ++-0424143 ++-0442063 ++-0428076 ++-0427085 ++-0425102 ++-0429051 ++-0438000 ++-0424144 ++-0426110 ++-0430037 ++-0440124 ++-0441067 ++-0439069 ++-0433113 ++-0425103 ++-0434114 ++-0427086 ++-0443025 ++-0435121 ++-0431087 ++-0428077 ++-0442064 ++-0429052 ++-0437091 ++-0432123 ++-0436095 ++-0426111 ++-0440125 ++-0438001 ++-0442065 ++-0433114 ++-0443026 ++-0432124 ++-0441068 ++-0435122 ++-0434115 ++-0430038 ++-0424145 ++-0439070 ++-0437092 ++-0436096 ++-0429053 ++-0431088 ++-0427087 ++-0425104 ++-0428078 ++-0426112 ++-0430039 ++-0437093 ++-0443027 ++-0434116 ++-0440126 ++-0432125 ++-0435123 ++-0429054 ++-0436097 ++-0433115 ++-0442066 ++-0438002 ++-0428079 ++-0427088 ++-0441069 ++-0431089 ++-0425105 ++-0426113 ++-0443028 ++-0430040 ++-0437094 ++-0435124 ++-0434117 ++-0433116 ++-0438003 ++-0429055 ++-0442067 ++-0433117 ++-0440127 ++-0425106 ++-0427089 ++-0441070 ++-0432126 ++-0428080 ++-0439071 ++-0429056 ++-0431090 ++-0442068 ++-0424146 ++-0430041 ++-0436098 ++-0426114 ++-0443029 ++-0437095 ++-0438004 ++-0433118 ++-0435125 ++-0434118 ++-0427090 ++-0432127 ++-0439072 ++-0425107 ++-0430042 ++-0440128 ++-0426115 ++-0424147 ++-0443030 ++-0441071 ++-0438005 ++-0431091 ++-0429057 ++-0442069 ++-0436099 ++-0433119 ++-0435126 ++-0427091 ++-0434119 ++-0437096 ++-0440129 ++-0425108 ++-0439073 ++-0432128 ++-0428081 ++-0424148 ++-0426116 ++-0443031 ++-0441072 ++-0438006 ++-0436100 ++-0442070 ++-0429058 ++-0430043 ++-0440130 ++-0427092 ++-0432129 ++-0424149 ++-0431092 ++-0439074 ++-0434120 ++-0443032 ++-0433120 ++-0437097 ++-0425109 ++-0428082 ++-0429059 ++-0442071 ++-0438007 ++-0434121 ++-0424150 ++-0425110 ++-0435127 ++-0430044 ++-0440131 ++-0432130 ++-0427093 ++-0441073 ++-0428083 ++-0431093 ++-0437098 ++-0443033 ++-0429060 ++-0439075 ++-0426117 ++-0436101 ++-0433121 ++-0432131 ++-0442072 ++-0435128 ++-0430045 ++-0438008 ++-0425111 ++-0432132 ++-0428084 ++-0424151 ++-0435129 ++-0429061 ++-0432133 ++-0434122 ++-0440132 ++-0442073 ++-0437099 ++-0439076 ++-0441074 ++-0431094 ++-0426118 ++-0438009 ++-0436102 ++-0427094 ++-0433122 ++-0425112 ++-0443034 ++-0430046 ++-0435130 ++-0424152 ++-0428085 ++-0434123 ++-0439077 ++-0429062 ++-0438010 ++-0431095 ++-0440133 ++-0441075 ++-0432134 ++-0436103 ++-0443035 ++-0433123 ++-0442074 ++-0429063 ++-0439078 ++-0428086 ++-0430047 ++-0438011 ++-0425113 ++-0435131 ++-0441076 ++-0424153 ++-0434124 ++-0437100 ++-0427095 ++-0426119 ++-0440134 ++-0431096 ++-0432135 ++-0429064 ++-0442075 ++-0443036 ++-0433124 ++-0436104 ++-0428087 ++-0430048 ++-0439079 ++-0441077 ++-0440135 ++-0424154 ++-0438012 ++-0427096 ++-0437101 ++-0425114 ++-0434125 ++-0435132 ++-0426120 ++-0431097 ++-0432136 ++-0429065 ++-0436105 ++-0443037 ++-0433125 ++-0428088 ++-0439080 ++-0440136 ++-0438013 ++-0434126 ++-0431098 ++-0441078 ++-0430049 ++-0440137 ++-0442076 ++-0427097 ++-0429066 ++-0437102 ++-0426121 ++-0443038 ++-0436106 ++-0425115 ++-0432137 ++-0424155 ++-0435133 ++-0433126 ++-0439081 ++-0438014 ++-0428089 ++-0434127 ++-0431099 ++-0430050 ++-0442077 ++-0440138 ++-0437103 ++-0427098 ++-0426122 ++-0441079 ++-0429067 ++-0436107 ++-0425116 ++-0443039 ++-0434128 ++-0439082 ++-0428090 ++-0435134 ++-0431100 ++-0432138 ++-0430051 ++-0438015 ++-0433127 ++-0442078 ++-0437104 ++-0426123 ++-0440139 ++-0427099 ++-0441080 ++-0438016 ++-0433128 ++-0441081 ++-0434129 ++-0435135 ++-0425117 ++-0432139 ++-0429068 ++-0443040 ++-0436108 ++-0442079 ++-0439083 ++-0428091 ++-0430052 ++-0431101 ++-0426124 ++-0427100 ++-0444000 ++-0433129 ++-0440140 ++-0437105 ++-0441082 ++-0438017 ++-0434130 ++-0435136 ++-0425118 ++-0432140 ++-0429069 ++-0442080 ++-0443041 ++-0430053 ++-0427101 ++-0426125 ++-0428092 ++-0444001 ++-0433130 ++-0436109 ++-0439084 ++-0431102 ++-0440141 ++-0437106 ++-0438018 ++-0441083 ++-0434131 ++-0425119 ++-0435137 ++-0432141 ++-0442081 ++-0429070 ++-0426126 ++-0427102 ++-0433131 ++-0444002 ++-0428093 ++-0443042 ++-0430054 ++-0431103 ++-0437107 ++-0438019 ++-0440142 ++-0441084 ++-0425120 ++-0439085 ++-0436110 ++-0435138 ++-0436111 ++-0430055 ++-0440143 ++-0443043 ++-0431104 ++-0434132 ++-0432142 ++-0442082 ++-0435139 ++-0429071 ++-0439086 ++-0427103 ++-0428094 ++-0426127 ++-0441085 ++-0444003 ++-0437108 ++-0436112 ++-0433132 ++-0438020 ++-0425121 ++-0430056 ++-0439087 ++-0432143 ++-0442083 ++-0434133 ++-0440144 ++-0443044 ++-0429072 ++-0427104 ++-0438021 ++-0431105 ++-0428095 ++-0441086 ++-0437109 ++-0444004 ++-0435140 ++-0433133 ++-0436113 ++-0425122 ++-0426128 ++-0430057 ++-0439088 ++-0442084 ++-0432144 ++-0429073 ++-0443045 ++-0438022 ++-0427105 ++-0428096 ++-0431106 ++-0435141 ++-0441087 ++-0437110 ++-0440145 ++-0433134 ++-0434134 ++-0425123 ++-0444005 ++-0430058 ++-0436114 ++-0439089 ++-0426129 ++-0442085 ++-0432145 ++-0429074 ++-0431107 ++-0438023 ++-0441088 ++-0443046 ++-0427106 ++-0437111 ++-0435142 ++-0428097 ++-0434135 ++-0433135 ++-0430059 ++-0439090 ++-0436115 ++-0426130 ++-0444006 ++-0425124 ++-0431108 ++-0432146 ++-0438024 ++-0427107 ++-0440146 ++-0441089 ++-0442086 ++-0429075 ++-0443047 ++-0434136 ++-0435143 ++-0437112 ++-0428098 ++-0444007 ++-0426131 ++-0443048 ++-0426132 ++-0430060 ++-0433136 ++-0438025 ++-0425125 ++-0429076 ++-0432147 ++-0439091 ++-0444008 ++-0441090 ++-0431109 ++-0436116 ++-0428099 ++-0427108 ++-0437113 ++-0440147 ++-0435144 ++-0434137 ++-0443049 ++-0442087 ++-0438026 ++-0425126 ++-0430061 ++-0432148 ++-0441091 ++-0426133 ++-0439092 ++-0429077 ++-0427109 ++-0444009 ++-0428100 ++-0436117 ++-0431110 ++-0440148 ++-0433137 ++-0435145 ++-0434138 ++-0437114 ++-0443050 ++-0425127 ++-0430062 ++-0438027 ++-0426134 ++-0442088 ++-0441092 ++-0432149 ++-0427110 ++-0433138 ++-0440149 ++-0439093 ++-0429078 ++-0444010 ++-0443051 ++-0431111 ++-0436118 ++-0437115 ++-0434139 ++-0435146 ++-0430063 ++-0425128 ++-0428101 ++-0438028 ++-0426135 ++-0441093 ++-0442089 ++-0440150 ++-0427111 ++-0432150 ++-0429079 ++-0433139 ++-0439094 ++-0444011 ++-0443052 ++-0431112 ++-0437116 ++-0436119 ++-0430064 ++-0428102 ++-0434140 ++-0425129 ++-0438029 ++-0435147 ++-0426136 ++-0441094 ++-0432151 ++-0442090 ++-0427112 ++-0429080 ++-0440151 ++-0433140 ++-0437117 ++-0444012 ++-0443053 ++-0431113 ++-0428103 ++-0439095 ++-0425130 ++-0434141 ++-0438030 ++-0430065 ++-0435148 ++-0432152 ++-0436120 ++-0426137 ++-0441095 ++-0427113 ++-0442091 ++-0433141 ++-0429081 ++-0444013 ++-0431114 ++-0439096 ++-0440152 ++-0437118 ++-0435149 ++-0430066 ++-0426138 ++-0428104 ++-0438031 ++-0425131 ++-0443054 ++-0434142 ++-0432153 ++-0427114 ++-0441096 ++-0436121 ++-0433142 ++-0442092 ++-0429082 ++-0440153 ++-0431115 ++-0435150 ++-0439097 ++-0441097 ++-0425132 ++-0427115 ++-0434143 ++-0433143 ++-0436122 ++-0440154 ++-0429083 ++-0442093 ++-0443055 ++-0435151 ++-0441098 ++-0425133 ++-0433144 ++-0434144 ++-0436123 ++-0429084 ++-0435152 ++-0442094 ++-0443056 ++-0425134 ++-0433145 ++-0441099 ++-0434145 ++-0429085 ++-0436124 ++-0443057 ++-0442095 ++-0425135 ++-0433146 ++-0429086 ++-0434146 ++-0436125 ++-0425136 ++-0442096 ++-0429087 ++-0433147 ++-0436126 ++-0425137 ++-0442097 ++-0433148 ++-0436127 ++-0436128 ++-0436129 ++-0427116 ++-0444014 ++-0442098 ++-0443058 ++-0437119 ++-0429088 ++-0439098 ++-0435153 ++-0440155 ++-0428105 ++-0431116 ++-0434147 ++-0433149 ++-0432154 ++-0438032 ++-0425138 ++-0426139 ++-0430067 ++-0441100 ++-0436130 ++-0427117 ++-0442099 ++-0444015 ++-0443059 ++-0429089 ++-0437120 ++-0435154 ++-0439099 ++-0428106 ++-0440156 ++-0431117 ++-0434148 ++-0432155 ++-0438033 ++-0425139 ++-0429090 ++-0430068 ++-0426140 ++-0442100 ++-0444016 ++-0437121 ++-0428107 ++-0436131 ++-0435155 ++-0441101 ++-0443060 ++-0432156 ++-0434149 ++-0439100 ++-0431118 ++-0433150 ++-0427118 ++-0438034 ++-0425140 ++-0437122 ++-0434150 ++-0428108 ++-0443061 ++-0436132 ++-0433151 ++-0439101 ++-0438035 ++-0427119 ++-0425141 ++-0429091 ++-0441102 ++-0430069 ++-0431119 ++-0426141 ++-0444017 ++-0442101 ++-0460000 ++-0443062 ++-0434151 ++-0437123 ++-0438036 ++-0439102 ++-0428109 ++-0436133 ++-0425142 ++-0429092 ++-0433152 ++-0426142 ++-0431120 ++-0427120 ++-0444018 ++-0430070 ++-0441103 ++-0442102 ++-0460001 ++-0434152 ++-0438037 ++-0443063 ++-0439103 ++-0428110 ++-0425143 ++-0437124 ++-0436134 ++-0455000 ++-0429093 ++-0431121 ++-0426143 ++-0452000 ++-0427121 ++-0430071 ++-0433153 ++-0442103 ++-0444019 ++-0441104 ++-0460002 ++-0439104 ++-0434153 ++-0436135 ++-0438038 ++-0437125 ++-0443064 ++-0431122 ++-0425144 ++-0455001 ++-0428111 ++-0452001 ++-0429094 ++-0426144 ++-0427122 ++-0430072 ++-0433154 ++-0442104 ++-0441105 ++-0444020 ++-0439105 ++-0434154 ++-0460003 ++-0431123 ++-0443065 ++-0425145 ++-0438039 ++-0437126 ++-0436136 ++-0426145 ++-0427123 ++-0426146 ++-0443066 ++-0428112 ++-0427124 ++-0430073 ++-0429095 ++-0433155 ++-0452002 ++-0442105 ++-0431124 ++-0441106 ++-0455002 ++-0439106 ++-0425146 ++-0444021 ++-0434155 ++-0438040 ++-0460004 ++-0443067 ++-0436137 ++-0437127 ++-0428113 ++-0427125 ++-0430074 ++-0426147 ++-0452003 ++-0431125 ++-0442106 ++-0441107 ++-0425147 ++-0444022 ++-0439107 ++-0429096 ++-0455003 ++-0436138 ++-0437128 ++-0438041 ++-0443068 ++-0460005 ++-0434156 ++-0427126 ++-0428114 ++-0426148 ++-0430075 ++-0425148 ++-0452004 ++-0441108 ++-0444023 ++-0443069 ++-0437129 ++-0442107 ++-0426149 ++-0439108 ++-0455004 ++-0436139 ++-0431126 ++-0443070 ++-0429097 ++-0441109 ++-0452005 ++-0438042 ++-0430076 ++-0460006 ++-0427127 ++-0428115 ++-0437130 ++-0444024 ++-0453000 ++-0425149 ++-0442108 ++-0439109 ++-0426150 ++-0455005 ++-0429098 ++-0436140 ++-0441110 ++-0431127 ++-0443071 ++-0460007 ++-0438043 ++-0427128 ++-0437131 ++-0444025 ++-0430077 ++-0452006 ++-0453001 ++-0454000 ++-0442109 ++-0428116 ++-0425150 ++-0426151 ++-0439110 ++-0455006 ++-0429099 ++-0436141 ++-0443072 ++-0438044 ++-0427129 ++-0441111 ++-0431128 ++-0444026 ++-0442110 ++-0452007 ++-0439111 ++-0442111 ++-0454001 ++-0425151 ++-0427130 ++-0455007 ++-0430078 ++-0443073 ++-0453002 ++-0429100 ++-0437132 ++-0460008 ++-0428117 ++-0426152 ++-0436142 ++-0444027 ++-0452008 ++-0438045 ++-0439112 ++-0454002 ++-0442112 ++-0431129 ++-0441112 ++-0429101 ++-0425152 ++-0427131 ++-0430079 ++-0455008 ++-0453003 ++-0443074 ++-0437133 ++-0428118 ++-0426153 ++-0460009 ++-0438046 ++-0454003 ++-0442113 ++-0436143 ++-0439113 ++-0425153 ++-0430080 ++-0431130 ++-0444028 ++-0427132 ++-0441113 ++-0429102 ++-0437134 ++-0452009 ++-0443075 ++-0453004 ++-0455009 ++-0428119 ++-0426154 ++-0438047 ++-0442114 ++-0444029 ++-0436144 ++-0439114 ++-0427133 ++-0425154 ++-0428120 ++-0431131 ++-0454004 ++-0437135 ++-0441114 ++-0455010 ++-0452010 ++-0430081 ++-0460010 ++-0453005 ++-0426155 ++-0436145 ++-0429103 ++-0442115 ++-0443076 ++-0444030 ++-0438048 ++-0427134 ++-0439115 ++-0425155 ++-0428121 ++-0431132 ++-0441115 ++-0426156 ++-0454005 ++-0452011 ++-0460011 ++-0436146 ++-0437136 ++-0453006 ++-0429104 ++-0444031 ++-0442116 ++-0455011 ++-0430082 ++-0427135 ++-0439116 ++-0438049 ++-0443077 ++-0425156 ++-0428122 ++-0431133 ++-0441116 ++-0454006 ++-0426157 ++-0452012 ++-0453007 ++-0460012 ++-0429105 ++-0444032 ++-0430083 ++-0437137 ++-0436147 ++-0439117 ++-0427136 ++-0442117 ++-0438050 ++-0431134 ++-0455012 ++-0441117 ++-0443078 ++-0428123 ++-0452013 ++-0460013 ++-0454007 ++-0444033 ++-0429106 ++-0453008 ++-0430084 ++-0437138 ++-0436148 ++-0442118 ++-0427137 ++-0438051 ++-0439118 ++-0455013 ++-0441118 ++-0443079 ++-0428124 ++-0431135 ++-0452014 ++-0453009 ++-0452015 ++-0444034 ++-0429107 ++-0438052 ++-0454008 ++-0431136 ++-0427138 ++-0430085 ++-0442119 ++-0437139 ++-0445000 ++-0436149 ++-0439119 ++-0441119 ++-0446000 ++-0460014 ++-0443080 ++-0428125 ++-0452016 ++-0455014 ++-0453010 ++-0444035 ++-0429108 ++-0438053 ++-0427139 ++-0431137 ++-0442120 ++-0454009 ++-0437140 ++-0436150 ++-0460015 ++-0439120 ++-0445001 ++-0430086 ++-0441120 ++-0455015 ++-0446001 ++-0429109 ++-0443081 ++-0452017 ++-0428126 ++-0453011 ++-0427140 ++-0444036 ++-0442121 ++-0438054 ++-0431138 ++-0436151 ++-0454010 ++-0439121 ++-0437141 ++-0430087 ++-0445002 ++-0452018 ++-0460016 ++-0428127 ++-0446002 ++-0455016 ++-0443082 ++-0453012 ++-0429110 ++-0444037 ++-0441121 ++-0436152 ++-0427141 ++-0431139 ++-0442122 ++-0438055 ++-0460017 ++-0455017 ++-0446003 ++-0444038 ++-0441122 ++-0429111 ++-0453013 ++-0445003 ++-0454011 ++-0430088 ++-0439122 ++-0436153 ++-0452019 ++-0431140 ++-0437142 ++-0442123 ++-0443083 ++-0428128 ++-0427142 ++-0460018 ++-0446004 ++-0438056 ++-0455018 ++-0444039 ++-0441123 ++-0445004 ++-0453014 ++-0454012 ++-0436154 ++-0430089 ++-0431141 ++-0439123 ++-0427143 ++-0428129 ++-0429112 ++-0442124 ++-0452020 ++-0438057 ++-0437143 ++-0443084 ++-0460019 ++-0446005 ++-0455019 ++-0444040 ++-0441124 ++-0453015 ++-0436155 ++-0445005 ++-0454013 ++-0427144 ++-0430090 ++-0442125 ++-0431142 ++-0439124 ++-0429113 ++-0438058 ++-0428130 ++-0446006 ++-0443085 ++-0455020 ++-0452021 ++-0437144 ++-0460020 ++-0453016 ++-0444041 ++-0441125 ++-0454014 ++-0442126 ++-0427145 ++-0445006 ++-0430091 ++-0431143 ++-0429114 ++-0439125 ++-0446007 ++-0443086 ++-0438059 ++-0428131 ++-0437145 ++-0460021 ++-0455021 ++-0452022 ++-0442127 ++-0427146 ++-0454015 ++-0445007 ++-0453017 ++-0441126 ++-0429115 ++-0430092 ++-0446008 ++-0439126 ++-0438060 ++-0443087 ++-0444042 ++-0437146 ++-0455022 ++-0452023 ++-0442128 ++-0460022 ++-0428132 ++-0454016 ++-0427147 ++-0445008 ++-0441127 ++-0431144 ++-0453018 ++-0430093 ++-0429116 ++-0446009 ++-0438061 ++-0437147 ++-0443088 ++-0439127 ++-0452024 ++-0444043 ++-0460023 ++-0442129 ++-0428133 ++-0455023 ++-0427148 ++-0441128 ++-0454017 ++-0430094 ++-0445009 ++-0446010 ++-0444044 ++-0456000 ++-0429117 ++-0438062 ++-0453019 ++-0431145 ++-0441129 ++-0446011 ++-0460024 ++-0443089 ++-0445010 ++-0452025 ++-0444045 ++-0437148 ++-0442130 ++-0427149 ++-0455024 ++-0428134 ++-0454018 ++-0439128 ++-0430095 ++-0456001 ++-0431146 ++-0438063 ++-0453020 ++-0446012 ++-0441130 ++-0429118 ++-0445011 ++-0443090 ++-0452026 ++-0428135 ++-0460025 ++-0427150 ++-0455025 ++-0442131 ++-0439129 ++-0431147 ++-0437149 ++-0444046 ++-0456002 ++-0430096 ++-0454019 ++-0438064 ++-0441131 ++-0446013 ++-0453021 ++-0429119 ++-0443091 ++-0445012 ++-0428136 ++-0427151 ++-0437150 ++-0455026 ++-0439130 ++-0431148 ++-0452027 ++-0460026 ++-0442132 ++-0444047 ++-0430097 ++-0441132 ++-0446014 ++-0454020 ++-0453022 ++-0438065 ++-0456003 ++-0429120 ++-0443092 ++-0428137 ++-0437151 ++-0455027 ++-0427152 ++-0445013 ++-0430098 ++-0439131 ++-0444048 ++-0460027 ++-0452028 ++-0441133 ++-0431149 ++-0442133 ++-0453023 ++-0456004 ++-0429121 ++-0437152 ++-0428138 ++-0429122 ++-0430099 ++-0446015 ++-0452029 ++-0438066 ++-0437153 ++-0443093 ++-0455028 ++-0454021 ++-0428139 ++-0444049 ++-0439132 ++-0456005 ++-0442134 ++-0445014 ++-0427153 ++-0441134 ++-0453024 ++-0460028 ++-0431150 ++-0429123 ++-0430100 ++-0454022 ++-0437154 ++-0443094 ++-0452030 ++-0438067 ++-0446016 ++-0455029 ++-0428140 ++-0444050 ++-0456006 ++-0442135 ++-0439133 ++-0441135 ++-0445015 ++-0427154 ++-0453025 ++-0460029 ++-0430101 ++-0431151 ++-0429124 ++-0454023 ++-0437155 ++-0452031 ++-0438068 ++-0443095 ++-0428141 ++-0444051 ++-0456007 ++-0442136 ++-0446017 ++-0439134 ++-0445016 ++-0427155 ++-0455030 ++-0441136 ++-0430102 ++-0453026 ++-0431152 ++-0429125 ++-0460030 ++-0454024 ++-0438069 ++-0428142 ++-0452032 ++-0443096 ++-0444052 ++-0456008 ++-0442137 ++-0445017 ++-0455031 ++-0446018 ++-0431153 ++-0441137 ++-0453027 ++-0439135 ++-0430103 ++-0429126 ++-0460031 ++-0438070 ++-0444053 ++-0443097 ++-0454025 ++-0456009 ++-0455032 ++-0446019 ++-0452033 ++-0428143 ++-0431154 ++-0441138 ++-0442138 ++-0445018 ++-0453028 ++-0439136 ++-0429127 ++-0430104 ++-0457000 ++-0438071 ++-0460032 ++-0444054 ++-0443098 ++-0454026 ++-0456010 ++-0452034 ++-0455033 ++-0446020 ++-0453029 ++-0441139 ++-0442139 ++-0431155 ++-0428144 ++-0447000 ++-0445019 ++-0429128 ++-0439137 ++-0438072 ++-0457001 ++-0444055 ++-0453030 ++-0447001 ++-0441140 ++-0454027 ++-0452035 ++-0430105 ++-0456011 ++-0460033 ++-0438073 ++-0441141 ++-0455034 ++-0446021 ++-0447002 ++-0444056 ++-0457002 ++-0439138 ++-0445020 ++-0429129 ++-0428145 ++-0443099 ++-0442140 ++-0453031 ++-0454028 ++-0430106 ++-0438074 ++-0446022 ++-0456012 ++-0444057 ++-0441142 ++-0457003 ++-0460034 ++-0452036 ++-0439139 ++-0445021 ++-0447003 ++-0442141 ++-0455035 ++-0443100 ++-0429130 ++-0454029 ++-0428146 ++-0453032 ++-0430107 ++-0438075 ++-0456013 ++-0446023 ++-0444058 ++-0439140 ++-0451000 ++-0441143 ++-0452037 ++-0460035 ++-0447004 ++-0457004 ++-0445022 ++-0442142 ++-0455036 ++-0429131 ++-0454030 ++-0456014 ++-0453033 ++-0438076 ++-0430108 ++-0443101 ++-0428147 ++-0444059 ++-0441144 ++-0446024 ++-0429132 ++-0445023 ++-0455037 ++-0453034 ++-0451001 ++-0428148 ++-0439141 ++-0438077 ++-0457005 ++-0452038 ++-0456015 ++-0454031 ++-0447005 ++-0443102 ++-0460036 ++-0430109 ++-0442143 ++-0444060 ++-0446025 ++-0429133 ++-0451002 ++-0453035 ++-0454032 ++-0456016 ++-0428149 ++-0443103 ++-0441145 ++-0438078 ++-0439142 ++-0452039 ++-0430110 ++-0455038 ++-0447006 ++-0445024 ++-0457006 ++-0460037 ++-0442144 ++-0444061 ++-0451003 ++-0446026 ++-0454033 ++-0429134 ++-0442145 ++-0460038 ++-0444062 ++-0443104 ++-0428150 ++-0441146 ++-0456017 ++-0438079 ++-0454034 ++-0442146 ++-0446027 ++-0443105 ++-0439143 ++-0429135 ++-0453036 ++-0460039 ++-0428151 ++-0455039 ++-0444063 ++-0452040 ++-0442147 ++-0446028 ++-0447007 ++-0439144 ++-0456018 ++-0445025 ++-0430111 ++-0457007 ++-0428152 ++-0443106 ++-0442148 ++-0460040 ++-0443107 ++-0441147 ++-0439145 ++-0451004 ++-0430112 ++-0429136 ++-0443108 ++-0438080 ++-0428153 ++-0442149 ++-0454035 ++-0452041 ++-0445026 ++-0455040 ++-0444064 ++-0460041 ++-0457008 ++-0456019 ++-0447008 ++-0453037 ++-0446029 ++-0439146 ++-0441148 ++-0451005 ++-0429137 ++-0430113 ++-0442150 ++-0428154 ++-0454036 ++-0452042 ++-0438081 ++-0445027 ++-0443109 ++-0444065 ++-0447009 ++-0457009 ++-0453038 ++-0455041 ++-0439147 ++-0446030 ++-0460042 ++-0456020 ++-0451006 ++-0441149 ++-0429138 ++-0430114 ++-0428155 ++-0442151 ++-0438082 ++-0447010 ++-0445028 ++-0444066 ++-0454037 ++-0452043 ++-0453039 ++-0443110 ++-0457010 ++-0455042 ++-0446031 ++-0456021 ++-0451007 ++-0441150 ++-0439148 ++-0430115 ++-0429139 ++-0460043 ++-0438083 ++-0428156 ++-0445029 ++-0444067 ++-0447011 ++-0442152 ++-0453040 ++-0452044 ++-0443111 ++-0457011 ++-0439149 ++-0446032 ++-0455043 ++-0429140 ++-0460044 ++-0442153 ++-0445030 ++-0444068 ++-0454038 ++-0456022 ++-0438084 ++-0441151 ++-0451008 ++-0443112 ++-0452045 ++-0453041 ++-0446033 ++-0430116 ++-0447012 ++-0457012 ++-0455044 ++-0439150 ++-0460045 ++-0429141 ++-0442154 ++-0444069 ++-0441152 ++-0445031 ++-0452046 ++-0456023 ++-0454039 ++-0438085 ++-0446034 ++-0443113 ++-0455045 ++-0451009 ++-0457013 ++-0453042 ++-0430117 ++-0439151 ++-0442155 ++-0447013 ++-0460046 ++-0448000 ++-0429142 ++-0441153 ++-0444070 ++-0456024 ++-0438086 ++-0455046 ++-0446035 ++-0457014 ++-0443114 ++-0452047 ++-0445032 ++-0451010 ++-0454040 ++-0430118 ++-0453043 ++-0441154 ++-0460047 ++-0429143 ++-0442156 ++-0439152 ++-0448001 ++-0456025 ++-0443115 ++-0438087 ++-0444071 ++-0447014 ++-0446036 ++-0451011 ++-0453044 ++-0454041 ++-0441155 ++-0455047 ++-0457015 ++-0445033 ++-0452048 ++-0430119 ++-0448002 ++-0439153 ++-0429144 ++-0443116 ++-0444072 ++-0446037 ++-0430120 ++-0447015 ++-0438088 ++-0441156 ++-0453045 ++-0452049 ++-0460048 ++-0454042 ++-0457016 ++-0451012 ++-0455048 ++-0443117 ++-0439154 ++-0429145 ++-0430121 ++-0444073 ++-0452050 ++-0451013 ++-0443118 ++-0462000 ++-0446038 ++-0438089 ++-0447016 ++-0439155 ++-0456026 ++-0429146 ++-0445034 ++-0460049 ++-0454043 ++-0453046 ++-0455049 ++-0448003 ++-0446039 ++-0444074 ++-0430122 ++-0451014 ++-0439156 ++-0462001 ++-0445035 ++-0455050 ++-0457017 ++-0438090 ++-0452051 ++-0456027 ++-0443119 ++-0448004 ++-0429147 ++-0454044 ++-0430123 ++-0444075 ++-0462002 ++-0447017 ++-0460050 ++-0453047 ++-0446040 ++-0430124 ++-0439157 ++-0451015 ++-0457018 ++-0455051 ++-0456028 ++-0448005 ++-0454045 ++-0452052 ++-0429148 ++-0445036 ++-0462003 ++-0461000 ++-0438091 ++-0460051 ++-0447018 ++-0430125 ++-0446041 ++-0443120 ++-0439158 ++-0444076 ++-0455052 ++-0451016 ++-0453048 ++-0448006 ++-0456029 ++-0454046 ++-0429149 ++-0445037 ++-0452053 ++-0457019 ++-0461001 ++-0438092 ++-0462004 ++-0447019 ++-0446042 ++-0460052 ++-0443121 ++-0455053 ++-0444077 ++-0451017 ++-0453049 ++-0448007 ++-0430126 ++-0452054 ++-0456030 ++-0445038 ++-0454047 ++-0457020 ++-0429150 ++-0461002 ++-0447020 ++-0462005 ++-0438093 ++-0455054 ++-0443122 ++-0446043 ++-0460053 ++-0453050 ++-0451018 ++-0430127 ++-0448008 ++-0444078 ++-0456031 ++-0454048 ++-0445039 ++-0457021 ++-0452055 ++-0429151 ++-0461003 ++-0447021 ++-0443123 ++-0438094 ++-0446044 ++-0462006 ++-0453051 ++-0459000 ++-0455055 ++-0460054 ++-0448009 ++-0456032 ++-0430128 ++-0445040 ++-0454049 ++-0451019 ++-0444079 ++-0429152 ++-0457022 ++-0447022 ++-0452056 ++-0461004 ++-0443124 ++-0438095 ++-0459001 ++-0455056 ++-0462007 ++-0453052 ++-0448010 ++-0444080 ++-0429153 ++-0452057 ++-0456033 ++-0460055 ++-0446045 ++-0453053 ++-0448011 ++-0451020 ++-0459002 ++-0430129 ++-0454050 ++-0457023 ++-0444081 ++-0445041 ++-0447023 ++-0429154 ++-0455057 ++-0462008 ++-0438096 ++-0443125 ++-0461005 ++-0452058 ++-0460056 ++-0446046 ++-0430130 ++-0459003 ++-0456034 ++-0453054 ++-0457024 ++-0448012 ++-0454051 ++-0455058 ++-0443126 ++-0429155 ++-0444082 ++-0445042 ++-0451021 ++-0461006 ++-0447024 ++-0462009 ++-0452059 ++-0438097 ++-0456035 ++-0460057 ++-0446047 ++-0457025 ++-0453055 ++-0430131 ++-0448013 ++-0454052 ++-0455059 ++-0461007 ++-0443127 ++-0451022 ++-0445043 ++-0459004 ++-0462010 ++-0429156 ++-0444083 ++-0452060 ++-0447025 ++-0446048 ++-0438098 ++-0460058 ++-0456036 ++-0453056 ++-0430132 ++-0457026 ++-0448014 ++-0445044 ++-0455060 ++-0454053 ++-0443128 ++-0453057 ++-0460059 ++-0455061 ++-0444084 ++-0459005 ++-0451023 ++-0445045 ++-0452061 ++-0446049 ++-0430133 ++-0460060 ++-0447026 ++-0455062 ++-0457027 ++-0454054 ++-0462011 ++-0448015 ++-0461008 ++-0443129 ++-0453058 ++-0438099 ++-0456037 ++-0459006 ++-0445046 ++-0451024 ++-0444085 ++-0460061 ++-0452062 ++-0446050 ++-0447027 ++-0457028 ++-0455063 ++-0430134 ++-0454055 ++-0461009 ++-0462012 ++-0443130 ++-0438100 ++-0448016 ++-0453059 ++-0456038 ++-0445047 ++-0459007 ++-0446051 ++-0451025 ++-0444086 ++-0447028 ++-0457029 ++-0430135 ++-0460062 ++-0443131 ++-0452063 ++-0461010 ++-0455064 ++-0448017 ++-0454056 ++-0449000 ++-0453060 ++-0438101 ++-0462013 ++-0459008 ++-0445048 ++-0456039 ++-0444087 ++-0446052 ++-0447029 ++-0457030 ++-0451026 ++-0460063 ++-0443132 ++-0430136 ++-0461011 ++-0453061 ++-0452064 ++-0438102 ++-0449001 ++-0456040 ++-0448018 ++-0454057 ++-0455065 ++-0445049 ++-0462014 ++-0459009 ++-0446053 ++-0444088 ++-0451027 ++-0460064 ++-0447030 ++-0457031 ++-0430137 ++-0461012 ++-0443133 ++-0453062 ++-0438103 ++-0449002 ++-0456041 ++-0454058 ++-0445050 ++-0459010 ++-0455066 ++-0452065 ++-0448019 ++-0444089 ++-0462015 ++-0460065 ++-0446054 ++-0457032 ++-0451028 ++-0461013 ++-0443134 ++-0430138 ++-0447031 ++-0449003 ++-0453063 ++-0456042 ++-0438104 ++-0454059 ++-0459011 ++-0455067 ++-0445051 ++-0444090 ++-0448020 ++-0457033 ++-0446055 ++-0452066 ++-0461014 ++-0462016 ++-0460066 ++-0447032 ++-0449004 ++-0445052 ++-0448021 ++-0459012 ++-0446056 ++-0454060 ++-0455068 ++-0453064 ++-0456043 ++-0451029 ++-0443135 ++-0460067 ++-0438105 ++-0444091 ++-0461015 ++-0447033 ++-0430139 ++-0454061 ++-0462017 ++-0452067 ++-0457034 ++-0449005 ++-0445053 ++-0459013 ++-0455069 ++-0453065 ++-0446057 ++-0448022 ++-0438106 ++-0459014 ++-0449006 ++-0445054 ++-0446058 ++-0461016 ++-0455070 ++-0456044 ++-0444092 ++-0430140 ++-0452068 ++-0460068 ++-0451030 ++-0443136 ++-0453066 ++-0454062 ++-0448023 ++-0438107 ++-0449007 ++-0462018 ++-0446059 ++-0457035 ++-0459015 ++-0455071 ++-0430141 ++-0456045 ++-0461017 ++-0447034 ++-0460069 ++-0452069 ++-0444093 ++-0445055 ++-0443137 ++-0451031 ++-0453067 ++-0454063 ++-0457036 ++-0446060 ++-0448024 ++-0438108 ++-0459016 ++-0449008 ++-0455072 ++-0447035 ++-0430142 ++-0451032 ++-0445056 ++-0453068 ++-0462019 ++-0460070 ++-0452070 ++-0456046 ++-0454064 ++-0443138 ++-0461018 ++-0444094 ++-0457037 ++-0448025 ++-0449009 ++-0446061 ++-0459017 ++-0453069 ++-0455073 ++-0447036 ++-0438109 ++-0445057 ++-0451033 ++-0462020 ++-0452071 ++-0460071 ++-0454065 ++-0430143 ++-0461019 ++-0443139 ++-0456047 ++-0444095 ++-0449010 ++-0457038 ++-0446062 ++-0448026 ++-0459018 ++-0438110 ++-0447037 ++-0455074 ++-0451034 ++-0453070 ++-0445058 ++-0452072 ++-0454066 ++-0430144 ++-0460072 ++-0443140 ++-0462021 ++-0461020 ++-0456048 ++-0444096 ++-0457039 ++-0447038 ++-0430145 ++-0449011 ++-0444097 ++-0446063 ++-0438111 ++-0453071 ++-0448027 ++-0459019 ++-0452073 ++-0454067 ++-0455075 ++-0457040 ++-0443141 ++-0451035 ++-0430146 ++-0445059 ++-0461021 ++-0460073 ++-0447039 ++-0462022 ++-0456049 ++-0444098 ++-0449012 ++-0446064 ++-0455076 ++-0448028 ++-0452074 ++-0438112 ++-0453072 ++-0451036 ++-0454068 ++-0445060 ++-0461022 ++-0459020 ++-0457041 ++-0443142 ++-0460074 ++-0430147 ++-0447040 ++-0462023 ++-0456050 ++-0444099 ++-0452075 ++-0449013 ++-0448029 ++-0446065 ++-0438113 ++-0454069 ++-0455077 ++-0451037 ++-0445061 ++-0453073 ++-0461023 ++-0460075 ++-0447041 ++-0462024 ++-0459021 ++-0456051 ++-0457042 ++-0430148 ++-0443143 ++-0444100 ++-0452076 ++-0449014 ++-0448030 ++-0446066 ++-0445062 ++-0455078 ++-0454070 ++-0461024 ++-0451038 ++-0438114 ++-0453074 ++-0459022 ++-0456052 ++-0443144 ++-0430149 ++-0447042 ++-0457043 ++-0460076 ++-0462025 ++-0444101 ++-0449015 ++-0452077 ++-0446067 ++-0448031 ++-0453075 ++-0454071 ++-0451039 ++-0430150 ++-0438115 ++-0455079 ++-0443145 ++-0456053 ++-0445063 ++-0461025 ++-0447043 ++-0459023 ++-0460077 ++-0446068 ++-0444102 ++-0457044 ++-0452078 ++-0462026 ++-0449016 ++-0448032 ++-0453076 ++-0430151 ++-0451040 ++-0455080 ++-0438116 ++-0445064 ++-0443146 ++-0459024 ++-0454072 ++-0456054 ++-0461026 ++-0446069 ++-0444103 ++-0460078 ++-0457045 ++-0462027 ++-0452079 ++-0447044 ++-0449017 ++-0448033 ++-0453077 ++-0430152 ++-0455081 ++-0451041 ++-0445065 ++-0443147 ++-0438117 ++-0454073 ++-0461027 ++-0456055 ++-0459025 ++-0452080 ++-0446070 ++-0460079 ++-0444104 ++-0457046 ++-0448034 ++-0430153 ++-0453078 ++-0462028 ++-0449018 ++-0445066 ++-0447045 ++-0451042 ++-0455082 ++-0443148 ++-0438118 ++-0461028 ++-0454074 ++-0459026 ++-0456056 ++-0446071 ++-0452081 ++-0448035 ++-0449019 ++-0453079 ++-0444105 ++-0460080 ++-0430154 ++-0457047 ++-0462029 ++-0445067 ++-0443149 ++-0455083 ++-0447046 ++-0451043 ++-0459027 ++-0438119 ++-0452082 ++-0446072 ++-0461029 ++-0448036 ++-0454075 ++-0453080 ++-0456057 ++-0444106 ++-0462030 ++-0457048 ++-0443150 ++-0430155 ++-0455084 ++-0447047 ++-0449020 ++-0460081 ++-0445068 ++-0451044 ++-0459028 ++-0438120 ++-0452083 ++-0446073 ++-0461030 ++-0453081 ++-0456058 ++-0443151 ++-0454076 ++-0462031 ++-0448037 ++-0430156 ++-0444107 ++-0457049 ++-0449021 ++-0455085 ++-0451045 ++-0445069 ++-0447048 ++-0459029 ++-0452084 ++-0460082 ++-0438121 ++-0461031 ++-0446074 ++-0454077 ++-0443152 ++-0462032 ++-0453082 ++-0457050 ++-0451046 ++-0444108 ++-0455086 ++-0449022 ++-0448038 ++-0456059 ++-0445070 ++-0447049 ++-0459030 ++-0461032 ++-0460083 ++-0452085 ++-0454078 ++-0446075 ++-0438122 ++-0443153 ++-0453083 ++-0444109 ++-0457051 ++-0456060 ++-0455087 ++-0449023 ++-0462033 ++-0451047 ++-0448039 ++-0445071 ++-0461033 ++-0459031 ++-0447050 ++-0460084 ++-0454079 ++-0452086 ++-0443154 ++-0453084 ++-0446076 ++-0450000 ++-0438123 ++-0444110 ++-0449024 ++-0451048 ++-0455088 ++-0457052 ++-0448040 ++-0445072 ++-0456061 ++-0461034 ++-0460085 ++-0462034 ++-0447051 ++-0459032 ++-0453085 ++-0443155 ++-0446077 ++-0454080 ++-0451049 ++-0450001 ++-0452087 ++-0438124 ++-0444111 ++-0449025 ++-0457053 ++-0456062 ++-0445073 ++-0455089 ++-0448041 ++-0459033 ++-0447052 ++-0461035 ++-0446078 ++-0443156 ++-0460086 ++-0462035 ++-0451050 ++-0453086 ++-0454081 ++-0457054 ++-0449026 ++-0452088 ++-0438125 ++-0450002 ++-0444112 ++-0455090 ++-0448042 ++-0445074 ++-0456063 ++-0447053 ++-0446079 ++-0461036 ++-0459034 ++-0460087 ++-0451051 ++-0452089 ++-0462036 ++-0457055 ++-0453087 ++-0438126 ++-0450003 ++-0454082 ++-0444113 ++-0455091 ++-0449027 ++-0445075 ++-0447054 ++-0448043 ++-0446080 ++-0456064 ++-0451052 ++-0461037 ++-0438127 ++-0452090 ++-0460088 ++-0444114 ++-0459035 ++-0457056 ++-0450004 ++-0451053 ++-0456065 ++-0445076 ++-0454083 ++-0453088 ++-0462037 ++-0461038 ++-0455092 ++-0447055 ++-0446081 ++-0463000 ++-0448044 ++-0449028 ++-0438128 ++-0444115 ++-0460089 ++-0452091 ++-0451054 ++-0456066 ++-0459036 ++-0462038 ++-0454084 ++-0457057 ++-0461039 ++-0455093 ++-0446082 ++-0450005 ++-0453089 ++-0448045 ++-0447056 ++-0445077 ++-0449029 ++-0463001 ++-0438129 ++-0444116 ++-0452092 ++-0460090 ++-0451055 ++-0457058 ++-0461040 ++-0450006 ++-0459037 ++-0453090 ++-0455094 ++-0456067 ++-0454085 ++-0447057 ++-0448046 ++-0462039 ++-0446083 ++-0463002 ++-0445078 ++-0438130 ++-0449030 ++-0452093 ++-0444117 ++-0451056 ++-0459038 ++-0460091 ++-0450007 ++-0461041 ++-0457059 ++-0455095 ++-0447058 ++-0453091 ++-0454086 ++-0462040 ++-0456068 ++-0448047 ++-0438131 ++-0452094 ++-0463003 ++-0446084 ++-0445079 ++-0449031 ++-0444118 ++-0459039 ++-0450008 ++-0447059 ++-0461042 ++-0451057 ++-0453092 ++-0460092 ++-0454087 ++-0457060 ++-0455096 ++-0462041 ++-0438132 ++-0456069 ++-0448048 ++-0463004 ++-0449032 ++-0452095 ++-0445080 ++-0446085 ++-0444119 ++-0450009 ++-0459040 ++-0461043 ++-0453093 ++-0454088 ++-0455097 ++-0447060 ++-0451058 ++-0457061 ++-0460093 ++-0438133 ++-0462042 ++-0449033 ++-0452096 ++-0463005 ++-0446086 ++-0456070 ++-0448049 ++-0459041 ++-0453094 ++-0450010 ++-0461044 ++-0444120 ++-0445081 ++-0447061 ++-0455098 ++-0457062 ++-0460094 ++-0459042 ++-0459043 ++-0459044 ++-0456071 ++-0438134 ++-0462043 ++-0454089 ++-0463006 ++-0451059 ++-0452097 ++-0446087 ++-0461045 ++-0453095 ++-0455099 ++-0448050 ++-0450011 ++-0445082 ++-0449034 ++-0447062 ++-0457063 ++-0460095 ++-0444121 ++-0452098 ++-0453096 ++-0446088 ++-0454090 ++-0451060 ++-0452099 ++-0459045 ++-0438135 ++-0461046 ++-0457064 ++-0462044 ++-0463007 ++-0456072 ++-0455100 ++-0448051 ++-0450012 ++-0453097 ++-0445083 ++-0460096 ++-0447063 ++-0444122 ++-0449035 ++-0454091 ++-0452100 ++-0446089 ++-0438136 ++-0461047 ++-0451061 ++-0462045 ++-0455101 ++-0459046 ++-0448052 ++-0457065 ++-0450013 ++-0453098 ++-0463008 ++-0456073 ++-0460097 ++-0444123 ++-0445084 ++-0447064 ++-0449036 ++-0446090 ++-0454092 ++-0452101 ++-0461048 ++-0451062 ++-0438137 ++-0459047 ++-0448053 ++-0450014 ++-0457066 ++-0455102 ++-0463009 ++-0453099 ++-0444124 ++-0447065 ++-0456074 ++-0462046 ++-0446091 ++-0460098 ++-0445085 ++-0449037 ++-0452102 ++-0451063 ++-0454093 ++-0461049 ++-0448054 ++-0453100 ++-0438138 ++-0457067 ++-0450015 ++-0459048 ++-0444125 ++-0463010 ++-0455103 ++-0449038 ++-0462047 ++-0446092 ++-0456075 ++-0460099 ++-0447066 ++-0452103 ++-0451064 ++-0445086 ++-0454094 ++-0461050 ++-0453101 ++-0438139 ++-0450016 ++-0448055 ++-0444126 ++-0457068 ++-0456076 ++-0455104 ++-0463011 ++-0449039 ++-0459049 ++-0462048 ++-0460100 ++-0452104 ++-0447067 ++-0454095 ++-0451065 ++-0446093 ++-0445087 ++-0461051 ++-0453102 ++-0438140 ++-0450017 ++-0448056 ++-0455105 ++-0444127 ++-0452105 ++-0462049 ++-0457069 ++-0463012 ++-0456077 ++-0449040 ++-0454096 ++-0447068 ++-0446094 ++-0451066 ++-0459050 ++-0445088 ++-0461052 ++-0460101 ++-0453103 ++-0438141 ++-0448057 ++-0450018 ++-0455106 ++-0444128 ++-0452106 ++-0457070 ++-0462050 ++-0449041 ++-0456078 ++-0463013 ++-0447069 ++-0454097 ++-0445089 ++-0461053 ++-0459051 ++-0438142 ++-0448058 ++-0451067 ++-0446095 ++-0460102 ++-0453104 ++-0455107 ++-0444129 ++-0450019 ++-0452107 ++-0457071 ++-0462051 ++-0456079 ++-0463014 ++-0449042 ++-0454098 ++-0447070 ++-0461054 ++-0438143 ++-0451068 ++-0448059 ++-0459052 ++-0446096 ++-0445090 ++-0460103 ++-0453105 ++-0452108 ++-0455108 ++-0444130 ++-0463015 ++-0450020 ++-0456080 ++-0462052 ++-0447071 ++-0457072 ++-0454099 ++-0449043 ++-0461055 ++-0448060 ++-0438144 ++-0453106 ++-0459053 ++-0451069 ++-0446097 ++-0445091 ++-0452109 ++-0455109 ++-0444131 ++-0460104 ++-0463016 ++-0450021 ++-0462053 ++-0447072 ++-0456081 ++-0454100 ++-0449044 ++-0438145 ++-0461056 ++-0451070 ++-0459054 ++-0457073 ++-0446098 ++-0448061 ++-0455110 ++-0445092 ++-0453107 ++-0463017 ++-0460105 ++-0447073 ++-0452110 ++-0456082 ++-0450022 ++-0462054 ++-0444132 ++-0454101 ++-0449045 ++-0461057 ++-0451071 ++-0457074 ++-0459055 ++-0438146 ++-0448062 ++-0445093 ++-0455111 ++-0446099 ++-0456083 ++-0453108 ++-0447074 ++-0454102 ++-0463018 ++-0462055 ++-0452111 ++-0460106 ++-0450023 ++-0449046 ++-0461058 ++-0444133 ++-0451072 ++-0438147 ++-0459056 ++-0455112 ++-0448063 ++-0456084 ++-0445094 ++-0454103 ++-0460107 ++-0457075 ++-0446100 ++-0463019 ++-0447075 ++-0452112 ++-0462056 ++-0438148 ++-0453109 ++-0444134 ++-0456085 ++-0450024 ++-0459057 ++-0451073 ++-0448064 ++-0461059 ++-0449047 ++-0445095 ++-0455113 ++-0454104 ++-0460108 ++-0446101 ++-0457076 ++-0463020 ++-0452113 ++-0438149 ++-0444135 ++-0447076 ++-0453110 ++-0459058 ++-0462057 ++-0450025 ++-0451074 ++-0456086 ++-0461060 ++-0449048 ++-0455114 ++-0454105 ++-0448065 ++-0445096 ++-0446102 ++-0460109 ++-0463021 ++-0457077 ++-0447077 ++-0438150 ++-0452114 ++-0453111 ++-0462058 ++-0451075 ++-0444136 ++-0459059 ++-0456087 ++-0455115 ++-0449049 ++-0450026 ++-0454106 ++-0461061 ++-0446103 ++-0445097 ++-0460110 ++-0448066 ++-0463022 ++-0438151 ++-0452115 ++-0453112 ++-0447078 ++-0451076 ++-0457078 ++-0444137 ++-0459060 ++-0450027 ++-0461062 ++-0456088 ++-0462059 ++-0454107 ++-0455116 ++-0449050 ++-0445098 ++-0446104 ++-0460111 ++-0448067 ++-0438152 ++-0452116 ++-0463023 ++-0453113 ++-0444138 ++-0451077 ++-0447079 ++-0459061 ++-0457079 ++-0450028 ++-0462060 ++-0454108 ++-0449051 ++-0461063 ++-0455117 ++-0445099 ++-0456089 ++-0446105 ++-0460112 ++-0438153 ++-0452117 ++-0463024 ++-0448068 ++-0444139 ++-0453114 ++-0451078 ++-0459062 ++-0447080 ++-0457080 ++-0450029 ++-0454109 ++-0456090 ++-0455118 ++-0446106 ++-0438154 ++-0461064 ++-0445100 ++-0449052 ++-0463025 ++-0462061 ++-0460113 ++-0452118 ++-0448069 ++-0444140 ++-0451079 ++-0459063 ++-0453115 ++-0457081 ++-0450030 ++-0454110 ++-0447081 ++-0456091 ++-0446107 ++-0455119 ++-0461065 ++-0438155 ++-0462062 ++-0445101 ++-0460114 ++-0463026 ++-0444141 ++-0449053 ++-0448070 ++-0452119 ++-0457082 ++-0447082 ++-0451080 ++-0459064 ++-0454111 ++-0453116 ++-0461066 ++-0455120 ++-0456092 ++-0450031 ++-0446108 ++-0445102 ++-0462063 ++-0438156 ++-0444142 ++-0449054 ++-0460115 ++-0463027 ++-0448071 ++-0452120 ++-0457083 ++-0451081 ++-0461067 ++-0454112 ++-0459065 ++-0447083 ++-0455121 ++-0456093 ++-0446109 ++-0453117 ++-0444143 ++-0450032 ++-0445103 ++-0449055 ++-0463028 ++-0448072 ++-0462064 ++-0460116 ++-0457084 ++-0452121 ++-0451082 ++-0454113 ++-0459066 ++-0447084 ++-0461068 ++-0453118 ++-0455122 ++-0446110 ++-0456094 ++-0448073 ++-0444144 ++-0445104 ++-0450033 ++-0459067 ++-0449056 ++-0461069 ++-0463029 ++-0446111 ++-0444145 ++-0462065 ++-0456095 ++-0460117 ++-0445105 ++-0455123 ++-0451083 ++-0450034 ++-0457085 ++-0453119 ++-0454114 ++-0447085 ++-0452122 ++-0448074 ++-0458000 ++-0459068 ++-0461070 ++-0446112 ++-0449057 ++-0444146 ++-0462066 ++-0463030 ++-0447086 ++-0457086 ++-0456096 ++-0450035 ++-0453120 ++-0454115 ++-0460118 ++-0452123 ++-0455124 ++-0451084 ++-0448075 ++-0458001 ++-0445106 ++-0446113 ++-0461071 ++-0459069 ++-0449058 ++-0444147 ++-0462067 ++-0463031 ++-0456097 ++-0447087 ++-0452124 ++-0454116 ++-0446114 ++-0449059 ++-0459070 ++-0455125 ++-0457087 ++-0455126 ++-0460119 ++-0453121 ++-0444148 ++-0451085 ++-0454117 ++-0449060 ++-0452125 ++-0461072 ++-0445107 ++-0450036 ++-0448076 ++-0446115 ++-0456098 ++-0459071 ++-0458002 ++-0462068 ++-0463032 ++-0447088 ++-0453122 ++-0455127 ++-0444149 ++-0452126 ++-0451086 ++-0461073 ++-0460120 ++-0446116 ++-0459072 ++-0445108 ++-0448077 ++-0457088 ++-0454118 ++-0449061 ++-0458003 ++-0447089 ++-0462069 ++-0456099 ++-0463033 ++-0450037 ++-0444150 ++-0453123 ++-0451087 ++-0454119 ++-0452127 ++-0461074 ++-0455128 ++-0460121 ++-0445109 ++-0457089 ++-0444151 ++-0463034 ++-0446117 ++-0456100 ++-0459073 ++-0447090 ++-0449062 ++-0450038 ++-0448078 ++-0462070 ++-0458004 ++-0453124 ++-0451088 ++-0461075 ++-0457090 ++-0463035 ++-0445110 ++-0447091 ++-0456101 ++-0454120 ++-0458005 ++-0452128 ++-0460122 ++-0449063 ++-0446118 ++-0448079 ++-0455129 ++-0450039 ++-0444152 ++-0462071 ++-0459074 ++-0453125 ++-0447092 ++-0463036 ++-0458006 ++-0457091 ++-0456102 ++-0451089 ++-0461076 ++-0454121 ++-0452129 ++-0460123 ++-0448080 ++-0445111 ++-0455130 ++-0446119 ++-0462072 ++-0444153 ++-0449064 ++-0459075 ++-0453126 ++-0447093 ++-0450040 ++-0463037 ++-0451090 ++-0457092 ++-0452130 ++-0445112 ++-0454122 ++-0458007 ++-0456103 ++-0446120 ++-0461077 ++-0462073 ++-0448081 ++-0460124 ++-0449065 ++-0459076 ++-0455131 ++-0450041 ++-0444154 ++-0453127 ++-0447094 ++-0463038 ++-0452131 ++-0451091 ++-0445113 ++-0454123 ++-0457093 ++-0461078 ++-0456104 ++-0449066 ++-0462074 ++-0446121 ++-0450042 ++-0455132 ++-0444155 ++-0460125 ++-0458008 ++-0448082 ++-0463039 ++-0459077 ++-0452132 ++-0453128 ++-0447095 ++-0454124 ++-0457094 ++-0451092 ++-0456105 ++-0461079 ++-0449067 ++-0445114 ++-0446122 ++-0462075 ++-0460126 ++-0450043 ++-0455133 ++-0448083 ++-0463040 ++-0447096 ++-0452133 ++-0453129 ++-0458009 ++-0459078 ++-0454125 ++-0457095 ++-0456106 ++-0451093 ++-0449068 ++-0461080 ++-0445115 ++-0446123 ++-0462076 ++-0460127 ++-0450044 ++-0448084 ++-0463041 ++-0447097 ++-0455134 ++-0454126 ++-0458010 ++-0453130 ++-0456107 ++-0452134 ++-0457096 ++-0459079 ++-0449069 ++-0461081 ++-0445116 ++-0462077 ++-0451094 ++-0460128 ++-0446124 ++-0450045 ++-0448085 ++-0455135 ++-0447098 ++-0463042 ++-0458011 ++-0454127 ++-0456108 ++-0453131 ++-0464000 ++-0449070 ++-0452135 ++-0457097 ++-0461082 ++-0445117 ++-0451095 ++-0459080 ++-0460129 ++-0450046 ++-0448086 ++-0446125 ++-0462078 ++-0447099 ++-0454128 ++-0458012 ++-0455136 ++-0452136 ++-0463043 ++-0449071 ++-0461083 ++-0453132 ++-0456109 ++-0445118 ++-0464001 ++-0448087 ++-0457098 ++-0459081 ++-0450047 ++-0460130 ++-0451096 ++-0462079 ++-0446126 ++-0454129 ++-0447100 ++-0458013 ++-0452137 ++-0449072 ++-0453133 ++-0455137 ++-0445119 ++-0448088 ++-0464002 ++-0461084 ++-0463044 ++-0459082 ++-0456110 ++-0460131 ++-0451097 ++-0462080 ++-0446127 ++-0457099 ++-0454130 ++-0450048 ++-0449073 ++-0447101 ++-0458014 ++-0448089 ++-0461085 ++-0452138 ++-0453134 ++-0464003 ++-0455138 ++-0463045 ++-0445120 ++-0459083 ++-0460132 ++-0451098 ++-0446128 ++-0462081 ++-0456111 ++-0450049 ++-0457100 ++-0454131 ++-0449074 ++-0458015 ++-0448090 ++-0447102 ++-0461086 ++-0455139 ++-0452139 ++-0453135 ++-0445121 ++-0459084 ++-0464004 ++-0456112 ++-0446129 ++-0463046 ++-0460133 ++-0450050 ++-0451099 ++-0462082 ++-0448091 ++-0457101 ++-0458016 ++-0449075 ++-0447103 ++-0455140 ++-0454132 ++-0459085 ++-0452140 ++-0453136 ++-0456113 ++-0464005 ++-0461087 ++-0446130 ++-0460134 ++-0445122 ++-0448092 ++-0451100 ++-0457102 ++-0458017 ++-0449076 ++-0463047 ++-0462083 ++-0450051 ++-0454133 ++-0455141 ++-0452141 ++-0459086 ++-0447104 ++-0453137 ++-0464006 ++-0456114 ++-0461088 ++-0446131 ++-0445123 ++-0460135 ++-0448093 ++-0457103 ++-0458018 ++-0451101 ++-0463048 ++-0459087 ++-0452142 ++-0454134 ++-0447105 ++-0462084 ++-0449077 ++-0453138 ++-0455142 ++-0464007 ++-0450052 ++-0461089 ++-0446132 ++-0445124 ++-0456115 ++-0448094 ++-0460136 ++-0457104 ++-0458019 ++-0451102 ++-0459088 ++-0452143 ++-0462085 ++-0447106 ++-0454135 ++-0463049 ++-0453139 ++-0461090 ++-0464008 ++-0449078 ++-0446133 ++-0455143 ++-0456116 ++-0459089 ++-0461091 ++-0451103 ++-0445125 ++-0457105 ++-0454136 ++-0452144 ++-0462086 ++-0448095 ++-0458020 ++-0460137 ++-0459090 ++-0450053 ++-0463050 ++-0446134 ++-0461092 ++-0447107 ++-0453140 ++-0456117 ++-0449079 ++-0455144 ++-0464009 ++-0451104 ++-0445126 ++-0454137 ++-0457106 ++-0452145 ++-0462087 ++-0459091 ++-0460138 ++-0458021 ++-0450054 ++-0448096 ++-0447108 ++-0446135 ++-0456118 ++-0463051 ++-0449080 ++-0464010 ++-0453141 ++-0455145 ++-0461093 ++-0445127 ++-0457107 ++-0451105 ++-0452146 ++-0459092 ++-0454138 ++-0462088 ++-0460139 ++-0446136 ++-0464011 ++-0445128 ++-0448097 ++-0453142 ++-0451106 ++-0458022 ++-0455146 ++-0452147 ++-0463052 ++-0460140 ++-0450055 ++-0447109 ++-0446137 ++-0461094 ++-0449081 ++-0456119 ++-0462089 ++-0459093 ++-0464012 ++-0457108 ++-0454139 ++-0445129 ++-0448098 ++-0451107 ++-0455147 ++-0450056 ++-0463053 ++-0458023 ++-0453143 ++-0446138 ++-0447110 ++-0461095 ++-0449082 ++-0460141 ++-0459094 ++-0462090 ++-0452148 ++-0464013 ++-0456120 ++-0457109 ++-0451108 ++-0448099 ++-0454140 ++-0445130 ++-0455148 ++-0458024 ++-0450057 ++-0447111 ++-0453144 ++-0463054 ++-0449083 ++-0461096 ++-0456121 ++-0460142 ++-0446139 ++-0464014 ++-0459095 ++-0452149 ++-0462091 ++-0448100 ++-0454141 ++-0451109 ++-0457110 ++-0445131 ++-0458025 ++-0450058 ++-0447112 ++-0455149 ++-0463055 ++-0449084 ++-0453145 ++-0456122 ++-0460143 ++-0461097 ++-0464015 ++-0446140 ++-0452150 ++-0454142 ++-0462092 ++-0448101 ++-0457111 ++-0459096 ++-0445132 ++-0458026 ++-0451110 ++-0450059 ++-0447113 ++-0455150 ++-0463056 ++-0449085 ++-0453146 ++-0460144 ++-0461098 ++-0456123 ++-0452151 ++-0464016 ++-0454143 ++-0459097 ++-0446141 ++-0458027 ++-0462093 ++-0457112 ++-0448102 ++-0451111 ++-0447114 ++-0463057 ++-0455151 ++-0449086 ++-0445133 ++-0453147 ++-0450060 ++-0460145 ++-0461099 ++-0452152 ++-0454144 ++-0464017 ++-0459098 ++-0456124 ++-0457113 ++-0446142 ++-0458028 ++-0448103 ++-0463058 ++-0455152 ++-0462094 ++-0453148 ++-0447115 ++-0450061 ++-0445134 ++-0449087 ++-0451112 ++-0461100 ++-0452153 ++-0460146 ++-0464018 ++-0446143 ++-0456125 ++-0457114 ++-0458029 ++-0459099 ++-0447116 ++-0462095 ++-0448104 ++-0461101 ++-0455153 ++-0452154 ++-0449088 ++-0463059 ++-0445135 ++-0454145 ++-0460147 ++-0453149 ++-0451113 ++-0450062 ++-0464019 ++-0446144 ++-0458030 ++-0447117 ++-0448105 ++-0457115 ++-0445136 ++-0461102 ++-0449089 ++-0463060 ++-0452155 ++-0456126 ++-0454146 ++-0450063 ++-0451114 ++-0459100 ++-0462096 ++-0464020 ++-0460148 ++-0453150 ++-0455154 ++-0446145 ++-0448106 ++-0447118 ++-0463061 ++-0458031 ++-0449090 ++-0456127 ++-0445137 ++-0450064 ++-0452156 ++-0457116 ++-0461103 ++-0454147 ++-0451115 ++-0459101 ++-0464021 ++-0460149 ++-0462097 ++-0446146 ++-0455155 ++-0449091 ++-0450065 ++-0453151 ++-0448107 ++-0445138 ++-0454148 ++-0463062 ++-0460150 ++-0456128 ++-0458032 ++-0459102 ++-0447119 ++-0446147 ++-0451116 ++-0461104 ++-0457117 ++-0462098 ++-0464022 ++-0449092 ++-0445139 ++-0453152 ++-0448108 ++-0450066 ++-0460151 ++-0463063 ++-0446148 ++-0459103 ++-0456129 ++-0447120 ++-0454149 ++-0458033 ++-0451117 ++-0461105 ++-0457118 ++-0462099 ++-0464023 ++-0449093 ++-0453153 ++-0448109 ++-0445140 ++-0450067 ++-0456130 ++-0472000 ++-0459104 ++-0460152 ++-0475000 ++-0458034 ++-0454150 ++-0463064 ++-0457119 ++-0446149 ++-0447121 ++-0462100 ++-0461106 ++-0451118 ++-0449094 ++-0464024 ++-0450068 ++-0475001 ++-0448110 ++-0448111 ++-0456131 ++-0475002 ++-0445141 ++-0463065 ++-0472001 ++-0459105 ++-0454151 ++-0460153 ++-0458035 ++-0461107 ++-0462101 ++-0453154 ++-0447122 ++-0446150 ++-0450069 ++-0449095 ++-0448112 ++-0464025 ++-0457120 ++-0451119 ++-0475003 ++-0456132 ++-0445142 ++-0472002 ++-0461108 ++-0454152 ++-0463066 ++-0447123 ++-0460154 ++-0453155 ++-0458036 ++-0462102 ++-0459106 ++-0450070 ++-0446151 ++-0449096 ++-0448113 ++-0457121 ++-0451120 ++-0475004 ++-0456133 ++-0464026 ++-0445143 ++-0461109 ++-0472003 ++-0460155 ++-0453156 ++-0458037 ++-0462103 ++-0463067 ++-0448114 ++-0450071 ++-0457122 ++-0446152 ++-0464027 ++-0460156 ++-0448115 ++-0446153 ++-0458038 ++-0463068 ++-0457123 ++-0446154 ++-0457124 ++-0446155 ++-0446156 ++-0459107 ++-0445144 ++-0447124 ++-0461110 ++-0449097 ++-0456134 ++-0454153 ++-0451121 ++-0462104 ++-0458039 ++-0475005 ++-0472004 ++-0450072 ++-0464028 ++-0466000 ++-0463069 ++-0457125 ++-0448116 ++-0445145 ++-0459108 ++-0461111 ++-0454154 ++-0449098 ++-0451122 ++-0456135 ++-0462105 ++-0458040 ++-0447125 ++-0450073 ++-0472005 ++-0475006 ++-0448117 ++-0457126 ++-0466001 ++-0463070 ++-0480000 ++-0464029 ++-0473000 ++-0449099 ++-0459109 ++-0458041 ++-0462106 ++-0445146 ++-0461112 ++-0454155 ++-0472006 ++-0447126 ++-0451123 ++-0475007 ++-0450074 ++-0456136 ++-0448118 ++-0457127 ++-0463071 ++-0466002 ++-0464030 ++-0480001 ++-0473001 ++-0449100 ++-0459110 ++-0458042 ++-0454156 ++-0472007 ++-0461113 ++-0445147 ++-0447127 ++-0462107 ++-0451124 ++-0450075 ++-0475008 ++-0457128 ++-0448119 ++-0456137 ++-0464031 ++-0463072 ++-0466003 ++-0480002 ++-0473002 ++-0449101 ++-0458043 ++-0472008 ++-0447128 ++-0461114 ++-0459111 ++-0445148 ++-0451125 ++-0462108 ++-0448120 ++-0475009 ++-0450076 ++-0456138 ++-0464032 ++-0480003 ++-0473003 ++-0459112 ++-0475010 ++-0464033 ++-0462109 ++-0461115 ++-0450077 ++-0449102 ++-0457129 ++-0463073 ++-0472009 ++-0466004 ++-0480004 ++-0447129 ++-0458044 ++-0456139 ++-0473004 ++-0459113 ++-0445149 ++-0448121 ++-0451126 ++-0475011 ++-0464034 ++-0463074 ++-0475012 ++-0459114 ++-0466005 ++-0462110 ++-0450078 ++-0461116 ++-0449103 ++-0472010 ++-0447130 ++-0474000 ++-0480005 ++-0457130 ++-0458045 ++-0451127 ++-0463075 ++-0473005 ++-0445150 ++-0456140 ++-0464035 ++-0459115 ++-0448122 ++-0475013 ++-0462111 ++-0450079 ++-0461117 ++-0466006 ++-0447131 ++-0474001 ++-0449104 ++-0458046 ++-0472011 ++-0480006 ++-0451128 ++-0457131 ++-0473006 ++-0445151 ++-0463076 ++-0464036 ++-0456141 ++-0475014 ++-0459116 ++-0461118 ++-0450080 ++-0462112 ++-0448123 ++-0447132 ++-0474002 ++-0449105 ++-0472012 ++-0466007 ++-0480007 ++-0458047 ++-0457132 ++-0473007 ++-0451129 ++-0445152 ++-0464037 ++-0463077 ++-0475015 ++-0456142 ++-0459117 ++-0448124 ++-0461119 ++-0462113 ++-0472013 ++-0450081 ++-0474003 ++-0480008 ++-0447133 ++-0466008 ++-0449106 ++-0457133 ++-0473008 ++-0451130 ++-0445153 ++-0475016 ++-0463078 ++-0458048 ++-0456143 ++-0448125 ++-0464038 ++-0450082 ++-0461120 ++-0474004 ++-0472014 ++-0480009 ++-0462114 ++-0459118 ++-0466009 ++-0449107 ++-0447134 ++-0445154 ++-0475017 ++-0451131 ++-0457134 ++-0456144 ++-0473009 ++-0448126 ++-0463079 ++-0464039 ++-0458049 ++-0474005 ++-0461121 ++-0480010 ++-0462115 ++-0450083 ++-0466010 ++-0459119 ++-0449108 ++-0472015 ++-0475018 ++-0445155 ++-0447135 ++-0457135 ++-0461122 ++-0463080 ++-0474006 ++-0466011 ++-0459120 ++-0456145 ++-0462116 ++-0473010 ++-0451132 ++-0480011 ++-0448127 ++-0464040 ++-0458050 ++-0472016 ++-0449109 ++-0450084 ++-0475019 ++-0445156 ++-0461123 ++-0457136 ++-0473011 ++-0456146 ++-0474007 ++-0463081 ++-0451133 ++-0448128 ++-0464041 ++-0447136 ++-0458051 ++-0466012 ++-0472017 ++-0462117 ++-0449110 ++-0480012 ++-0459121 ++-0450085 ++-0475020 ++-0457137 ++-0461124 ++-0473012 ++-0447137 ++-0463082 ++-0458052 ++-0474008 ++-0464042 ++-0456147 ++-0451134 ++-0449111 ++-0462118 ++-0448129 ++-0472018 ++-0480013 ++-0466013 ++-0459122 ++-0475021 ++-0450086 ++-0457138 ++-0461125 ++-0473013 ++-0447138 ++-0464043 ++-0458053 ++-0448130 ++-0449112 ++-0451135 ++-0462119 ++-0463083 ++-0472019 ++-0474009 ++-0456148 ++-0475022 ++-0466014 ++-0480014 ++-0450087 ++-0459123 ++-0461126 ++-0473014 ++-0457139 ++-0464044 ++-0465000 ++-0458054 ++-0447139 ++-0449113 ++-0448131 ++-0451136 ++-0456149 ++-0463084 ++-0472020 ++-0462120 ++-0466015 ++-0474010 ++-0459124 ++-0450088 ++-0475023 ++-0480015 ++-0473015 ++-0461127 ++-0465001 ++-0447140 ++-0449114 ++-0451137 ++-0448132 ++-0457140 ++-0464045 ++-0456150 ++-0458055 ++-0462121 ++-0472021 ++-0466016 ++-0459125 ++-0474011 ++-0463085 ++-0475024 ++-0473016 ++-0450089 ++-0480016 ++-0461128 ++-0465002 ++-0447141 ++-0449115 ++-0457141 ++-0464046 ++-0462122 ++-0463086 ++-0475025 ++-0472022 ++-0451138 ++-0458056 ++-0457142 ++-0465003 ++-0448133 ++-0459126 ++-0458057 ++-0480017 ++-0461129 ++-0450090 ++-0466017 ++-0464047 ++-0473017 ++-0449116 ++-0456151 ++-0474012 ++-0457143 ++-0447142 ++-0472023 ++-0463087 ++-0462123 ++-0475026 ++-0465004 ++-0451139 ++-0458058 ++-0461130 ++-0450091 ++-0448134 ++-0464048 ++-0449117 ++-0466018 ++-0473018 ++-0447143 ++-0459127 ++-0463088 ++-0457144 ++-0475027 ++-0465005 ++-0474013 ++-0472024 ++-0451140 ++-0480018 ++-0462124 ++-0456152 ++-0450092 ++-0461131 ++-0458059 ++-0449118 ++-0448135 ++-0464049 ++-0466019 ++-0473019 ++-0459128 ++-0447144 ++-0451141 ++-0472025 ++-0475028 ++-0474014 ++-0465006 ++-0457145 ++-0462125 ++-0456153 ++-0461132 ++-0450093 ++-0480019 ++-0458060 ++-0448136 ++-0464050 ++-0463089 ++-0466020 ++-0473020 ++-0449119 ++-0459129 ++-0447145 ++-0472026 ++-0462126 ++-0451142 ++-0461133 ++-0475029 ++-0456154 ++-0450094 ++-0465007 ++-0448137 ++-0464051 ++-0474015 ++-0466021 ++-0457146 ++-0473021 ++-0480020 ++-0463090 ++-0458061 ++-0459130 ++-0449120 ++-0447146 ++-0451143 ++-0456155 ++-0472027 ++-0462127 ++-0475030 ++-0464052 ++-0450095 ++-0465008 ++-0466022 ++-0473022 ++-0448138 ++-0474016 ++-0458062 ++-0461134 ++-0459131 ++-0457147 ++-0463091 ++-0480021 ++-0447147 ++-0449121 ++-0451144 ++-0456156 ++-0462128 ++-0464053 ++-0475031 ++-0465009 ++-0472028 ++-0473023 ++-0448139 ++-0466023 ++-0474017 ++-0450096 ++-0461135 ++-0459132 ++-0458063 ++-0480022 ++-0463092 ++-0447148 ++-0449122 ++-0451145 ++-0457148 ++-0475032 ++-0464054 ++-0462129 ++-0465010 ++-0472029 ++-0448140 ++-0473024 ++-0474018 ++-0466024 ++-0461136 ++-0459133 ++-0458064 ++-0450097 ++-0451146 ++-0447149 ++-0449123 ++-0480023 ++-0463093 ++-0475033 ++-0457149 ++-0465011 ++-0473025 ++-0448141 ++-0462130 ++-0474019 ++-0464055 ++-0466025 ++-0459134 ++-0472030 ++-0461137 ++-0451147 ++-0447150 ++-0458065 ++-0450098 ++-0463094 ++-0475034 ++-0449124 ++-0465012 ++-0480024 ++-0448142 ++-0457150 ++-0474020 ++-0476000 ++-0464056 ++-0461138 ++-0473026 ++-0459135 ++-0466026 ++-0447151 ++-0462131 ++-0472031 ++-0458066 ++-0450099 ++-0451148 ++-0480025 ++-0449125 ++-0463095 ++-0465013 ++-0475035 ++-0448143 ++-0474021 ++-0476001 ++-0461139 ++-0464057 ++-0457151 ++-0459136 ++-0472032 ++-0447152 ++-0473027 ++-0466027 ++-0458067 ++-0462132 ++-0450100 ++-0451149 ++-0463096 ++-0480026 ++-0475036 ++-0465014 ++-0449126 ++-0448144 ++-0474022 ++-0464058 ++-0476002 ++-0461140 ++-0457152 ++-0447153 ++-0472033 ++-0473028 ++-0459137 ++-0458068 ++-0450101 ++-0462133 ++-0466028 ++-0463097 ++-0451150 ++-0465015 ++-0475037 ++-0474023 ++-0449127 ++-0480027 ++-0476003 ++-0461141 ++-0472034 ++-0448145 ++-0464059 ++-0473029 ++-0447154 ++-0459138 ++-0457153 ++-0458069 ++-0450102 ++-0462134 ++-0451151 ++-0465016 ++-0466029 ++-0475038 ++-0474024 ++-0463098 ++-0449128 ++-0480028 ++-0448146 ++-0476004 ++-0464060 ++-0461142 ++-0473030 ++-0447155 ++-0458070 ++-0457154 ++-0459139 ++-0472035 ++-0465017 ++-0462135 ++-0451152 ++-0475039 ++-0466030 ++-0450103 ++-0474025 ++-0463099 ++-0448147 ++-0461143 ++-0464061 ++-0480029 ++-0457155 ++-0476005 ++-0459140 ++-0475040 ++-0473031 ++-0450104 ++-0462136 ++-0449129 ++-0472036 ++-0461144 ++-0465018 ++-0474026 ++-0458071 ++-0466031 ++-0451153 ++-0448148 ++-0459141 ++-0464062 ++-0463100 ++-0476006 ++-0480030 ++-0475041 ++-0462137 ++-0473032 ++-0450105 ++-0472037 ++-0449130 ++-0465019 ++-0474027 ++-0466032 ++-0464063 ++-0461145 ++-0459142 ++-0476007 ++-0458072 ++-0463101 ++-0451154 ++-0448149 ++-0480031 ++-0475042 ++-0462138 ++-0467000 ++-0472038 ++-0450106 ++-0474028 ++-0465020 ++-0449131 ++-0473033 ++-0466033 ++-0461146 ++-0464064 ++-0476008 ++-0462139 ++-0458073 ++-0475043 ++-0448150 ++-0463102 ++-0477000 ++-0473034 ++-0467001 ++-0465021 ++-0459143 ++-0449132 ++-0472039 ++-0451155 ++-0480032 ++-0450107 ++-0474029 ++-0461147 ++-0464065 ++-0476009 ++-0466034 ++-0459144 ++-0462140 ++-0448151 ++-0477001 ++-0463103 ++-0451156 ++-0473035 ++-0450108 ++-0467002 ++-0449133 ++-0472040 ++-0480033 ++-0458074 ++-0475044 ++-0461148 ++-0465022 ++-0476010 ++-0464066 ++-0474030 ++-0466035 ++-0459145 ++-0448152 ++-0477002 ++-0463104 ++-0449134 ++-0450109 ++-0462141 ++-0480034 ++-0458075 ++-0461149 ++-0473036 ++-0467003 ++-0472041 ++-0475045 ++-0465023 ++-0464067 ++-0466036 ++-0476011 ++-0474031 ++-0459146 ++-0463105 ++-0477003 ++-0450110 ++-0449135 ++-0480035 ++-0462142 ++-0458076 ++-0448153 ++-0473037 ++-0465024 ++-0461150 ++-0476012 ++-0464068 ++-0466037 ++-0474032 ++-0472042 ++-0462143 ++-0458077 ++-0467004 ++-0480036 ++-0475046 ++-0473038 ++-0448154 ++-0459147 ++-0477004 ++-0465025 ++-0461151 ++-0449136 ++-0463106 ++-0464069 ++-0476013 ++-0471000 ++-0450111 ++-0466038 ++-0474033 ++-0458078 ++-0459148 ++-0473039 ++-0459149 ++-0464070 ++-0467005 ++-0458079 ++-0462144 ++-0475047 ++-0461152 ++-0480037 ++-0472043 ++-0448155 ++-0471001 ++-0450112 ++-0466039 ++-0477005 ++-0463107 ++-0476014 ++-0465026 ++-0473040 ++-0449137 ++-0459150 ++-0474034 ++-0467006 ++-0458080 ++-0475048 ++-0472044 ++-0461153 ++-0450113 ++-0464071 ++-0463108 ++-0466040 ++-0462145 ++-0480038 ++-0473041 ++-0465027 ++-0471002 ++-0449138 ++-0477006 ++-0476015 ++-0474035 ++-0458081 ++-0459151 ++-0472045 ++-0475049 ++-0467007 ++-0461154 ++-0450114 ++-0466041 ++-0463109 ++-0464072 ++-0480039 ++-0471003 ++-0473042 ++-0449139 ++-0477007 ++-0465028 ++-0462146 ++-0475050 ++-0474036 ++-0450115 ++-0467008 ++-0458082 ++-0459152 ++-0476016 ++-0461155 ++-0463110 ++-0472046 ++-0466042 ++-0473043 ++-0471004 ++-0464073 ++-0480040 ++-0449140 ++-0476017 ++-0468000 ++-0462147 ++-0461156 ++-0450116 ++-0466043 ++-0467009 ++-0465029 ++-0475051 ++-0463111 ++-0476018 ++-0458083 ++-0459153 ++-0474037 ++-0480041 ++-0472047 ++-0477008 ++-0473044 ++-0449141 ++-0471005 ++-0464074 ++-0466044 ++-0475052 ++-0465030 ++-0480042 ++-0459154 ++-0472048 ++-0466045 ++-0465031 ++-0468001 ++-0449142 ++-0463112 ++-0459155 ++-0473045 ++-0450117 ++-0472049 ++-0480043 ++-0476019 ++-0471006 ++-0467010 ++-0465032 ++-0466046 ++-0474038 ++-0462148 ++-0475053 ++-0473046 ++-0449143 ++-0459156 ++-0476020 ++-0472050 ++-0464075 ++-0463113 ++-0450118 ++-0480044 ++-0481000 ++-0477009 ++-0468002 ++-0458084 ++-0471007 ++-0467011 ++-0466047 ++-0449144 ++-0476021 ++-0475054 ++-0462149 ++-0450119 ++-0472051 ++-0467012 ++-0464076 ++-0480045 ++-0465033 ++-0458085 ++-0481001 ++-0474039 ++-0477010 ++-0471008 ++-0473047 ++-0468003 ++-0466048 ++-0463114 ++-0475055 ++-0462150 ++-0450120 ++-0449145 ++-0476022 ++-0479000 ++-0480046 ++-0464077 ++-0471009 ++-0458086 ++-0472052 ++-0465034 ++-0475056 ++-0468004 ++-0473048 ++-0467013 ++-0463115 ++-0477011 ++-0481002 ++-0466049 ++-0450121 ++-0476023 ++-0479001 ++-0472053 ++-0480047 ++-0449146 ++-0458087 ++-0464078 ++-0475057 ++-0467014 ++-0477012 ++-0473049 ++-0463116 ++-0450122 ++-0472054 ++-0476024 ++-0464079 ++-0449147 ++-0480048 ++-0467015 ++-0450123 ++-0463117 ++-0476025 ++-0472055 ++-0449148 ++-0480049 ++-0464080 ++-0463118 ++-0476026 ++-0466050 ++-0458088 ++-0471010 ++-0481003 ++-0462151 ++-0465035 ++-0450124 ++-0474040 ++-0463119 ++-0468005 ++-0477013 ++-0480050 ++-0475058 ++-0473050 ++-0458089 ++-0466051 ++-0472056 ++-0467016 ++-0479002 ++-0464081 ++-0476027 ++-0449149 ++-0462152 ++-0471011 ++-0463120 ++-0481004 ++-0475059 ++-0458090 ++-0474041 ++-0466052 ++-0480051 ++-0479003 ++-0450125 ++-0473051 ++-0449150 ++-0477014 ++-0472057 ++-0476028 ++-0464082 ++-0468006 ++-0465036 ++-0467017 ++-0471012 ++-0462153 ++-0466053 ++-0449151 ++-0479004 ++-0474042 ++-0477015 ++-0450126 ++-0480052 ++-0463121 ++-0473052 ++-0458091 ++-0481005 ++-0472058 ++-0471013 ++-0464083 ++-0475060 ++-0476029 ++-0462154 ++-0467018 ++-0465037 ++-0466054 ++-0477016 ++-0468007 ++-0458092 ++-0473053 ++-0462155 ++-0472059 ++-0479005 ++-0480053 ++-0481006 ++-0450127 ++-0449152 ++-0471014 ++-0464084 ++-0477017 ++-0475061 ++-0464085 ++-0474043 ++-0477018 ++-0466055 ++-0468008 ++-0463122 ++-0465038 ++-0481007 ++-0480054 ++-0473054 ++-0471015 ++-0450128 ++-0468009 ++-0474044 ++-0468010 ++-0474045 ++-0468011 ++-0475062 ++-0476030 ++-0458093 ++-0481008 ++-0474046 ++-0465039 ++-0479006 ++-0463123 ++-0467019 ++-0473055 ++-0464086 ++-0466056 ++-0480055 ++-0472060 ++-0471016 ++-0449153 ++-0475063 ++-0476031 ++-0481009 ++-0450129 ++-0477019 ++-0474047 ++-0465040 ++-0458094 ++-0468012 ++-0463124 ++-0479007 ++-0482000 ++-0467020 ++-0464087 ++-0466057 ++-0473056 ++-0480056 ++-0472061 ++-0471017 ++-0475064 ++-0481010 ++-0449154 ++-0450130 ++-0477020 ++-0476032 ++-0474048 ++-0465041 ++-0458095 ++-0468013 ++-0463125 ++-0479008 ++-0466058 ++-0482001 ++-0473057 ++-0467021 ++-0480057 ++-0464088 ++-0472062 ++-0450131 ++-0471018 ++-0475065 ++-0481011 ++-0476033 ++-0449155 ++-0474049 ++-0477021 ++-0465042 ++-0479009 ++-0463126 ++-0473058 ++-0482002 ++-0458096 ++-0466059 ++-0468014 ++-0472063 ++-0480058 ++-0467022 ++-0464089 ++-0471019 ++-0450132 ++-0481012 ++-0475066 ++-0474050 ++-0465043 ++-0476034 ++-0479010 ++-0477022 ++-0473059 ++-0458097 ++-0482003 ++-0466060 ++-0468015 ++-0480059 ++-0463127 ++-0472064 ++-0467023 ++-0450133 ++-0464090 ++-0481013 ++-0475067 ++-0471020 ++-0474051 ++-0465044 ++-0479011 ++-0476035 ++-0458098 ++-0463128 ++-0466061 ++-0472065 ++-0482004 ++-0477023 ++-0473060 ++-0480060 ++-0464091 ++-0468016 ++-0475068 ++-0467024 ++-0450134 ++-0474052 ++-0481014 ++-0471021 ++-0479012 ++-0476036 ++-0469000 ++-0465045 ++-0458099 ++-0463129 ++-0482005 ++-0473061 ++-0466062 ++-0472066 ++-0464092 ++-0480061 ++-0450135 ++-0477024 ++-0468017 ++-0467025 ++-0475069 ++-0471022 ++-0474053 ++-0479013 ++-0481015 ++-0469001 ++-0476037 ++-0465046 ++-0458100 ++-0463130 ++-0482006 ++-0466063 ++-0450136 ++-0464093 ++-0480062 ++-0473062 ++-0468018 ++-0475070 ++-0472067 ++-0477025 ++-0481016 ++-0467026 ++-0471023 ++-0474054 ++-0479014 ++-0469002 ++-0465047 ++-0482007 ++-0479015 ++-0469003 ++-0475071 ++-0479016 ++-0476038 ++-0482008 ++-0463131 ++-0467027 ++-0450137 ++-0473063 ++-0465048 ++-0458101 ++-0471024 ++-0464094 ++-0474055 ++-0468019 ++-0481017 ++-0466064 ++-0480063 ++-0469004 ++-0472068 ++-0477026 ++-0479017 ++-0475072 ++-0463132 ++-0476039 ++-0482009 ++-0473064 ++-0467028 ++-0458102 ++-0465049 ++-0450138 ++-0474056 ++-0468020 ++-0466065 ++-0481018 ++-0464095 ++-0469005 ++-0472069 ++-0480064 ++-0471025 ++-0477027 ++-0479018 ++-0463133 ++-0476040 ++-0475073 ++-0473065 ++-0467029 ++-0458103 ++-0481019 ++-0480065 ++-0472070 ++-0469006 ++-0464096 ++-0450139 ++-0465050 ++-0466066 ++-0475074 ++-0473066 ++-0471026 ++-0467030 ++-0477028 ++-0482010 ++-0479019 ++-0474057 ++-0468021 ++-0463134 ++-0476041 ++-0458104 ++-0481020 ++-0480066 ++-0473067 ++-0475075 ++-0450140 ++-0464097 ++-0469007 ++-0465051 ++-0479020 ++-0467031 ++-0477029 ++-0458105 ++-0476042 ++-0463135 ++-0482011 ++-0466067 ++-0471027 ++-0472071 ++-0474058 ++-0468022 ++-0481021 ++-0473068 ++-0480067 ++-0475076 ++-0464098 ++-0450141 ++-0469008 ++-0463136 ++-0477030 ++-0479021 ++-0476043 ++-0466068 ++-0465052 ++-0458106 ++-0468023 ++-0467032 ++-0472072 ++-0473069 ++-0471028 ++-0463137 ++-0480068 ++-0481022 ++-0475077 ++-0479022 ++-0482012 ++-0474059 ++-0458107 ++-0466069 ++-0465053 ++-0477031 ++-0476044 ++-0468024 ++-0464099 ++-0450142 ++-0469009 ++-0471029 ++-0463138 ++-0472073 ++-0467033 ++-0480069 ++-0481023 ++-0473070 ++-0458108 ++-0465054 ++-0475078 ++-0466070 ++-0482013 ++-0476045 ++-0474060 ++-0479023 ++-0468025 ++-0477032 ++-0469010 ++-0464100 ++-0471030 ++-0450143 ++-0463139 ++-0472074 ++-0467034 ++-0480070 ++-0473071 ++-0465055 ++-0476046 ++-0482014 ++-0474061 ++-0458109 ++-0472075 ++-0479024 ++-0466071 ++-0464101 ++-0482015 ++-0481024 ++-0477033 ++-0465056 ++-0469011 ++-0475079 ++-0450144 ++-0468026 ++-0471031 ++-0480071 ++-0474062 ++-0467035 ++-0476047 ++-0463140 ++-0473072 ++-0458110 ++-0472076 ++-0479025 ++-0464102 ++-0482016 ++-0481025 ++-0477034 ++-0475080 ++-0466072 ++-0469012 ++-0450145 ++-0465057 ++-0471032 ++-0463141 ++-0474063 ++-0458111 ++-0473073 ++-0476048 ++-0468027 ++-0467036 ++-0480072 ++-0479026 ++-0472077 ++-0482017 ++-0464103 ++-0481026 ++-0466073 ++-0469013 ++-0450146 ++-0463142 ++-0475081 ++-0477035 ++-0473074 ++-0474064 ++-0465058 ++-0471033 ++-0476049 ++-0467037 ++-0458112 ++-0479027 ++-0472078 ++-0468028 ++-0482018 ++-0464104 ++-0480073 ++-0481027 ++-0466074 ++-0475082 ++-0450147 ++-0474065 ++-0473075 ++-0463143 ++-0469014 ++-0471034 ++-0479028 ++-0465059 ++-0458113 ++-0477036 ++-0472079 ++-0476050 ++-0467038 ++-0482019 ++-0468029 ++-0481028 ++-0464105 ++-0480074 ++-0475083 ++-0466075 ++-0474066 ++-0463144 ++-0473076 ++-0450148 ++-0471035 ++-0469015 ++-0479029 ++-0472080 ++-0465060 ++-0476051 ++-0477037 ++-0467039 ++-0458114 ++-0482020 ++-0481029 ++-0480075 ++-0468030 ++-0466076 ++-0475084 ++-0463145 ++-0473077 ++-0464106 ++-0474067 ++-0450149 ++-0471036 ++-0476052 ++-0477038 ++-0467040 ++-0469016 ++-0458115 ++-0479030 ++-0465061 ++-0481030 ++-0472081 ++-0482021 ++-0468031 ++-0466077 ++-0473078 ++-0463146 ++-0480076 ++-0474068 ++-0464107 ++-0471037 ++-0475085 ++-0476053 ++-0450150 ++-0472082 ++-0477039 ++-0465062 ++-0482022 ++-0481031 ++-0458116 ++-0479031 ++-0466078 ++-0463147 ++-0469017 ++-0473079 ++-0467041 ++-0474069 ++-0464108 ++-0471038 ++-0475086 ++-0476054 ++-0468032 ++-0450151 ++-0477040 ++-0480077 ++-0481032 ++-0458117 ++-0465063 ++-0464109 ++-0482023 ++-0475087 ++-0472083 ++-0479032 ++-0476055 ++-0471039 ++-0466079 ++-0468033 ++-0473080 ++-0450152 ++-0463148 ++-0467042 ++-0474070 ++-0469018 ++-0465064 ++-0477041 ++-0458118 ++-0480078 ++-0482024 ++-0475088 ++-0481033 ++-0472084 ++-0464110 ++-0476056 ++-0466080 ++-0468034 ++-0473081 ++-0463149 ++-0471040 ++-0479033 ++-0467043 ++-0450153 ++-0474071 ++-0469019 ++-0465065 ++-0481034 ++-0477042 ++-0472085 ++-0482025 ++-0475089 ++-0480079 ++-0476057 ++-0479034 ++-0464111 ++-0468035 ++-0465066 ++-0450154 ++-0458119 ++-0471041 ++-0477043 ++-0472086 ++-0469020 ++-0473082 ++-0467044 ++-0463150 ++-0482026 ++-0481035 ++-0466081 ++-0474072 ++-0475090 ++-0480080 ++-0479035 ++-0464112 ++-0476058 ++-0468036 ++-0450155 ++-0471042 ++-0458120 ++-0472087 ++-0467045 ++-0463151 ++-0465067 ++-0482027 ++-0481036 ++-0466082 ++-0480081 ++-0479036 ++-0464113 ++-0473083 ++-0477044 ++-0469021 ++-0476059 ++-0471043 ++-0474073 ++-0475091 ++-0458121 ++-0472088 ++-0468037 ++-0465068 ++-0463152 ++-0464114 ++-0477045 ++-0469022 ++-0467046 ++-0473084 ++-0482028 ++-0481037 ++-0476060 ++-0471044 ++-0466083 ++-0458122 ++-0472089 ++-0480082 ++-0475092 ++-0479037 ++-0468038 ++-0465069 ++-0474074 ++-0464115 ++-0477046 ++-0469023 ++-0473085 ++-0467047 ++-0479038 ++-0469024 ++-0463153 ++-0471045 ++-0472090 ++-0480083 ++-0482029 ++-0466084 ++-0481038 ++-0468039 ++-0476061 ++-0477047 ++-0458123 ++-0464116 ++-0474075 ++-0467048 ++-0473086 ++-0475093 ++-0465070 ++-0470000 ++-0469025 ++-0479039 ++-0471046 ++-0472091 ++-0463154 ++-0482030 ++-0458124 ++-0476062 ++-0468040 ++-0466085 ++-0467049 ++-0474076 ++-0473087 ++-0477048 ++-0480084 ++-0481039 ++-0464117 ++-0470001 ++-0475094 ++-0465071 ++-0479040 ++-0472092 ++-0469026 ++-0458125 ++-0476063 ++-0471047 ++-0463155 ++-0477049 ++-0467050 ++-0482031 ++-0480085 ++-0474077 ++-0468041 ++-0464118 ++-0473088 ++-0466086 ++-0481040 ++-0475095 ++-0470002 ++-0479041 ++-0465072 ++-0458126 ++-0472093 ++-0469027 ++-0476064 ++-0471048 ++-0477050 ++-0463156 ++-0480086 ++-0482032 ++-0467051 ++-0473089 ++-0475096 ++-0466087 ++-0470003 ++-0474078 ++-0468042 ++-0464119 ++-0481041 ++-0479042 ++-0465073 ++-0469028 ++-0458127 ++-0476065 ++-0472094 ++-0482033 ++-0477051 ++-0467052 ++-0480087 ++-0471049 ++-0463157 ++-0466088 ++-0475097 ++-0470004 ++-0473090 ++-0479043 ++-0468043 ++-0481042 ++-0464120 ++-0465074 ++-0458128 ++-0474079 ++-0469029 ++-0472095 ++-0482034 ++-0476066 ++-0477052 ++-0467053 ++-0471050 ++-0463158 ++-0480088 ++-0475098 ++-0479044 ++-0466089 ++-0468044 ++-0470005 ++-0473091 ++-0481043 ++-0465075 ++-0472096 ++-0482035 ++-0474080 ++-0471051 ++-0464121 ++-0477053 ++-0467054 ++-0458129 ++-0469030 ++-0476067 ++-0475099 ++-0468045 ++-0470006 ++-0479045 ++-0481044 ++-0466090 ++-0480089 ++-0473092 ++-0465076 ++-0482036 ++-0471052 ++-0474081 ++-0458130 ++-0477054 ++-0476068 ++-0469031 ++-0467055 ++-0472097 ++-0464122 ++-0475100 ++-0470007 ++-0482037 ++-0458131 ++-0464123 ++-0476069 ++-0479046 ++-0473093 ++-0481045 ++-0468046 ++-0466091 ++-0469032 ++-0471053 ++-0470008 ++-0475101 ++-0477055 ++-0472098 ++-0465077 ++-0474082 ++-0480090 ++-0464124 ++-0467056 ++-0483000 ++-0482038 ++-0476070 ++-0458132 ++-0481046 ++-0473094 ++-0479047 ++-0470009 ++-0471054 ++-0468047 ++-0465078 ++-0469033 ++-0475102 ++-0474083 ++-0477056 ++-0466092 ++-0458133 ++-0480091 ++-0482039 ++-0472099 ++-0476071 ++-0464125 ++-0467057 ++-0483001 ++-0471055 ++-0481047 ++-0479048 ++-0468048 ++-0465079 ++-0475103 ++-0470010 ++-0469034 ++-0473095 ++-0477057 ++-0474084 ++-0466093 ++-0480092 ++-0482040 ++-0483002 ++-0472100 ++-0458134 ++-0476072 ++-0467058 ++-0471056 ++-0481048 ++-0464126 ++-0469035 ++-0468049 ++-0465080 ++-0475104 ++-0470011 ++-0479049 ++-0474085 ++-0477058 ++-0480093 ++-0466094 ++-0473096 ++-0483003 ++-0482041 ++-0472101 ++-0476073 ++-0458135 ++-0464127 ++-0467059 ++-0469036 ++-0481049 ++-0471057 ++-0465081 ++-0470012 ++-0479050 ++-0474086 ++-0468050 ++-0466095 ++-0475105 ++-0480094 ++-0477059 ++-0473097 ++-0482042 ++-0483004 ++-0472102 ++-0476074 ++-0464128 ++-0469037 ++-0458136 ++-0465082 ++-0471058 ++-0467060 ++-0474087 ++-0481050 ++-0470013 ++-0475106 ++-0466096 ++-0480095 ++-0473098 ++-0479051 ++-0468051 ++-0482043 ++-0472103 ++-0476075 ++-0483005 ++-0477060 ++-0469038 ++-0464129 ++-0458137 ++-0465083 ++-0474088 ++-0467061 ++-0480096 ++-0470014 ++-0466097 ++-0473099 ++-0471059 ++-0475107 ++-0481051 ++-0476076 ++-0468052 ++-0479052 ++-0472104 ++-0474089 ++-0480097 ++-0482044 ++-0477061 ++-0469039 ++-0479053 ++-0473100 ++-0465084 ++-0483006 ++-0458138 ++-0464130 ++-0470015 ++-0476077 ++-0474090 ++-0467062 ++-0475108 ++-0481052 ++-0471060 ++-0480098 ++-0468053 ++-0466098 ++-0472105 ++-0469040 ++-0477062 ++-0479054 ++-0482045 ++-0465085 ++-0470016 ++-0483007 ++-0473101 ++-0481053 ++-0475109 ++-0474091 ++-0480099 ++-0458139 ++-0464131 ++-0472106 ++-0476078 ++-0467063 ++-0469041 ++-0471061 ++-0466099 ++-0468054 ++-0479055 ++-0465086 ++-0482046 ++-0483008 ++-0475110 ++-0477063 ++-0480100 ++-0470017 ++-0473102 ++-0481054 ++-0472107 ++-0471062 ++-0476079 ++-0474092 ++-0458140 ++-0467064 ++-0479056 ++-0468055 ++-0464132 ++-0469042 ++-0465087 ++-0482047 ++-0466100 ++-0477064 ++-0480101 ++-0483009 ++-0470018 ++-0475111 ++-0473103 ++-0481055 ++-0458141 ++-0479057 ++-0471063 ++-0472108 ++-0469043 ++-0468056 ++-0464133 ++-0474093 ++-0467065 ++-0476080 ++-0482048 ++-0477065 ++-0465088 ++-0466101 ++-0483010 ++-0470019 ++-0480102 ++-0473104 ++-0475112 ++-0481056 ++-0458142 ++-0472109 ++-0471064 ++-0469044 ++-0479058 ++-0477066 ++-0482049 ++-0474094 ++-0467066 ++-0464134 ++-0468057 ++-0465089 ++-0476081 ++-0466102 ++-0480103 ++-0470020 ++-0475113 ++-0473105 ++-0481057 ++-0483011 ++-0471065 ++-0472110 ++-0469045 ++-0479059 ++-0458143 ++-0477067 ++-0464135 ++-0474095 ++-0467067 ++-0466103 ++-0470021 ++-0465090 ++-0482050 ++-0468058 ++-0476082 ++-0481058 ++-0471066 ++-0480104 ++-0475114 ++-0473106 ++-0472111 ++-0483012 ++-0465091 ++-0477068 ++-0474096 ++-0479060 ++-0458144 ++-0464136 ++-0469046 ++-0466104 ++-0482051 ++-0476083 ++-0472112 ++-0467068 ++-0480105 ++-0471067 ++-0473107 ++-0468059 ++-0470022 ++-0481059 ++-0475115 ++-0483013 ++-0465092 ++-0479061 ++-0458145 ++-0477069 ++-0474097 ++-0466105 ++-0476084 ++-0469047 ++-0473108 ++-0472113 ++-0464137 ++-0471068 ++-0467069 ++-0481060 ++-0475116 ++-0482052 ++-0480106 ++-0470023 ++-0483014 ++-0468060 ++-0465093 ++-0479062 ++-0458146 ++-0477070 ++-0473109 ++-0474098 ++-0476085 ++-0466106 ++-0471069 ++-0475117 ++-0469048 ++-0467070 ++-0481061 ++-0472114 ++-0464138 ++-0483015 ++-0482053 ++-0465094 ++-0470024 ++-0468061 ++-0480107 ++-0479063 ++-0477071 ++-0474099 ++-0476086 ++-0458147 ++-0466107 ++-0471070 ++-0473110 ++-0475118 ++-0481062 ++-0465095 ++-0483016 ++-0469049 ++-0472115 ++-0467071 ++-0480108 ++-0468062 ++-0464139 ++-0479064 ++-0470025 ++-0482054 ++-0477072 ++-0476087 ++-0458148 ++-0473111 ++-0474100 ++-0471071 ++-0466108 ++-0465096 ++-0467072 ++-0470026 ++-0470027 ++-0464140 ++-0475119 ++-0469050 ++-0481063 ++-0468063 ++-0479065 ++-0472116 ++-0483017 ++-0473112 ++-0465097 ++-0474101 ++-0470028 ++-0471072 ++-0480109 ++-0477073 ++-0467073 ++-0482055 ++-0458149 ++-0476088 ++-0466109 ++-0464141 ++-0469051 ++-0475120 ++-0468064 ++-0479066 ++-0481064 ++-0465098 ++-0472117 ++-0483018 ++-0474102 ++-0458150 ++-0471073 ++-0473113 ++-0477074 ++-0467074 ++-0470029 ++-0480110 ++-0482056 ++-0464142 ++-0476089 ++-0466110 ++-0468065 ++-0469052 ++-0465099 ++-0475121 ++-0479067 ++-0472118 ++-0481065 ++-0474103 ++-0477075 ++-0467075 ++-0483019 ++-0470030 ++-0471074 ++-0458151 ++-0480111 ++-0473114 ++-0464143 ++-0482057 ++-0468066 ++-0476090 ++-0466111 ++-0475122 ++-0465100 ++-0469053 ++-0477076 ++-0467076 ++-0481066 ++-0474104 ++-0479068 ++-0472119 ++-0483020 ++-0458152 ++-0470031 ++-0471075 ++-0480112 ++-0473115 ++-0468067 ++-0482058 ++-0476091 ++-0464144 ++-0466112 ++-0465101 ++-0477077 ++-0475123 ++-0469054 ++-0472120 ++-0474105 ++-0481067 ++-0467077 ++-0483021 ++-0471076 ++-0470032 ++-0480113 ++-0473116 ++-0458153 ++-0479069 ++-0476092 ++-0466113 ++-0482059 ++-0477078 ++-0468068 ++-0475124 ++-0465102 ++-0464145 ++-0472121 ++-0469055 ++-0481068 ++-0474106 ++-0467078 ++-0483022 ++-0471077 ++-0480114 ++-0476093 ++-0479070 ++-0477079 ++-0470033 ++-0465103 ++-0473117 ++-0468069 ++-0458154 ++-0472122 ++-0482060 ++-0475125 ++-0481069 ++-0467079 ++-0469056 ++-0464146 ++-0474107 ++-0483023 ++-0471078 ++-0466114 ++-0480115 ++-0479071 ++-0477080 ++-0465104 ++-0470034 ++-0473118 ++-0476094 ++-0472123 ++-0482061 ++-0468070 ++-0458155 ++-0475126 ++-0481070 ++-0469057 ++-0483024 ++-0471079 ++-0464147 ++-0467080 ++-0474108 ++-0466115 ++-0470035 ++-0477081 ++-0479072 ++-0480116 ++-0476095 ++-0465105 ++-0482062 ++-0472124 ++-0468071 ++-0473119 ++-0475127 ++-0469058 ++-0458156 ++-0481071 ++-0464148 ++-0483025 ++-0474109 ++-0477082 ++-0479073 ++-0471080 ++-0470036 ++-0467081 ++-0480117 ++-0465106 ++-0476096 ++-0482063 ++-0466116 ++-0472125 ++-0468072 ++-0473120 ++-0469059 ++-0481072 ++-0475128 ++-0483026 ++-0464149 ++-0471081 ++-0477083 ++-0470037 ++-0465107 ++-0474110 ++-0480118 ++-0482064 ++-0479074 ++-0466117 ++-0467082 ++-0472126 ++-0468073 ++-0476097 ++-0469060 ++-0475129 ++-0481073 ++-0473121 ++-0483027 ++-0464150 ++-0471082 ++-0477084 ++-0465108 ++-0470038 ++-0474111 ++-0480119 ++-0479075 ++-0472127 ++-0467083 ++-0466118 ++-0482065 ++-0476098 ++-0478000 ++-0473122 ++-0481074 ++-0468074 ++-0475130 ++-0483028 ++-0469061 ++-0477085 ++-0471083 ++-0464151 ++-0470039 ++-0465109 ++-0479076 ++-0467084 ++-0480120 ++-0482066 ++-0474112 ++-0466119 ++-0476099 ++-0472128 ++-0473123 ++-0478001 ++-0475131 ++-0469062 ++-0483029 ++-0477086 ++-0471084 ++-0468075 ++-0481075 ++-0465110 ++-0479077 ++-0470040 ++-0467085 ++-0482067 ++-0464152 ++-0480121 ++-0466120 ++-0472129 ++-0476100 ++-0474113 ++-0473124 ++-0478002 ++-0469063 ++-0475132 ++-0468076 ++-0471085 ++-0477087 ++-0483030 ++-0481076 ++-0479078 ++-0465111 ++-0482068 ++-0467086 ++-0480122 ++-0472130 ++-0474114 ++-0466121 ++-0478003 ++-0470041 ++-0464153 ++-0476101 ++-0473125 ++-0475133 ++-0471086 ++-0469064 ++-0477088 ++-0468077 ++-0483031 ++-0481077 ++-0465112 ++-0479079 ++-0480123 ++-0467087 ++-0472131 ++-0474115 ++-0482069 ++-0466122 ++-0470042 ++-0473126 ++-0471087 ++-0464154 ++-0469065 ++-0468078 ++-0478004 ++-0477089 ++-0476102 ++-0475134 ++-0483032 ++-0481078 ++-0479080 ++-0480124 ++-0472132 ++-0474116 ++-0465113 ++-0467088 ++-0466123 ++-0482070 ++-0471088 ++-0469066 ++-0464155 ++-0478005 ++-0477090 ++-0470043 ++-0473127 ++-0476103 ++-0481079 ++-0468079 ++-0472133 ++-0475135 ++-0479081 ++-0480125 ++-0483033 ++-0465114 ++-0474117 ++-0466124 ++-0469067 ++-0467089 ++-0482071 ++-0473128 ++-0471089 ++-0464156 ++-0470044 ++-0478006 ++-0477091 ++-0479082 ++-0480126 ++-0481080 ++-0476104 ++-0483034 ++-0468080 ++-0465115 ++-0472134 ++-0475136 ++-0474118 ++-0467090 ++-0469068 ++-0482072 ++-0473129 ++-0466125 ++-0470045 ++-0471090 ++-0479083 ++-0476105 ++-0478007 ++-0483035 ++-0481081 ++-0480127 ++-0477092 ++-0467091 ++-0468081 ++-0465116 ++-0474119 ++-0475137 ++-0482073 ++-0472135 ++-0469069 ++-0473130 ++-0470046 ++-0471091 ++-0466126 ++-0476106 ++-0478008 ++-0480128 ++-0479084 ++-0477093 ++-0481082 ++-0483036 ++-0467092 ++-0475138 ++-0482074 ++-0472136 ++-0468082 ++-0465117 ++-0473131 ++-0469070 ++-0474120 ++-0470047 ++-0471092 ++-0476107 ++-0466127 ++-0480129 ++-0479085 ++-0477094 ++-0484000 ++-0478009 ++-0481083 ++-0467093 ++-0483037 ++-0473132 ++-0469071 ++-0475139 ++-0472137 ++-0474121 ++-0468083 ++-0471093 ++-0482075 ++-0466128 ++-0465118 ++-0480130 ++-0470048 ++-0478010 ++-0477095 ++-0476108 ++-0484001 ++-0479086 ++-0469072 ++-0473133 ++-0467094 ++-0468084 ++-0483038 ++-0472138 ++-0474122 ++-0466129 ++-0476109 ++-0480131 ++-0482076 ++-0481084 ++-0471094 ++-0475140 ++-0469073 ++-0478011 ++-0484002 ++-0477096 ++-0465119 ++-0479087 ++-0470049 ++-0483039 ++-0474123 ++-0480132 ++-0473134 ++-0472139 ++-0467095 ++-0476110 ++-0466130 ++-0468085 ++-0477097 ++-0469074 ++-0478012 ++-0482077 ++-0479088 ++-0481085 ++-0470050 ++-0471095 ++-0475141 ++-0465120 ++-0484003 ++-0483040 ++-0473135 ++-0472140 ++-0474124 ++-0467096 ++-0480133 ++-0477098 ++-0478013 ++-0466131 ++-0468086 ++-0476111 ++-0469075 ++-0481086 ++-0482078 ++-0479089 ++-0471096 ++-0475142 ++-0470051 ++-0465121 ++-0483041 ++-0484004 ++-0472141 ++-0473136 ++-0467097 ++-0474125 ++-0480134 ++-0477099 ++-0478014 ++-0468087 ++-0476112 ++-0466132 ++-0469076 ++-0482079 ++-0481087 ++-0479090 ++-0471097 ++-0470052 ++-0473137 ++-0484005 ++-0483042 ++-0467098 ++-0465122 ++-0475143 ++-0468088 ++-0480135 ++-0470053 ++-0474126 ++-0478015 ++-0472142 ++-0476113 ++-0477100 ++-0481088 ++-0471098 ++-0479091 ++-0482080 ++-0473138 ++-0469077 ++-0484006 ++-0466133 ++-0475144 ++-0467099 ++-0483043 ++-0468089 ++-0465123 ++-0470054 ++-0480136 ++-0472143 ++-0474127 ++-0478016 ++-0476114 ++-0479092 ++-0481089 ++-0482081 ++-0473139 ++-0477101 ++-0475145 ++-0484007 ++-0483044 ++-0466134 ++-0471099 ++-0469078 ++-0467100 ++-0465124 ++-0468090 ++-0470055 ++-0472144 ++-0478017 ++-0480137 ++-0474128 ++-0479093 ++-0477102 ++-0482082 ++-0475146 ++-0483045 ++-0476115 ++-0473140 ++-0466135 ++-0481090 ++-0467101 ++-0465125 ++-0484008 ++-0469079 ++-0470056 ++-0471100 ++-0468091 ++-0478018 ++-0479094 ++-0472145 ++-0477103 ++-0480138 ++-0476116 ++-0474129 ++-0482083 ++-0467102 ++-0475147 ++-0484009 ++-0483046 ++-0481091 ++-0466136 ++-0473141 ++-0465126 ++-0471101 ++-0468092 ++-0470057 ++-0469080 ++-0479095 ++-0478019 ++-0472146 ++-0480139 ++-0477104 ++-0474130 ++-0475148 ++-0482084 ++-0476117 ++-0467103 ++-0481092 ++-0484010 ++-0466137 ++-0471102 ++-0473142 ++-0479096 ++-0470058 ++-0483047 ++-0465127 ++-0468093 ++-0477105 ++-0469081 ++-0478020 ++-0472147 ++-0480140 ++-0475149 ++-0476118 ++-0482085 ++-0474131 ++-0481093 ++-0473143 ++-0484011 ++-0467104 ++-0471103 ++-0466138 ++-0479097 ++-0470059 ++-0465128 ++-0469082 ++-0483048 ++-0477106 ++-0478021 ++-0468094 ++-0481094 ++-0472148 ++-0480141 ++-0484012 ++-0482086 ++-0475150 ++-0473144 ++-0474132 ++-0483049 ++-0476119 ++-0466139 ++-0470060 ++-0469083 ++-0471104 ++-0479098 ++-0478022 ++-0467105 ++-0468095 ++-0480142 ++-0473145 ++-0465129 ++-0481095 ++-0484013 ++-0472149 ++-0475151 ++-0482087 ++-0466140 ++-0476120 ++-0483050 ++-0470061 ++-0479099 ++-0471105 ++-0469084 ++-0477107 ++-0468096 ++-0480143 ++-0467106 ++-0473146 ++-0474133 ++-0478023 ++-0482088 ++-0481096 ++-0465130 ++-0484014 ++-0466141 ++-0476121 ++-0475152 ++-0470062 ++-0479100 ++-0472150 ++-0469085 ++-0471106 ++-0483051 ++-0477108 ++-0480144 ++-0468097 ++-0478024 ++-0467107 ++-0473147 ++-0465131 ++-0474134 ++-0466142 ++-0481097 ++-0476122 ++-0484015 ++-0470063 ++-0472151 ++-0479101 ++-0482089 ++-0471107 ++-0477109 ++-0469086 ++-0468098 ++-0480145 ++-0475153 ++-0478025 ++-0467108 ++-0483052 ++-0473148 ++-0466143 ++-0465132 ++-0474135 ++-0470064 ++-0472152 ++-0482090 ++-0481098 ++-0476123 ++-0477110 ++-0479102 ++-0484016 ++-0471108 ++-0468099 ++-0469087 ++-0480146 ++-0478026 ++-0467109 ++-0473149 ++-0483053 ++-0466144 ++-0475154 ++-0465133 ++-0482091 ++-0474136 ++-0481099 ++-0476124 ++-0470065 ++-0477111 ++-0468100 ++-0472153 ++-0479103 ++-0484017 ++-0469088 ++-0473150 ++-0467110 ++-0471109 ++-0483054 ++-0480147 ++-0478027 ++-0466145 ++-0475155 ++-0465134 ++-0474137 ++-0482092 ++-0470066 ++-0477112 ++-0468101 ++-0472154 ++-0479104 ++-0481100 ++-0473151 ++-0476125 ++-0467111 ++-0471110 ++-0469089 ++-0484018 ++-0478028 ++-0480148 ++-0474138 ++-0465135 ++-0482093 ++-0476126 ++-0483055 ++-0481101 ++-0484019 ++-0470067 ++-0466146 ++-0480149 ++-0469090 ++-0467112 ++-0478029 ++-0475156 ++-0474139 ++-0479105 ++-0477113 ++-0465136 ++-0472155 ++-0471111 ++-0473152 ++-0468102 ++-0476127 ++-0482094 ++-0470068 ++-0481102 ++-0483056 ++-0477114 ++-0466147 ++-0469091 ++-0473153 ++-0480150 ++-0471112 ++-0468103 ++-0481103 ++-0476128 ++-0482095 ++-0470069 ++-0477115 ++-0469092 ++-0473154 ++-0466148 ++-0471113 ++-0468104 ++-0482096 ++-0470070 ++-0480151 ++-0481104 ++-0495000 ++-0467113 ++-0478030 ++-0476129 ++-0479106 ++-0484020 ++-0492000 ++-0469093 ++-0474140 ++-0477116 ++-0465137 ++-0483057 ++-0473155 ++-0471114 ++-0466149 ++-0482097 ++-0468105 ++-0495001 ++-0480152 ++-0478031 ++-0476130 ++-0470071 ++-0467114 ++-0481105 ++-0484021 ++-0465138 ++-0474141 ++-0477117 ++-0479107 ++-0466150 ++-0492001 ++-0469094 ++-0483058 ++-0468106 ++-0471115 ++-0482098 ++-0495002 ++-0476131 ++-0480153 ++-0478032 ++-0484022 ++-0470072 ++-0479108 ++-0467115 ++-0481106 ++-0477118 ++-0465139 ++-0474142 ++-0483059 ++-0469095 ++-0466151 ++-0468107 ++-0482099 ++-0495003 ++-0476132 ++-0480154 ++-0492002 ++-0478033 ++-0471116 ++-0484023 ++-0467116 ++-0479109 ++-0481107 ++-0465140 ++-0470073 ++-0474143 ++-0468108 ++-0482100 ++-0466152 ++-0469096 ++-0483060 ++-0484024 ++-0477119 ++-0471117 ++-0495004 ++-0480155 ++-0493000 ++-0478034 ++-0479110 ++-0484025 ++-0495005 ++-0476133 ++-0466153 ++-0484026 ++-0467117 ++-0478035 ++-0471118 ++-0479111 ++-0474144 ++-0465141 ++-0492003 ++-0493001 ++-0469097 ++-0495006 ++-0470074 ++-0481108 ++-0482101 ++-0483061 ++-0477120 ++-0480156 ++-0468109 ++-0466154 ++-0467118 ++-0479112 ++-0476134 ++-0465142 ++-0471119 ++-0492004 ++-0474145 ++-0484027 ++-0478036 ++-0469098 ++-0481109 ++-0482102 ++-0493002 ++-0495007 ++-0477121 ++-0470075 ++-0483062 ++-0479113 ++-0466155 ++-0467119 ++-0468110 ++-0471120 ++-0492005 ++-0465143 ++-0469099 ++-0484028 ++-0476135 ++-0478037 ++-0481110 ++-0493003 ++-0474146 ++-0482103 ++-0483063 ++-0495008 ++-0470076 ++-0479114 ++-0477122 ++-0468111 ++-0471121 ++-0492006 ++-0467120 ++-0466156 ++-0476136 ++-0469100 ++-0465144 ++-0478038 ++-0481111 ++-0493004 ++-0482104 ++-0495009 ++-0484029 ++-0479115 ++-0474147 ++-0483064 ++-0468112 ++-0470077 ++-0492007 ++-0500000 ++-0477123 ++-0471122 ++-0478039 ++-0465145 ++-0467121 ++-0482105 ++-0469101 ++-0493005 ++-0476137 ++-0495010 ++-0484030 ++-0481112 ++-0479116 ++-0483065 ++-0468113 ++-0474148 ++-0470078 ++-0492008 ++-0477124 ++-0482106 ++-0478040 ++-0493006 ++-0469102 ++-0465146 ++-0479117 ++-0471123 ++-0467122 ++-0500001 ++-0481113 ++-0476138 ++-0484031 ++-0468114 ++-0483066 ++-0495011 ++-0470079 ++-0478041 ++-0471124 ++-0470080 ++-0474149 ++-0477125 ++-0495012 ++-0469103 ++-0479118 ++-0482107 ++-0493007 ++-0486000 ++-0492009 ++-0467123 ++-0465147 ++-0470081 ++-0468115 ++-0478042 ++-0481114 ++-0484032 ++-0471125 ++-0500002 ++-0476139 ++-0483067 ++-0474150 ++-0486001 ++-0482108 ++-0477126 ++-0465148 ++-0478043 ++-0493008 ++-0481115 ++-0484033 ++-0500003 ++-0471126 ++-0483068 ++-0474151 ++-0486002 ++-0477127 ++-0465149 ++-0493009 ++-0469104 ++-0492010 ++-0476140 ++-0467124 ++-0495013 ++-0468116 ++-0470082 ++-0479119 ++-0478044 ++-0481116 ++-0484034 ++-0471127 ++-0500004 ++-0483069 ++-0474152 ++-0486003 ++-0482109 ++-0465150 ++-0470083 ++-0484035 ++-0482110 ++-0493010 ++-0500005 ++-0492011 ++-0481117 ++-0476141 ++-0468117 ++-0477128 ++-0471128 ++-0478045 ++-0469105 ++-0479120 ++-0483070 ++-0484036 ++-0465151 ++-0474153 ++-0470084 ++-0495014 ++-0493011 ++-0467125 ++-0482111 ++-0486004 ++-0492012 ++-0481118 ++-0476142 ++-0500006 ++-0478046 ++-0471129 ++-0479121 ++-0477129 ++-0465152 ++-0495015 ++-0484037 ++-0469106 ++-0474154 ++-0467126 ++-0493012 ++-0470085 ++-0482112 ++-0486005 ++-0468118 ++-0481119 ++-0492013 ++-0483071 ++-0476143 ++-0471130 ++-0500007 ++-0478047 ++-0477130 ++-0479122 ++-0465153 ++-0495016 ++-0474155 ++-0484038 ++-0467127 ++-0469107 ++-0482113 ++-0486006 ++-0481120 ++-0493013 ++-0470086 ++-0468119 ++-0492014 ++-0483072 ++-0500008 ++-0479123 ++-0471131 ++-0478048 ++-0477131 ++-0476144 ++-0465154 ++-0495017 ++-0474156 ++-0484039 ++-0469108 ++-0482114 ++-0486007 ++-0467128 ++-0468120 ++-0492015 ++-0493014 ++-0481121 ++-0500009 ++-0479124 ++-0470087 ++-0471132 ++-0483073 ++-0478049 ++-0465155 ++-0477132 ++-0476145 ++-0482115 ++-0495018 ++-0486008 ++-0469109 ++-0484040 ++-0468121 ++-0493015 ++-0481122 ++-0500010 ++-0471133 ++-0492016 ++-0479125 ++-0467129 ++-0483074 ++-0470088 ++-0478050 ++-0495019 ++-0477133 ++-0469110 ++-0482116 ++-0486009 ++-0476146 ++-0468122 ++-0484041 ++-0493016 ++-0471134 ++-0467130 ++-0500011 ++-0483075 ++-0470089 ++-0481123 ++-0479126 ++-0492017 ++-0478051 ++-0495020 ++-0484042 ++-0476147 ++-0482117 ++-0494000 ++-0468123 ++-0477134 ++-0467131 ++-0500012 ++-0469111 ++-0470090 ++-0471135 ++-0486010 ++-0493017 ++-0483076 ++-0481124 ++-0479127 ++-0492018 ++-0478052 ++-0485000 ++-0484043 ++-0477135 ++-0468124 ++-0482118 ++-0494001 ++-0476148 ++-0467132 ++-0495021 ++-0471136 ++-0500013 ++-0470091 ++-0486011 ++-0493018 ++-0479128 ++-0483077 ++-0492019 ++-0485001 ++-0477136 ++-0467133 ++-0482119 ++-0484044 ++-0495022 ++-0476149 ++-0469112 ++-0493019 ++-0470092 ++-0500014 ++-0478053 ++-0486012 ++-0494002 ++-0481125 ++-0471137 ++-0479129 ++-0483078 ++-0492020 ++-0477137 ++-0468125 ++-0485002 ++-0482120 ++-0467134 ++-0495023 ++-0469113 ++-0484045 ++-0481126 ++-0493020 ++-0478054 ++-0476150 ++-0470093 ++-0486013 ++-0494003 ++-0471138 ++-0479130 ++-0500015 ++-0477138 ++-0483079 ++-0492021 ++-0468126 ++-0485003 ++-0467135 ++-0484046 ++-0495024 ++-0478055 ++-0482121 ++-0481127 ++-0493021 ++-0471139 ++-0469114 ++-0494004 ++-0479131 ++-0476151 ++-0470094 ++-0483080 ++-0477139 ++-0500016 ++-0486014 ++-0492022 ++-0484047 ++-0468127 ++-0467136 ++-0485004 ++-0482122 ++-0471140 ++-0493022 ++-0495025 ++-0481128 ++-0478056 ++-0479132 ++-0469115 ++-0500017 ++-0477140 ++-0476152 ++-0494005 ++-0470095 ++-0492023 ++-0483081 ++-0484048 ++-0486015 ++-0468128 ++-0467137 ++-0485005 ++-0482123 ++-0478057 ++-0479133 ++-0495026 ++-0493023 ++-0481129 ++-0477141 ++-0500018 ++-0494006 ++-0470096 ++-0476153 ++-0471141 ++-0469116 ++-0492024 ++-0483082 ++-0486016 ++-0484049 ++-0468129 ++-0485006 ++-0467138 ++-0478058 ++-0479134 ++-0482124 ++-0500019 ++-0495027 ++-0493024 ++-0476154 ++-0477142 ++-0494007 ++-0481130 ++-0492025 ++-0470097 ++-0469117 ++-0483083 ++-0484050 ++-0479135 ++-0500020 ++-0468130 ++-0467139 ++-0471142 ++-0478059 ++-0495028 ++-0485007 ++-0486017 ++-0481131 ++-0493025 ++-0482125 ++-0469118 ++-0479136 ++-0477143 ++-0494008 ++-0492026 ++-0470098 ++-0476155 ++-0484051 ++-0483084 ++-0468131 ++-0481132 ++-0478060 ++-0500021 ++-0494009 ++-0479137 ++-0478061 ++-0477144 ++-0469119 ++-0485008 ++-0476156 ++-0493026 ++-0486018 ++-0482126 ++-0468132 ++-0492027 ++-0471143 ++-0495029 ++-0500022 ++-0494010 ++-0470099 ++-0483085 ++-0467140 ++-0479138 ++-0481133 ++-0471144 ++-0482127 ++-0469120 ++-0468133 ++-0478062 ++-0493027 ++-0470100 ++-0479139 ++-0495030 ++-0467141 ++-0471145 ++-0477145 ++-0484052 ++-0486019 ++-0481134 ++-0482128 ++-0494011 ++-0493028 ++-0500023 ++-0469121 ++-0483086 ++-0485009 ++-0468134 ++-0492028 ++-0470101 ++-0478063 ++-0495031 ++-0479140 ++-0471146 ++-0467142 ++-0477146 ++-0486020 ++-0481135 ++-0482129 ++-0493029 ++-0483087 ++-0484053 ++-0469122 ++-0500024 ++-0468135 ++-0492029 ++-0485010 ++-0478064 ++-0483088 ++-0493030 ++-0494012 ++-0486021 ++-0471147 ++-0467143 ++-0495032 ++-0469123 ++-0470102 ++-0485011 ++-0482130 ++-0479141 ++-0478065 ++-0477147 ++-0500025 ++-0492030 ++-0468136 ++-0496000 ++-0481136 ++-0484054 ++-0483089 ++-0493031 ++-0494013 ++-0486022 ++-0467144 ++-0470103 ++-0482131 ++-0495033 ++-0469124 ++-0471148 ++-0481137 ++-0468137 ++-0500026 ++-0478066 ++-0485012 ++-0492031 ++-0479142 ++-0484055 ++-0477148 ++-0496001 ++-0493032 ++-0486023 ++-0483090 ++-0467145 ++-0470104 ++-0494014 ++-0482132 ++-0495034 ++-0500027 ++-0468138 ++-0481138 ++-0469125 ++-0478067 ++-0471149 ++-0485013 ++-0484056 ++-0496002 ++-0477149 ++-0492032 ++-0493033 ++-0479143 ++-0467146 ++-0494015 ++-0470105 ++-0486024 ++-0483091 ++-0495035 ++-0482133 ++-0500028 ++-0477150 ++-0478068 ++-0469126 ++-0481139 ++-0492033 ++-0471150 ++-0493034 ++-0468139 ++-0479144 ++-0484057 ++-0485014 ++-0470106 ++-0494016 ++-0486025 ++-0496003 ++-0467147 ++-0483092 ++-0495036 ++-0500029 ++-0477151 ++-0469127 ++-0493035 ++-0471151 ++-0479145 ++-0485015 ++-0470107 ++-0483093 ++-0481140 ++-0478069 ++-0468140 ++-0494017 ++-0485016 ++-0486026 ++-0484058 ++-0492034 ++-0479146 ++-0470108 ++-0482134 ++-0493036 ++-0469128 ++-0496004 ++-0477152 ++-0471152 ++-0500030 ++-0495037 ++-0467148 ++-0483094 ++-0494018 ++-0478070 ++-0481141 ++-0486027 ++-0492035 ++-0479147 ++-0468141 ++-0482135 ++-0470109 ++-0485017 ++-0469129 ++-0484059 ++-0493037 ++-0467149 ++-0495038 ++-0471153 ++-0496005 ++-0477153 ++-0500031 ++-0483095 ++-0478071 ++-0494019 ++-0481142 ++-0492036 ++-0486028 ++-0468142 ++-0479148 ++-0470110 ++-0482136 ++-0484060 ++-0485018 ++-0493038 ++-0467150 ++-0477154 ++-0496006 ++-0471154 ++-0500032 ++-0469130 ++-0495039 ++-0478072 ++-0494020 ++-0483096 ++-0481143 ++-0492037 ++-0470111 ++-0486029 ++-0468143 ++-0467151 ++-0479149 ++-0485019 ++-0477155 ++-0482137 ++-0471155 ++-0493039 ++-0496007 ++-0478073 ++-0469131 ++-0484061 ++-0494021 ++-0500033 ++-0481144 ++-0495040 ++-0492038 ++-0483097 ++-0486030 ++-0470112 ++-0468144 ++-0479150 ++-0478074 ++-0471156 ++-0477156 ++-0496008 ++-0493040 ++-0467152 ++-0485020 ++-0482138 ++-0500034 ++-0469132 ++-0495041 ++-0484062 ++-0481145 ++-0494022 ++-0492039 ++-0470113 ++-0486031 ++-0479151 ++-0483098 ++-0468145 ++-0478075 ++-0493041 ++-0471157 ++-0500035 ++-0482139 ++-0494023 ++-0485021 ++-0484063 ++-0496009 ++-0467153 ++-0470114 ++-0468146 ++-0479152 ++-0495042 ++-0483099 ++-0492040 ++-0486032 ++-0481146 ++-0478076 ++-0471158 ++-0469133 ++-0493042 ++-0500036 ++-0485022 ++-0496010 ++-0470115 ++-0484064 ++-0486033 ++-0469134 ++-0468147 ++-0494024 ++-0482140 ++-0467154 ++-0483100 ++-0493043 ++-0481147 ++-0495043 ++-0492041 ++-0479153 ++-0470116 ++-0497000 ++-0485023 ++-0478077 ++-0484065 ++-0486034 ++-0496011 ++-0500037 ++-0469135 ++-0483101 ++-0493044 ++-0468148 ++-0494025 ++-0495044 ++-0492042 ++-0467155 ++-0485024 ++-0482141 ++-0497001 ++-0479154 ++-0481148 ++-0470117 ++-0484066 ++-0500038 ++-0496012 ++-0478078 ++-0486035 ++-0491000 ++-0483102 ++-0469136 ++-0494026 ++-0468149 ++-0495045 ++-0485025 ++-0493045 ++-0492043 ++-0484067 ++-0482142 ++-0470118 ++-0497002 ++-0481149 ++-0469137 ++-0500039 ++-0496013 ++-0479155 ++-0467156 ++-0494027 ++-0495046 ++-0491001 ++-0483103 ++-0497003 ++-0478079 ++-0470119 ++-0486036 ++-0493046 ++-0482143 ++-0481150 ++-0484068 ++-0492044 ++-0485026 ++-0468150 ++-0500040 ++-0469138 ++-0479156 ++-0496014 ++-0495047 ++-0491002 ++-0494028 ++-0483104 ++-0478080 ++-0497004 ++-0486037 ++-0470120 ++-0493047 ++-0485027 ++-0492045 ++-0468151 ++-0500041 ++-0484069 ++-0482144 ++-0481151 ++-0496015 ++-0469139 ++-0495048 ++-0491003 ++-0494029 ++-0483105 ++-0478081 ++-0486038 ++-0497005 ++-0470121 ++-0485028 ++-0493048 ++-0492046 ++-0468152 ++-0484070 ++-0500042 ++-0481152 ++-0491004 ++-0496016 ++-0482145 ++-0469140 ++-0495049 ++-0494030 ++-0470122 ++-0486039 ++-0483106 ++-0478082 ++-0492047 ++-0485029 ++-0497006 ++-0484071 ++-0493049 ++-0500043 ++-0481153 ++-0468153 ++-0499000 ++-0469141 ++-0491005 ++-0495050 ++-0496017 ++-0482146 ++-0486040 ++-0483107 ++-0494031 ++-0492048 ++-0485030 ++-0470123 ++-0497007 ++-0478083 ++-0484072 ++-0493050 ++-0500044 ++-0481154 ++-0499001 ++-0468154 ++-0469142 ++-0491006 ++-0495051 ++-0496018 ++-0494032 ++-0492049 ++-0483108 ++-0486041 ++-0485031 ++-0497008 ++-0478084 ++-0500045 ++-0482147 ++-0470124 ++-0493051 ++-0484073 ++-0468155 ++-0499002 ++-0469143 ++-0481155 ++-0491007 ++-0496019 ++-0495052 ++-0494033 ++-0492050 ++-0497009 ++-0478085 ++-0485032 ++-0500046 ++-0483109 ++-0484074 ++-0486042 ++-0468156 ++-0482148 ++-0493052 ++-0470125 ++-0469144 ++-0481156 ++-0499003 ++-0491008 ++-0494034 ++-0492051 ++-0496020 ++-0495053 ++-0485033 ++-0500047 ++-0497010 ++-0478086 ++-0484075 ++-0486043 ++-0482149 ++-0483110 ++-0493053 ++-0470126 ++-0494035 ++-0492052 ++-0469145 ++-0499004 ++-0496021 ++-0495054 ++-0491009 ++-0485034 ++-0497011 ++-0484076 ++-0486044 ++-0482150 ++-0478087 ++-0500048 ++-0493054 ++-0494036 ++-0483111 ++-0470127 ++-0492053 ++-0469146 ++-0499005 ++-0495055 ++-0484077 ++-0482151 ++-0493055 ++-0487000 ++-0497012 ++-0499006 ++-0496022 ++-0484078 ++-0485035 ++-0486045 ++-0492054 ++-0478088 ++-0494037 ++-0470128 ++-0491010 ++-0500049 ++-0488000 ++-0469147 ++-0482152 ++-0501000 ++-0495056 ++-0483112 ++-0484079 ++-0485036 ++-0491011 ++-0500050 ++-0492055 ++-0487001 ++-0470129 ++-0497013 ++-0499007 ++-0486046 ++-0496023 ++-0478089 ++-0483113 ++-0482153 ++-0494038 ++-0493056 ++-0495057 ++-0501001 ++-0488001 ++-0484080 ++-0491012 ++-0485037 ++-0499008 ++-0492056 ++-0469148 ++-0470130 ++-0478090 ++-0494039 ++-0486047 ++-0496024 ++-0497014 ++-0500051 ++-0487002 ++-0493057 ++-0495058 ++-0488002 ++-0482154 ++-0485038 ++-0483114 ++-0501002 ++-0491013 ++-0484081 ++-0499009 ++-0492057 ++-0469149 ++-0478091 ++-0494040 ++-0470131 ++-0500052 ++-0486048 ++-0497015 ++-0493058 ++-0488003 ++-0496025 ++-0482155 ++-0485039 ++-0483115 ++-0484082 ++-0491014 ++-0495059 ++-0499010 ++-0492058 ++-0487003 ++-0478092 ++-0500053 ++-0501003 ++-0494041 ++-0469150 ++-0496026 ++-0470132 ++-0497016 ++-0485040 ++-0493059 ++-0488004 ++-0483116 ++-0484083 ++-0486049 ++-0495060 ++-0499011 ++-0492059 ++-0491015 ++-0478093 ++-0501004 ++-0500054 ++-0470133 ++-0469151 ++-0496027 ++-0485041 ++-0497017 ++-0488005 ++-0487004 ++-0494042 ++-0483117 ++-0493060 ++-0495061 ++-0486050 ++-0499012 ++-0484084 ++-0491016 ++-0502000 ++-0470134 ++-0485042 ++-0492060 ++-0478094 ++-0501005 ++-0488006 ++-0500055 ++-0469152 ++-0496028 ++-0483118 ++-0493061 ++-0494043 ++-0497018 ++-0487005 ++-0495062 ++-0499013 ++-0486051 ++-0484085 ++-0491017 ++-0492061 ++-0502001 ++-0501006 ++-0478095 ++-0470135 ++-0488007 ++-0485043 ++-0496029 ++-0497019 ++-0495063 ++-0491018 ++-0494044 ++-0484086 ++-0478096 ++-0470136 ++-0502002 ++-0483119 ++-0487006 ++-0488008 ++-0486052 ++-0499014 ++-0500056 ++-0469153 ++-0492062 ++-0493062 ++-0485044 ++-0495064 ++-0496030 ++-0497020 ++-0491019 ++-0501007 ++-0494045 ++-0484087 ++-0499015 ++-0500057 ++-0492063 ++-0483120 ++-0495065 ++-0502003 ++-0470137 ++-0488009 ++-0485045 ++-0493063 ++-0469154 ++-0486053 ++-0497021 ++-0491020 ++-0484088 ++-0487007 ++-0478097 ++-0500058 ++-0501008 ++-0499016 ++-0492064 ++-0496031 ++-0491021 ++-0486054 ++-0497022 ++-0502004 ++-0470138 ++-0469155 ++-0485046 ++-0493064 ++-0484089 ++-0494046 ++-0483121 ++-0492065 ++-0478098 ++-0499017 ++-0491022 ++-0500059 ++-0496032 ++-0487008 ++-0486055 ++-0485047 ++-0502005 ++-0493065 ++-0483122 ++-0492066 ++-0495066 ++-0491023 ++-0488010 ++-0494047 ++-0470139 ++-0484090 ++-0501009 ++-0496033 ++-0499018 ++-0497023 ++-0487009 ++-0500060 ++-0492067 ++-0478099 ++-0483123 ++-0491024 ++-0486056 ++-0493066 ++-0487010 ++-0470140 ++-0502006 ++-0484091 ++-0497024 ++-0496034 ++-0488011 ++-0499019 ++-0501010 ++-0491025 ++-0478100 ++-0483124 ++-0502007 ++-0495067 ++-0485048 ++-0484092 ++-0487011 ++-0500061 ++-0493067 ++-0497025 ++-0496035 ++-0492068 ++-0494048 ++-0483125 ++-0485049 ++-0501011 ++-0487012 ++-0491026 ++-0499020 ++-0496036 ++-0478101 ++-0484093 ++-0488012 ++-0500062 ++-0470141 ++-0483126 ++-0495068 ++-0497026 ++-0486057 ++-0489000 ++-0485050 ++-0502008 ++-0492069 ++-0493068 ++-0494049 ++-0491027 ++-0487013 ++-0496037 ++-0499021 ++-0470142 ++-0489001 ++-0497027 ++-0501012 ++-0492070 ++-0496038 ++-0494050 ++-0487014 ++-0489002 ++-0487015 ++-0496039 ++-0478102 ++-0493069 ++-0495069 ++-0484094 ++-0489003 ++-0487016 ++-0486058 ++-0500063 ++-0485051 ++-0491028 ++-0483127 ++-0492071 ++-0502009 ++-0478103 ++-0494051 ++-0470143 ++-0493070 ++-0495070 ++-0496040 ++-0501013 ++-0485052 ++-0484095 ++-0491029 ++-0489004 ++-0486059 ++-0483128 ++-0502010 ++-0494052 ++-0470144 ++-0501014 ++-0491030 ++-0485053 ++-0484096 ++-0486060 ++-0489005 ++-0502011 ++-0483129 ++-0494053 ++-0470145 ++-0501015 ++-0485054 ++-0491031 ++-0489006 ++-0470146 ++-0486061 ++-0483130 ++-0502012 ++-0485055 ++-0489007 ++-0491032 ++-0488013 ++-0497028 ++-0483131 ++-0495071 ++-0478104 ++-0494054 ++-0484097 ++-0499022 ++-0496041 ++-0470147 ++-0500064 ++-0502013 ++-0486062 ++-0492072 ++-0487017 ++-0493071 ++-0501016 ++-0489008 ++-0485056 ++-0491033 ++-0484098 ++-0497029 ++-0488014 ++-0494055 ++-0495072 ++-0499023 ++-0496042 ++-0492073 ++-0470148 ++-0483132 ++-0478105 ++-0486063 ++-0500065 ++-0501017 ++-0502014 ++-0493072 ++-0487018 ++-0485057 ++-0489009 ++-0491034 ++-0484099 ++-0499024 ++-0495073 ++-0494056 ++-0497030 ++-0492074 ++-0486064 ++-0488015 ++-0496043 ++-0501018 ++-0470149 ++-0493073 ++-0502015 ++-0491035 ++-0478106 ++-0487019 ++-0483133 ++-0500066 ++-0489010 ++-0484100 ++-0485058 ++-0499025 ++-0494057 ++-0486065 ++-0501019 ++-0497031 ++-0495074 ++-0488016 ++-0470150 ++-0496044 ++-0492075 ++-0470151 ++-0488017 ++-0483134 ++-0495075 ++-0496045 ++-0499026 ++-0502016 ++-0493074 ++-0485059 ++-0489011 ++-0497032 ++-0484101 ++-0487020 ++-0485060 ++-0478107 ++-0491036 ++-0502017 ++-0489012 ++-0486066 ++-0492076 ++-0495076 ++-0497033 ++-0494058 ++-0496046 ++-0484102 ++-0500067 ++-0488018 ++-0483135 ++-0501020 ++-0470152 ++-0493075 ++-0487021 ++-0499027 ++-0491037 ++-0478108 ++-0485061 ++-0502018 ++-0486067 ++-0494059 ++-0495077 ++-0497034 ++-0489013 ++-0484103 ++-0501021 ++-0488019 ++-0492077 ++-0493076 ++-0483136 ++-0500068 ++-0487022 ++-0499028 ++-0496047 ++-0470153 ++-0491038 ++-0478109 ++-0502019 ++-0494060 ++-0485062 ++-0497035 ++-0486068 ++-0495078 ++-0489014 ++-0484104 ++-0501022 ++-0493077 ++-0496048 ++-0500069 ++-0492078 ++-0487023 ++-0470154 ++-0488020 ++-0483137 ++-0491039 ++-0499029 ++-0502020 ++-0494061 ++-0478110 ++-0495079 ++-0485063 ++-0489015 ++-0497036 ++-0484105 ++-0486069 ++-0500070 ++-0501023 ++-0492079 ++-0496049 ++-0487024 ++-0493078 ++-0502021 ++-0499030 ++-0494062 ++-0470155 ++-0488021 ++-0478111 ++-0491040 ++-0485064 ++-0483138 ++-0495080 ++-0484106 ++-0489016 ++-0486070 ++-0497037 ++-0500071 ++-0501024 ++-0492080 ++-0502022 ++-0499031 ++-0494063 ++-0487025 ++-0496050 ++-0493079 ++-0485065 ++-0483139 ++-0495081 ++-0488022 ++-0484107 ++-0489017 ++-0478112 ++-0491041 ++-0486071 ++-0500072 ++-0501025 ++-0492081 ++-0499032 ++-0497038 ++-0502023 ++-0485066 ++-0494064 ++-0493080 ++-0487026 ++-0495082 ++-0483140 ++-0496051 ++-0488023 ++-0484108 ++-0478113 ++-0491042 ++-0500073 ++-0489018 ++-0501026 ++-0492082 ++-0486072 ++-0499033 ++-0502024 ++-0497039 ++-0485067 ++-0494065 ++-0493081 ++-0496052 ++-0483141 ++-0488024 ++-0484109 ++-0495083 ++-0487027 ++-0491043 ++-0500074 ++-0490000 ++-0489019 ++-0501027 ++-0478114 ++-0492083 ++-0486073 ++-0499034 ++-0502025 ++-0485068 ++-0494066 ++-0493082 ++-0488025 ++-0496053 ++-0483142 ++-0497040 ++-0484110 ++-0491044 ++-0495084 ++-0500075 ++-0489020 ++-0487028 ++-0486074 ++-0501028 ++-0499035 ++-0485069 ++-0478115 ++-0490001 ++-0502026 ++-0492084 ++-0494067 ++-0483143 ++-0496054 ++-0491045 ++-0493083 ++-0484111 ++-0488026 ++-0495085 ++-0500076 ++-0497041 ++-0487029 ++-0489021 ++-0486075 ++-0501029 ++-0490002 ++-0478116 ++-0492085 ++-0499036 ++-0485070 ++-0496055 ++-0494068 ++-0483144 ++-0484112 ++-0491046 ++-0497042 ++-0502027 ++-0500077 ++-0495086 ++-0493084 ++-0489022 ++-0488027 ++-0486076 ++-0492086 ++-0496056 ++-0483145 ++-0484113 ++-0487030 ++-0492087 ++-0501030 ++-0490003 ++-0478117 ++-0499037 ++-0485071 ++-0489023 ++-0494069 ++-0483146 ++-0488028 ++-0484114 ++-0495087 ++-0500078 ++-0486077 ++-0502028 ++-0493085 ++-0496057 ++-0491047 ++-0497043 ++-0501031 ++-0487031 ++-0492088 ++-0478118 ++-0490004 ++-0489024 ++-0485072 ++-0495088 ++-0499038 ++-0488029 ++-0483147 ++-0500079 ++-0486078 ++-0497044 ++-0494070 ++-0496058 ++-0491048 ++-0484115 ++-0502029 ++-0487032 ++-0501032 ++-0493086 ++-0490005 ++-0492089 ++-0478119 ++-0485073 ++-0488030 ++-0495089 ++-0500080 ++-0483148 ++-0499039 ++-0497045 ++-0489025 ++-0496059 ++-0486079 ++-0484116 ++-0487033 ++-0502030 ++-0501033 ++-0494071 ++-0491049 ++-0490006 ++-0492090 ++-0493087 ++-0478120 ++-0485074 ++-0488031 ++-0495090 ++-0497046 ++-0483149 ++-0496060 ++-0500081 ++-0499040 ++-0489026 ++-0484117 ++-0491050 ++-0486080 ++-0489027 ++-0502031 ++-0487034 ++-0483150 ++-0492091 ++-0501034 ++-0490007 ++-0493088 ++-0495091 ++-0489028 ++-0486081 ++-0478121 ++-0494072 ++-0488032 ++-0485075 ++-0491051 ++-0484118 ++-0500082 ++-0496061 ++-0499041 ++-0497047 ++-0502032 ++-0492092 ++-0487035 ++-0483151 ++-0493089 ++-0489029 ++-0490008 ++-0486082 ++-0501035 ++-0495092 ++-0478122 ++-0484119 ++-0488033 ++-0496062 ++-0494073 ++-0485076 ++-0491052 ++-0502033 ++-0492093 ++-0483152 ++-0499042 ++-0497048 ++-0500083 ++-0489030 ++-0487036 ++-0490009 ++-0493090 ++-0501036 ++-0486083 ++-0488034 ++-0494074 ++-0495093 ++-0484120 ++-0502034 ++-0491053 ++-0478123 ++-0485077 ++-0483153 ++-0492094 ++-0497049 ++-0496063 ++-0500084 ++-0487037 ++-0493091 ++-0489031 ++-0499043 ++-0486084 ++-0490010 ++-0501037 ++-0494075 ++-0484121 ++-0502035 ++-0495094 ++-0488035 ++-0491054 ++-0497050 ++-0483154 ++-0478124 ++-0496064 ++-0485078 ++-0487038 ++-0500085 ++-0492095 ++-0489032 ++-0486085 ++-0493092 ++-0484122 ++-0502036 ++-0501038 ++-0497051 ++-0491055 ++-0495095 ++-0499044 ++-0483155 ++-0494076 ++-0488036 ++-0496065 ++-0485079 ++-0478125 ++-0490011 ++-0492096 ++-0489033 ++-0487039 ++-0500086 ++-0486086 ++-0502037 ++-0497052 ++-0484123 ++-0501039 ++-0491056 ++-0495096 ++-0493093 ++-0494077 ++-0496066 ++-0499045 ++-0478126 ++-0483156 ++-0490012 ++-0488037 ++-0489034 ++-0485080 ++-0487040 ++-0486087 ++-0493094 ++-0500087 ++-0492097 ++-0495097 ++-0491057 ++-0501040 ++-0484124 ++-0502038 ++-0497053 ++-0496067 ++-0490013 ++-0488038 ++-0499046 ++-0494078 ++-0478127 ++-0487041 ++-0486088 ++-0485081 ++-0489035 ++-0492098 ++-0495098 ++-0491058 ++-0502039 ++-0500088 ++-0497054 ++-0501041 ++-0484125 ++-0493095 ++-0496068 ++-0490014 ++-0488039 ++-0494079 ++-0499047 ++-0478128 ++-0487042 ++-0489036 ++-0495099 ++-0486089 ++-0491059 ++-0492099 ++-0485082 ++-0500089 ++-0484126 ++-0497055 ++-0502040 ++-0493096 ++-0494080 ++-0496069 ++-0490015 ++-0501042 ++-0488040 ++-0499048 ++-0503000 ++-0478129 ++-0489037 ++-0487043 ++-0491060 ++-0486090 ++-0492100 ++-0495100 ++-0502041 ++-0500090 ++-0496070 ++-0486091 ++-0501043 ++-0484127 ++-0499049 ++-0478130 ++-0491061 ++-0497056 ++-0494081 ++-0503001 ++-0488041 ++-0485083 ++-0492101 ++-0495101 ++-0502042 ++-0493097 ++-0490016 ++-0489038 ++-0487044 ++-0500091 ++-0501044 ++-0496071 ++-0478131 ++-0499050 ++-0486092 ++-0491062 ++-0484128 ++-0502043 ++-0485084 ++-0497057 ++-0492102 ++-0503002 ++-0488042 ++-0495102 ++-0493098 ++-0489039 ++-0490017 ++-0494082 ++-0487045 ++-0500092 ++-0501045 ++-0496072 ++-0485085 ++-0491063 ++-0499051 ++-0484129 ++-0478132 ++-0492103 ++-0486093 ++-0495103 ++-0493099 ++-0490018 ++-0503003 ++-0494083 ++-0488043 ++-0497058 ++-0502044 ++-0487046 ++-0500093 ++-0501046 ++-0489040 ++-0485086 ++-0493100 ++-0499052 ++-0491064 ++-0478133 ++-0495104 ++-0492104 ++-0486094 ++-0496073 ++-0488044 ++-0490019 ++-0484130 ++-0502045 ++-0489041 ++-0487047 ++-0497059 ++-0500094 ++-0501047 ++-0485087 ++-0499053 ++-0493101 ++-0491065 ++-0478134 ++-0495105 ++-0492105 ++-0486095 ++-0490020 ++-0484131 ++-0489042 ++-0497060 ++-0502046 ++-0496074 ++-0488045 ++-0503004 ++-0485088 ++-0500095 ++-0487048 ++-0494084 ++-0499054 ++-0501048 ++-0491066 ++-0493102 ++-0478135 ++-0486096 ++-0495106 ++-0484132 ++-0489043 ++-0497061 ++-0492106 ++-0490021 ++-0502047 ++-0496075 ++-0503005 ++-0485089 ++-0494085 ++-0501049 ++-0499055 ++-0488046 ++-0487049 ++-0500096 ++-0493103 ++-0491067 ++-0478136 ++-0489044 ++-0502048 ++-0495107 ++-0486097 ++-0497062 ++-0492107 ++-0496076 ++-0503006 ++-0484133 ++-0485090 ++-0494086 ++-0488047 ++-0490022 ++-0487050 ++-0501050 ++-0499056 ++-0493104 ++-0492108 ++-0486098 ++-0499057 ++-0478137 ++-0495108 ++-0488048 ++-0489045 ++-0500097 ++-0491068 ++-0484134 ++-0485091 ++-0497063 ++-0494087 ++-0503007 ++-0502049 ++-0493105 ++-0486099 ++-0492109 ++-0487051 ++-0501051 ++-0490023 ++-0496077 ++-0478138 ++-0500098 ++-0499058 ++-0484135 ++-0489046 ++-0491069 ++-0488049 ++-0485092 ++-0497064 ++-0495109 ++-0503008 ++-0502050 ++-0486100 ++-0490024 ++-0501052 ++-0493106 ++-0478139 ++-0494088 ++-0492110 ++-0500099 ++-0487052 ++-0499059 ++-0496078 ++-0484136 ++-0502051 ++-0488050 ++-0491070 ++-0485093 ++-0497065 ++-0492111 ++-0489047 ++-0486101 ++-0495110 ++-0490025 ++-0487053 ++-0500100 ++-0493107 ++-0502052 ++-0503009 ++-0478140 ++-0493108 ++-0496079 ++-0488051 ++-0495111 ++-0484137 ++-0491071 ++-0501053 ++-0494089 ++-0487054 ++-0485094 ++-0497066 ++-0499060 ++-0492112 ++-0486102 ++-0503010 ++-0500101 ++-0489048 ++-0478141 ++-0493109 ++-0502053 ++-0494090 ++-0496080 ++-0495112 ++-0492113 ++-0490026 ++-0500102 ++-0486103 ++-0489049 ++-0501054 ++-0484138 ++-0493110 ++-0496081 ++-0496082 ++-0502054 ++-0478142 ++-0491072 ++-0488052 ++-0503011 ++-0499061 ++-0487055 ++-0485095 ++-0494091 ++-0495113 ++-0501055 ++-0492114 ++-0489050 ++-0493111 ++-0497067 ++-0500103 ++-0478143 ++-0490027 ++-0496083 ++-0485096 ++-0493112 ++-0501056 ++-0497068 ++-0487056 ++-0503012 ++-0499062 ++-0489051 ++-0491073 ++-0490028 ++-0486104 ++-0488053 ++-0492115 ++-0484139 ++-0496084 ++-0478144 ++-0485097 ++-0497069 ++-0494092 ++-0503013 ++-0487057 ++-0501057 ++-0499063 ++-0491074 ++-0493113 ++-0495114 ++-0489052 ++-0502055 ++-0478145 ++-0490029 ++-0500104 ++-0484140 ++-0497070 ++-0486105 ++-0485098 ++-0488054 ++-0492116 ++-0503014 ++-0501058 ++-0496085 ++-0487058 ++-0502056 ++-0490030 ++-0491075 ++-0484141 ++-0500105 ++-0494093 ++-0489053 ++-0497071 ++-0499064 ++-0493114 ++-0485099 ++-0478146 ++-0488055 ++-0495115 ++-0486106 ++-0496086 ++-0487059 ++-0501059 ++-0503015 ++-0492117 ++-0499065 ++-0502057 ++-0488056 ++-0486107 ++-0494094 ++-0500106 ++-0485100 ++-0478147 ++-0490031 ++-0496087 ++-0487060 ++-0493115 ++-0489054 ++-0484142 ++-0497072 ++-0491076 ++-0495116 ++-0502058 ++-0488057 ++-0499066 ++-0478148 ++-0501060 ++-0503016 ++-0486108 ++-0492118 ++-0493116 ++-0494095 ++-0485101 ++-0497073 ++-0496088 ++-0491077 ++-0478149 ++-0490032 ++-0500107 ++-0487061 ++-0484143 ++-0489055 ++-0495117 ++-0503017 ++-0493117 ++-0486109 ++-0499067 ++-0502059 ++-0501061 ++-0497074 ++-0492119 ++-0488058 ++-0496089 ++-0485102 ++-0495118 ++-0490033 ++-0491078 ++-0494096 ++-0503018 ++-0489056 ++-0487062 ++-0478150 ++-0500108 ++-0484144 ++-0493118 ++-0488059 ++-0485103 ++-0478151 ++-0492120 ++-0489057 ++-0496090 ++-0502060 ++-0491079 ++-0501062 ++-0485104 ++-0495119 ++-0486110 ++-0503019 ++-0497075 ++-0499068 ++-0488060 ++-0478152 ++-0493119 ++-0484145 ++-0487063 ++-0500109 ++-0490034 ++-0494097 ++-0489058 ++-0495120 ++-0496091 ++-0503020 ++-0493120 ++-0486111 ++-0488061 ++-0478153 ++-0502061 ++-0492121 ++-0501063 ++-0491080 ++-0497076 ++-0499069 ++-0489059 ++-0490035 ++-0487064 ++-0485105 ++-0484146 ++-0495121 ++-0500110 ++-0494098 ++-0478154 ++-0497077 ++-0503021 ++-0490036 ++-0499070 ++-0496092 ++-0502062 ++-0493121 ++-0491081 ++-0492122 ++-0501064 ++-0487065 ++-0486112 ++-0478155 ++-0500111 ++-0485106 ++-0484147 ++-0488062 ++-0489060 ++-0497078 ++-0495122 ++-0494099 ++-0502063 ++-0499071 ++-0492123 ++-0490037 ++-0487066 ++-0491082 ++-0500112 ++-0502064 ++-0485107 ++-0486113 ++-0501065 ++-0478156 ++-0496093 ++-0489061 ++-0484148 ++-0495123 ++-0497079 ++-0493122 ++-0503022 ++-0494100 ++-0488063 ++-0492124 ++-0487067 ++-0499072 ++-0486114 ++-0490038 ++-0503023 ++-0488064 ++-0496094 ++-0491083 ++-0484149 ++-0495124 ++-0494101 ++-0502065 ++-0501066 ++-0485108 ++-0497080 ++-0500113 ++-0493123 ++-0492125 ++-0489062 ++-0499073 ++-0488065 ++-0496095 ++-0495125 ++-0487068 ++-0503024 ++-0491084 ++-0494102 ++-0502066 ++-0490039 ++-0486115 ++-0500114 ++-0501067 ++-0484150 ++-0497081 ++-0485109 ++-0492126 ++-0489063 ++-0493124 ++-0495126 ++-0499074 ++-0488066 ++-0491085 ++-0496096 ++-0487069 ++-0494103 ++-0503025 ++-0500115 ++-0484151 ++-0497082 ++-0502067 ++-0492127 ++-0498000 ++-0485110 ++-0489064 ++-0486116 ++-0490040 ++-0501068 ++-0493125 ++-0495127 ++-0494104 ++-0496097 ++-0503026 ++-0499075 ++-0497083 ++-0500116 ++-0491086 ++-0488067 ++-0492128 ++-0498001 ++-0487070 ++-0484152 ++-0501069 ++-0490041 ++-0502068 ++-0485111 ++-0486117 ++-0493126 ++-0489065 ++-0495128 ++-0494105 ++-0499076 ++-0503027 ++-0497084 ++-0500117 ++-0496098 ++-0492129 ++-0484153 ++-0498002 ++-0487071 ++-0491087 ++-0490042 ++-0501070 ++-0502069 ++-0485112 ++-0486118 ++-0494106 ++-0488068 ++-0493127 ++-0499077 ++-0489066 ++-0497085 ++-0495129 ++-0500118 ++-0492130 ++-0484154 ++-0498003 ++-0501071 ++-0496099 ++-0503028 ++-0490043 ++-0491088 ++-0487072 ++-0502070 ++-0494107 ++-0486119 ++-0499078 ++-0485113 ++-0495130 ++-0488069 ++-0497086 ++-0489067 ++-0493128 ++-0500119 ++-0492131 ++-0498004 ++-0484155 ++-0501072 ++-0491089 ++-0490044 ++-0496100 ++-0503029 ++-0494108 ++-0499079 ++-0487073 ++-0502071 ++-0486120 ++-0488070 ++-0495131 ++-0497087 ++-0485114 ++-0498005 ++-0492132 ++-0489068 ++-0484156 ++-0500120 ++-0501073 ++-0493129 ++-0491090 ++-0496101 ++-0494109 ++-0503030 ++-0490045 ++-0499080 ++-0487074 ++-0502072 ++-0486121 ++-0495132 ++-0488071 ++-0497088 ++-0492133 ++-0498006 ++-0489069 ++-0500121 ++-0485115 ++-0501074 ++-0491091 ++-0496102 ++-0503031 ++-0493130 ++-0499081 ++-0494110 ++-0487075 ++-0502073 ++-0490046 ++-0495133 ++-0492134 ++-0488072 ++-0486122 ++-0500122 ++-0498007 ++-0497089 ++-0489070 ++-0485116 ++-0501075 ++-0491092 ++-0503032 ++-0496103 ++-0487076 ++-0494111 ++-0502074 ++-0499082 ++-0488073 ++-0493131 ++-0490047 ++-0500123 ++-0486123 ++-0498008 ++-0492135 ++-0495134 ++-0497090 ++-0501076 ++-0485117 ++-0489071 ++-0504000 ++-0491093 ++-0496104 ++-0503033 ++-0494112 ++-0502075 ++-0493132 ++-0500124 ++-0490048 ++-0488074 ++-0487077 ++-0499083 ++-0498009 ++-0486124 ++-0492136 ++-0495135 ++-0497091 ++-0485118 ++-0501077 ++-0504001 ++-0489072 ++-0491094 ++-0496105 ++-0502076 ++-0494113 ++-0503034 ++-0500125 ++-0493133 ++-0490049 ++-0487078 ++-0495136 ++-0504002 ++-0487079 ++-0502077 ++-0488075 ++-0497092 ++-0499084 ++-0485119 ++-0494114 ++-0502078 ++-0498010 ++-0489073 ++-0493134 ++-0501078 ++-0491095 ++-0486125 ++-0492137 ++-0487080 ++-0496106 ++-0490050 ++-0495137 ++-0500126 ++-0503035 ++-0504003 ++-0497093 ++-0488076 ++-0499085 ++-0485120 ++-0493135 ++-0494115 ++-0502079 ++-0498011 ++-0489074 ++-0492138 ++-0486126 ++-0495138 ++-0491096 ++-0490051 ++-0501079 ++-0503036 ++-0497094 ++-0487081 ++-0496107 ++-0500127 ++-0504004 ++-0488077 ++-0499086 ++-0485121 ++-0498012 ++-0489075 ++-0493136 ++-0494116 ++-0492139 ++-0486127 ++-0502080 ++-0495139 ++-0491097 ++-0497095 ++-0500128 ++-0496108 ++-0504005 ++-0490052 ++-0488078 ++-0487082 ++-0498013 ++-0485122 ++-0502081 ++-0489076 ++-0495140 ++-0504006 ++-0496109 ++-0490053 ++-0488079 ++-0494117 ++-0501080 ++-0499087 ++-0492140 ++-0503037 ++-0497096 ++-0493137 ++-0498014 ++-0487083 ++-0500129 ++-0491098 ++-0485123 ++-0502082 ++-0486128 ++-0504007 ++-0495141 ++-0489077 ++-0496110 ++-0490054 ++-0503038 ++-0492141 ++-0501081 ++-0500130 ++-0493138 ++-0494118 ++-0487084 ++-0488080 ++-0497097 ++-0499088 ++-0498015 ++-0485124 ++-0502083 ++-0491099 ++-0504008 ++-0486129 ++-0495142 ++-0489078 ++-0490055 ++-0503039 ++-0496111 ++-0500131 ++-0492142 ++-0493139 ++-0488081 ++-0497098 ++-0501082 ++-0485125 ++-0494119 ++-0498016 ++-0504009 ++-0502084 ++-0499089 ++-0487085 ++-0495143 ++-0486130 ++-0491100 ++-0489079 ++-0503040 ++-0496112 ++-0492143 ++-0490056 ++-0488082 ++-0498017 ++-0497099 ++-0494120 ++-0500132 ++-0485126 ++-0502085 ++-0493140 ++-0487086 ++-0499090 ++-0504010 ++-0501083 ++-0489080 ++-0495144 ++-0486131 ++-0491101 ++-0496113 ++-0503041 ++-0490057 ++-0498018 ++-0488083 ++-0492144 ++-0494121 ++-0500133 ++-0493141 ++-0485127 ++-0487087 ++-0499091 ++-0501084 ++-0497100 ++-0502086 ++-0504011 ++-0489081 ++-0486132 ++-0495145 ++-0491102 ++-0498019 ++-0503042 ++-0490058 ++-0488084 ++-0494122 ++-0496114 ++-0500134 ++-0493142 ++-0492145 ++-0487088 ++-0497101 ++-0501085 ++-0504012 ++-0489082 ++-0502087 ++-0486133 ++-0485128 ++-0495146 ++-0499092 ++-0498020 ++-0503043 ++-0491103 ++-0494123 ++-0496115 ++-0500135 ++-0488085 ++-0490059 ++-0493143 ++-0492146 ++-0497102 ++-0487089 ++-0502088 ++-0504013 ++-0489083 ++-0485129 ++-0486134 ++-0501086 ++-0495147 ++-0498021 ++-0503044 ++-0499093 ++-0491104 ++-0496116 ++-0494124 ++-0490060 ++-0488086 ++-0487090 ++-0500136 ++-0492147 ++-0497103 ++-0502089 ++-0489084 ++-0504014 ++-0493144 ++-0486135 ++-0501087 ++-0495148 ++-0499094 ++-0498022 ++-0503045 ++-0491105 ++-0485130 ++-0496117 ++-0494125 ++-0492148 ++-0489085 ++-0502090 ++-0488087 ++-0497104 ++-0490061 ++-0500137 ++-0487091 ++-0501088 ++-0493145 ++-0495149 ++-0486136 ++-0491106 ++-0503046 ++-0499095 ++-0498023 ++-0504015 ++-0494126 ++-0496118 ++-0485131 ++-0492149 ++-0489086 ++-0497105 ++-0490062 ++-0500138 ++-0495150 ++-0493146 ++-0502091 ++-0501089 ++-0499096 ++-0503047 ++-0488088 ++-0504016 ++-0486137 ++-0491107 ++-0498024 ++-0494127 ++-0487092 ++-0485132 ++-0496119 ++-0499097 ++-0498025 ++-0492150 ++-0488089 ++-0501090 ++-0491108 ++-0503048 ++-0489087 ++-0487093 ++-0493147 ++-0486138 ++-0500139 ++-0495151 ++-0502092 ++-0485133 ++-0490063 ++-0497106 ++-0494128 ++-0496120 ++-0504017 ++-0499098 ++-0498026 ++-0494129 ++-0491109 ++-0497107 ++-0501091 ++-0503049 ++-0502093 ++-0488090 ++-0496121 ++-0492151 ++-0498027 ++-0504018 ++-0500140 ++-0489088 ++-0490064 ++-0493148 ++-0487094 ++-0486139 ++-0499099 ++-0485134 ++-0495152 ++-0494130 ++-0501092 ++-0496122 ++-0502094 ++-0488091 ++-0491110 ++-0504019 ++-0500141 ++-0489089 ++-0498028 ++-0492152 ++-0497108 ++-0493149 ++-0487095 ++-0490065 ++-0485135 ++-0503050 ++-0499100 ++-0486140 ++-0495153 ++-0494131 ++-0496123 ++-0502095 ++-0500142 ++-0488092 ++-0501093 ++-0497109 ++-0489090 ++-0491111 ++-0492153 ++-0498029 ++-0504020 ++-0493150 ++-0490066 ++-0485136 ++-0486141 ++-0499101 ++-0495154 ++-0494132 ++-0487096 ++-0503051 ++-0496124 ++-0502096 ++-0500143 ++-0488093 ++-0501094 ++-0492154 ++-0498030 ++-0504021 ++-0491112 ++-0485137 ++-0497110 ++-0490067 ++-0495155 ++-0489091 ++-0486142 ++-0493151 ++-0499102 ++-0496125 ++-0502097 ++-0503052 ++-0504022 ++-0500144 ++-0487097 ++-0494133 ++-0501095 ++-0488094 ++-0492155 ++-0486143 ++-0489092 ++-0491113 ++-0498031 ++-0493152 ++-0485138 ++-0499103 ++-0497111 ++-0503053 ++-0500145 ++-0502098 ++-0496126 ++-0495156 ++-0490068 ++-0491114 ++-0498032 ++-0485139 ++-0497112 ++-0501096 ++-0504023 ++-0487098 ++-0503054 ++-0489093 ++-0488095 ++-0493153 ++-0494134 ++-0500146 ++-0492156 ++-0486144 ++-0499104 ++-0502099 ++-0496127 ++-0497113 ++-0501097 ++-0490069 ++-0498033 ++-0504024 ++-0488096 ++-0489094 ++-0487099 ++-0491115 ++-0493154 ++-0485140 ++-0500147 ++-0503055 ++-0486145 ++-0499105 ++-0500148 ++-0502100 ++-0503056 ++-0494135 ++-0490070 ++-0498034 ++-0504025 ++-0491116 ++-0496128 ++-0488097 ++-0501098 ++-0486146 ++-0497114 ++-0489095 ++-0485141 ++-0499106 ++-0493155 ++-0487100 ++-0515000 ++-0502101 ++-0494136 ++-0496129 ++-0490071 ++-0504026 ++-0500149 ++-0491117 ++-0498035 ++-0497115 ++-0503057 ++-0486147 ++-0499107 ++-0501099 ++-0487101 ++-0488098 ++-0493156 ++-0485142 ++-0489096 ++-0515001 ++-0502102 ++-0494137 ++-0496130 ++-0490072 ++-0512000 ++-0491118 ++-0489097 ++-0499108 ++-0512001 ++-0497116 ++-0504027 ++-0503058 ++-0487102 ++-0498036 ++-0500150 ++-0485143 ++-0493157 ++-0486148 ++-0488099 ++-0490073 ++-0501100 ++-0515002 ++-0494138 ++-0491119 ++-0489098 ++-0499109 ++-0496131 ++-0502103 ++-0503059 ++-0512002 ++-0497117 ++-0504028 ++-0498037 ++-0500151 ++-0488100 ++-0501101 ++-0515003 ++-0485144 ++-0489099 ++-0502104 ++-0499110 ++-0487103 ++-0486149 ++-0490074 ++-0503060 ++-0496132 ++-0497118 ++-0491120 ++-0494139 ++-0512003 ++-0504029 ++-0498038 ++-0500152 ++-0499111 ++-0515004 ++-0488101 ++-0485145 ++-0497119 ++-0504030 ++-0489100 ++-0491121 ++-0501102 ++-0512004 ++-0502105 ++-0486150 ++-0498039 ++-0503061 ++-0496133 ++-0490075 ++-0487104 ++-0494140 ++-0513000 ++-0500153 ++-0515005 ++-0499112 ++-0485146 ++-0501103 ++-0488102 ++-0497120 ++-0512005 ++-0504031 ++-0491122 ++-0502106 ++-0489101 ++-0486151 ++-0498040 ++-0496134 ++-0503062 ++-0487105 ++-0490076 ++-0513001 ++-0494141 ++-0488103 ++-0501104 ++-0497121 ++-0485147 ++-0499113 ++-0500154 ++-0515006 ++-0504032 ++-0489102 ++-0502107 ++-0496135 ++-0486152 ++-0512006 ++-0498041 ++-0503063 ++-0490077 ++-0491123 ++-0513002 ++-0487106 ++-0497122 ++-0499114 ++-0488104 ++-0491124 ++-0497123 ++-0499115 ++-0515007 ++-0496136 ++-0502108 ++-0501105 ++-0494142 ++-0490078 ++-0485148 ++-0500155 ++-0486153 ++-0503064 ++-0489103 ++-0513003 ++-0498042 ++-0512007 ++-0491125 ++-0504033 ++-0487107 ++-0488105 ++-0499116 ++-0497124 ++-0490079 ++-0515008 ++-0494143 ++-0502109 ++-0501106 ++-0485149 ++-0496137 ++-0487108 ++-0491126 ++-0486154 ++-0503065 ++-0513004 ++-0512008 ++-0498043 ++-0504034 ++-0489104 ++-0499117 ++-0488106 ++-0497125 ++-0490080 ++-0494144 ++-0515009 ++-0502110 ++-0503066 ++-0491127 ++-0485150 ++-0496138 ++-0504035 ++-0501107 ++-0513005 ++-0497126 ++-0498044 ++-0487109 ++-0486155 ++-0512009 ++-0489105 ++-0494145 ++-0515010 ++-0488107 ++-0499118 ++-0490081 ++-0502111 ++-0485151 ++-0491128 ++-0503067 ++-0496139 ++-0501108 ++-0520000 ++-0513006 ++-0498045 ++-0487110 ++-0515011 ++-0504036 ++-0499119 ++-0497127 ++-0488108 ++-0512010 ++-0489106 ++-0494146 ++-0490082 ++-0485152 ++-0491129 ++-0502112 ++-0496140 ++-0498046 ++-0520001 ++-0487111 ++-0503068 ++-0513007 ++-0501109 ++-0504037 ++-0497128 ++-0488109 ++-0515012 ++-0489107 ++-0512011 ++-0494147 ++-0490083 ++-0491130 ++-0498047 ++-0488110 ++-0506000 ++-0512012 ++-0502113 ++-0499120 ++-0503069 ++-0485153 ++-0504038 ++-0501110 ++-0520002 ++-0487112 ++-0513008 ++-0496141 ++-0512013 ++-0506001 ++-0498048 ++-0488111 ++-0489108 ++-0497129 ++-0490084 ++-0491131 ++-0515013 ++-0494148 ++-0499121 ++-0503070 ++-0496142 ++-0485154 ++-0487113 ++-0502114 ++-0520003 ++-0504039 ++-0513009 ++-0506002 ++-0512014 ++-0488112 ++-0501111 ++-0490085 ++-0491132 ++-0497130 ++-0498049 ++-0489109 ++-0515014 ++-0503071 ++-0494149 ++-0520004 ++-0488113 ++-0504040 ++-0499122 ++-0485155 ++-0487114 ++-0513010 ++-0502115 ++-0496143 ++-0512015 ++-0506003 ++-0497131 ++-0490086 ++-0489110 ++-0515015 ++-0498050 ++-0491133 ++-0501112 ++-0503072 ++-0494150 ++-0504041 ++-0488114 ++-0520005 ++-0496144 ++-0499123 ++-0512016 ++-0506004 ++-0490087 ++-0502116 ++-0515016 ++-0513011 ++-0497132 ++-0491134 ++-0487115 ++-0501113 ++-0489111 ++-0498051 ++-0503073 ++-0494151 ++-0504042 ++-0488115 ++-0499124 ++-0496145 ++-0520006 ++-0512017 ++-0515017 ++-0506005 ++-0497133 ++-0490088 ++-0491135 ++-0489112 ++-0513012 ++-0494152 ++-0487116 ++-0501114 ++-0504043 ++-0498052 ++-0503074 ++-0499125 ++-0520007 ++-0502117 ++-0512018 ++-0488116 ++-0497134 ++-0489113 ++-0496146 ++-0505000 ++-0515018 ++-0487117 ++-0506006 ++-0504044 ++-0513013 ++-0490089 ++-0494153 ++-0501115 ++-0498053 ++-0503075 ++-0491136 ++-0499126 ++-0502118 ++-0520008 ++-0512019 ++-0488117 ++-0489114 ++-0497135 ++-0505001 ++-0515019 ++-0513014 ++-0504045 ++-0506007 ++-0496147 ++-0490090 ++-0502119 ++-0498054 ++-0491137 ++-0494154 ++-0501116 ++-0503076 ++-0499127 ++-0520009 ++-0512020 ++-0515020 ++-0504046 ++-0513015 ++-0496148 ++-0488118 ++-0505002 ++-0491138 ++-0502120 ++-0494155 ++-0490091 ++-0498055 ++-0503077 ++-0501117 ++-0487118 ++-0515021 ++-0520010 ++-0496149 ++-0499128 ++-0512021 ++-0513016 ++-0504047 ++-0505003 ++-0489115 ++-0497136 ++-0488119 ++-0491139 ++-0502121 ++-0506008 ++-0503078 ++-0501118 ++-0490092 ++-0494156 ++-0498056 ++-0487119 ++-0515022 ++-0499129 ++-0520011 ++-0497137 ++-0496150 ++-0491140 ++-0488120 ++-0512022 ++-0502122 ++-0504048 ++-0513017 ++-0489116 ++-0506009 ++-0505004 ++-0498057 ++-0501119 ++-0503079 ++-0487120 ++-0490093 ++-0499130 ++-0520012 ++-0515023 ++-0496151 ++-0491141 ++-0497138 ++-0504049 ++-0502123 ++-0513018 ++-0488121 ++-0506010 ++-0512023 ++-0489117 ++-0505005 ++-0501120 ++-0487121 ++-0503080 ++-0490094 ++-0498058 ++-0499131 ++-0515024 ++-0520013 ++-0491142 ++-0496152 ++-0497139 ++-0504050 ++-0502124 ++-0488122 ++-0489118 ++-0513019 ++-0512024 ++-0514000 ++-0506011 ++-0487122 ++-0503081 ++-0505006 ++-0499132 ++-0498059 ++-0490095 ++-0520014 ++-0501121 ++-0504051 ++-0496153 ++-0515025 ++-0491143 ++-0502125 ++-0513020 ++-0497140 ++-0488123 ++-0512025 ++-0489119 ++-0514001 ++-0487123 ++-0503082 ++-0506012 ++-0499133 ++-0520015 ++-0505007 ++-0498060 ++-0501122 ++-0496154 ++-0504052 ++-0490096 ++-0515026 ++-0502126 ++-0491144 ++-0513021 ++-0488124 ++-0489120 ++-0514002 ++-0497141 ++-0512026 ++-0506013 ++-0520016 ++-0499134 ++-0487124 ++-0496155 ++-0503083 ++-0502127 ++-0505008 ++-0498061 ++-0501123 ++-0504053 ++-0497142 ++-0515027 ++-0488125 ++-0502128 ++-0491145 ++-0489121 ++-0512027 ++-0513022 ++-0490097 ++-0514003 ++-0498062 ++-0503084 ++-0499135 ++-0487125 ++-0520017 ++-0501124 ++-0506014 ++-0505009 ++-0491146 ++-0504054 ++-0512028 ++-0502129 ++-0497143 ++-0488126 ++-0515028 ++-0513023 ++-0489122 ++-0514004 ++-0490098 ++-0499136 ++-0503085 ++-0498063 ++-0520018 ++-0501125 ++-0505010 ++-0491147 ++-0504055 ++-0487126 ++-0502130 ++-0512029 ++-0506015 ++-0497144 ++-0488127 ++-0515029 ++-0513024 ++-0516000 ++-0514005 ++-0503086 ++-0499137 ++-0498064 ++-0520019 ++-0501126 ++-0489123 ++-0512030 ++-0490099 ++-0497145 ++-0491148 ++-0504056 ++-0488128 ++-0515030 ++-0502131 ++-0516001 ++-0514006 ++-0505011 ++-0499138 ++-0498065 ++-0520020 ++-0515031 ++-0506016 ++-0503087 ++-0513025 ++-0489124 ++-0506017 ++-0506018 ++-0487127 ++-0488129 ++-0490100 ++-0516002 ++-0502132 ++-0512031 ++-0501127 ++-0497146 ++-0498066 ++-0489125 ++-0513026 ++-0504057 ++-0503088 ++-0514007 ++-0520021 ++-0505012 ++-0515032 ++-0491149 ++-0499139 ++-0487128 ++-0488130 ++-0490101 ++-0502133 ++-0506019 ++-0512032 ++-0516003 ++-0498067 ++-0497147 ++-0513027 ++-0501128 ++-0504058 ++-0503089 ++-0514008 ++-0489126 ++-0520022 ++-0491150 ++-0505013 ++-0488131 ++-0490102 ++-0506020 ++-0516004 ++-0502134 ++-0514009 ++-0520023 ++-0515033 ++-0503090 ++-0489127 ++-0498068 ++-0499140 ++-0487129 ++-0491151 ++-0497148 ++-0513028 ++-0512033 ++-0501129 ++-0488132 ++-0504059 ++-0490103 ++-0506021 ++-0505014 ++-0502135 ++-0514010 ++-0520024 ++-0516005 ++-0515034 ++-0498069 ++-0489128 ++-0499141 ++-0491152 ++-0497149 ++-0503091 ++-0512034 ++-0513029 ++-0501130 ++-0488133 ++-0504060 ++-0487130 ++-0506022 ++-0490104 ++-0502136 ++-0514011 ++-0516006 ++-0505015 ++-0520025 ++-0515035 ++-0489129 ++-0498070 ++-0499142 ++-0497150 ++-0512035 ++-0503092 ++-0488134 ++-0501131 ++-0487131 ++-0513030 ++-0491153 ++-0490105 ++-0506023 ++-0502137 ++-0504061 ++-0514012 ++-0516007 ++-0505016 ++-0489130 ++-0515036 ++-0498071 ++-0520026 ++-0499143 ++-0512036 ++-0503093 ++-0501132 ++-0497151 ++-0513031 ++-0490106 ++-0504062 ++-0488135 ++-0506024 ++-0502138 ++-0487132 ++-0514013 ++-0491154 ++-0505017 ++-0489131 ++-0516008 ++-0515037 ++-0499144 ++-0520027 ++-0498072 ++-0501133 ++-0497152 ++-0503094 ++-0512037 ++-0513032 ++-0488136 ++-0514014 ++-0491155 ++-0504063 ++-0502139 ++-0506025 ++-0490107 ++-0487133 ++-0516009 ++-0515038 ++-0505018 ++-0489132 ++-0520028 ++-0498073 ++-0501134 ++-0499145 ++-0497153 ++-0503095 ++-0488137 ++-0512038 ++-0513033 ++-0490108 ++-0506026 ++-0504064 ++-0502140 ++-0487134 ++-0514015 ++-0505019 ++-0489133 ++-0498074 ++-0516010 ++-0515039 ++-0501135 ++-0503096 ++-0497154 ++-0499146 ++-0520029 ++-0488138 ++-0506027 ++-0513034 ++-0504065 ++-0502141 ++-0490109 ++-0487135 ++-0512039 ++-0498075 ++-0516011 ++-0501136 ++-0503097 ++-0514016 ++-0497155 ++-0505020 ++-0515040 ++-0499147 ++-0489134 ++-0520030 ++-0488139 ++-0504066 ++-0490110 ++-0512040 ++-0487136 ++-0506028 ++-0513035 ++-0502142 ++-0516012 ++-0501137 ++-0498076 ++-0511000 ++-0514017 ++-0505021 ++-0515041 ++-0489135 ++-0520031 ++-0503098 ++-0499148 ++-0490111 ++-0488140 ++-0512041 ++-0506029 ++-0513036 ++-0504067 ++-0502143 ++-0516013 ++-0501138 ++-0487137 ++-0498077 ++-0511001 ++-0505022 ++-0503099 ++-0489136 ++-0515042 ++-0514018 ++-0488141 ++-0490112 ++-0520032 ++-0506030 ++-0512042 ++-0499149 ++-0504068 ++-0513037 ++-0502144 ++-0487138 ++-0516014 ++-0505023 ++-0511002 ++-0503100 ++-0501139 ++-0489137 ++-0498078 ++-0515043 ++-0517000 ++-0490113 ++-0520033 ++-0506031 ++-0514019 ++-0499150 ++-0504069 ++-0502145 ++-0512043 ++-0513038 ++-0487139 ++-0488142 ++-0516015 ++-0505024 ++-0511003 ++-0503101 ++-0501140 ++-0489138 ++-0515044 ++-0517001 ++-0514020 ++-0499151 ++-0501141 ++-0517002 ++-0489139 ++-0506032 ++-0487140 ++-0501142 ++-0520034 ++-0502146 ++-0490114 ++-0498079 ++-0503102 ++-0511004 ++-0516016 ++-0513039 ++-0514021 ++-0504070 ++-0488143 ++-0512044 ++-0515045 ++-0517003 ++-0499152 ++-0505025 ++-0489140 ++-0506033 ++-0516017 ++-0514022 ++-0487141 ++-0513040 ++-0488144 ++-0515046 ++-0512045 ++-0517004 ++-0490115 ++-0502147 ++-0504071 ++-0503103 ++-0511005 ++-0498080 ++-0501143 ++-0520035 ++-0499153 ++-0505026 ++-0516018 ++-0489141 ++-0506034 ++-0488145 ++-0487142 ++-0490116 ++-0515047 ++-0513041 ++-0512046 ++-0503104 ++-0504072 ++-0498081 ++-0514023 ++-0501144 ++-0502148 ++-0499154 ++-0517005 ++-0511006 ++-0520036 ++-0505027 ++-0489142 ++-0506035 ++-0488146 ++-0515048 ++-0490117 ++-0513042 ++-0512047 ++-0516019 ++-0504073 ++-0487143 ++-0514024 ++-0503105 ++-0502149 ++-0517006 ++-0520037 ++-0498082 ++-0501145 ++-0499155 ++-0511007 ++-0505028 ++-0489143 ++-0506036 ++-0515049 ++-0513043 ++-0512048 ++-0514025 ++-0487144 ++-0488147 ++-0503106 ++-0504074 ++-0490118 ++-0517007 ++-0516020 ++-0520038 ++-0501146 ++-0505029 ++-0502150 ++-0489144 ++-0511008 ++-0498083 ++-0499156 ++-0513044 ++-0506037 ++-0512049 ++-0487145 ++-0515050 ++-0517008 ++-0514026 ++-0490119 ++-0488148 ++-0520039 ++-0503107 ++-0501147 ++-0504075 ++-0502151 ++-0516021 ++-0505030 ++-0511009 ++-0498084 ++-0517009 ++-0512050 ++-0514027 ++-0515051 ++-0501148 ++-0487146 ++-0513045 ++-0489145 ++-0488149 ++-0490120 ++-0516022 ++-0520040 ++-0504076 ++-0503108 ++-0506038 ++-0502152 ++-0512051 ++-0498085 ++-0505031 ++-0501149 ++-0489146 ++-0487147 ++-0514028 ++-0517010 ++-0515052 ++-0513046 ++-0511010 ++-0488150 ++-0490121 ++-0520041 ++-0506039 ++-0503109 ++-0502153 ++-0516023 ++-0504077 ++-0512052 ++-0501150 ++-0487148 ++-0488151 ++-0515053 ++-0498086 ++-0514029 ++-0513047 ++-0519000 ++-0520042 ++-0517011 ++-0505032 ++-0489147 ++-0511011 ++-0516024 ++-0506040 ++-0503110 ++-0490122 ++-0504078 ++-0502154 ++-0501151 ++-0515054 ++-0512053 ++-0520043 ++-0514030 ++-0519001 ++-0487149 ++-0488152 ++-0505033 ++-0489148 ++-0498087 ++-0511012 ++-0516025 ++-0513048 ++-0503111 ++-0517012 ++-0506041 ++-0504079 ++-0502155 ++-0490123 ++-0501152 ++-0520044 ++-0519002 ++-0488153 ++-0489149 ++-0516026 ++-0498088 ++-0517013 ++-0514031 ++-0504080 ++-0502156 ++-0490124 ++-0506042 ++-0501153 ++-0516027 ++-0517014 ++-0504081 ++-0515055 ++-0512054 ++-0506043 ++-0514032 ++-0505034 ++-0511013 ++-0501154 ++-0503112 ++-0489150 ++-0498089 ++-0513049 ++-0519003 ++-0502157 ++-0520045 ++-0488154 ++-0487150 ++-0490125 ++-0516028 ++-0512055 ++-0514033 ++-0517015 ++-0515056 ++-0506044 ++-0511014 ++-0504082 ++-0513050 ++-0503113 ++-0520046 ++-0501155 ++-0505035 ++-0488155 ++-0489151 ++-0498090 ++-0519004 ++-0490126 ++-0502158 ++-0516029 ++-0512056 ++-0514034 ++-0487151 ++-0515057 ++-0506045 ++-0517016 ++-0503114 ++-0520047 ++-0504083 ++-0511015 ++-0513051 ++-0505036 ++-0498091 ++-0489152 ++-0490127 ++-0516030 ++-0519005 ++-0487152 ++-0514035 ++-0515058 ++-0512057 ++-0506046 ++-0503115 ++-0504084 ++-0513052 ++-0517017 ++-0489153 ++-0490128 ++-0520048 ++-0498092 ++-0511016 ++-0505037 ++-0487153 ++-0512058 ++-0519006 ++-0515059 ++-0506047 ++-0516031 ++-0503116 ++-0514036 ++-0504085 ++-0513053 ++-0517018 ++-0490129 ++-0520049 ++-0505038 ++-0489154 ++-0521000 ++-0498093 ++-0487154 ++-0511017 ++-0512059 ++-0515060 ++-0506048 ++-0516032 ++-0508000 ++-0522000 ++-0513054 ++-0519007 ++-0503117 ++-0514037 ++-0504086 ++-0490130 ++-0520050 ++-0517019 ++-0505039 ++-0498094 ++-0521001 ++-0511018 ++-0512060 ++-0489155 ++-0515061 ++-0516033 ++-0487155 ++-0522001 ++-0506049 ++-0519008 ++-0503118 ++-0508001 ++-0514038 ++-0513055 ++-0520051 ++-0504087 ++-0490131 ++-0505040 ++-0511019 ++-0517020 ++-0512061 ++-0498095 ++-0516034 ++-0515062 ++-0521002 ++-0506050 ++-0503119 ++-0508002 ++-0514039 ++-0522002 ++-0513056 ++-0504088 ++-0520052 ++-0519009 ++-0505041 ++-0490132 ++-0498096 ++-0487156 ++-0521003 ++-0511020 ++-0517021 ++-0512062 ++-0515063 ++-0516035 ++-0506051 ++-0514040 ++-0508003 ++-0522003 ++-0504089 ++-0520053 ++-0503120 ++-0513057 ++-0498097 ++-0519010 ++-0508004 ++-0517022 ++-0490133 ++-0511021 ++-0515064 ++-0516036 ++-0521004 ++-0514041 ++-0509000 ++-0504090 ++-0522004 ++-0505042 ++-0498098 ++-0506052 ++-0512063 ++-0519011 ++-0503121 ++-0520054 ++-0511022 ++-0513058 ++-0521005 ++-0490134 ++-0515065 ++-0516037 ++-0498099 ++-0514042 ++-0517023 ++-0522005 ++-0508005 ++-0509001 ++-0506053 ++-0519012 ++-0512064 ++-0505043 ++-0503122 ++-0509002 ++-0515066 ++-0504091 ++-0519013 ++-0516038 ++-0520055 ++-0507000 ++-0513059 ++-0521006 ++-0511023 ++-0498100 ++-0522006 ++-0490135 ++-0503123 ++-0512065 ++-0509003 ++-0508006 ++-0514043 ++-0517024 ++-0515067 ++-0520056 ++-0505044 ++-0506054 ++-0490136 ++-0504092 ++-0498101 ++-0516039 ++-0512066 ++-0522007 ++-0511024 ++-0503124 ++-0515068 ++-0505045 ++-0490137 ++-0512067 ++-0513060 ++-0506055 ++-0504093 ++-0521007 ++-0514044 ++-0507001 ++-0509004 ++-0519014 ++-0505046 ++-0490138 ++-0520057 ++-0516040 ++-0508007 ++-0498102 ++-0503125 ++-0517025 ++-0522008 ++-0512068 ++-0511025 ++-0513061 ++-0505047 ++-0515069 ++-0509005 ++-0519015 ++-0516041 ++-0521008 ++-0504094 ++-0506056 ++-0507002 ++-0490139 ++-0508008 ++-0522009 ++-0520058 ++-0514045 ++-0517026 ++-0503126 ++-0515070 ++-0498103 ++-0513062 ++-0512069 ++-0511026 ++-0505048 ++-0504095 ++-0516042 ++-0509006 ++-0508009 ++-0513063 ++-0516043 ++-0508010 ++-0516044 ++-0521009 ++-0522010 ++-0490140 ++-0512070 ++-0522011 ++-0507003 ++-0515071 ++-0506057 ++-0519016 ++-0516045 ++-0514046 ++-0521010 ++-0520059 ++-0498104 ++-0504096 ++-0503127 ++-0513064 ++-0509007 ++-0517027 ++-0511027 ++-0508011 ++-0505049 ++-0490141 ++-0522012 ++-0506058 ++-0512071 ++-0507004 ++-0516046 ++-0515072 ++-0519017 ++-0521011 ++-0498105 ++-0520060 ++-0509008 ++-0503128 ++-0513065 ++-0514047 ++-0504097 ++-0517028 ++-0511028 ++-0508012 ++-0505050 ++-0507005 ++-0490142 ++-0506059 ++-0522013 ++-0516047 ++-0512072 ++-0521012 ++-0520061 ++-0498106 ++-0503129 ++-0509009 ++-0515073 ++-0504098 ++-0519018 ++-0513066 ++-0517029 ++-0508013 ++-0514048 ++-0507006 ++-0522014 ++-0511029 ++-0506060 ++-0490143 ++-0512073 ++-0505051 ++-0516048 ++-0498107 ++-0520062 ++-0521013 ++-0515074 ++-0503130 ++-0509010 ++-0504099 ++-0519019 ++-0517030 ++-0513067 ++-0508014 ++-0514049 ++-0522015 ++-0507007 ++-0506061 ++-0511030 ++-0490144 ++-0505052 ++-0515075 ++-0516049 ++-0512074 ++-0520063 ++-0517031 ++-0503131 ++-0521014 ++-0504100 ++-0498108 ++-0509011 ++-0522016 ++-0514050 ++-0519020 ++-0513068 ++-0508015 ++-0507008 ++-0511031 ++-0506062 ++-0505053 ++-0490145 ++-0516050 ++-0515076 ++-0512075 ++-0521015 ++-0520064 ++-0503132 ++-0509012 ++-0498109 ++-0522017 ++-0504101 ++-0514051 ++-0517032 ++-0508016 ++-0513069 ++-0511032 ++-0506063 ++-0519021 ++-0507009 ++-0490146 ++-0505054 ++-0515077 ++-0520065 ++-0516051 ++-0512076 ++-0522018 ++-0504102 ++-0514052 ++-0521016 ++-0517033 ++-0498110 ++-0508017 ++-0503133 ++-0509013 ++-0511033 ++-0506064 ++-0513070 ++-0507010 ++-0519022 ++-0505055 ++-0515078 ++-0520066 ++-0490147 ++-0516052 ++-0512077 ++-0522019 ++-0517034 ++-0521017 ++-0514053 ++-0509014 ++-0498111 ++-0511034 ++-0506065 ++-0513071 ++-0504103 ++-0507011 ++-0519023 ++-0508018 ++-0503134 ++-0505056 ++-0515079 ++-0520067 ++-0516053 ++-0521018 ++-0517035 ++-0490148 ++-0512078 ++-0522020 ++-0498112 ++-0519024 ++-0513072 ++-0503135 ++-0504104 ++-0517036 ++-0514054 ++-0508019 ++-0509015 ++-0507012 ++-0519025 ++-0511035 ++-0513073 ++-0520068 ++-0515080 ++-0506066 ++-0505057 ++-0498113 ++-0521019 ++-0503136 ++-0522021 ++-0516054 ++-0490149 ++-0512079 ++-0517037 ++-0504105 ++-0508020 ++-0507013 ++-0513074 ++-0519026 ++-0514055 ++-0515081 ++-0509016 ++-0506067 ++-0503137 ++-0511036 ++-0522022 ++-0521020 ++-0516055 ++-0520069 ++-0512080 ++-0507014 ++-0504106 ++-0522023 ++-0505058 ++-0520070 ++-0498114 ++-0503138 ++-0515082 ++-0508021 ++-0513075 ++-0517038 ++-0490150 ++-0507015 ++-0506068 ++-0514056 ++-0511037 ++-0519027 ++-0512081 ++-0516056 ++-0509017 ++-0521021 ++-0503139 ++-0508022 ++-0522024 ++-0515083 ++-0504107 ++-0505059 ++-0513076 ++-0514057 ++-0507016 ++-0506069 ++-0519028 ++-0517039 ++-0498115 ++-0516057 ++-0521022 ++-0520071 ++-0512082 ++-0511038 ++-0490151 ++-0509018 ++-0503140 ++-0508023 ++-0505060 ++-0504108 ++-0522025 ++-0507017 ++-0513077 ++-0515084 ++-0506070 ++-0498116 ++-0517040 ++-0520072 ++-0519029 ++-0514058 ++-0511039 ++-0512083 ++-0521023 ++-0516058 ++-0509019 ++-0503141 ++-0504109 ++-0522026 ++-0508024 ++-0505061 ++-0513078 ++-0498117 ++-0515085 ++-0507018 ++-0517041 ++-0506071 ++-0512084 ++-0516059 ++-0519030 ++-0509020 ++-0490152 ++-0514059 ++-0520073 ++-0511040 ++-0503142 ++-0521024 ++-0504110 ++-0508025 ++-0517042 ++-0522027 ++-0506072 ++-0498118 ++-0507019 ++-0513079 ++-0515086 ++-0512085 ++-0521025 ++-0505062 ++-0516060 ++-0509021 ++-0511041 ++-0490153 ++-0503143 ++-0520074 ++-0514060 ++-0519031 ++-0517043 ++-0508026 ++-0498119 ++-0513080 ++-0504111 ++-0507020 ++-0506073 ++-0515087 ++-0521026 ++-0522028 ++-0505063 ++-0509022 ++-0512086 ++-0503144 ++-0520075 ++-0516061 ++-0514061 ++-0519032 ++-0511042 ++-0517044 ++-0490154 ++-0508027 ++-0507021 ++-0504112 ++-0498120 ++-0506074 ++-0513081 ++-0522029 ++-0521027 ++-0505064 ++-0515088 ++-0503145 ++-0512087 ++-0520076 ++-0516062 ++-0519033 ++-0509023 ++-0514062 ++-0508028 ++-0511043 ++-0517045 ++-0490155 ++-0498121 ++-0506075 ++-0513082 ++-0507022 ++-0504113 ++-0521028 ++-0522030 ++-0503146 ++-0512088 ++-0515089 ++-0505065 ++-0519034 ++-0514063 ++-0509024 ++-0520077 ++-0517046 ++-0511044 ++-0516063 ++-0508029 ++-0498122 ++-0513083 ++-0504114 ++-0507023 ++-0506076 ++-0521029 ++-0522031 ++-0503147 ++-0512089 ++-0515090 ++-0509025 ++-0514064 ++-0519035 ++-0511045 ++-0520078 ++-0517047 ++-0505066 ++-0508030 ++-0516064 ++-0513084 ++-0504115 ++-0506077 ++-0522032 ++-0498123 ++-0521030 ++-0503148 ++-0507024 ++-0515091 ++-0511046 ++-0519036 ++-0505067 ++-0508031 ++-0509026 ++-0512090 ++-0514065 ++-0513085 ++-0504116 ++-0520079 ++-0517048 ++-0506078 ++-0498124 ++-0521031 ++-0522033 ++-0516065 ++-0510000 ++-0503149 ++-0515092 ++-0507025 ++-0505068 ++-0519037 ++-0509027 ++-0511047 ++-0513086 ++-0508032 ++-0517049 ++-0520080 ++-0512091 ++-0521032 ++-0522034 ++-0503150 ++-0514066 ++-0506079 ++-0504117 ++-0510001 ++-0498125 ++-0516066 ++-0515093 ++-0507026 ++-0519038 ++-0509028 ++-0511048 ++-0513087 ++-0517050 ++-0520081 ++-0508033 ++-0505069 ++-0521033 ++-0503151 ++-0514067 ++-0504118 ++-0516067 ++-0512092 ++-0510002 ++-0522035 ++-0506080 ++-0519039 ++-0498126 ++-0507027 ++-0515094 ++-0509029 ++-0511049 ++-0520082 ++-0517051 ++-0521034 ++-0513088 ++-0514068 ++-0508034 ++-0516068 ++-0512093 ++-0505070 ++-0510003 ++-0504119 ++-0515095 ++-0507028 ++-0503152 ++-0506081 ++-0519040 ++-0522036 ++-0511050 ++-0498127 ++-0520083 ++-0509030 ++-0517052 ++-0521035 ++-0505071 ++-0513089 ++-0514069 ++-0508035 ++-0506082 ++-0519041 ++-0516069 ++-0511051 ++-0512094 ++-0515096 ++-0522037 ++-0510004 ++-0504120 ++-0507029 ++-0509031 ++-0498128 ++-0520084 ++-0521036 ++-0503153 ++-0513090 ++-0517053 ++-0514070 ++-0505072 ++-0512095 ++-0511052 ++-0506083 ++-0508036 ++-0515097 ++-0509032 ++-0519042 ++-0507030 ++-0522038 ++-0510005 ++-0512096 ++-0520085 ++-0506084 ++-0508037 ++-0509033 ++-0521037 ++-0514071 ++-0517054 ++-0505073 ++-0504121 ++-0516070 ++-0498129 ++-0503154 ++-0515098 ++-0513091 ++-0511053 ++-0512097 ++-0521038 ++-0510006 ++-0508038 ++-0522039 ++-0505074 ++-0517055 ++-0509034 ++-0519043 ++-0515099 ++-0504122 ++-0507031 ++-0520086 ++-0513092 ++-0516071 ++-0506085 ++-0503155 ++-0514072 ++-0511054 ++-0521039 ++-0510007 ++-0522040 ++-0504123 ++-0517056 ++-0515100 ++-0512098 ++-0505075 ++-0507032 ++-0519044 ++-0513093 ++-0509035 ++-0506086 ++-0508039 ++-0516072 ++-0498130 ++-0514073 ++-0520087 ++-0511055 ++-0521040 ++-0504124 ++-0510008 ++-0517057 ++-0522041 ++-0507033 ++-0513094 ++-0515101 ++-0519045 ++-0508040 ++-0512099 ++-0505076 ++-0506087 ++-0516073 ++-0514074 ++-0511056 ++-0509036 ++-0521041 ++-0498131 ++-0520088 ++-0504125 ++-0517058 ++-0522042 ++-0510009 ++-0513095 ++-0512100 ++-0508041 ++-0507034 ++-0523000 ++-0511057 ++-0516074 ++-0519046 ++-0506088 ++-0505077 ++-0514075 ++-0521042 ++-0515102 ++-0509037 ++-0520089 ++-0504126 ++-0517059 ++-0522043 ++-0510010 ++-0498132 ++-0508042 ++-0512101 ++-0513096 ++-0523001 ++-0511058 ++-0507035 ++-0516075 ++-0514076 ++-0519047 ++-0515103 ++-0505078 ++-0506089 ++-0504127 ++-0521043 ++-0520090 ++-0509038 ++-0522044 ++-0510011 ++-0517060 ++-0498133 ++-0523002 ++-0513097 ++-0508043 ++-0511059 ++-0516076 ++-0519048 ++-0506090 ++-0514077 ++-0507036 ++-0515104 ++-0505079 ++-0520091 ++-0512102 ++-0521044 ++-0522045 ++-0504128 ++-0509039 ++-0510012 ++-0523003 ++-0513098 ++-0517061 ++-0498134 ++-0508044 ++-0511060 ++-0519049 ++-0506091 ++-0507037 ++-0514078 ++-0515105 ++-0516077 ++-0505080 ++-0520092 ++-0521045 ++-0512103 ++-0523004 ++-0509040 ++-0510013 ++-0513099 ++-0522046 ++-0508045 ++-0511061 ++-0519050 ++-0504129 ++-0514079 ++-0498135 ++-0506092 ++-0517062 ++-0515106 ++-0507038 ++-0516078 ++-0520093 ++-0509041 ++-0521046 ++-0512104 ++-0523005 ++-0505081 ++-0508046 ++-0522047 ++-0513100 ++-0514080 ++-0504130 ++-0523006 ++-0508047 ++-0509042 ++-0519051 ++-0523007 ++-0498136 ++-0520094 ++-0506093 ++-0511062 ++-0517063 ++-0515107 ++-0510014 ++-0505082 ++-0507039 ++-0522048 ++-0516079 ++-0521047 ++-0504131 ++-0514081 ++-0513101 ++-0512105 ++-0508048 ++-0509043 ++-0519052 ++-0522049 ++-0507040 ++-0523008 ++-0515108 ++-0511063 ++-0505083 ++-0520095 ++-0498137 ++-0506094 ++-0517064 ++-0510015 ++-0508049 ++-0521048 ++-0514082 ++-0516080 ++-0504132 ++-0513102 ++-0512106 ++-0509044 ++-0519053 ++-0522050 ++-0507041 ++-0520096 ++-0511064 ++-0517065 ++-0515109 ++-0510016 ++-0523009 ++-0505084 ++-0506095 ++-0508050 ++-0521049 ++-0516081 ++-0509045 ++-0514083 ++-0512107 ++-0498138 ++-0519054 ++-0513103 ++-0504133 ++-0507042 ++-0522051 ++-0511065 ++-0517066 ++-0505085 ++-0523010 ++-0510017 ++-0516082 ++-0520097 ++-0506096 ++-0508051 ++-0509046 ++-0514084 ++-0512108 ++-0521050 ++-0519055 ++-0515110 ++-0513104 ++-0498139 ++-0507043 ++-0504134 ++-0522052 ++-0505086 ++-0511066 ++-0523011 ++-0520098 ++-0517067 ++-0514085 ++-0510018 ++-0512109 ++-0516083 ++-0506097 ++-0521051 ++-0513105 ++-0507044 ++-0508052 ++-0519056 ++-0509047 ++-0515111 ++-0522053 ++-0523012 ++-0504135 ++-0498140 ++-0505087 ++-0517068 ++-0520099 ++-0511067 ++-0510019 ++-0506098 ++-0516084 ++-0507045 ++-0509048 ++-0512110 ++-0514086 ++-0522054 ++-0508053 ++-0521052 ++-0513106 ++-0519057 ++-0523013 ++-0515112 ++-0517069 ++-0505088 ++-0504136 ++-0511068 ++-0520100 ++-0510020 ++-0506099 ++-0509049 ++-0516085 ++-0507046 ++-0512111 ++-0498141 ++-0508054 ++-0522055 ++-0514087 ++-0513107 ++-0523014 ++-0521053 ++-0519058 ++-0515113 ++-0510021 ++-0517070 ++-0511069 ++-0505089 ++-0504137 ++-0520101 ++-0507047 ++-0512112 ++-0509050 ++-0508055 ++-0506100 ++-0516086 ++-0522056 ++-0513108 ++-0521054 ++-0498142 ++-0514088 ++-0519059 ++-0523015 ++-0517071 ++-0510022 ++-0511070 ++-0520102 ++-0515114 ++-0504138 ++-0508056 ++-0505090 ++-0512113 ++-0509051 ++-0506101 ++-0507048 ++-0516087 ++-0522057 ++-0513109 ++-0521055 ++-0514089 ++-0519060 ++-0517072 ++-0510023 ++-0498143 ++-0523016 ++-0515115 ++-0511071 ++-0504139 ++-0509052 ++-0507049 ++-0506102 ++-0520103 ++-0522058 ++-0516088 ++-0508057 ++-0512114 ++-0517073 ++-0514090 ++-0521056 ++-0513110 ++-0505091 ++-0519061 ++-0510024 ++-0515116 ++-0511072 ++-0498144 ++-0523017 ++-0512115 ++-0507050 ++-0522059 ++-0515117 ++-0508058 ++-0520104 ++-0510025 ++-0506103 ++-0514091 ++-0519062 ++-0516089 ++-0504140 ++-0517074 ++-0505092 ++-0521057 ++-0509053 ++-0498145 ++-0513111 ++-0523018 ++-0512116 ++-0511073 ++-0520105 ++-0517075 ++-0504141 ++-0507051 ++-0515118 ++-0522060 ++-0512117 ++-0519063 ++-0510026 ++-0508059 ++-0505093 ++-0523019 ++-0521058 ++-0520106 ++-0509054 ++-0514092 ++-0513112 ++-0506104 ++-0511074 ++-0498146 ++-0516090 ++-0507052 ++-0517076 ++-0522061 ++-0510027 ++-0515119 ++-0520107 ++-0512118 ++-0508060 ++-0521059 ++-0504142 ++-0509055 ++-0505094 ++-0514093 ++-0523020 ++-0519064 ++-0506105 ++-0498147 ++-0513113 ++-0511075 ++-0516091 ++-0507053 ++-0522062 ++-0510028 ++-0517077 ++-0520108 ++-0515120 ++-0512119 ++-0508061 ++-0521060 ++-0505095 ++-0509056 ++-0519065 ++-0504143 ++-0506106 ++-0511076 ++-0514094 ++-0523021 ++-0513114 ++-0507054 ++-0516092 ++-0522063 ++-0498148 ++-0510029 ++-0520109 ++-0517078 ++-0508062 ++-0512120 ++-0515121 ++-0505096 ++-0521061 ++-0509057 ++-0514095 ++-0513115 ++-0520110 ++-0515122 ++-0508063 ++-0516093 ++-0505097 ++-0510030 ++-0504144 ++-0507055 ++-0522064 ++-0511077 ++-0523022 ++-0517079 ++-0498149 ++-0519066 ++-0512121 ++-0521062 ++-0506107 ++-0509058 ++-0513116 ++-0514096 ++-0508064 ++-0507056 ++-0505098 ++-0510031 ++-0515123 ++-0516094 ++-0523023 ++-0519067 ++-0522065 ++-0520111 ++-0517080 ++-0511078 ++-0521063 ++-0498150 ++-0504145 ++-0506108 ++-0512122 ++-0509059 ++-0507057 ++-0505099 ++-0514097 ++-0508065 ++-0510032 ++-0523024 ++-0515124 ++-0521064 ++-0513117 ++-0516095 ++-0519068 ++-0522066 ++-0512123 ++-0520112 ++-0511079 ++-0507058 ++-0509060 ++-0517081 ++-0498151 ++-0504146 ++-0506109 ++-0514098 ++-0508066 ++-0505100 ++-0510033 ++-0513118 ++-0515125 ++-0519069 ++-0516096 ++-0520113 ++-0521065 ++-0512124 ++-0523025 ++-0522067 ++-0517082 ++-0511080 ++-0509061 ++-0506110 ++-0507059 ++-0504147 ++-0498152 ++-0510034 ++-0514099 ++-0519070 ++-0505101 ++-0513119 ++-0508067 ++-0515126 ++-0521066 ++-0522068 ++-0516097 ++-0506111 ++-0512125 ++-0520114 ++-0509062 ++-0523026 ++-0507060 ++-0511081 ++-0517083 ++-0514100 ++-0510035 ++-0519071 ++-0505102 ++-0513120 ++-0498153 ++-0504148 ++-0508068 ++-0515127 ++-0521067 ++-0512126 ++-0507061 ++-0523027 ++-0511082 ++-0516098 ++-0506112 ++-0522069 ++-0520115 ++-0510036 ++-0514101 ++-0509063 ++-0517084 ++-0519072 ++-0513121 ++-0505103 ++-0515128 ++-0498154 ++-0508069 ++-0512127 ++-0521068 ++-0504149 ++-0516099 ++-0507062 ++-0511083 ++-0506113 ++-0520116 ++-0522070 ++-0510037 ++-0514102 ++-0523028 ++-0519073 ++-0509064 ++-0517085 ++-0513122 ++-0508070 ++-0505104 ++-0515129 ++-0512128 ++-0521069 ++-0498155 ++-0506114 ++-0523029 ++-0522071 ++-0509065 ++-0514103 ++-0508071 ++-0513123 ++-0512129 ++-0506115 ++-0509066 ++-0513124 ++-0522072 ++-0506116 ++-0520117 ++-0522073 ++-0506117 ++-0505105 ++-0516100 ++-0511084 ++-0507063 ++-0504150 ++-0510038 ++-0509067 ++-0519074 ++-0517086 ++-0512130 ++-0513125 ++-0515130 ++-0516101 ++-0511085 ++-0521070 ++-0507064 ++-0523030 ++-0520118 ++-0514104 ++-0509068 ++-0519075 ++-0508072 ++-0510039 ++-0522074 ++-0504151 ++-0505106 ++-0506118 ++-0517087 ++-0513126 ++-0512131 ++-0516102 ++-0511086 ++-0523031 ++-0521071 ++-0509069 ++-0519076 ++-0514105 ++-0507065 ++-0508073 ++-0510040 ++-0518000 ++-0506119 ++-0515131 ++-0520119 ++-0505107 ++-0513127 ++-0517088 ++-0522075 ++-0504152 ++-0511087 ++-0512132 ++-0516103 ++-0523032 ++-0509070 ++-0521072 ++-0507066 ++-0508074 ++-0515132 ++-0510041 ++-0514106 ++-0506120 ++-0519077 ++-0505108 ++-0517089 ++-0522076 ++-0520120 ++-0518001 ++-0511088 ++-0512133 ++-0513128 ++-0504153 ++-0516104 ++-0521073 ++-0509071 ++-0523033 ++-0507067 ++-0510042 ++-0517090 ++-0519078 ++-0515133 ++-0508075 ++-0505109 ++-0511089 ++-0520121 ++-0514107 ++-0513129 ++-0506121 ++-0522077 ++-0512134 ++-0518002 ++-0509072 ++-0504154 ++-0523034 ++-0516105 ++-0507068 ++-0521074 ++-0517091 ++-0519079 ++-0515134 ++-0510043 ++-0505110 ++-0508076 ++-0513130 ++-0514108 ++-0512135 ++-0520122 ++-0506122 ++-0511090 ++-0518003 ++-0523035 ++-0509073 ++-0516106 ++-0522078 ++-0504155 ++-0521075 ++-0519080 ++-0507069 ++-0508077 ++-0515135 ++-0510044 ++-0513131 ++-0520123 ++-0505111 ++-0517092 ++-0511091 ++-0512136 ++-0506123 ++-0518004 ++-0514109 ++-0516107 ++-0509074 ++-0523036 ++-0521076 ++-0519081 ++-0522079 ++-0508078 ++-0515136 ++-0507070 ++-0513132 ++-0505112 ++-0510045 ++-0520124 ++-0511092 ++-0506124 ++-0518005 ++-0517093 ++-0512137 ++-0516108 ++-0523037 ++-0509075 ++-0514110 ++-0521077 ++-0519082 ++-0508079 ++-0513133 ++-0522080 ++-0515137 ++-0507071 ++-0506125 ++-0505113 ++-0518006 ++-0510046 ++-0513134 ++-0517094 ++-0522081 ++-0519083 ++-0512138 ++-0505114 ++-0514111 ++-0518007 ++-0520125 ++-0521078 ++-0511093 ++-0516109 ++-0523038 ++-0507072 ++-0506126 ++-0515138 ++-0508080 ++-0524000 ++-0509076 ++-0517095 ++-0510047 ++-0518008 ++-0512139 ++-0521079 ++-0509077 ++-0511094 ++-0506127 ++-0524001 ++-0519084 ++-0522082 ++-0512140 ++-0513135 ++-0505115 ++-0510048 ++-0514112 ++-0509078 ++-0521080 ++-0516110 ++-0508081 ++-0517096 ++-0518009 ++-0507073 ++-0523039 ++-0515139 ++-0520126 ++-0519085 ++-0513136 ++-0524002 ++-0522083 ++-0506128 ++-0511095 ++-0512141 ++-0505116 ++-0516111 ++-0514113 ++-0508082 ++-0521081 ++-0515140 ++-0518010 ++-0523040 ++-0510049 ++-0509079 ++-0517097 ++-0507074 ++-0519086 ++-0520127 ++-0522084 ++-0506129 ++-0513137 ++-0524003 ++-0511096 ++-0512142 ++-0516112 ++-0505117 ++-0521082 ++-0508083 ++-0518011 ++-0515141 ++-0523041 ++-0517098 ++-0514114 ++-0509080 ++-0507075 ++-0510050 ++-0519087 ++-0522085 ++-0506130 ++-0513138 ++-0520128 ++-0511097 ++-0524004 ++-0516113 ++-0518012 ++-0521083 ++-0508084 ++-0515142 ++-0512143 ++-0523042 ++-0517099 ++-0505118 ++-0514115 ++-0507076 ++-0509081 ++-0510051 ++-0519088 ++-0506131 ++-0524005 ++-0520129 ++-0522086 ++-0513139 ++-0511098 ++-0518013 ++-0521084 ++-0508085 ++-0516114 ++-0514116 ++-0517100 ++-0507077 ++-0515143 ++-0523043 ++-0512144 ++-0505119 ++-0509082 ++-0519089 ++-0524006 ++-0506132 ++-0510052 ++-0511099 ++-0513140 ++-0518014 ++-0522087 ++-0520130 ++-0521085 ++-0508086 ++-0507078 ++-0517101 ++-0516115 ++-0515144 ++-0505120 ++-0514117 ++-0524007 ++-0519090 ++-0523044 ++-0512145 ++-0509083 ++-0510053 ++-0506133 ++-0511100 ++-0513141 ++-0518015 ++-0522088 ++-0508087 ++-0521086 ++-0520131 ++-0515145 ++-0516116 ++-0514118 ++-0511101 ++-0513142 ++-0518016 ++-0510054 ++-0524008 ++-0507079 ++-0519091 ++-0523045 ++-0521087 ++-0522089 ++-0508088 ++-0509084 ++-0505121 ++-0506134 ++-0512146 ++-0517102 ++-0520132 ++-0510055 ++-0516117 ++-0513143 ++-0515146 ++-0522090 ++-0511102 ++-0518017 ++-0519092 ++-0523046 ++-0524009 ++-0514119 ++-0506135 ++-0512147 ++-0508089 ++-0521088 ++-0517103 ++-0507080 ++-0505122 ++-0509085 ++-0520133 ++-0516118 ++-0513144 ++-0522091 ++-0511103 ++-0519093 ++-0523047 ++-0510056 ++-0512148 ++-0514120 ++-0521089 ++-0518018 ++-0524010 ++-0515147 ++-0506136 ++-0508090 ++-0517104 ++-0507081 ++-0509086 ++-0505123 ++-0516119 ++-0520134 ++-0513145 ++-0523048 ++-0512149 ++-0519094 ++-0514121 ++-0522092 ++-0518019 ++-0521090 ++-0524011 ++-0511104 ++-0509087 ++-0510057 ++-0515148 ++-0506137 ++-0508091 ++-0517105 ++-0507082 ++-0505124 ++-0523049 ++-0520135 ++-0514122 ++-0518020 ++-0513146 ++-0512150 ++-0516120 ++-0509088 ++-0521091 ++-0510058 ++-0522093 ++-0519095 ++-0517106 ++-0507083 ++-0508092 ++-0505125 ++-0520136 ++-0506138 ++-0523050 ++-0518021 ++-0512151 ++-0509089 ++-0514123 ++-0516121 ++-0521092 ++-0519096 ++-0507084 ++-0508093 ++-0510059 ++-0520137 ++-0505126 ++-0517107 ++-0522094 ++-0506139 ++-0518022 ++-0509090 ++-0514124 ++-0515149 ++-0523051 ++-0511105 ++-0524012 ++-0512152 ++-0516122 ++-0521093 ++-0519097 ++-0513147 ++-0507085 ++-0522095 ++-0505127 ++-0520138 ++-0510060 ++-0517108 ++-0506140 ++-0508094 ++-0518023 ++-0514125 ++-0523052 ++-0512153 ++-0509091 ++-0515150 ++-0519098 ++-0524013 ++-0521094 ++-0511106 ++-0513148 ++-0516123 ++-0507086 ++-0522096 ++-0505128 ++-0510061 ++-0520139 ++-0517109 ++-0506141 ++-0518024 ++-0514126 ++-0508095 ++-0515151 ++-0511107 ++-0513149 ++-0524014 ++-0523053 ++-0521095 ++-0509092 ++-0517110 ++-0506142 ++-0511108 ++-0507087 ++-0512154 ++-0522097 ++-0510062 ++-0505129 ++-0519099 ++-0515152 ++-0513150 ++-0508096 ++-0514127 ++-0524015 ++-0520140 ++-0516124 ++-0518025 ++-0523054 ++-0521096 ++-0506143 ++-0511109 ++-0512155 ++-0509093 ++-0522098 ++-0510063 ++-0507088 ++-0505130 ++-0519100 ++-0508097 ++-0517111 ++-0515153 ++-0514128 ++-0516125 ++-0513151 ++-0524016 ++-0520141 ++-0518026 ++-0523055 ++-0521097 ++-0506144 ++-0512156 ++-0511110 ++-0522099 ++-0509094 ++-0519101 ++-0508098 ++-0510064 ++-0514129 ++-0517112 ++-0505131 ++-0516126 ++-0515154 ++-0507089 ++-0523056 ++-0524017 ++-0513152 ++-0518027 ++-0520142 ++-0506145 ++-0511111 ++-0512157 ++-0521098 ++-0522100 ++-0509095 ++-0516127 ++-0508099 ++-0517113 ++-0515155 ++-0505132 ++-0519102 ++-0513153 ++-0514130 ++-0507090 ++-0523057 ++-0510065 ++-0511112 ++-0518028 ++-0506146 ++-0524018 ++-0520143 ++-0522101 ++-0516128 ++-0517114 ++-0514131 ++-0510066 ++-0509096 ++-0513154 ++-0521099 ++-0515156 ++-0520144 ++-0506147 ++-0519103 ++-0522102 ++-0516129 ++-0518029 ++-0511113 ++-0524019 ++-0505133 ++-0508100 ++-0523058 ++-0507091 ++-0517115 ++-0514132 ++-0510067 ++-0513155 ++-0522103 ++-0511114 ++-0519104 ++-0509097 ++-0532000 ++-0516130 ++-0521100 ++-0524020 ++-0518030 ++-0506148 ++-0508101 ++-0505134 ++-0520145 ++-0523059 ++-0514133 ++-0517116 ++-0507092 ++-0511115 ++-0532001 ++-0510068 ++-0509098 ++-0524021 ++-0516131 ++-0519105 ++-0522104 ++-0518031 ++-0506149 ++-0521101 ++-0514134 ++-0508102 ++-0507093 ++-0520146 ++-0505135 ++-0523060 ++-0517117 ++-0532002 ++-0510069 ++-0524022 ++-0511116 ++-0519106 ++-0509099 ++-0516132 ++-0522105 ++-0535000 ++-0518032 ++-0506150 ++-0521102 ++-0507094 ++-0520147 ++-0505136 ++-0517118 ++-0514135 ++-0523061 ++-0508103 ++-0533000 ++-0532003 ++-0524023 ++-0516133 ++-0509100 ++-0535001 ++-0510070 ++-0519107 ++-0518033 ++-0511117 ++-0522106 ++-0507095 ++-0506151 ++-0521103 ++-0517119 ++-0505137 ++-0520148 ++-0523062 ++-0514136 ++-0508104 ++-0524024 ++-0532004 ++-0533001 ++-0535002 ++-0518034 ++-0507096 ++-0510071 ++-0516134 ++-0506152 ++-0509101 ++-0519108 ++-0521104 ++-0505138 ++-0522107 ++-0511118 ++-0508105 ++-0520149 ++-0517120 ++-0524025 ++-0523063 ++-0532005 ++-0514137 ++-0535003 ++-0518035 ++-0507097 ++-0533002 ++-0506153 ++-0510072 ++-0521105 ++-0519109 ++-0516135 ++-0505139 ++-0509102 ++-0511119 ++-0520150 ++-0517121 ++-0524026 ++-0522108 ++-0523064 ++-0508106 ++-0535004 ++-0532006 ++-0514138 ++-0518036 ++-0533003 ++-0507098 ++-0506154 ++-0521106 ++-0516136 ++-0510073 ++-0511120 ++-0505140 ++-0519110 ++-0509103 ++-0524027 ++-0523065 ++-0517122 ++-0520151 ++-0522109 ++-0514139 ++-0532007 ++-0535005 ++-0533004 ++-0508107 ++-0507099 ++-0518037 ++-0506155 ++-0521107 ++-0505141 ++-0510074 ++-0509104 ++-0519111 ++-0511121 ++-0523066 ++-0516137 ++-0517123 ++-0520152 ++-0522110 ++-0514140 ++-0524028 ++-0535006 ++-0532008 ++-0508108 ++-0507100 ++-0518038 ++-0521108 ++-0506156 ++-0505142 ++-0533005 ++-0523067 ++-0510075 ++-0522111 ++-0520153 ++-0509105 ++-0511122 ++-0519112 ++-0514141 ++-0524029 ++-0517124 ++-0516138 ++-0535007 ++-0532009 ++-0518039 ++-0508109 ++-0506157 ++-0507101 ++-0521109 ++-0522112 ++-0533006 ++-0505143 ++-0523068 ++-0510076 ++-0535008 ++-0514142 ++-0520154 ++-0532010 ++-0511123 ++-0508110 ++-0524030 ++-0521110 ++-0505144 ++-0523069 ++-0509106 ++-0519113 ++-0507102 ++-0517125 ++-0516139 ++-0522113 ++-0510077 ++-0533007 ++-0518040 ++-0535009 ++-0514143 ++-0532011 ++-0524031 ++-0523070 ++-0509107 ++-0521111 ++-0505145 ++-0519114 ++-0511124 ++-0517126 ++-0508111 ++-0522114 ++-0518041 ++-0520155 ++-0510078 ++-0516140 ++-0526000 ++-0533008 ++-0507103 ++-0535010 ++-0532012 ++-0514144 ++-0524032 ++-0521112 ++-0519115 ++-0523071 ++-0511125 ++-0509108 ++-0522115 ++-0508112 ++-0505146 ++-0518042 ++-0517127 ++-0507104 ++-0526001 ++-0516141 ++-0520156 ++-0533009 ++-0510079 ++-0514145 ++-0524033 ++-0532013 ++-0535011 ++-0521113 ++-0519116 ++-0511126 ++-0523072 ++-0509109 ++-0518043 ++-0522116 ++-0508113 ++-0526002 ++-0505147 ++-0507105 ++-0514146 ++-0517128 ++-0524034 ++-0532014 ++-0516142 ++-0535012 ++-0533010 ++-0521114 ++-0510080 ++-0519117 ++-0523073 ++-0518044 ++-0511127 ++-0522117 ++-0526003 ++-0508114 ++-0505148 ++-0514147 ++-0509110 ++-0517129 ++-0524035 ++-0532015 ++-0507106 ++-0535013 ++-0516143 ++-0533011 ++-0521115 ++-0518045 ++-0523074 ++-0519118 ++-0511128 ++-0510081 ++-0508115 ++-0505149 ++-0522118 ++-0526004 ++-0532016 ++-0514148 ++-0517130 ++-0509111 ++-0535014 ++-0533012 ++-0524036 ++-0518046 ++-0521116 ++-0516144 ++-0540000 ++-0507107 ++-0511129 ++-0508116 ++-0523075 ++-0519119 ++-0522119 ++-0510082 ++-0505150 ++-0514149 ++-0509112 ++-0526005 ++-0532017 ++-0535015 ++-0533013 ++-0518047 ++-0517131 ++-0521117 ++-0516145 ++-0524037 ++-0523076 ++-0519120 ++-0511130 ++-0540001 ++-0507108 ++-0522120 ++-0508117 ++-0510083 ++-0505151 ++-0509113 ++-0514150 ++-0533014 ++-0526006 ++-0532018 ++-0518048 ++-0535016 ++-0517132 ++-0511131 ++-0524038 ++-0516146 ++-0540002 ++-0522121 ++-0533015 ++-0516147 ++-0517133 ++-0510084 ++-0508118 ++-0523077 ++-0535017 ++-0519121 ++-0514151 ++-0505152 ++-0521118 ++-0507109 ++-0516148 ++-0509114 ++-0533016 ++-0522122 ++-0518049 ++-0532019 ++-0524039 ++-0540003 ++-0511132 ++-0526007 ++-0517134 ++-0523078 ++-0510085 ++-0535018 ++-0508119 ++-0519122 ++-0509115 ++-0505153 ++-0532020 ++-0521119 ++-0507110 ++-0516149 ++-0524040 ++-0514152 ++-0540004 ++-0533017 ++-0511133 ++-0517135 ++-0523079 ++-0526008 ++-0535019 ++-0518050 ++-0522123 ++-0510086 ++-0508120 ++-0509116 ++-0519123 ++-0532021 ++-0521120 ++-0505154 ++-0514153 ++-0516150 ++-0507111 ++-0540005 ++-0533018 ++-0526009 ++-0517136 ++-0524041 ++-0523080 ++-0535020 ++-0511134 ++-0518051 ++-0522124 ++-0508121 ++-0521121 ++-0532022 ++-0509117 ++-0510087 ++-0514154 ++-0519124 ++-0505155 ++-0516151 ++-0507112 ++-0540006 ++-0533019 ++-0517137 ++-0526010 ++-0524042 ++-0523081 ++-0535021 ++-0511135 ++-0518052 ++-0522125 ++-0521122 ++-0508122 ++-0532023 ++-0510088 ++-0505156 ++-0514155 ++-0509118 ++-0507113 ++-0540007 ++-0519125 ++-0516152 ++-0533020 ++-0524043 ++-0535022 ++-0526011 ++-0523082 ++-0518053 ++-0508123 ++-0510089 ++-0509119 ++-0511136 ++-0507114 ++-0532024 ++-0535023 ++-0517138 ++-0521123 ++-0522126 ++-0514156 ++-0516153 ++-0540008 ++-0526012 ++-0518054 ++-0508124 ++-0519126 ++-0524044 ++-0510090 ++-0533021 ++-0523083 ++-0507115 ++-0509120 ++-0511137 ++-0535024 ++-0524045 ++-0526013 ++-0522127 ++-0516154 ++-0521124 ++-0540009 ++-0517139 ++-0535025 ++-0510091 ++-0533022 ++-0532025 ++-0519127 ++-0518055 ++-0511138 ++-0508125 ++-0507116 ++-0509121 ++-0523084 ++-0525000 ++-0524046 ++-0522128 ++-0535026 ++-0521125 ++-0526014 ++-0510092 ++-0540010 ++-0517140 ++-0532026 ++-0519128 ++-0516155 ++-0533023 ++-0511139 ++-0509122 ++-0507117 ++-0518056 ++-0525001 ++-0508126 ++-0524047 ++-0523085 ++-0522129 ++-0535027 ++-0521126 ++-0526015 ++-0540011 ++-0517141 ++-0519129 ++-0532027 ++-0533024 ++-0510093 ++-0534000 ++-0511140 ++-0518057 ++-0509123 ++-0507118 ++-0525002 ++-0508127 ++-0524048 ++-0522130 ++-0535028 ++-0523086 ++-0526016 ++-0521127 ++-0540012 ++-0532028 ++-0533025 ++-0519130 ++-0511141 ++-0517142 ++-0518058 ++-0507119 ++-0509124 ++-0525003 ++-0534001 ++-0510094 ++-0508128 ++-0524049 ++-0535029 ++-0523087 ++-0521128 ++-0522131 ++-0540013 ++-0532029 ++-0526017 ++-0519131 ++-0511142 ++-0536000 ++-0525004 ++-0518059 ++-0533026 ++-0508129 ++-0517143 ++-0534002 ++-0509125 ++-0507120 ++-0524050 ++-0510095 ++-0535030 ++-0523088 ++-0521129 ++-0540014 ++-0532030 ++-0522132 ++-0519132 ++-0526018 ++-0536001 ++-0511143 ++-0525005 ++-0518060 ++-0508130 ++-0517144 ++-0524051 ++-0534003 ++-0509126 ++-0533027 ++-0535031 ++-0540015 ++-0507121 ++-0521130 ++-0510096 ++-0532031 ++-0519133 ++-0522133 ++-0523089 ++-0536002 ++-0526019 ++-0525006 ++-0518061 ++-0511144 ++-0517145 ++-0508131 ++-0534004 ++-0533028 ++-0509127 ++-0524052 ++-0540016 ++-0510097 ++-0535032 ++-0507122 ++-0532032 ++-0521131 ++-0523090 ++-0525007 ++-0522134 ++-0519134 ++-0526020 ++-0536003 ++-0518062 ++-0511145 ++-0508132 ++-0533029 ++-0524053 ++-0509128 ++-0540017 ++-0517146 ++-0510098 ++-0534005 ++-0535033 ++-0532033 ++-0519135 ++-0521132 ++-0525008 ++-0507123 ++-0522135 ++-0526021 ++-0523091 ++-0518063 ++-0536004 ++-0533030 ++-0508133 ++-0509129 ++-0524054 ++-0535034 ++-0511146 ++-0517147 ++-0540018 ++-0510099 ++-0534006 ++-0532034 ++-0521133 ++-0519136 ++-0525009 ++-0523092 ++-0518064 ++-0507124 ++-0536005 ++-0509130 ++-0522136 ++-0508134 ++-0524055 ++-0526022 ++-0511147 ++-0517148 ++-0533031 ++-0540019 ++-0532035 ++-0535035 ++-0534007 ++-0521134 ++-0510100 ++-0525010 ++-0519137 ++-0536006 ++-0524056 ++-0523093 ++-0508135 ++-0507125 ++-0518065 ++-0511148 ++-0522137 ++-0533032 ++-0540020 ++-0509131 ++-0517149 ++-0532036 ++-0534008 ++-0535036 ++-0526023 ++-0521135 ++-0510101 ++-0519138 ++-0536007 ++-0524057 ++-0525011 ++-0511149 ++-0523094 ++-0526024 ++-0508136 ++-0533033 ++-0535037 ++-0522138 ++-0509132 ++-0524058 ++-0518066 ++-0510102 ++-0540021 ++-0534009 ++-0536008 ++-0517150 ++-0511150 ++-0507126 ++-0523095 ++-0525012 ++-0521136 ++-0519139 ++-0532037 ++-0535038 ++-0526025 ++-0533034 ++-0509133 ++-0540022 ++-0536009 ++-0511151 ++-0507127 ++-0521137 ++-0532038 ++-0508137 ++-0523096 ++-0510103 ++-0534010 ++-0519140 ++-0522139 ++-0524059 ++-0518067 ++-0525013 ++-0526026 ++-0536010 ++-0511152 ++-0507128 ++-0535039 ++-0521138 ++-0533035 ++-0517151 ++-0525014 ++-0508138 ++-0526027 ++-0509134 ++-0532039 ++-0536011 ++-0511153 ++-0510104 ++-0507129 ++-0534011 ++-0517152 ++-0519141 ++-0525015 ++-0533036 ++-0526028 ++-0535040 ++-0508139 ++-0521139 ++-0522140 ++-0509135 ++-0524060 ++-0536012 ++-0532040 ++-0511154 ++-0523097 ++-0518068 ++-0510105 ++-0540023 ++-0534012 ++-0507130 ++-0517153 ++-0533037 ++-0519142 ++-0535041 ++-0526029 ++-0508140 ++-0525016 ++-0521140 ++-0532041 ++-0509136 ++-0523098 ++-0511155 ++-0522141 ++-0536013 ++-0518069 ++-0524061 ++-0510106 ++-0507131 ++-0540024 ++-0519143 ++-0517154 ++-0534013 ++-0533038 ++-0526030 ++-0535042 ++-0508141 ++-0521141 ++-0525017 ++-0532042 ++-0509137 ++-0522142 ++-0523099 ++-0511156 ++-0518070 ++-0524062 ++-0536014 ++-0507132 ++-0510107 ++-0540025 ++-0517155 ++-0519144 ++-0534014 ++-0535043 ++-0526031 ++-0533039 ++-0509138 ++-0508142 ++-0522143 ++-0521142 ++-0536015 ++-0518071 ++-0523100 ++-0535044 ++-0532043 ++-0524063 ++-0510108 ++-0507133 ++-0519145 ++-0509139 ++-0525018 ++-0534015 ++-0540026 ++-0526032 ++-0521143 ++-0522144 ++-0533040 ++-0508143 ++-0523101 ++-0518072 ++-0536016 ++-0532044 ++-0525019 ++-0507134 ++-0524064 ++-0509140 ++-0519146 ++-0510109 ++-0534016 ++-0531000 ++-0535045 ++-0526033 ++-0540027 ++-0508144 ++-0523102 ++-0536017 ++-0521144 ++-0533041 ++-0522145 ++-0518073 ++-0537000 ++-0532045 ++-0524065 ++-0525020 ++-0507135 ++-0509141 ++-0519147 ++-0510110 ++-0508145 ++-0507136 ++-0519148 ++-0526034 ++-0535046 ++-0521145 ++-0509142 ++-0522146 ++-0536018 ++-0510111 ++-0540028 ++-0533042 ++-0531001 ++-0525021 ++-0523103 ++-0537001 ++-0519149 ++-0507137 ++-0534017 ++-0518074 ++-0524066 ++-0532046 ++-0508146 ++-0526035 ++-0522147 ++-0535047 ++-0521146 ++-0536019 ++-0540029 ++-0510112 ++-0509143 ++-0525022 ++-0533043 ++-0507138 ++-0518075 ++-0519150 ++-0531002 ++-0524067 ++-0537002 ++-0534018 ++-0532047 ++-0523104 ++-0508147 ++-0522148 ++-0526036 ++-0535048 ++-0536020 ++-0521147 ++-0507139 ++-0533044 ++-0540030 ++-0525023 ++-0510113 ++-0509144 ++-0524068 ++-0532048 ++-0518076 ++-0531003 ++-0534019 ++-0508148 ++-0523105 ++-0537003 ++-0519151 ++-0526037 ++-0536021 ++-0535049 ++-0522149 ++-0525024 ++-0507140 ++-0509145 ++-0533045 ++-0521148 ++-0532049 ++-0540031 ++-0518077 ++-0510114 ++-0531004 ++-0508149 ++-0519152 ++-0534020 ++-0523106 ++-0524069 ++-0537004 ++-0526038 ++-0536022 ++-0535050 ++-0522150 ++-0525025 ++-0521149 ++-0532050 ++-0533046 ++-0509146 ++-0507141 ++-0510115 ++-0540032 ++-0518078 ++-0519153 ++-0531005 ++-0523107 ++-0537005 ++-0508150 ++-0526039 ++-0536023 ++-0525026 ++-0534021 ++-0524070 ++-0535051 ++-0532051 ++-0521150 ++-0522151 ++-0533047 ++-0509147 ++-0510116 ++-0507142 ++-0531006 ++-0540033 ++-0518079 ++-0519154 ++-0523108 ++-0508151 ++-0537006 ++-0525027 ++-0526040 ++-0536024 ++-0534022 ++-0532052 ++-0524071 ++-0522152 ++-0535052 ++-0521151 ++-0507143 ++-0509148 ++-0531007 ++-0533048 ++-0518080 ++-0510117 ++-0508152 ++-0540034 ++-0519155 ++-0537007 ++-0526041 ++-0523109 ++-0532053 ++-0536025 ++-0525028 ++-0524072 ++-0522153 ++-0534023 ++-0521152 ++-0507144 ++-0531008 ++-0509149 ++-0518081 ++-0540035 ++-0537008 ++-0523110 ++-0526042 ++-0532054 ++-0535053 ++-0510118 ++-0533049 ++-0524073 ++-0522154 ++-0508153 ++-0525029 ++-0536026 ++-0521153 ++-0507145 ++-0531009 ++-0534024 ++-0509150 ++-0540036 ++-0523111 ++-0537009 ++-0518082 ++-0526043 ++-0532055 ++-0510119 ++-0533050 ++-0524074 ++-0535054 ++-0507146 ++-0508154 ++-0521154 ++-0509151 ++-0534025 ++-0522155 ++-0525030 ++-0531010 ++-0539000 ++-0523112 ++-0536027 ++-0540037 ++-0537010 ++-0526044 ++-0518083 ++-0510120 ++-0533051 ++-0535055 ++-0507147 ++-0508155 ++-0524075 ++-0534026 ++-0531011 ++-0535056 ++-0536028 ++-0525031 ++-0521155 ++-0532056 ++-0523113 ++-0534027 ++-0539001 ++-0540038 ++-0509152 ++-0524076 ++-0537011 ++-0526045 ++-0510121 ++-0531012 ++-0507148 ++-0518084 ++-0533052 ++-0535057 ++-0521156 ++-0536029 ++-0525032 ++-0537012 ++-0532057 ++-0509153 ++-0534028 ++-0510122 ++-0526046 ++-0539002 ++-0523114 ++-0507149 ++-0531013 ++-0540039 ++-0524077 ++-0518085 ++-0533053 ++-0525033 ++-0537013 ++-0535058 ++-0539003 ++-0536030 ++-0528000 ++-0523115 ++-0539004 ++-0540040 ++-0510123 ++-0532058 ++-0507150 ++-0534029 ++-0524078 ++-0531014 ++-0526047 ++-0536031 ++-0518086 ++-0509154 ++-0540041 ++-0542000 ++-0528001 ++-0539005 ++-0537014 ++-0525034 ++-0523116 ++-0535059 ++-0533054 ++-0510124 ++-0532059 ++-0531015 ++-0536032 ++-0524079 ++-0534030 ++-0539006 ++-0526048 ++-0540042 ++-0542001 ++-0537015 ++-0535060 ++-0518087 ++-0509155 ++-0525035 ++-0507151 ++-0528002 ++-0523117 ++-0541000 ++-0510125 ++-0531016 ++-0524080 ++-0532060 ++-0533055 ++-0534031 ++-0536033 ++-0540043 ++-0539007 ++-0542002 ++-0535061 ++-0537016 ++-0526049 ++-0509156 ++-0518088 ++-0523118 ++-0525036 ++-0507152 ++-0528003 ++-0541001 ++-0524081 ++-0532061 ++-0534032 ++-0536034 ++-0510126 ++-0531017 ++-0533056 ++-0539008 ++-0537017 ++-0542003 ++-0540044 ++-0528004 ++-0518089 ++-0535062 ++-0525037 ++-0524082 ++-0536035 ++-0534033 ++-0541002 ++-0531018 ++-0509157 ++-0523119 ++-0507153 ++-0533057 ++-0526050 ++-0532062 ++-0510127 ++-0540045 ++-0542004 ++-0537018 ++-0539009 ++-0518090 ++-0541003 ++-0528005 ++-0534034 ++-0525038 ++-0535063 ++-0536036 ++-0531019 ++-0523120 ++-0509158 ++-0507154 ++-0526051 ++-0524083 ++-0533058 ++-0540046 ++-0510128 ++-0532063 ++-0537019 ++-0542005 ++-0528006 ++-0541004 ++-0539010 ++-0525039 ++-0534035 ++-0531020 ++-0536037 ++-0518091 ++-0523121 ++-0535064 ++-0507155 ++-0526052 ++-0524084 ++-0540047 ++-0532064 ++-0542006 ++-0533059 ++-0537020 ++-0510129 ++-0541005 ++-0534036 ++-0528007 ++-0525040 ++-0539011 ++-0518092 ++-0531021 ++-0536038 ++-0526053 ++-0535065 ++-0523122 ++-0532065 ++-0540048 ++-0537021 ++-0533060 ++-0524085 ++-0541006 ++-0542007 ++-0534037 ++-0528008 ++-0510130 ++-0525041 ++-0539012 ++-0531022 ++-0536039 ++-0526054 ++-0535066 ++-0518093 ++-0532066 ++-0529000 ++-0537022 ++-0524086 ++-0523123 ++-0540049 ++-0533061 ++-0510131 ++-0542008 ++-0541007 ++-0534038 ++-0525042 ++-0531023 ++-0528009 ++-0536040 ++-0526055 ++-0535067 ++-0539013 ++-0532067 ++-0527000 ++-0518094 ++-0540050 ++-0529001 ++-0524087 ++-0537023 ++-0523124 ++-0542009 ++-0510132 ++-0534039 ++-0533062 ++-0525043 ++-0531024 ++-0541008 ++-0535068 ++-0526056 ++-0532068 ++-0539014 ++-0528010 ++-0536041 ++-0524088 ++-0529002 ++-0527001 ++-0537024 ++-0523125 ++-0510133 ++-0534040 ++-0518095 ++-0540051 ++-0542010 ++-0541009 ++-0531025 ++-0535069 ++-0533063 ++-0539015 ++-0525044 ++-0526057 ++-0536042 ++-0528011 ++-0529003 ++-0532069 ++-0537025 ++-0527002 ++-0524089 ++-0523126 ++-0510134 ++-0534041 ++-0540052 ++-0518096 ++-0542011 ++-0531026 ++-0535070 ++-0525045 ++-0541010 ++-0533064 ++-0539016 ++-0526058 ++-0536043 ++-0528012 ++-0529004 ++-0532070 ++-0527003 ++-0510135 ++-0537026 ++-0518097 ++-0524090 ++-0534042 ++-0540053 ++-0523127 ++-0542012 ++-0531027 ++-0535071 ++-0541011 ++-0525046 ++-0539017 ++-0533065 ++-0529005 ++-0527004 ++-0526059 ++-0536044 ++-0528013 ++-0537027 ++-0532071 ++-0524091 ++-0540054 ++-0534043 ++-0510136 ++-0542013 ++-0518098 ++-0525047 ++-0523128 ++-0541012 ++-0535072 ++-0531028 ++-0533066 ++-0529006 ++-0527005 ++-0539018 ++-0528014 ++-0524092 ++-0537028 ++-0536045 ++-0526060 ++-0540055 ++-0534044 ++-0542014 ++-0532072 ++-0523129 ++-0510137 ++-0525048 ++-0518099 ++-0541013 ++-0535073 ++-0527006 ++-0531029 ++-0529007 ++-0539019 ++-0533067 ++-0537029 ++-0528015 ++-0526061 ++-0536046 ++-0524093 ++-0540056 ++-0525049 ++-0534045 ++-0518100 ++-0523130 ++-0510138 ++-0542015 ++-0532073 ++-0529008 ++-0531030 ++-0527007 ++-0539020 ++-0541014 ++-0535074 ++-0536047 ++-0533068 ++-0528016 ++-0534046 ++-0526062 ++-0524094 ++-0537030 ++-0518101 ++-0540057 ++-0523131 ++-0542016 ++-0539021 ++-0531031 ++-0525050 ++-0541015 ++-0510139 ++-0527008 ++-0532074 ++-0535075 ++-0529009 ++-0533069 ++-0528017 ++-0534047 ++-0536048 ++-0526063 ++-0524095 ++-0518102 ++-0525051 ++-0523132 ++-0542017 ++-0539022 ++-0540058 ++-0537031 ++-0527009 ++-0541016 ++-0510140 ++-0531032 ++-0529010 ++-0532075 ++-0533070 ++-0528018 ++-0535076 ++-0524096 ++-0526064 ++-0542018 ++-0536049 ++-0525052 ++-0539023 ++-0527010 ++-0518103 ++-0523133 ++-0510141 ++-0534048 ++-0531033 ++-0529011 ++-0540059 ++-0535077 ++-0541017 ++-0532076 ++-0533071 ++-0524097 ++-0537032 ++-0526065 ++-0542019 ++-0525053 ++-0528019 ++-0539024 ++-0536050 ++-0527011 ++-0523134 ++-0534049 ++-0518104 ++-0510142 ++-0531034 ++-0529012 ++-0540060 ++-0541018 ++-0532077 ++-0535078 ++-0533072 ++-0524098 ++-0537033 ++-0527012 ++-0542020 ++-0525054 ++-0526066 ++-0536051 ++-0518105 ++-0541019 ++-0534050 ++-0531035 ++-0540061 ++-0539025 ++-0528020 ++-0529013 ++-0532078 ++-0510143 ++-0523135 ++-0535079 ++-0524099 ++-0531036 ++-0528021 ++-0540062 ++-0524100 ++-0542021 ++-0527013 ++-0528022 ++-0535080 ++-0518106 ++-0532079 ++-0526067 ++-0541020 ++-0533073 ++-0525055 ++-0510144 ++-0534051 ++-0542022 ++-0536052 ++-0529014 ++-0540063 ++-0523136 ++-0539026 ++-0524101 ++-0537034 ++-0528023 ++-0541021 ++-0510145 ++-0525056 ++-0531037 ++-0527014 ++-0535081 ++-0533074 ++-0534052 ++-0518107 ++-0524102 ++-0532080 ++-0542023 ++-0537035 ++-0540064 ++-0539027 ++-0526068 ++-0529015 ++-0536053 ++-0541022 ++-0523137 ++-0535082 ++-0525057 ++-0524103 ++-0518108 ++-0527015 ++-0532081 ++-0528024 ++-0541023 ++-0523138 ++-0542024 ++-0534053 ++-0533075 ++-0539028 ++-0531038 ++-0535083 ++-0536054 ++-0510146 ++-0541024 ++-0524104 ++-0532082 ++-0542025 ++-0523139 ++-0525058 ++-0536055 ++-0534054 ++-0518109 ++-0527016 ++-0528025 ++-0539029 ++-0524105 ++-0510147 ++-0523140 ++-0537036 ++-0529016 ++-0531039 ++-0535084 ++-0536056 ++-0540065 ++-0526069 ++-0542026 ++-0528026 ++-0534055 ++-0525059 ++-0533076 ++-0527017 ++-0541025 ++-0518110 ++-0532083 ++-0510148 ++-0539030 ++-0524106 ++-0542027 ++-0526070 ++-0536057 ++-0531040 ++-0537037 ++-0529017 ++-0523141 ++-0527018 ++-0540066 ++-0528027 ++-0535085 ++-0539031 ++-0541026 ++-0518111 ++-0534056 ++-0525060 ++-0536058 ++-0533077 ++-0510149 ++-0532084 ++-0528028 ++-0523142 ++-0529018 ++-0537038 ++-0527019 ++-0534057 ++-0524107 ++-0531041 ++-0526071 ++-0539032 ++-0540067 ++-0542028 ++-0525061 ++-0536059 ++-0535086 ++-0541027 ++-0533078 ++-0528029 ++-0510150 ++-0523143 ++-0518112 ++-0527020 ++-0532085 ++-0524108 ++-0534058 ++-0540068 ++-0537039 ++-0529019 ++-0525062 ++-0527021 ++-0535087 ++-0539033 ++-0528030 ++-0533079 ++-0540069 ++-0510151 ++-0531042 ++-0541028 ++-0526072 ++-0534059 ++-0536060 ++-0523144 ++-0532086 ++-0542029 ++-0518113 ++-0524109 ++-0525063 ++-0529020 ++-0535088 ++-0510152 ++-0534060 ++-0536061 ++-0524110 ++-0518114 ++-0540070 ++-0526073 ++-0531043 ++-0523145 ++-0533080 ++-0524111 ++-0527022 ++-0536062 ++-0525064 ++-0510153 ++-0539034 ++-0541029 ++-0528031 ++-0535089 ++-0542030 ++-0534061 ++-0532087 ++-0518115 ++-0537040 ++-0540071 ++-0527023 ++-0542031 ++-0531044 ++-0523146 ++-0526074 ++-0529021 ++-0541030 ++-0533081 ++-0536063 ++-0524112 ++-0525065 ++-0510154 ++-0528032 ++-0518116 ++-0535090 ++-0534062 ++-0537041 ++-0532088 ++-0539035 ++-0540072 ++-0527024 ++-0542032 ++-0524113 ++-0523147 ++-0531045 ++-0536064 ++-0541031 ++-0539036 ++-0533082 ++-0510155 ++-0529022 ++-0537042 ++-0525066 ++-0526075 ++-0518117 ++-0528033 ++-0534063 ++-0535091 ++-0532089 ++-0540073 ++-0542033 ++-0527025 ++-0541032 ++-0510156 ++-0536065 ++-0537043 ++-0523148 ++-0529023 ++-0539037 ++-0531046 ++-0535092 ++-0526076 ++-0518118 ++-0528034 ++-0525067 ++-0532090 ++-0541033 ++-0539038 ++-0540074 ++-0534064 ++-0524114 ++-0536066 ++-0529024 ++-0542034 ++-0531047 ++-0533083 ++-0535093 ++-0526077 ++-0518119 ++-0523149 ++-0537044 ++-0528035 ++-0527026 ++-0525068 ++-0539039 ++-0532091 ++-0540075 ++-0542035 ++-0533084 ++-0518120 ++-0528036 ++-0527027 ++-0535094 ++-0524115 ++-0541034 ++-0529025 ++-0536067 ++-0526078 ++-0534065 ++-0523150 ++-0542036 ++-0531048 ++-0525069 ++-0537045 ++-0539040 ++-0518121 ++-0532092 ++-0540076 ++-0533085 ++-0530000 ++-0528037 ++-0527028 ++-0535095 ++-0541035 ++-0524116 ++-0542037 ++-0531049 ++-0526079 ++-0534066 ++-0537046 ++-0533086 ++-0532093 ++-0523151 ++-0536068 ++-0529026 ++-0525070 ++-0539041 ++-0540077 ++-0518122 ++-0534067 ++-0531050 ++-0523152 ++-0525071 ++-0530001 ++-0535096 ++-0537047 ++-0524117 ++-0542038 ++-0541036 ++-0526080 ++-0529027 ++-0540078 ++-0536069 ++-0533087 ++-0528038 ++-0518123 ++-0532094 ++-0539042 ++-0527029 ++-0531051 ++-0530002 ++-0534068 ++-0523153 ++-0524118 ++-0526081 ++-0541037 ++-0525072 ++-0537048 ++-0529028 ++-0542039 ++-0536070 ++-0540079 ++-0535097 ++-0528039 ++-0539043 ++-0533088 ++-0527030 ++-0518124 ++-0531052 ++-0532095 ++-0534069 ++-0524119 ++-0523154 ++-0530003 ++-0537049 ++-0526082 ++-0525073 ++-0529029 ++-0542040 ++-0536071 ++-0541038 ++-0535098 ++-0540080 ++-0539044 ++-0528040 ++-0527031 ++-0518125 ++-0533089 ++-0523155 ++-0524120 ++-0532096 ++-0531053 ++-0530004 ++-0534070 ++-0526083 ++-0525074 ++-0541039 ++-0529030 ++-0542041 ++-0535099 ++-0539045 ++-0537050 ++-0527032 ++-0533090 ++-0528041 ++-0536072 ++-0540081 ++-0524121 ++-0518126 ++-0532097 ++-0523156 ++-0531054 ++-0530005 ++-0526084 ++-0534071 ++-0541040 ++-0525075 ++-0529031 ++-0535100 ++-0542042 ++-0539046 ++-0528042 ++-0527033 ++-0537051 ++-0536073 ++-0518127 ++-0532098 ++-0533091 ++-0540082 ++-0530006 ++-0524122 ++-0531055 ++-0534072 ++-0539047 ++-0535101 ++-0529032 ++-0525076 ++-0526085 ++-0542043 ++-0541041 ++-0528043 ++-0537052 ++-0518128 ++-0527034 ++-0536074 ++-0533092 ++-0530007 ++-0532099 ++-0524123 ++-0531056 ++-0540083 ++-0534073 ++-0539048 ++-0535102 ++-0541042 ++-0528044 ++-0542044 ++-0529033 ++-0525077 ++-0526086 ++-0527035 ++-0518129 ++-0537053 ++-0536075 ++-0531057 ++-0524124 ++-0534074 ++-0533093 ++-0532100 ++-0535103 ++-0539049 ++-0530008 ++-0540084 ++-0541043 ++-0543000 ++-0542045 ++-0527036 ++-0526087 ++-0528045 ++-0529034 ++-0537054 ++-0525078 ++-0518130 ++-0536076 ++-0524125 ++-0531058 ++-0539050 ++-0535104 ++-0532101 ++-0534075 ++-0530009 ++-0533094 ++-0541044 ++-0542046 ++-0543001 ++-0526088 ++-0540085 ++-0528046 ++-0527037 ++-0525079 ++-0518131 ++-0537055 ++-0529035 ++-0536077 ++-0524126 ++-0531059 ++-0535105 ++-0539051 ++-0532102 ++-0541045 ++-0530010 ++-0533095 ++-0542047 ++-0534076 ++-0543002 ++-0528047 ++-0526089 ++-0540086 ++-0527038 ++-0525080 ++-0529036 ++-0535106 ++-0536078 ++-0537056 ++-0518132 ++-0531060 ++-0532103 ++-0524127 ++-0541046 ++-0539052 ++-0530011 ++-0534077 ++-0533096 ++-0526090 ++-0528048 ++-0542048 ++-0543003 ++-0535107 ++-0536079 ++-0529037 ++-0527039 ++-0540087 ++-0525081 ++-0518133 ++-0537057 ++-0532104 ++-0524128 ++-0531061 ++-0530012 ++-0526091 ++-0533097 ++-0534078 ++-0541047 ++-0539053 ++-0528049 ++-0543004 ++-0542049 ++-0535108 ++-0529038 ++-0527040 ++-0518134 ++-0532105 ++-0536080 ++-0525082 ++-0540088 ++-0533098 ++-0531062 ++-0537058 ++-0530013 ++-0524129 ++-0534079 ++-0541048 ++-0543005 ++-0526092 ++-0542050 ++-0529039 ++-0535109 ++-0527041 ++-0528050 ++-0525083 ++-0539054 ++-0536081 ++-0532106 ++-0540089 ++-0518135 ++-0537059 ++-0524130 ++-0531063 ++-0541049 ++-0533099 ++-0535110 ++-0526093 ++-0530014 ++-0527042 ++-0529040 ++-0534080 ++-0543006 ++-0528051 ++-0542051 ++-0532107 ++-0539055 ++-0540090 ++-0525084 ++-0518136 ++-0536082 ++-0524131 ++-0531064 ++-0541050 ++-0533100 ++-0537060 ++-0526094 ++-0535111 ++-0529041 ++-0530015 ++-0543007 ++-0527043 ++-0532108 ++-0542052 ++-0534081 ++-0528052 ++-0540091 ++-0525085 ++-0539056 ++-0531065 ++-0536083 ++-0541051 ++-0533101 ++-0526095 ++-0518137 ++-0524132 ++-0535112 ++-0540092 ++-0526096 ++-0524133 ++-0525086 ++-0542053 ++-0534082 ++-0528053 ++-0537061 ++-0536084 ++-0530016 ++-0533102 ++-0539057 ++-0540093 ++-0518138 ++-0534083 ++-0525087 ++-0528054 ++-0536085 ++-0530017 ++-0539058 ++-0533103 ++-0540094 ++-0543008 ++-0529042 ++-0524134 ++-0542054 ++-0518139 ++-0541052 ++-0535113 ++-0532109 ++-0527044 ++-0537062 ++-0531066 ++-0534084 ++-0526097 ++-0525088 ++-0536086 ++-0528055 ++-0541053 ++-0540095 ++-0533104 ++-0542055 ++-0532110 ++-0518140 ++-0525089 ++-0535114 ++-0530018 ++-0539059 ++-0529043 ++-0543009 ++-0531067 ++-0527045 ++-0537063 ++-0526098 ++-0527046 ++-0524135 ++-0518141 ++-0528056 ++-0533105 ++-0529044 ++-0541054 ++-0534085 ++-0537064 ++-0536087 ++-0543010 ++-0540096 ++-0542056 ++-0535115 ++-0530019 ++-0525090 ++-0531068 ++-0532111 ++-0526099 ++-0539060 ++-0524136 ++-0527047 ++-0541055 ++-0529045 ++-0518142 ++-0528057 ++-0536088 ++-0533106 ++-0535116 ++-0534086 ++-0542057 ++-0540097 ++-0537065 ++-0531069 ++-0543011 ++-0532112 ++-0525091 ++-0530020 ++-0526100 ++-0539061 ++-0541056 ++-0527048 ++-0536089 ++-0535117 ++-0524137 ++-0529046 ++-0518143 ++-0533107 ++-0534087 ++-0540098 ++-0542058 ++-0528058 ++-0537066 ++-0531070 ++-0532113 ++-0525092 ++-0543012 ++-0530021 ++-0526101 ++-0541057 ++-0536090 ++-0535118 ++-0539062 ++-0518144 ++-0524138 ++-0534088 ++-0527049 ++-0533108 ++-0529047 ++-0540099 ++-0528059 ++-0525093 ++-0532114 ++-0537067 ++-0543013 ++-0531071 ++-0542059 ++-0530022 ++-0526102 ++-0539063 ++-0535119 ++-0541058 ++-0534089 ++-0524139 ++-0536091 ++-0518145 ++-0527050 ++-0540100 ++-0525094 ++-0528060 ++-0529048 ++-0532115 ++-0531072 ++-0542060 ++-0533109 ++-0543014 ++-0537068 ++-0530023 ++-0539064 ++-0535120 ++-0526103 ++-0541059 ++-0534090 ++-0524140 ++-0536092 ++-0525095 ++-0527051 ++-0537069 ++-0518146 ++-0540101 ++-0533110 ++-0534091 ++-0542061 ++-0541060 ++-0531073 ++-0532116 ++-0539065 ++-0528061 ++-0535121 ++-0529049 ++-0530024 ++-0543015 ++-0524141 ++-0526104 ++-0527052 ++-0525096 ++-0518147 ++-0536093 ++-0541061 ++-0540102 ++-0537070 ++-0531074 ++-0533111 ++-0534092 ++-0539066 ++-0542062 ++-0532117 ++-0529050 ++-0525097 ++-0524142 ++-0543016 ++-0527053 ++-0528062 ++-0530025 ++-0526105 ++-0535122 ++-0536094 ++-0541062 ++-0518148 ++-0540103 ++-0537071 ++-0534093 ++-0539067 ++-0542063 ++-0525098 ++-0533112 ++-0543017 ++-0528063 ++-0524143 ++-0530026 ++-0531075 ++-0526106 ++-0532118 ++-0529051 ++-0537072 ++-0539068 ++-0536095 ++-0527054 ++-0542064 ++-0541063 ++-0535123 ++-0518149 ++-0524144 ++-0525099 ++-0533113 ++-0531076 ++-0529052 ++-0528064 ++-0532119 ++-0540104 ++-0530027 ++-0539069 ++-0537073 ++-0543018 ++-0534094 ++-0526107 ++-0536096 ++-0542065 ++-0533114 ++-0541064 ++-0535124 ++-0518150 ++-0529053 ++-0527055 ++-0531077 ++-0524145 ++-0528065 ++-0532120 ++-0543019 ++-0525100 ++-0537074 ++-0540105 ++-0539070 ++-0534095 ++-0530028 ++-0526108 ++-0542066 ++-0536097 ++-0533115 ++-0541065 ++-0518151 ++-0531078 ++-0527056 ++-0528066 ++-0543020 ++-0535125 ++-0537075 ++-0524146 ++-0529054 ++-0540106 ++-0532121 ++-0526109 ++-0530029 ++-0534096 ++-0525101 ++-0542067 ++-0536098 ++-0539071 ++-0533116 ++-0518152 ++-0541066 ++-0531079 ++-0535126 ++-0543021 ++-0524147 ++-0529055 ++-0537076 ++-0528067 ++-0527057 ++-0532122 ++-0534097 ++-0540107 ++-0525102 ++-0536099 ++-0526110 ++-0530030 ++-0533117 ++-0542068 ++-0539072 ++-0531080 ++-0535127 ++-0541067 ++-0518153 ++-0537077 ++-0543022 ++-0528068 ++-0524148 ++-0532123 ++-0534098 ++-0536100 ++-0540108 ++-0529056 ++-0525103 ++-0527058 ++-0533118 ++-0542069 ++-0526111 ++-0535128 ++-0541068 ++-0530031 ++-0537078 ++-0543023 ++-0539073 ++-0531081 ++-0524149 ++-0518154 ++-0528069 ++-0532124 ++-0529057 ++-0536101 ++-0525104 ++-0527059 ++-0534099 ++-0542070 ++-0533119 ++-0526112 ++-0540109 ++-0541069 ++-0537079 ++-0535129 ++-0518155 ++-0532125 ++-0531082 ++-0530032 ++-0543024 ++-0539074 ++-0524150 ++-0528070 ++-0529058 ++-0534100 ++-0536102 ++-0542071 ++-0525105 ++-0527060 ++-0526113 ++-0537080 ++-0533120 ++-0518156 ++-0530033 ++-0541070 ++-0531083 ++-0535130 ++-0540110 ++-0532126 ++-0543025 ++-0539075 ++-0528071 ++-0529059 ++-0524151 ++-0536103 ++-0542072 ++-0527061 ++-0534101 ++-0525106 ++-0537081 ++-0533121 ++-0526114 ++-0530034 ++-0540111 ++-0535131 ++-0531084 ++-0532127 ++-0543026 ++-0529060 ++-0524152 ++-0541071 ++-0536104 ++-0528072 ++-0539076 ++-0542073 ++-0527062 ++-0533122 ++-0530035 ++-0534102 ++-0537082 ++-0525107 ++-0540112 ++-0535132 ++-0526115 ++-0532128 ++-0531085 ++-0529061 ++-0543027 ++-0524153 ++-0539077 ++-0536105 ++-0528073 ++-0541072 ++-0542074 ++-0527063 ++-0533123 ++-0540113 ++-0530036 ++-0534103 ++-0531086 ++-0532129 ++-0525108 ++-0537083 ++-0529062 ++-0526116 ++-0524154 ++-0535133 ++-0543028 ++-0528074 ++-0538000 ++-0541073 ++-0542075 ++-0539078 ++-0527064 ++-0533124 ++-0536106 ++-0540114 ++-0534104 ++-0531087 ++-0530037 ++-0525109 ++-0532130 ++-0535134 ++-0526117 ++-0528075 ++-0524155 ++-0537084 ++-0529063 ++-0542076 ++-0543029 ++-0536107 ++-0540115 ++-0538001 ++-0527065 ++-0539079 ++-0531088 ++-0541074 ++-0534105 ++-0533125 ++-0525110 ++-0530038 ++-0535135 ++-0526118 ++-0532131 ++-0528076 ++-0529064 ++-0537085 ++-0543030 ++-0524156 ++-0536108 ++-0542077 ++-0529065 ++-0537086 ++-0543031 ++-0525111 ++-0527066 ++-0530039 ++-0535136 ++-0529066 ++-0543032 ++-0539080 ++-0537087 ++-0526119 ++-0525112 ++-0532132 ++-0530040 ++-0531089 ++-0527067 ++-0535137 ++-0537088 ++-0543033 ++-0539081 ++-0541075 ++-0529067 ++-0526120 ++-0532133 ++-0525113 ++-0543034 ++-0538002 ++-0528077 ++-0535138 ++-0533126 ++-0542078 ++-0534106 ++-0526121 ++-0536109 ++-0531090 ++-0529068 ++-0530041 ++-0539082 ++-0532134 ++-0525114 ++-0527068 ++-0541076 ++-0537089 ++-0540116 ++-0528078 ++-0535139 ++-0542079 ++-0526122 ++-0529069 ++-0536110 ++-0531091 ++-0541077 ++-0530042 ++-0534107 ++-0543035 ++-0539083 ++-0537090 ++-0532135 ++-0540117 ++-0525115 ++-0538003 ++-0533127 ++-0527069 ++-0544000 ++-0542080 ++-0526123 ++-0529070 ++-0535140 ++-0536111 ++-0528079 ++-0530043 ++-0541078 ++-0543036 ++-0531092 ++-0537091 ++-0525116 ++-0532136 ++-0540118 ++-0534108 ++-0533128 ++-0539084 ++-0527070 ++-0526124 ++-0529071 ++-0535141 ++-0538004 ++-0544001 ++-0542081 ++-0528080 ++-0530044 ++-0541079 ++-0531093 ++-0536112 ++-0537092 ++-0532137 ++-0525117 ++-0540119 ++-0543037 ++-0534109 ++-0539085 ++-0527071 ++-0533129 ++-0526125 ++-0535142 ++-0529072 ++-0544002 ++-0538005 ++-0542082 ++-0541080 ++-0530045 ++-0531094 ++-0537093 ++-0536113 ++-0525118 ++-0528081 ++-0543038 ++-0540120 ++-0539086 ++-0534110 ++-0532138 ++-0533130 ++-0526126 ++-0527072 ++-0529073 ++-0535143 ++-0544003 ++-0542083 ++-0538006 ++-0531095 ++-0541081 ++-0530046 ++-0537094 ++-0525119 ++-0536114 ++-0540121 ++-0539087 ++-0532139 ++-0528082 ++-0526127 ++-0533131 ++-0543039 ++-0529074 ++-0535144 ++-0534111 ++-0544004 ++-0527073 ++-0542084 ++-0538007 ++-0531096 ++-0541082 ++-0537095 ++-0536115 ++-0530047 ++-0539088 ++-0532140 ++-0526128 ++-0525120 ++-0528083 ++-0543040 ++-0534112 ++-0529075 ++-0533132 ++-0540122 ++-0535145 ++-0527074 ++-0544005 ++-0538008 ++-0541083 ++-0537096 ++-0536116 ++-0542085 ++-0539089 ++-0531097 ++-0530048 ++-0532141 ++-0534113 ++-0526129 ++-0533133 ++-0529076 ++-0540123 ++-0525121 ++-0528084 ++-0543041 ++-0544006 ++-0541084 ++-0535146 ++-0537097 ++-0538009 ++-0527075 ++-0542086 ++-0539090 ++-0536117 ++-0532142 ++-0531098 ++-0529077 ++-0526130 ++-0525122 ++-0534114 ++-0540124 ++-0533134 ++-0543042 ++-0535147 ++-0530049 ++-0544007 ++-0528085 ++-0537098 ++-0538010 ++-0527076 ++-0541085 ++-0539091 ++-0542087 ++-0536118 ++-0531099 ++-0526131 ++-0540125 ++-0525123 ++-0532143 ++-0533135 ++-0528086 ++-0535148 ++-0529078 ++-0544008 ++-0543043 ++-0541086 ++-0530050 ++-0534115 ++-0537099 ++-0527077 ++-0538011 ++-0539092 ++-0542088 ++-0536119 ++-0525124 ++-0531100 ++-0540126 ++-0533136 ++-0532144 ++-0526132 ++-0529079 ++-0535149 ++-0544009 ++-0528087 ++-0543044 ++-0541087 ++-0530051 ++-0534116 ++-0538012 ++-0527078 ++-0537100 ++-0539093 ++-0528088 ++-0533137 ++-0544010 ++-0527079 ++-0542089 ++-0531101 ++-0536120 ++-0525125 ++-0538013 ++-0532145 ++-0540127 ++-0535150 ++-0529080 ++-0530052 ++-0526133 ++-0541088 ++-0543045 ++-0533138 ++-0534117 ++-0539094 ++-0528089 ++-0537101 ++-0544011 ++-0527080 ++-0542090 ++-0532146 ++-0525126 ++-0535151 ++-0538014 ++-0531102 ++-0536121 ++-0529081 ++-0530053 ++-0540128 ++-0526134 ++-0541089 ++-0533139 ++-0534118 ++-0537102 ++-0528090 ++-0543046 ++-0544012 ++-0539095 ++-0527081 ++-0542091 ++-0535152 ++-0536122 ++-0538015 ++-0532147 ++-0525127 ++-0530054 ++-0529082 ++-0533140 ++-0526135 ++-0534119 ++-0528091 ++-0543047 ++-0541090 ++-0531103 ++-0540129 ++-0544013 ++-0539096 ++-0527082 ++-0537103 ++-0542092 ++-0538016 ++-0536123 ++-0535153 ++-0525128 ++-0532148 ++-0533141 ++-0529083 ++-0534120 ++-0528092 ++-0526136 ++-0541091 ++-0530055 ++-0543048 ++-0531104 ++-0539097 ++-0540130 ++-0542093 ++-0537104 ++-0544014 ++-0527083 ++-0536124 ++-0538017 ++-0525129 ++-0533142 ++-0532149 ++-0534121 ++-0535154 ++-0541092 ++-0526137 ++-0529084 ++-0543049 ++-0528093 ++-0530056 ++-0537105 ++-0540131 ++-0544015 ++-0531105 ++-0539098 ++-0538018 ++-0534122 ++-0543050 ++-0531106 ++-0542094 ++-0527084 ++-0528094 ++-0535155 ++-0525130 ++-0533143 ++-0543051 ++-0529085 ++-0541093 ++-0538019 ++-0534123 ++-0536125 ++-0532150 ++-0526138 ++-0530057 ++-0544016 ++-0539099 ++-0540132 ++-0537106 ++-0531107 ++-0527085 ++-0533144 ++-0529086 ++-0525131 ++-0543052 ++-0541094 ++-0538020 ++-0542095 ++-0536126 ++-0532151 ++-0526139 ++-0527086 ++-0531108 ++-0539100 ++-0528095 ++-0537107 ++-0536127 ++-0525132 ++-0532152 ++-0541095 ++-0538021 ++-0540133 ++-0530058 ++-0542096 ++-0534124 ++-0529087 ++-0543053 ++-0526140 ++-0544017 ++-0533145 ++-0527087 ++-0531109 ++-0539101 ++-0555000 ++-0540134 ++-0536128 ++-0537108 ++-0528096 ++-0534125 ++-0527088 ++-0526141 ++-0539102 ++-0531110 ++-0541096 ++-0525133 ++-0538022 ++-0532153 ++-0533146 ++-0529088 ++-0544018 ++-0530059 ++-0543054 ++-0542097 ++-0537109 ++-0555001 ++-0528097 ++-0536129 ++-0540135 ++-0527089 ++-0526142 ++-0534126 ++-0539103 ++-0529089 ++-0531111 ++-0541097 ++-0525134 ++-0533147 ++-0538023 ++-0532154 ++-0537110 ++-0555002 ++-0530060 ++-0543055 ++-0544019 ++-0536130 ++-0542098 ++-0527090 ++-0528098 ++-0526143 ++-0540136 ++-0534127 ++-0531112 ++-0529090 ++-0541098 ++-0525135 ++-0539104 ++-0533148 ++-0537111 ++-0538024 ++-0543056 ++-0544020 ++-0526144 ++-0555003 ++-0529091 ++-0541099 ++-0539105 ++-0531113 ++-0532155 ++-0527091 ++-0544021 ++-0530061 ++-0534128 ++-0536131 ++-0542099 ++-0540137 ++-0525136 ++-0538025 ++-0537112 ++-0543057 ++-0533149 ++-0528099 ++-0555004 ++-0539106 ++-0529092 ++-0541100 ++-0526145 ++-0531114 ++-0530062 ++-0536132 ++-0527092 ++-0534129 ++-0544022 ++-0538026 ++-0525137 ++-0543058 ++-0537113 ++-0540138 ++-0542100 ++-0555005 ++-0529093 ++-0526146 ++-0539107 ++-0527093 ++-0538027 ++-0531115 ++-0543059 ++-0533150 ++-0525138 ++-0534130 ++-0544023 ++-0530063 ++-0528100 ++-0537114 ++-0536133 ++-0541101 ++-0552000 ++-0539108 ++-0555006 ++-0542101 ++-0540139 ++-0529094 ++-0543060 ++-0533151 ++-0531116 ++-0538028 ++-0526147 ++-0527094 ++-0534131 ++-0544024 ++-0525139 ++-0528101 ++-0537115 ++-0536134 ++-0530064 ++-0541102 ++-0539109 ++-0540140 ++-0543061 ++-0544025 ++-0534132 ++-0525140 ++-0533152 ++-0526148 ++-0552001 ++-0541103 ++-0536135 ++-0555007 ++-0528102 ++-0537116 ++-0538029 ++-0531117 ++-0527095 ++-0529095 ++-0542102 ++-0530065 ++-0543062 ++-0540141 ++-0539110 ++-0544026 ++-0533153 ++-0525141 ++-0534133 ++-0536136 ++-0526149 ++-0552002 ++-0541104 ++-0555008 ++-0542103 ++-0527096 ++-0528103 ++-0537117 ++-0540142 ++-0538030 ++-0543063 ++-0533154 ++-0539111 ++-0529096 ++-0534134 ++-0530066 ++-0544027 ++-0531118 ++-0525142 ++-0536137 ++-0526150 ++-0541105 ++-0555009 ++-0552003 ++-0542104 ++-0527097 ++-0537118 ++-0528104 ++-0543064 ++-0533155 ++-0539112 ++-0538031 ++-0534135 ++-0540143 ++-0530067 ++-0529097 ++-0544028 ++-0536138 ++-0541106 ++-0531119 ++-0555010 ++-0525143 ++-0542105 ++-0537119 ++-0526151 ++-0527098 ++-0552004 ++-0528105 ++-0534136 ++-0540144 ++-0543065 ++-0530068 ++-0539113 ++-0538032 ++-0529098 ++-0541107 ++-0536139 ++-0555011 ++-0531120 ++-0525144 ++-0542106 ++-0544029 ++-0537120 ++-0527099 ++-0528106 ++-0526152 ++-0552005 ++-0540145 ++-0543066 ++-0530069 ++-0538033 ++-0534137 ++-0529099 ++-0541108 ++-0555012 ++-0531121 ++-0525145 ++-0544030 ++-0536140 ++-0539114 ++-0542107 ++-0527100 ++-0528107 ++-0537121 ++-0540146 ++-0526153 ++-0552006 ++-0529100 ++-0538034 ++-0543067 ++-0530070 ++-0553000 ++-0541109 ++-0555013 ++-0534138 ++-0531122 ++-0525146 ++-0539115 ++-0540147 ++-0552007 ++-0529101 ++-0534139 ++-0555014 ++-0543068 ++-0531123 ++-0525147 ++-0542108 ++-0527101 ++-0530071 ++-0538035 ++-0536141 ++-0529102 ++-0526154 ++-0528108 ++-0553001 ++-0537122 ++-0540148 ++-0539116 ++-0544031 ++-0534140 ++-0555015 ++-0541110 ++-0552008 ++-0525148 ++-0543069 ++-0542109 ++-0531124 ++-0528109 ++-0537123 ++-0536142 ++-0526155 ++-0527102 ++-0553002 ++-0538036 ++-0540149 ++-0530072 ++-0529103 ++-0539117 ++-0534141 ++-0544032 ++-0555016 ++-0541111 ++-0552009 ++-0525149 ++-0543070 ++-0531125 ++-0537124 ++-0542110 ++-0536143 ++-0528110 ++-0527103 ++-0540150 ++-0538037 ++-0553003 ++-0539118 ++-0544033 ++-0534142 ++-0555017 ++-0529104 ++-0552010 ++-0530073 ++-0525150 ++-0543071 ++-0531126 ++-0541112 ++-0537125 ++-0542111 ++-0536144 ++-0528111 ++-0538038 ++-0527104 ++-0539119 ++-0540151 ++-0553004 ++-0555018 ++-0534143 ++-0530074 ++-0552011 ++-0544034 ++-0525151 ++-0529105 ++-0541113 ++-0542112 ++-0543072 ++-0536145 ++-0528112 ++-0531127 ++-0538039 ++-0527105 ++-0539120 ++-0537126 ++-0530075 ++-0553005 ++-0540152 ++-0546000 ++-0534144 ++-0555019 ++-0552012 ++-0544035 ++-0529106 ++-0525152 ++-0543073 ++-0528113 ++-0536146 ++-0541114 ++-0531128 ++-0542113 ++-0538040 ++-0530076 ++-0527106 ++-0546001 ++-0534145 ++-0553006 ++-0537127 ++-0539121 ++-0552013 ++-0540153 ++-0544036 ++-0543074 ++-0529107 ++-0555020 ++-0525153 ++-0528114 ++-0541115 ++-0531129 ++-0536147 ++-0538041 ++-0527107 ++-0546002 ++-0542114 ++-0534146 ++-0539122 ++-0530077 ++-0540154 ++-0543075 ++-0552014 ++-0553007 ++-0529108 ++-0537128 ++-0555021 ++-0544037 ++-0541116 ++-0525154 ++-0536148 ++-0527108 ++-0546003 ++-0528115 ++-0531130 ++-0539123 ++-0538042 ++-0530078 ++-0529109 ++-0537129 ++-0546004 ++-0538043 ++-0552015 ++-0555022 ++-0529110 ++-0542115 ++-0543076 ++-0534147 ++-0540155 ++-0530079 ++-0527109 ++-0553008 ++-0525155 ++-0536149 ++-0541117 ++-0539124 ++-0528116 ++-0531131 ++-0544038 ++-0537130 ++-0538044 ++-0546005 ++-0555023 ++-0543077 ++-0542116 ++-0534148 ++-0552016 ++-0527110 ++-0529111 ++-0553009 ++-0541118 ++-0539125 ++-0530080 ++-0544039 ++-0531132 ++-0528117 ++-0525156 ++-0536150 ++-0537131 ++-0546006 ++-0538045 ++-0555024 ++-0543078 ++-0542117 ++-0529112 ++-0552017 ++-0553010 ++-0541119 ++-0527111 ++-0539126 ++-0534149 ++-0544040 ++-0528118 ++-0536151 ++-0537132 ++-0531133 ++-0530081 ++-0546007 ++-0538046 ++-0555025 ++-0543079 ++-0552018 ++-0527112 ++-0537133 ++-0560000 ++-0528119 ++-0529113 ++-0539127 ++-0544041 ++-0536152 ++-0555026 ++-0534150 ++-0543080 ++-0542118 ++-0553011 ++-0541120 ++-0538047 ++-0530082 ++-0552019 ++-0531134 ++-0546008 ++-0527113 ++-0537134 ++-0529114 ++-0542119 ++-0536153 ++-0534151 ++-0544042 ++-0553012 ++-0539128 ++-0560001 ++-0530083 ++-0545000 ++-0528120 ++-0552020 ++-0543081 ++-0546009 ++-0541121 ++-0555027 ++-0531135 ++-0538048 ++-0537135 ++-0527114 ++-0534152 ++-0536154 ++-0544043 ++-0529115 ++-0560002 ++-0553013 ++-0539129 ++-0528121 ++-0542120 ++-0530084 ++-0552021 ++-0555028 ++-0545001 ++-0531136 ++-0543082 ++-0541122 ++-0527115 ++-0538049 ++-0537136 ++-0546010 ++-0536155 ++-0544044 ++-0534153 ++-0539130 ++-0560003 ++-0529116 ++-0530085 ++-0528122 ++-0542121 ++-0552022 ++-0555029 ++-0553014 ++-0531137 ++-0545002 ++-0543083 ++-0527116 ++-0541123 ++-0537137 ++-0538050 ++-0546011 ++-0536156 ++-0534154 ++-0560004 ++-0530086 ++-0544045 ++-0542122 ++-0528123 ++-0539131 ++-0555030 ++-0543084 ++-0552023 ++-0529117 ++-0531138 ++-0541124 ++-0527117 ++-0537138 ++-0553015 ++-0545003 ++-0538051 ++-0546012 ++-0534155 ++-0560005 ++-0530087 ++-0542123 ++-0528124 ++-0552024 ++-0555031 ++-0531139 ++-0544046 ++-0539132 ++-0529118 ++-0527118 ++-0537139 ++-0543085 ++-0545004 ++-0538052 ++-0553016 ++-0541125 ++-0542124 ++-0534156 ++-0531140 ++-0560006 ++-0552025 ++-0539133 ++-0530088 ++-0546013 ++-0555032 ++-0544047 ++-0528125 ++-0527119 ++-0529119 ++-0537140 ++-0556000 ++-0543086 ++-0553017 ++-0542125 ++-0538053 ++-0531141 ++-0560007 ++-0552026 ++-0541126 ++-0555033 ++-0545005 ++-0527120 ++-0544048 ++-0539134 ++-0530089 ++-0546014 ++-0528126 ++-0556001 ++-0529120 ++-0537141 ++-0542126 ++-0538054 ++-0543087 ++-0531142 ++-0560008 ++-0552027 ++-0553018 ++-0541127 ++-0555034 ++-0544049 ++-0527121 ++-0539135 ++-0556002 ++-0546015 ++-0545006 ++-0528127 ++-0530090 ++-0529121 ++-0542127 ++-0537142 ++-0538055 ++-0552028 ++-0560009 ++-0531143 ++-0555035 ++-0539136 ++-0543088 ++-0554000 ++-0541128 ++-0546016 ++-0553019 ++-0528128 ++-0544050 ++-0542128 ++-0545007 ++-0560010 ++-0538056 ++-0539137 ++-0555036 ++-0537143 ++-0529122 ++-0527122 ++-0541129 ++-0554001 ++-0543089 ++-0556003 ++-0530091 ++-0528129 ++-0531144 ++-0544051 ++-0553020 ++-0546017 ++-0542129 ++-0552029 ++-0560011 ++-0545008 ++-0539138 ++-0538057 ++-0537144 ++-0527123 ++-0555037 ++-0541130 ++-0556004 ++-0543090 ++-0529123 ++-0554002 ++-0530092 ++-0528130 ++-0531145 ++-0544052 ++-0546018 ++-0542130 ++-0553021 ++-0552030 ++-0560012 ++-0545009 ++-0527124 ++-0537145 ++-0555038 ++-0538058 ++-0556005 ++-0539139 ++-0529124 ++-0530093 ++-0544053 ++-0543091 ++-0541131 ++-0531146 ++-0542131 ++-0554003 ++-0528131 ++-0552031 ++-0560013 ++-0546019 ++-0545010 ++-0553022 ++-0527125 ++-0537146 ++-0555039 ++-0538059 ++-0556006 ++-0530094 ++-0529125 ++-0560014 ++-0531147 ++-0544054 ++-0539140 ++-0542132 ++-0541132 ++-0545011 ++-0546020 ++-0543092 ++-0552032 ++-0554004 ++-0528132 ++-0538060 ++-0537147 ++-0527126 ++-0556007 ++-0555040 ++-0530095 ++-0553023 ++-0531148 ++-0541133 ++-0544055 ++-0529126 ++-0542133 ++-0560015 ++-0546021 ++-0543093 ++-0552033 ++-0539141 ++-0528133 ++-0538061 ++-0545012 ++-0530096 ++-0537148 ++-0555041 ++-0553024 ++-0556008 ++-0554005 ++-0527127 ++-0541134 ++-0529127 ++-0544056 ++-0531149 ++-0552034 ++-0542134 ++-0560016 ++-0546022 ++-0538062 ++-0539142 ++-0537149 ++-0530097 ++-0545013 ++-0555042 ++-0556009 ++-0543094 ++-0528134 ++-0553025 ++-0554006 ++-0527128 ++-0541135 ++-0544057 ++-0529128 ++-0538063 ++-0546023 ++-0537150 ++-0542135 ++-0531150 ++-0552035 ++-0555043 ++-0530098 ++-0543095 ++-0556010 ++-0560017 ++-0545014 ++-0539143 ++-0528135 ++-0553026 ++-0554007 ++-0527129 ++-0529129 ++-0541136 ++-0538064 ++-0544058 ++-0546024 ++-0537151 ++-0552036 ++-0555044 ++-0542136 ++-0543096 ++-0556011 ++-0545015 ++-0531151 ++-0528136 ++-0539144 ++-0553027 ++-0554008 ++-0530099 ++-0560018 ++-0544059 ++-0541137 ++-0527130 ++-0538065 ++-0529130 ++-0546025 ++-0537152 ++-0552037 ++-0531152 ++-0556012 ++-0542137 ++-0543097 ++-0528137 ++-0545016 ++-0555045 ++-0553028 ++-0539145 ++-0554009 ++-0560019 ++-0541138 ++-0530100 ++-0529131 ++-0546026 ++-0538066 ++-0544060 ++-0537153 ++-0552038 ++-0527131 ++-0556013 ++-0542138 ++-0529132 ++-0542139 ++-0543098 ++-0528138 ++-0544061 ++-0553029 ++-0531153 ++-0539146 ++-0560020 ++-0541139 ++-0554010 ++-0537154 ++-0529133 ++-0556014 ++-0546027 ++-0552039 ++-0538067 ++-0555046 ++-0544062 ++-0553030 ++-0545017 ++-0542140 ++-0527132 ++-0531154 ++-0543099 ++-0528139 ++-0530101 ++-0539147 ++-0560021 ++-0529134 ++-0541140 ++-0554011 ++-0555047 ++-0537155 ++-0546028 ++-0538068 ++-0545018 ++-0556015 ++-0527133 ++-0531155 ++-0552040 ++-0542141 ++-0539148 ++-0528140 ++-0553031 ++-0543100 ++-0530102 ++-0544063 ++-0560022 ++-0529135 ++-0541141 ++-0554012 ++-0555048 ++-0538069 ++-0546029 ++-0552041 ++-0531156 ++-0545019 ++-0542142 ++-0556016 ++-0553032 ++-0528141 ++-0527134 ++-0544064 ++-0543101 ++-0530103 ++-0539149 ++-0529136 ++-0541142 ++-0560023 ++-0554013 ++-0555049 ++-0542143 ++-0556017 ++-0538070 ++-0553033 ++-0546030 ++-0527135 ++-0552042 ++-0530104 ++-0529137 ++-0544065 ++-0545020 ++-0543102 ++-0541143 ++-0528142 ++-0560024 ++-0554014 ++-0539150 ++-0557000 ++-0555050 ++-0542144 ++-0538071 ++-0556018 ++-0553034 ++-0546031 ++-0527136 ++-0552043 ++-0541144 ++-0530105 ++-0543103 ++-0529138 ++-0544066 ++-0545021 ++-0554015 ++-0560025 ++-0528143 ++-0551000 ++-0553035 ++-0538072 ++-0539151 ++-0543104 ++-0528144 ++-0560026 ++-0557001 ++-0542145 ++-0527137 ++-0555051 ++-0546032 ++-0545022 ++-0556019 ++-0552044 ++-0541145 ++-0544067 ++-0530106 ++-0554016 ++-0529139 ++-0551001 ++-0538073 ++-0553036 ++-0539152 ++-0528145 ++-0543105 ++-0557002 ++-0560027 ++-0555052 ++-0527138 ++-0546033 ++-0545023 ++-0542146 ++-0556020 ++-0541146 ++-0530107 ++-0552045 ++-0544068 ++-0551002 ++-0554017 ++-0538074 ++-0553037 ++-0539153 ++-0528146 ++-0557003 ++-0529140 ++-0543106 ++-0555053 ++-0527139 ++-0546034 ++-0560028 ++-0556021 ++-0545024 ++-0530108 ++-0541147 ++-0552046 ++-0542147 ++-0551003 ++-0539154 ++-0528147 ++-0544069 ++-0538075 ++-0529141 ++-0553038 ++-0555054 ++-0543107 ++-0554018 ++-0557004 ++-0546035 ++-0527140 ++-0545025 ++-0560029 ++-0530109 ++-0541148 ++-0552047 ++-0556022 ++-0551004 ++-0542148 ++-0528148 ++-0544070 ++-0538076 ++-0553039 ++-0539155 ++-0529142 ++-0543108 ++-0557005 ++-0555055 ++-0546036 ++-0554019 ++-0530110 ++-0560030 ++-0527141 ++-0541149 ++-0545026 ++-0552048 ++-0556023 ++-0542149 ++-0551005 ++-0557006 ++-0555056 ++-0543109 ++-0544071 ++-0553040 ++-0529143 ++-0538077 ++-0528149 ++-0546037 ++-0554020 ++-0530111 ++-0552049 ++-0541150 ++-0557007 ++-0554021 ++-0556024 ++-0527142 ++-0555057 ++-0545027 ++-0560031 ++-0551006 ++-0529144 ++-0538078 ++-0553041 ++-0552050 ++-0530112 ++-0557008 ++-0546038 ++-0542150 ++-0554022 ++-0541151 ++-0528150 ++-0544072 ++-0527143 ++-0543110 ++-0559000 ++-0555058 ++-0553042 ++-0545028 ++-0551007 ++-0529145 ++-0538079 ++-0552051 ++-0560032 ++-0556025 ++-0530113 ++-0546039 ++-0557009 ++-0542151 ++-0528151 ++-0554023 ++-0544073 ++-0527144 ++-0541152 ++-0545029 ++-0559001 ++-0543111 ++-0538080 ++-0529146 ++-0552052 ++-0555059 ++-0551008 ++-0560033 ++-0530114 ++-0553043 ++-0557010 ++-0556026 ++-0546040 ++-0542152 ++-0528152 ++-0543112 ++-0545030 ++-0544074 ++-0541153 ++-0527145 ++-0529147 ++-0538081 ++-0560034 ++-0555060 ++-0559002 ++-0551009 ++-0554024 ++-0552053 ++-0553044 ++-0556027 ++-0557011 ++-0530115 ++-0546041 ++-0544075 ++-0542153 ++-0543113 ++-0528153 ++-0545031 ++-0529148 ++-0527146 ++-0541154 ++-0538082 ++-0560035 ++-0555061 ++-0559003 ++-0553045 ++-0552054 ++-0557012 ++-0554025 ++-0530116 ++-0551010 ++-0556028 ++-0546042 ++-0542154 ++-0544076 ++-0528154 ++-0543114 ++-0527147 ++-0545032 ++-0541155 ++-0529149 ++-0538083 ++-0555062 ++-0553046 ++-0560036 ++-0557013 ++-0556029 ++-0559004 ++-0552055 ++-0554026 ++-0542155 ++-0530117 ++-0528155 ++-0551011 ++-0541156 ++-0544077 ++-0545033 ++-0527148 ++-0546043 ++-0538084 ++-0555063 ++-0553047 ++-0529150 ++-0560037 ++-0543115 ++-0552056 ++-0556030 ++-0557014 ++-0559005 ++-0528156 ++-0554027 ++-0545034 ++-0530118 ++-0555064 ++-0551012 ++-0544078 ++-0529151 ++-0560038 ++-0527149 ++-0553048 ++-0538085 ++-0546044 ++-0543116 ++-0556031 ++-0557015 ++-0552057 ++-0554028 ++-0530119 ++-0559006 ++-0545035 ++-0528157 ++-0551013 ++-0529152 ++-0544079 ++-0560039 ++-0527150 ++-0555065 ++-0546045 ++-0543117 ++-0553049 ++-0556032 ++-0538086 ++-0557016 ++-0552058 ++-0554029 ++-0530120 ++-0559007 ++-0545036 ++-0529153 ++-0551014 ++-0544080 ++-0561000 ++-0555066 ++-0562000 ++-0553050 ++-0546046 ++-0560040 ++-0527151 ++-0556033 ++-0543118 ++-0554030 ++-0552059 ++-0530121 ++-0557017 ++-0538087 ++-0559008 ++-0551015 ++-0544081 ++-0529154 ++-0561001 ++-0545037 ++-0555067 ++-0553051 ++-0527152 ++-0562001 ++-0554031 ++-0560041 ++-0546047 ++-0557018 ++-0556034 ++-0530122 ++-0543119 ++-0538088 ++-0559009 ++-0544082 ++-0561002 ++-0551016 ++-0548000 ++-0529155 ++-0527153 ++-0545038 ++-0555068 ++-0553052 ++-0546048 ++-0530123 ++-0554032 ++-0560042 ++-0552060 ++-0538089 ++-0557019 ++-0543120 ++-0544083 ++-0562002 ++-0556035 ++-0561003 ++-0559010 ++-0551017 ++-0529156 ++-0548001 ++-0555069 ++-0545039 ++-0546049 ++-0538090 ++-0527154 ++-0560043 ++-0554033 ++-0543121 ++-0553053 ++-0562003 ++-0530124 ++-0544084 ++-0557020 ++-0559011 ++-0561004 ++-0548002 ++-0545040 ++-0552061 ++-0555070 ++-0551018 ++-0546050 ++-0538091 ++-0556036 ++-0527155 ++-0560044 ++-0554034 ++-0553054 ++-0543122 ++-0559012 ++-0544085 ++-0530125 ++-0562004 ++-0545041 ++-0548003 ++-0555071 ++-0557021 ++-0552062 ++-0561005 ++-0546051 ++-0551019 ++-0538092 ++-0543123 ++-0556037 ++-0560045 ++-0530126 ++-0559013 ++-0553055 ++-0554035 ++-0545042 ++-0562005 ++-0549000 ++-0544086 ++-0555072 ++-0546052 ++-0557022 ++-0548004 ++-0552063 ++-0561006 ++-0551020 ++-0538093 ++-0530127 ++-0545043 ++-0543124 ++-0556038 ++-0549001 ++-0560046 ++-0544087 ++-0562006 ++-0559014 ++-0553056 ++-0554036 ++-0555073 ++-0546053 ++-0548005 ++-0552064 ++-0557023 ++-0551021 ++-0538094 ++-0561007 ++-0530128 ++-0543125 ++-0545044 ++-0547000 ++-0556039 ++-0549002 ++-0544088 ++-0554037 ++-0555074 ++-0553057 ++-0560047 ++-0562007 ++-0559015 ++-0557024 ++-0552065 ++-0546054 ++-0538095 ++-0543126 ++-0562008 ++-0545045 ++-0548006 ++-0554038 ++-0544089 ++-0551022 ++-0530129 ++-0561008 ++-0547001 ++-0557025 ++-0556040 ++-0552066 ++-0549003 ++-0546055 ++-0559016 ++-0538096 ++-0543127 ++-0555075 ++-0560048 ++-0553058 ++-0562009 ++-0548007 ++-0545046 ++-0554039 ++-0551023 ++-0544090 ++-0547002 ++-0561009 ++-0530130 ++-0557026 ++-0556041 ++-0552067 ++-0546056 ++-0538097 ++-0549004 ++-0555076 ++-0559017 ++-0543128 ++-0560049 ++-0553059 ++-0548008 ++-0562010 ++-0554040 ++-0551024 ++-0544091 ++-0547003 ++-0552068 ++-0561010 ++-0530131 ++-0545047 ++-0546057 ++-0556042 ++-0555077 ++-0559018 ++-0560050 ++-0557027 ++-0538098 ++-0549005 ++-0548009 ++-0543129 ++-0562011 ++-0553060 ++-0551025 ++-0544092 ++-0554041 ++-0561011 ++-0530132 ++-0547004 ++-0559019 ++-0545048 ++-0557028 ++-0560051 ++-0546058 ++-0552069 ++-0538099 ++-0555078 ++-0547005 ++-0556043 ++-0538100 ++-0549006 ++-0552070 ++-0553061 ++-0530133 ++-0555079 ++-0551026 ++-0560052 ++-0557029 ++-0554042 ++-0548010 ++-0562012 ++-0547006 ++-0546059 ++-0544093 ++-0561012 ++-0545049 ++-0559020 ++-0543130 ++-0555080 ++-0530134 ++-0549007 ++-0551027 ++-0553062 ++-0560053 ++-0548011 ++-0554043 ++-0544094 ++-0545050 ++-0547007 ++-0552071 ++-0538101 ++-0559021 ++-0562013 ++-0556044 ++-0546060 ++-0561013 ++-0557030 ++-0543131 ++-0555081 ++-0530135 ++-0549008 ++-0551028 ++-0548012 ++-0553063 ++-0554044 ++-0544095 ++-0545051 ++-0547008 ++-0552072 ++-0538102 ++-0556045 ++-0560054 ++-0546061 ++-0559022 ++-0543132 ++-0562014 ++-0557031 ++-0561014 ++-0548013 ++-0553064 ++-0530136 ++-0551029 ++-0555082 ++-0544096 ++-0545052 ++-0554045 ++-0547009 ++-0549009 ++-0538103 ++-0552073 ++-0560055 ++-0556046 ++-0546062 ++-0559023 ++-0557032 ++-0543133 ++-0562015 ++-0561015 ++-0553065 ++-0544097 ++-0551030 ++-0548014 ++-0545053 ++-0555083 ++-0554046 ++-0547010 ++-0549010 ++-0530137 ++-0552074 ++-0538104 ++-0559024 ++-0556047 ++-0560056 ++-0557033 ++-0561016 ++-0546063 ++-0543134 ++-0562016 ++-0548015 ++-0547011 ++-0554047 ++-0555084 ++-0553066 ++-0544098 ++-0545054 ++-0552075 ++-0530138 ++-0549011 ++-0538105 ++-0559025 ++-0557034 ++-0560057 ++-0561017 ++-0546064 ++-0551031 ++-0556048 ++-0543135 ++-0562017 ++-0548016 ++-0554048 ++-0553067 ++-0544099 ++-0552076 ++-0545055 ++-0549012 ++-0555085 ++-0547012 ++-0530139 ++-0538106 ++-0561018 ++-0551032 ++-0560058 ++-0557035 ++-0543136 ++-0562018 ++-0559026 ++-0556049 ++-0546065 ++-0544100 ++-0553068 ++-0545056 ++-0548017 ++-0547013 ++-0549013 ++-0554049 ++-0552077 ++-0555086 ++-0538107 ++-0530140 ++-0557036 ++-0551033 ++-0559027 ++-0561019 ++-0556050 ++-0560059 ++-0543137 ++-0562019 ++-0546066 ++-0548018 ++-0553069 ++-0544101 ++-0549014 ++-0547014 ++-0545057 ++-0555087 ++-0538108 ++-0530141 ++-0552078 ++-0557037 ++-0554050 ++-0556051 ++-0551034 ++-0546067 ++-0561020 ++-0559028 ++-0562020 ++-0543138 ++-0560060 ++-0553070 ++-0548019 ++-0545058 ++-0544102 ++-0530142 ++-0552079 ++-0538109 ++-0549015 ++-0555088 ++-0547015 ++-0554051 ++-0557038 ++-0556052 ++-0551035 ++-0561021 ++-0552080 ++-0530143 ++-0547016 ++-0549016 ++-0556053 ++-0545059 ++-0553071 ++-0548020 ++-0559029 ++-0544103 ++-0562021 ++-0561022 ++-0560061 ++-0555089 ++-0543139 ++-0538110 ++-0557039 ++-0554052 ++-0546068 ++-0551036 ++-0552081 ++-0547017 ++-0549017 ++-0530144 ++-0556054 ++-0553072 ++-0559030 ++-0548021 ++-0544104 ++-0555090 ++-0545060 ++-0561023 ++-0560062 ++-0562022 ++-0543140 ++-0557040 ++-0554053 ++-0551037 ++-0547018 ++-0549018 ++-0546069 ++-0538111 ++-0530145 ++-0552082 ++-0553073 ++-0556055 ++-0548022 ++-0559031 ++-0555091 ++-0562023 ++-0561024 ++-0544105 ++-0543141 ++-0545061 ++-0554054 ++-0551038 ++-0560063 ++-0546070 ++-0549019 ++-0557041 ++-0547019 ++-0553074 ++-0552083 ++-0530146 ++-0538112 ++-0556056 ++-0548023 ++-0559032 ++-0555092 ++-0561025 ++-0544106 ++-0543142 ++-0562024 ++-0554055 ++-0545062 ++-0551039 ++-0546071 ++-0560064 ++-0557042 ++-0549020 ++-0538113 ++-0530147 ++-0553075 ++-0547020 ++-0559033 ++-0556057 ++-0548024 ++-0555093 ++-0552084 ++-0544107 ++-0543143 ++-0551040 ++-0554056 ++-0561026 ++-0545063 ++-0560065 ++-0562025 ++-0557043 ++-0546072 ++-0556058 ++-0552085 ++-0559034 ++-0549021 ++-0554057 ++-0530148 ++-0538114 ++-0544108 ++-0553076 ++-0547021 ++-0548025 ++-0546073 ++-0557044 ++-0555094 ++-0545064 ++-0560066 ++-0543144 ++-0551041 ++-0562026 ++-0556059 ++-0561027 ++-0549022 ++-0554058 ++-0559035 ++-0552086 ++-0553077 ++-0547022 ++-0555095 ++-0530149 ++-0557045 ++-0538115 ++-0548026 ++-0545065 ++-0544109 ++-0546074 ++-0543145 ++-0560067 ++-0562027 ++-0551042 ++-0556060 ++-0561028 ++-0549023 ++-0554059 ++-0553078 ++-0559036 ++-0552087 ++-0538116 ++-0555096 ++-0557046 ++-0547023 ++-0545066 ++-0530150 ++-0544110 ++-0546075 ++-0548027 ++-0543146 ++-0562028 ++-0556061 ++-0560068 ++-0561029 ++-0551043 ++-0549024 ++-0554060 ++-0553079 ++-0538117 ++-0555097 ++-0557047 ++-0559037 ++-0545067 ++-0547024 ++-0552088 ++-0546076 ++-0530151 ++-0562029 ++-0556062 ++-0544111 ++-0543147 ++-0548028 ++-0560069 ++-0561030 ++-0538118 ++-0551044 ++-0549025 ++-0553080 ++-0554061 ++-0557048 ++-0552089 ++-0555098 ++-0545068 ++-0547025 ++-0546077 ++-0559038 ++-0562030 ++-0544112 ++-0556063 ++-0548029 ++-0530152 ++-0561031 ++-0543148 ++-0538119 ++-0557049 ++-0560070 ++-0551045 ++-0553081 ++-0545069 ++-0552090 ++-0549026 ++-0546078 ++-0554062 ++-0555099 ++-0559039 ++-0544113 ++-0556064 ++-0562031 ++-0547026 ++-0548030 ++-0538120 ++-0545070 ++-0560071 ++-0530153 ++-0556065 ++-0543149 ++-0561032 ++-0538121 ++-0554063 ++-0562032 ++-0555100 ++-0545071 ++-0557050 ++-0553082 ++-0552091 ++-0547027 ++-0559040 ++-0551046 ++-0549027 ++-0548031 ++-0546079 ++-0544114 ++-0560072 ++-0530154 ++-0556066 ++-0561033 ++-0538122 ++-0554064 ++-0555101 ++-0562033 ++-0557051 ++-0553083 ++-0552092 ++-0547028 ++-0559041 ++-0551047 ++-0548032 ++-0549028 ++-0544115 ++-0543150 ++-0545072 ++-0560073 ++-0530155 ++-0546080 ++-0554065 ++-0555102 ++-0557052 ++-0562034 ++-0553084 ++-0552093 ++-0547029 ++-0556067 ++-0559042 ++-0551048 ++-0561034 ++-0548033 ++-0538123 ++-0545073 ++-0544116 ++-0560074 ++-0543151 ++-0549029 ++-0546081 ++-0554066 ++-0555103 ++-0557053 ++-0562035 ++-0553085 ++-0551049 ++-0559043 ++-0548034 ++-0538124 ++-0552094 ++-0547030 ++-0562036 ++-0556068 ++-0553086 ++-0549030 ++-0538125 ++-0545074 ++-0552095 ++-0548035 ++-0546082 ++-0554067 ++-0544117 ++-0556069 ++-0547031 ++-0549031 ++-0560075 ++-0543152 ++-0559044 ++-0557054 ++-0544118 ++-0545075 ++-0551050 ++-0561035 ++-0538126 ++-0546083 ++-0552096 ++-0562037 ++-0555104 ++-0550000 ++-0553087 ++-0547032 ++-0554068 ++-0556070 ++-0548036 ++-0543153 ++-0560076 ++-0549032 ++-0559045 ++-0557055 ++-0551051 ++-0538127 ++-0545076 ++-0561036 ++-0550001 ++-0546084 ++-0544119 ++-0552097 ++-0562038 ++-0553088 ++-0554069 ++-0547033 ++-0555105 ++-0548037 ++-0543154 ++-0556071 ++-0549033 ++-0559046 ++-0560077 ++-0557056 ++-0545077 ++-0546085 ++-0551052 ++-0538128 ++-0561037 ++-0562039 ++-0547034 ++-0553089 ++-0550002 ++-0543155 ++-0554070 ++-0555106 ++-0548038 ++-0544120 ++-0552098 ++-0556072 ++-0549034 ++-0560078 ++-0557057 ++-0559047 ++-0546086 ++-0562040 ++-0555107 ++-0551053 ++-0547035 ++-0553090 ++-0545078 ++-0538129 ++-0554071 ++-0561038 ++-0556073 ++-0550003 ++-0552099 ++-0548039 ++-0549035 ++-0559048 ++-0544121 ++-0557058 ++-0560079 ++-0546087 ++-0562041 ++-0551054 ++-0554072 ++-0547036 ++-0545079 ++-0553091 ++-0538130 ++-0555108 ++-0556074 ++-0552100 ++-0550004 ++-0548040 ++-0561039 ++-0549036 ++-0557059 ++-0544122 ++-0559049 ++-0560080 ++-0562042 ++-0551055 ++-0546088 ++-0554073 ++-0547037 ++-0555109 ++-0553092 ++-0552101 ++-0554074 ++-0549037 ++-0538131 ++-0545080 ++-0557060 ++-0551056 ++-0555110 ++-0563000 ++-0550005 ++-0556075 ++-0560081 ++-0561040 ++-0544123 ++-0547038 ++-0548041 ++-0559050 ++-0546089 ++-0562043 ++-0549038 ++-0553093 ++-0545081 ++-0552102 ++-0554075 ++-0557061 ++-0538132 ++-0551057 ++-0555111 ++-0556076 ++-0550006 ++-0563001 ++-0548042 ++-0561041 ++-0544124 ++-0547039 ++-0559051 ++-0560082 ++-0549039 ++-0546090 ++-0553094 ++-0562044 ++-0554076 ++-0552103 ++-0557062 ++-0551058 ++-0548043 ++-0561042 ++-0553095 ++-0560083 ++-0544125 ++-0552104 ++-0545082 ++-0549040 ++-0554077 ++-0556077 ++-0559052 ++-0563002 ++-0538133 ++-0547040 ++-0550007 ++-0557063 ++-0546091 ++-0555112 ++-0562045 ++-0548044 ++-0551059 ++-0553096 ++-0560084 ++-0561043 ++-0545083 ++-0554078 ++-0552105 ++-0549041 ++-0544126 ++-0556078 ++-0559053 ++-0538134 ++-0550008 ++-0547041 ++-0563003 ++-0546092 ++-0548045 ++-0555113 ++-0557064 ++-0553097 ++-0551060 ++-0562046 ++-0561044 ++-0545084 ++-0552106 ++-0549042 ++-0549043 ++-0550009 ++-0560085 ++-0555114 ++-0538135 ++-0552107 ++-0554079 ++-0546093 ++-0556079 ++-0559054 ++-0544127 ++-0551061 ++-0548046 ++-0545085 ++-0562047 ++-0547042 ++-0553098 ++-0561045 ++-0563004 ++-0557065 ++-0560086 ++-0538136 ++-0552108 ++-0550010 ++-0549044 ++-0546094 ++-0559055 ++-0554080 ++-0556080 ++-0544128 ++-0551062 ++-0553099 ++-0545086 ++-0555115 ++-0547043 ++-0548047 ++-0563005 ++-0562048 ++-0557066 ++-0561046 ++-0538137 ++-0560087 ++-0556081 ++-0549045 ++-0546095 ++-0559056 ++-0554081 ++-0553100 ++-0552109 ++-0550011 ++-0544129 ++-0555116 ++-0547044 ++-0545087 ++-0551063 ++-0548048 ++-0562049 ++-0561047 ++-0557067 ++-0563006 ++-0538138 ++-0556082 ++-0549046 ++-0546096 ++-0554082 ++-0553101 ++-0559057 ++-0560088 ++-0544130 ++-0552110 ++-0547045 ++-0551064 ++-0550012 ++-0555117 ++-0562050 ++-0545088 ++-0538139 ++-0563007 ++-0548049 ++-0561048 ++-0557068 ++-0549047 ++-0546097 ++-0554083 ++-0556083 ++-0553102 ++-0559058 ++-0560089 ++-0544131 ++-0547046 ++-0552111 ++-0550013 ++-0562051 ++-0545089 ++-0555118 ++-0561049 ++-0551065 ++-0538140 ++-0557069 ++-0554084 ++-0563008 ++-0553103 ++-0546098 ++-0548050 ++-0549048 ++-0560090 ++-0544132 ++-0556084 ++-0559059 ++-0547047 ++-0552112 ++-0562052 ++-0550014 ++-0545090 ++-0555119 ++-0551066 ++-0561050 ++-0557070 ++-0554085 ++-0553104 ++-0563009 ++-0538141 ++-0546099 ++-0544133 ++-0560091 ++-0547048 ++-0548051 ++-0559060 ++-0549049 ++-0552113 ++-0556085 ++-0550015 ++-0562053 ++-0555120 ++-0545091 ++-0561051 ++-0551067 ++-0554086 ++-0553105 ++-0563010 ++-0538142 ++-0557071 ++-0547049 ++-0560092 ++-0559061 ++-0549050 ++-0546100 ++-0544134 ++-0552114 ++-0562054 ++-0550016 ++-0555121 ++-0556086 ++-0551068 ++-0557072 ++-0548052 ++-0545092 ++-0560093 ++-0554087 ++-0538143 ++-0563011 ++-0553106 ++-0547050 ++-0552115 ++-0561052 ++-0544135 ++-0551069 ++-0546101 ++-0562055 ++-0550017 ++-0556087 ++-0555122 ++-0549051 ++-0559062 ++-0554088 ++-0553107 ++-0547051 ++-0545093 ++-0557073 ++-0563012 ++-0562056 ++-0561053 ++-0538144 ++-0551070 ++-0555123 ++-0549052 ++-0548053 ++-0546102 ++-0556088 ++-0552116 ++-0554089 ++-0560094 ++-0544136 ++-0559063 ++-0553108 ++-0563013 ++-0545094 ++-0557074 ++-0562057 ++-0547052 ++-0551071 ++-0556089 ++-0538145 ++-0561054 ++-0548054 ++-0550018 ++-0544137 ++-0559064 ++-0554090 ++-0552117 ++-0546103 ++-0560095 ++-0549053 ++-0553109 ++-0563014 ++-0557075 ++-0551072 ++-0556090 ++-0545095 ++-0555124 ++-0547053 ++-0538146 ++-0562058 ++-0548055 ++-0546104 ++-0550019 ++-0560096 ++-0554091 ++-0559065 ++-0563015 ++-0553110 ++-0544138 ++-0556091 ++-0538147 ++-0545096 ++-0560097 ++-0562059 ++-0559066 ++-0552118 ++-0563016 ++-0555125 ++-0553111 ++-0556092 ++-0548056 ++-0557076 ++-0561055 ++-0551073 ++-0549054 ++-0538148 ++-0546105 ++-0554092 ++-0550020 ++-0559067 ++-0547054 ++-0552119 ++-0560098 ++-0553112 ++-0562060 ++-0551074 ++-0548057 ++-0544139 ++-0556093 ++-0549055 ++-0538149 ++-0554093 ++-0545097 ++-0557077 ++-0547055 ++-0559068 ++-0560099 ++-0546106 ++-0561056 ++-0552120 ++-0550021 ++-0553113 ++-0562061 ++-0555126 ++-0548058 ++-0556094 ++-0538150 ++-0545098 ++-0563017 ++-0554094 ++-0557078 ++-0544140 ++-0546107 ++-0551075 ++-0549056 ++-0553114 ++-0547056 ++-0559069 ++-0555127 ++-0550022 ++-0561057 ++-0552121 ++-0562062 ++-0560100 ++-0556095 ++-0554095 ++-0545099 ++-0563018 ++-0557079 ++-0544141 ++-0546108 ++-0548059 ++-0538151 ++-0551076 ++-0549057 ++-0553115 ++-0552122 ++-0547057 ++-0550023 ++-0555128 ++-0559070 ++-0554096 ++-0561058 ++-0546109 ++-0562063 ++-0556096 ++-0557080 ++-0563019 ++-0544142 ++-0549058 ++-0560101 ++-0545100 ++-0548060 ++-0538152 ++-0553116 ++-0551077 ++-0552123 ++-0547058 ++-0550024 ++-0561059 ++-0555129 ++-0556097 ++-0559071 ++-0554097 ++-0544143 ++-0538153 ++-0551078 ++-0545101 ++-0548061 ++-0546110 ++-0562064 ++-0557081 ++-0563020 ++-0547059 ++-0560102 ++-0549059 ++-0552124 ++-0555130 ++-0553117 ++-0556098 ++-0561060 ++-0550025 ++-0544144 ++-0559072 ++-0563021 ++-0551079 ++-0547060 ++-0560103 ++-0545102 ++-0549060 ++-0552125 ++-0555131 ++-0563022 ++-0563023 ++-0563024 ++-0538154 ++-0546111 ++-0562065 ++-0554098 ++-0561061 ++-0563025 ++-0557082 ++-0560104 ++-0550026 ++-0549061 ++-0544145 ++-0548062 ++-0553118 ++-0551080 ++-0556099 ++-0559073 ++-0555132 ++-0545103 ++-0547061 ++-0552126 ++-0538155 ++-0562066 ++-0546112 ++-0561062 ++-0554099 ++-0557083 ++-0560105 ++-0563026 ++-0549062 ++-0550027 ++-0553119 ++-0544146 ++-0551081 ++-0555133 ++-0548063 ++-0562067 ++-0547062 ++-0556100 ++-0538156 ++-0559074 ++-0561063 ++-0545104 ++-0554100 ++-0560106 ++-0563027 ++-0561064 ++-0547063 ++-0552127 ++-0562068 ++-0557084 ++-0546113 ++-0556101 ++-0555134 ++-0563028 ++-0550028 ++-0549063 ++-0551082 ++-0544147 ++-0559075 ++-0554101 ++-0560107 ++-0545105 ++-0561065 ++-0547064 ++-0548064 ++-0563029 ++-0546114 ++-0553120 ++-0555135 ++-0554102 ++-0552128 ++-0545106 ++-0559076 ++-0551083 ++-0562069 ++-0544148 ++-0549064 ++-0556102 ++-0557085 ++-0550029 ++-0558000 ++-0560108 ++-0561066 ++-0547065 ++-0548065 ++-0553121 ++-0563030 ++-0546115 ++-0555136 ++-0552129 ++-0556103 ++-0544149 ++-0562070 ++-0550030 ++-0554103 ++-0558001 ++-0551084 ++-0547066 ++-0559077 ++-0560109 ++-0553122 ++-0548066 ++-0552130 ++-0559078 ++-0549065 ++-0545107 ++-0557086 ++-0562071 ++-0563031 ++-0553123 ++-0561067 ++-0556104 ++-0555137 ++-0558002 ++-0560110 ++-0551085 ++-0546116 ++-0554104 ++-0544150 ++-0552131 ++-0550031 ++-0559079 ++-0549066 ++-0562072 ++-0547067 ++-0548067 ++-0557087 ++-0563032 ++-0553124 ++-0545108 ++-0556105 ++-0560111 ++-0555138 ++-0558003 ++-0561068 ++-0554105 ++-0551086 ++-0546117 ++-0550032 ++-0552132 ++-0544151 ++-0559080 ++-0562073 ++-0549067 ++-0547068 ++-0548068 ++-0563033 ++-0557088 ++-0558004 ++-0553125 ++-0561069 ++-0560112 ++-0545109 ++-0555139 ++-0556106 ++-0546118 ++-0562074 ++-0550033 ++-0549068 ++-0559081 ++-0552133 ++-0544152 ++-0554106 ++-0551087 ++-0548069 ++-0560113 ++-0563034 ++-0558005 ++-0545110 ++-0561070 ++-0547069 ++-0555140 ++-0556107 ++-0557089 ++-0549069 ++-0550034 ++-0553126 ++-0552134 ++-0544153 ++-0559082 ++-0551088 ++-0554107 ++-0546119 ++-0562075 ++-0558006 ++-0563035 ++-0548070 ++-0561071 ++-0547070 ++-0560114 ++-0557090 ++-0555141 ++-0556108 ++-0545111 ++-0553127 ++-0552135 ++-0559083 ++-0544154 ++-0550035 ++-0554108 ++-0559084 ++-0547071 ++-0549070 ++-0546120 ++-0552136 ++-0551089 ++-0557091 ++-0562076 ++-0544155 ++-0556109 ++-0563036 ++-0558007 ++-0561072 ++-0559085 ++-0553128 ++-0555142 ++-0547072 ++-0560115 ++-0550036 ++-0548071 ++-0545112 ++-0554109 ++-0549071 ++-0562077 ++-0544156 ++-0557092 ++-0552137 ++-0558008 ++-0556110 ++-0563037 ++-0551090 ++-0546121 ++-0559086 ++-0553129 ++-0550037 ++-0560116 ++-0561073 ++-0548072 ++-0555143 ++-0554110 ++-0549072 ++-0547073 ++-0545113 ++-0552138 ++-0558009 ++-0557093 ++-0563038 ++-0562078 ++-0553130 ++-0546122 ++-0550038 ++-0556111 ++-0560117 ++-0561074 ++-0559087 ++-0551091 ++-0547074 ++-0549073 ++-0545114 ++-0548073 ++-0555144 ++-0554111 ++-0552139 ++-0557094 ++-0558010 ++-0563039 ++-0553131 ++-0550039 ++-0546123 ++-0562079 ++-0559088 ++-0556112 ++-0561075 ++-0551092 ++-0560118 ++-0548074 ++-0549074 ++-0555145 ++-0545115 ++-0554112 ++-0547075 ++-0552140 ++-0558011 ++-0557095 ++-0553132 ++-0564000 ++-0559089 ++-0550040 ++-0546124 ++-0563040 ++-0551093 ++-0548075 ++-0560119 ++-0561076 ++-0562080 ++-0545116 ++-0547076 ++-0554113 ++-0555146 ++-0549075 ++-0556113 ++-0552141 ++-0557096 ++-0558012 ++-0560120 ++-0564001 ++-0555147 ++-0546125 ++-0551094 ++-0547077 ++-0560121 ++-0553133 ++-0562081 ++-0557097 ++-0563041 ++-0561077 ++-0548076 ++-0559090 ++-0549076 ++-0552142 ++-0550041 ++-0545117 ++-0558013 ++-0554114 ++-0556114 ++-0564002 ++-0555148 ++-0562082 ++-0547078 ++-0551095 ++-0546126 ++-0553134 ++-0557098 ++-0549077 ++-0548077 ++-0550042 ++-0559091 ++-0560122 ++-0554115 ++-0561078 ++-0552143 ++-0563042 ++-0545118 ++-0556115 ++-0558014 ++-0564003 ++-0555149 ++-0547079 ++-0562083 ++-0549078 ++-0550043 ++-0548078 ++-0554116 ++-0551096 ++-0563043 ++-0559092 ++-0561079 ++-0557099 ++-0552144 ++-0545119 ++-0560123 ++-0553135 ++-0546127 ++-0564004 ++-0558015 ++-0555150 ++-0556116 ++-0549079 ++-0547080 ++-0562084 ++-0550044 ++-0554117 ++-0563044 ++-0551097 ++-0557100 ++-0548079 ++-0559093 ++-0552145 ++-0561080 ++-0546128 ++-0564005 ++-0545120 ++-0558016 ++-0560124 ++-0555151 ++-0553136 ++-0562085 ++-0547081 ++-0549080 ++-0556117 ++-0551098 ++-0550045 ++-0548080 ++-0554118 ++-0559094 ++-0563045 ++-0552146 ++-0557101 ++-0561081 ++-0546129 ++-0545121 ++-0564006 ++-0555152 ++-0562086 ++-0560125 ++-0547082 ++-0549081 ++-0558017 ++-0553137 ++-0550046 ++-0551099 ++-0548081 ++-0552147 ++-0556118 ++-0554119 ++-0559095 ++-0563046 ++-0561082 ++-0545122 ++-0546130 ++-0557102 ++-0560126 ++-0558018 ++-0547083 ++-0564007 ++-0549082 ++-0555153 ++-0562087 ++-0550047 ++-0551100 ++-0553138 ++-0552148 ++-0556119 ++-0554120 ++-0559096 ++-0548082 ++-0563047 ++-0561083 ++-0545123 ++-0546131 ++-0547084 ++-0557103 ++-0560127 ++-0564008 ++-0562088 ++-0558019 ++-0555154 ++-0550048 ++-0549083 ++-0552149 ++-0551101 ++-0553139 ++-0554121 ++-0548083 ++-0563048 ++-0561084 ++-0545124 ++-0546132 ++-0556120 ++-0547085 ++-0559097 ++-0557104 ++-0560128 ++-0562089 ++-0555155 ++-0549084 ++-0550049 ++-0558020 ++-0564009 ++-0552150 ++-0551102 ++-0548084 ++-0554122 ++-0561085 ++-0553140 ++-0556121 ++-0559098 ++-0547086 ++-0563049 ++-0545125 ++-0546133 ++-0560129 ++-0557105 ++-0555156 ++-0562090 ++-0564010 ++-0550050 ++-0548085 ++-0549085 ++-0552151 ++-0558021 ++-0551103 ++-0547087 ++-0559099 ++-0553141 ++-0563050 ++-0554123 ++-0561086 ++-0560130 ++-0556122 ++-0557106 ++-0546134 ++-0545126 ++-0562091 ++-0564011 ++-0548086 ++-0550051 ++-0558022 ++-0552152 ++-0553142 ++-0559100 ++-0547088 ++-0551104 ++-0549086 ++-0561087 ++-0563051 ++-0557107 ++-0554124 ++-0546135 ++-0560131 ++-0545127 ++-0556123 ++-0564012 ++-0548087 ++-0550052 ++-0552153 ++-0558023 ++-0547089 ++-0559101 ++-0553143 ++-0551105 ++-0549087 ++-0563052 ++-0554125 ++-0546136 ++-0557108 ++-0561088 ++-0560132 ++-0556124 ++-0562092 ++-0564013 ++-0553144 ++-0547090 ++-0558024 ++-0549088 ++-0545128 ++-0552154 ++-0548088 ++-0560133 ++-0550053 ++-0554126 ++-0557109 ++-0561089 ++-0575000 ++-0551106 ++-0559102 ++-0546137 ++-0562093 ++-0553145 ++-0556125 ++-0547091 ++-0564014 ++-0545129 ++-0549089 ++-0558025 ++-0560134 ++-0550054 ++-0548089 ++-0552155 ++-0563053 ++-0557110 ++-0575001 ++-0561090 ++-0554127 ++-0546138 ++-0560135 ++-0551107 ++-0563054 ++-0561091 ++-0562094 ++-0559103 ++-0575002 ++-0549090 ++-0557111 ++-0550055 ++-0564015 ++-0558026 ++-0547092 ++-0553146 ++-0548090 ++-0556126 ++-0546139 ++-0545130 ++-0554128 ++-0560136 ++-0551108 ++-0562095 ++-0575003 ++-0559104 ++-0547093 ++-0563055 ++-0561092 ++-0549091 ++-0550056 ++-0548091 ++-0564016 ++-0558027 ++-0557112 ++-0546140 ++-0554129 ++-0545131 ++-0553147 ++-0556127 ++-0551109 ++-0560137 ++-0562096 ++-0575004 ++-0559105 ++-0563056 ++-0561093 ++-0547094 ++-0550057 ++-0564017 ++-0558028 ++-0549092 ++-0548092 ++-0545132 ++-0572000 ++-0554130 ++-0553148 ++-0557113 ++-0546141 ++-0551110 ++-0560138 ++-0562097 ++-0575005 ++-0559106 ++-0556128 ++-0561094 ++-0547095 ++-0563057 ++-0548093 ++-0564018 ++-0550058 ++-0553149 ++-0558029 ++-0549093 ++-0554131 ++-0546142 ++-0562098 ++-0545133 ++-0572001 ++-0559107 ++-0575006 ++-0551111 ++-0556129 ++-0563058 ++-0557114 ++-0561095 ++-0560139 ++-0547096 ++-0548094 ++-0550059 ++-0564019 ++-0553150 ++-0558030 ++-0549094 ++-0554132 ++-0546143 ++-0551112 ++-0559108 ++-0556130 ++-0545134 ++-0563059 ++-0560140 ++-0561096 ++-0557115 ++-0562099 ++-0547097 ++-0575007 ++-0548095 ++-0572002 ++-0550060 ++-0553151 ++-0554133 ++-0564020 ++-0559109 ++-0558031 ++-0549095 ++-0546144 ++-0562100 ++-0556131 ++-0545135 ++-0551113 ++-0563060 ++-0560141 ++-0575008 ++-0561097 ++-0557116 ++-0547098 ++-0572003 ++-0548096 ++-0550061 ++-0554134 ++-0558032 ++-0559110 ++-0562101 ++-0553152 ++-0556132 ++-0546145 ++-0564021 ++-0549096 ++-0560142 ++-0563061 ++-0575009 ++-0548097 ++-0550062 ++-0561098 ++-0545136 ++-0551114 ++-0557117 ++-0554135 ++-0558033 ++-0547099 ++-0564022 ++-0575010 ++-0572004 ++-0559111 ++-0556133 ++-0562102 ++-0549097 ++-0546146 ++-0560143 ++-0553153 ++-0563062 ++-0548098 ++-0550063 ++-0545137 ++-0559112 ++-0561099 ++-0547100 ++-0572005 ++-0575011 ++-0557118 ++-0558034 ++-0546147 ++-0551115 ++-0564023 ++-0556134 ++-0554136 ++-0553154 ++-0560144 ++-0548099 ++-0562103 ++-0549098 ++-0550064 ++-0563063 ++-0545138 ++-0547101 ++-0561100 ++-0559113 ++-0572006 ++-0575012 ++-0558035 ++-0556135 ++-0553155 ++-0557119 ++-0554137 ++-0546148 ++-0548100 ++-0551116 ++-0560145 ++-0549099 ++-0564024 ++-0550065 ++-0545139 ++-0562104 ++-0563064 ++-0547102 ++-0572007 ++-0561101 ++-0553156 ++-0558036 ++-0575013 ++-0559114 ++-0549100 ++-0557120 ++-0551117 ++-0556136 ++-0560146 ++-0554138 ++-0562105 ++-0545140 ++-0563065 ++-0564025 ++-0546149 ++-0548101 ++-0547103 ++-0550066 ++-0572008 ++-0558037 ++-0561102 ++-0549101 ++-0551118 ++-0575014 ++-0559115 ++-0562106 ++-0556137 ++-0545141 ++-0554139 ++-0560147 ++-0557121 ++-0548102 ++-0563066 ++-0572009 ++-0546150 ++-0564026 ++-0550067 ++-0575015 ++-0560148 ++-0550068 ++-0560149 ++-0545142 ++-0547104 ++-0562107 ++-0549102 ++-0559116 ++-0558038 ++-0551119 ++-0560150 ++-0557122 ++-0556138 ++-0554140 ++-0546151 ++-0564027 ++-0561103 ++-0575016 ++-0572010 ++-0548103 ++-0550069 ++-0563067 ++-0545143 ++-0547105 ++-0562108 ++-0558039 ++-0551120 ++-0559117 ++-0549103 ++-0560151 ++-0554141 ++-0557123 ++-0573000 ++-0564028 ++-0546152 ++-0556139 ++-0561104 ++-0563068 ++-0550070 ++-0548104 ++-0575017 ++-0545144 ++-0572011 ++-0547106 ++-0551121 ++-0559118 ++-0558040 ++-0560152 ++-0549104 ++-0562109 ++-0557124 ++-0546153 ++-0556140 ++-0548105 ++-0564029 ++-0563069 ++-0550071 ++-0548106 ++-0575018 ++-0554142 ++-0562110 ++-0545145 ++-0558041 ++-0546154 ++-0561105 ++-0564030 ++-0557125 ++-0549105 ++-0573001 ++-0551122 ++-0547107 ++-0556141 ++-0560153 ++-0572012 ++-0559119 ++-0558042 ++-0554143 ++-0575019 ++-0548107 ++-0564031 ++-0573002 ++-0563070 ++-0559120 ++-0550072 ++-0556142 ++-0549106 ++-0545146 ++-0557126 ++-0572013 ++-0551123 ++-0546155 ++-0561106 ++-0560154 ++-0562111 ++-0547108 ++-0554144 ++-0558043 ++-0548108 ++-0573003 ++-0572014 ++-0563071 ++-0545147 ++-0550073 ++-0547109 ++-0562112 ++-0558044 ++-0548109 ++-0564032 ++-0575020 ++-0563072 ++-0572015 ++-0551124 ++-0573004 ++-0550074 ++-0549107 ++-0556143 ++-0554145 ++-0559121 ++-0545148 ++-0562113 ++-0547110 ++-0557127 ++-0558045 ++-0561107 ++-0548110 ++-0560155 ++-0575021 ++-0564033 ++-0551125 ++-0573005 ++-0563073 ++-0545149 ++-0550075 ++-0559122 ++-0549108 ++-0572016 ++-0557128 ++-0547111 ++-0554146 ++-0556144 ++-0561108 ++-0548111 ++-0558046 ++-0562114 ++-0566000 ++-0575022 ++-0551126 ++-0545150 ++-0563074 ++-0550076 ++-0572017 ++-0564034 ++-0573006 ++-0559123 ++-0547112 ++-0554147 ++-0556145 ++-0549109 ++-0557129 ++-0566001 ++-0548112 ++-0551127 ++-0562115 ++-0550077 ++-0575023 ++-0558047 ++-0547113 ++-0564035 ++-0545151 ++-0554148 ++-0561109 ++-0563075 ++-0549110 ++-0572018 ++-0559124 ++-0573007 ++-0566002 ++-0580000 ++-0557130 ++-0551128 ++-0564036 ++-0562116 ++-0556146 ++-0554149 ++-0558048 ++-0547114 ++-0575024 ++-0545152 ++-0548113 ++-0550078 ++-0572019 ++-0557131 ++-0575025 ++-0549111 ++-0566003 ++-0547115 ++-0554150 ++-0580001 ++-0563076 ++-0559125 ++-0548114 ++-0545153 ++-0558049 ++-0551129 ++-0556147 ++-0573008 ++-0564037 ++-0562117 ++-0561110 ++-0557132 ++-0566004 ++-0550079 ++-0554151 ++-0580002 ++-0572020 ++-0563077 ++-0547116 ++-0559126 ++-0549112 ++-0558050 ++-0556148 ++-0545154 ++-0573009 ++-0575026 ++-0551130 ++-0548115 ++-0561111 ++-0564038 ++-0550080 ++-0580003 ++-0554152 ++-0562118 ++-0557133 ++-0566005 ++-0547117 ++-0559127 ++-0549113 ++-0563078 ++-0548116 ++-0572021 ++-0545155 ++-0556149 ++-0561112 ++-0564039 ++-0557134 ++-0551131 ++-0558051 ++-0554153 ++-0562119 ++-0573010 ++-0566006 ++-0580004 ++-0547118 ++-0550081 ++-0575027 ++-0559128 ++-0563079 ++-0549114 ++-0548117 ++-0556150 ++-0545156 ++-0572022 ++-0561113 ++-0562120 ++-0566007 ++-0547119 ++-0573011 ++-0554154 ++-0580005 ++-0564040 ++-0550082 ++-0551132 ++-0558052 ++-0557135 ++-0559129 ++-0548118 ++-0575028 ++-0563080 ++-0556151 ++-0549115 ++-0566008 ++-0561114 ++-0572023 ++-0547120 ++-0550083 ++-0554155 ++-0551133 ++-0558053 ++-0562121 ++-0573012 ++-0557136 ++-0564041 ++-0575029 ++-0549116 ++-0561115 ++-0580006 ++-0559130 ++-0572024 ++-0548119 ++-0566009 ++-0563081 ++-0558054 ++-0557137 ++-0564042 ++-0547121 ++-0556152 ++-0575030 ++-0550084 ++-0573013 ++-0562122 ++-0551134 ++-0572025 ++-0549117 ++-0580007 ++-0559131 ++-0548120 ++-0561116 ++-0558055 ++-0557138 ++-0565000 ++-0566010 ++-0563082 ++-0556153 ++-0575031 ++-0551135 ++-0573014 ++-0550085 ++-0572026 ++-0547122 ++-0562123 ++-0561117 ++-0549118 ++-0564043 ++-0559132 ++-0557139 ++-0558056 ++-0580008 ++-0551136 ++-0548121 ++-0556154 ++-0573015 ++-0563083 ++-0566011 ++-0575032 ++-0574000 ++-0547123 ++-0565001 ++-0550086 ++-0562124 ++-0564044 ++-0557140 ++-0572027 ++-0556155 ++-0559133 ++-0580009 ++-0565002 ++-0547124 ++-0549119 ++-0551137 ++-0558057 ++-0561118 ++-0562125 ++-0573016 ++-0550087 ++-0548122 ++-0563084 ++-0574001 ++-0557141 ++-0575033 ++-0566012 ++-0559134 ++-0564045 ++-0572028 ++-0565003 ++-0558058 ++-0547125 ++-0580010 ++-0573017 ++-0550088 ++-0561119 ++-0566013 ++-0564046 ++-0565004 ++-0558059 ++-0572029 ++-0547126 ++-0580011 ++-0573018 ++-0557142 ++-0551138 ++-0548123 ++-0563085 ++-0574002 ++-0562126 ++-0559135 ++-0549120 ++-0575034 ++-0566014 ++-0550089 ++-0564047 ++-0561120 ++-0565005 ++-0573019 ++-0562127 ++-0557143 ++-0566015 ++-0576000 ++-0551139 ++-0574003 ++-0563086 ++-0549121 ++-0573020 ++-0547127 ++-0551140 ++-0564048 ++-0566016 ++-0561121 ++-0551141 ++-0573021 ++-0561122 ++-0564049 ++-0549122 ++-0551142 ++-0549123 ++-0572030 ++-0548124 ++-0565006 ++-0559136 ++-0576001 ++-0563087 ++-0580012 ++-0575035 ++-0564050 ++-0573022 ++-0557144 ++-0561123 ++-0574004 ++-0566017 ++-0558060 ++-0550090 ++-0562128 ++-0551143 ++-0547128 ++-0565007 ++-0548125 ++-0572031 ++-0549124 ++-0559137 ++-0576002 ++-0563088 ++-0561124 ++-0573023 ++-0562129 ++-0548126 ++-0564051 ++-0557145 ++-0549125 ++-0563089 ++-0564052 ++-0580013 ++-0558061 ++-0566018 ++-0574005 ++-0565008 ++-0576003 ++-0572032 ++-0562130 ++-0561125 ++-0573024 ++-0547129 ++-0551144 ++-0550091 ++-0575036 ++-0549126 ++-0548127 ++-0557146 ++-0576004 ++-0559138 ++-0580014 ++-0566019 ++-0558062 ++-0563090 ++-0564053 ++-0572033 ++-0562131 ++-0574006 ++-0565009 ++-0561126 ++-0573025 ++-0551145 ++-0547130 ++-0548128 ++-0549127 ++-0576005 ++-0566020 ++-0580015 ++-0550092 ++-0575037 ++-0564054 ++-0557147 ++-0562132 ++-0559139 ++-0572034 ++-0558063 ++-0574007 ++-0563091 ++-0573026 ++-0565010 ++-0561127 ++-0547131 ++-0549128 ++-0548129 ++-0576006 ++-0551146 ++-0566021 ++-0550093 ++-0564055 ++-0575038 ++-0580016 ++-0557148 ++-0562133 ++-0574008 ++-0573027 ++-0563092 ++-0558064 ++-0572035 ++-0559140 ++-0565011 ++-0561128 ++-0548130 ++-0551147 ++-0576007 ++-0547132 ++-0549129 ++-0566022 ++-0550094 ++-0564056 ++-0562134 ++-0580017 ++-0557149 ++-0575039 ++-0573028 ++-0559141 ++-0565012 ++-0574009 ++-0563093 ++-0561129 ++-0551148 ++-0548131 ++-0576008 ++-0547133 ++-0572036 ++-0549130 ++-0558065 ++-0550095 ++-0566023 ++-0557150 ++-0580018 ++-0562135 ++-0564057 ++-0559142 ++-0573029 ++-0574010 ++-0575040 ++-0563094 ++-0565013 ++-0576009 ++-0548132 ++-0547134 ++-0549131 ++-0572037 ++-0558066 ++-0561130 ++-0551149 ++-0566024 ++-0580019 ++-0550096 ++-0562136 ++-0574011 ++-0557151 ++-0573030 ++-0563095 ++-0565014 ++-0547135 ++-0559143 ++-0549132 ++-0564058 ++-0558067 ++-0572038 ++-0576010 ++-0548133 ++-0551150 ++-0561131 ++-0562137 ++-0573031 ++-0550097 ++-0557152 ++-0548134 ++-0565015 ++-0558068 ++-0572039 ++-0561132 ++-0573032 ++-0550098 ++-0551151 ++-0562138 ++-0574012 ++-0549133 ++-0575041 ++-0547136 ++-0576011 ++-0566025 ++-0551152 ++-0558069 ++-0573033 ++-0548135 ++-0557153 ++-0562139 ++-0561133 ++-0580020 ++-0547137 ++-0550099 ++-0572040 ++-0559144 ++-0563096 ++-0565016 ++-0576012 ++-0575042 ++-0574013 ++-0564059 ++-0566026 ++-0549134 ++-0551153 ++-0558070 ++-0557154 ++-0573034 ++-0548136 ++-0562140 ++-0547138 ++-0559145 ++-0561134 ++-0550100 ++-0572041 ++-0575043 ++-0576013 ++-0565017 ++-0563097 ++-0564060 ++-0580021 ++-0574014 ++-0549135 ++-0566027 ++-0551154 ++-0558071 ++-0548137 ++-0557155 ++-0562141 ++-0559146 ++-0573035 ++-0547139 ++-0572042 ++-0575044 ++-0550101 ++-0563098 ++-0561135 ++-0564061 ++-0565018 ++-0574015 ++-0549136 ++-0576014 ++-0580022 ++-0566028 ++-0551155 ++-0548138 ++-0558072 ++-0557156 ++-0573036 ++-0559147 ++-0562142 ++-0572043 ++-0563099 ++-0564062 ++-0565019 ++-0561136 ++-0550102 ++-0574016 ++-0547140 ++-0549137 ++-0576015 ++-0575045 ++-0580023 ++-0548139 ++-0573037 ++-0566029 ++-0562143 ++-0558073 ++-0559148 ++-0572044 ++-0561137 ++-0547141 ++-0574017 ++-0549138 ++-0564063 ++-0563100 ++-0565020 ++-0580024 ++-0550103 ++-0548140 ++-0576016 ++-0575046 ++-0573038 ++-0562144 ++-0558074 ++-0566030 ++-0572045 ++-0547142 ++-0549139 ++-0561138 ++-0575047 ++-0576017 ++-0564064 ++-0559149 ++-0563101 ++-0562145 ++-0565021 ++-0577000 ++-0574018 ++-0572046 ++-0580025 ++-0549140 ++-0558075 ++-0573039 ++-0550104 ++-0548141 ++-0547143 ++-0566031 ++-0571000 ++-0561139 ++-0576018 ++-0575048 ++-0564065 ++-0563102 ++-0573040 ++-0574019 ++-0577001 ++-0550105 ++-0572047 ++-0558076 ++-0549141 ++-0565022 ++-0559150 ++-0566032 ++-0580026 ++-0562146 ++-0548142 ++-0571001 ++-0575049 ++-0561140 ++-0563103 ++-0576019 ++-0547144 ++-0564066 ++-0573041 ++-0574020 ++-0550106 ++-0572048 ++-0558077 ++-0580027 ++-0548143 ++-0565023 ++-0577002 ++-0549142 ++-0563104 ++-0561141 ++-0566033 ++-0575050 ++-0562147 ++-0547145 ++-0564067 ++-0559151 ++-0571002 ++-0576020 ++-0573042 ++-0572049 ++-0574021 ++-0558078 ++-0550107 ++-0548144 ++-0577003 ++-0565024 ++-0580028 ++-0563105 ++-0561142 ++-0549143 ++-0564068 ++-0559152 ++-0576021 ++-0566034 ++-0547146 ++-0575051 ++-0571003 ++-0572050 ++-0562148 ++-0574022 ++-0573043 ++-0548145 ++-0550108 ++-0577004 ++-0558079 ++-0580029 ++-0565025 ++-0559153 ++-0576022 ++-0549144 ++-0547147 ++-0573044 ++-0564069 ++-0575052 ++-0566035 ++-0574023 ++-0562149 ++-0563106 ++-0548146 ++-0561143 ++-0577005 ++-0572051 ++-0550109 ++-0580030 ++-0571004 ++-0565026 ++-0559154 ++-0558080 ++-0576023 ++-0549145 ++-0573045 ++-0547148 ++-0575053 ++-0564070 ++-0548147 ++-0563107 ++-0574024 ++-0561144 ++-0577006 ++-0571005 ++-0550110 ++-0576024 ++-0572052 ++-0573046 ++-0549146 ++-0564071 ++-0548148 ++-0547149 ++-0574025 ++-0561145 ++-0563108 ++-0571006 ++-0577007 ++-0576025 ++-0572053 ++-0573047 ++-0549147 ++-0550111 ++-0566036 ++-0547150 ++-0548149 ++-0564072 ++-0562150 ++-0558081 ++-0565027 ++-0580031 ++-0561146 ++-0559155 ++-0574026 ++-0571007 ++-0575054 ++-0563109 ++-0577008 ++-0576026 ++-0549148 ++-0572054 ++-0573048 ++-0547151 ++-0564073 ++-0565028 ++-0561147 ++-0566037 ++-0562151 ++-0558082 ++-0571008 ++-0563110 ++-0574027 ++-0564074 ++-0549149 ++-0566038 ++-0549150 ++-0566039 ++-0575055 ++-0576027 ++-0547152 ++-0573049 ++-0574028 ++-0572055 ++-0566040 ++-0576028 ++-0574029 ++-0573050 ++-0566041 ++-0576029 ++-0573051 ++-0566042 ++-0576030 ++-0573052 ++-0576031 ++-0566043 ++-0573053 ++-0576032 ++-0566044 ++-0573054 ++-0576033 ++-0566045 ++-0573055 ++-0576034 ++-0566046 ++-0573056 ++-0566047 ++-0576035 ++-0564075 ++-0577009 ++-0550112 ++-0562152 ++-0558083 ++-0575056 ++-0563111 ++-0571009 ++-0573057 ++-0559156 ++-0572056 ++-0565029 ++-0566048 ++-0547153 ++-0576036 ++-0548150 ++-0580032 ++-0574030 ++-0549151 ++-0561148 ++-0564076 ++-0550113 ++-0575057 ++-0563112 ++-0577010 ++-0565030 ++-0572057 ++-0573058 ++-0558084 ++-0548151 ++-0562153 ++-0571010 ++-0576037 ++-0566049 ++-0561149 ++-0547154 ++-0580033 ++-0574031 ++-0549152 ++-0564077 ++-0575058 ++-0563113 ++-0550114 ++-0577011 ++-0573059 ++-0558085 ++-0565031 ++-0548152 ++-0571011 ++-0566050 ++-0576038 ++-0572058 ++-0562154 ++-0574032 ++-0580034 ++-0547155 ++-0549153 ++-0550115 ++-0561150 ++-0564078 ++-0563114 ++-0565032 ++-0572059 ++-0566051 ++-0571012 ++-0573060 ++-0561151 ++-0575059 ++-0548153 ++-0558086 ++-0577012 ++-0563115 ++-0564079 ++-0574033 ++-0549154 ++-0562155 ++-0579000 ++-0580035 ++-0576039 ++-0550116 ++-0565033 ++-0566052 ++-0572060 ++-0573061 ++-0561152 ++-0558087 ++-0564080 ++-0563116 ++-0571013 ++-0575060 ++-0574034 ++-0577013 ++-0549155 ++-0548154 ++-0579001 ++-0550117 ++-0580036 ++-0565034 ++-0576040 ++-0572061 ++-0558088 ++-0566053 ++-0573062 ++-0561153 ++-0571014 ++-0564081 ++-0575061 ++-0563117 ++-0549156 ++-0548155 ++-0574035 ++-0577014 ++-0567000 ++-0579002 ++-0580037 ++-0550118 ++-0565035 ++-0558089 ++-0572062 ++-0566054 ++-0571015 ++-0561154 ++-0564082 ++-0576041 ++-0563118 ++-0573063 ++-0575062 ++-0577015 ++-0579003 ++-0574036 ++-0582000 ++-0550119 ++-0561155 ++-0580038 ++-0566055 ++-0567001 ++-0577016 ++-0571016 ++-0558090 ++-0575063 ++-0564083 ++-0573064 ++-0579004 ++-0574037 ++-0565036 ++-0572063 ++-0563119 ++-0582001 ++-0550120 ++-0576042 ++-0580039 ++-0577017 ++-0571017 ++-0567002 ++-0574038 ++-0564084 ++-0573065 ++-0575064 ++-0579005 ++-0566056 ++-0563120 ++-0582002 ++-0565037 ++-0572064 ++-0558091 ++-0550121 ++-0569000 ++-0568000 ++-0580040 ++-0576043 ++-0567003 ++-0564085 ++-0571018 ++-0575065 ++-0573066 ++-0577018 ++-0582003 ++-0574039 ++-0558092 ++-0579006 ++-0565038 ++-0563121 ++-0569001 ++-0572065 ++-0566057 ++-0568001 ++-0580041 ++-0550122 ++-0576044 ++-0567004 ++-0573067 ++-0581000 ++-0577019 ++-0575066 ++-0571019 ++-0564086 ++-0574040 ++-0558093 ++-0582004 ++-0565039 ++-0563122 ++-0569002 ++-0566058 ++-0579007 ++-0568002 ++-0550123 ++-0572066 ++-0580042 ++-0576045 ++-0573068 ++-0567005 ++-0564087 ++-0575067 ++-0571020 ++-0581001 ++-0574041 ++-0558094 ++-0577020 ++-0582005 ++-0565040 ++-0579008 ++-0566059 ++-0569003 ++-0568003 ++-0563123 ++-0580043 ++-0572067 ++-0567006 ++-0550124 ++-0564088 ++-0576046 ++-0575068 ++-0573069 ++-0581002 ++-0577021 ++-0571021 ++-0582006 ++-0574042 ++-0566060 ++-0558095 ++-0569004 ++-0565041 ++-0568004 ++-0579009 ++-0563124 ++-0580044 ++-0550125 ++-0575069 ++-0572068 ++-0573070 ++-0577022 ++-0581003 ++-0564089 ++-0571022 ++-0567007 ++-0582007 ++-0576047 ++-0566061 ++-0574043 ++-0569005 ++-0558096 ++-0568005 ++-0563125 ++-0580045 ++-0579010 ++-0565042 ++-0550126 ++-0575070 ++-0572069 ++-0571023 ++-0581004 ++-0582008 ++-0573071 ++-0576048 ++-0566062 ++-0564090 ++-0569006 ++-0574044 ++-0577023 ++-0568006 ++-0563126 ++-0567008 ++-0580046 ++-0579011 ++-0558097 ++-0575071 ++-0550127 ++-0572070 ++-0565043 ++-0571024 ++-0573072 ++-0582009 ++-0576049 ++-0581005 ++-0564091 ++-0577024 ++-0574045 ++-0566063 ++-0568007 ++-0567009 ++-0579012 ++-0569007 ++-0558098 ++-0563127 ++-0575072 ++-0550128 ++-0565044 ++-0572071 ++-0580047 ++-0571025 ++-0573073 ++-0582010 ++-0574046 ++-0564092 ++-0576050 ++-0567010 ++-0581006 ++-0579013 ++-0566064 ++-0568008 ++-0563128 ++-0569008 ++-0577025 ++-0558099 ++-0572072 ++-0580048 ++-0575073 ++-0550129 ++-0571026 ++-0565045 ++-0573074 ++-0582011 ++-0564093 ++-0576051 ++-0574047 ++-0567011 ++-0568009 ++-0566065 ++-0558100 ++-0563129 ++-0579014 ++-0569009 ++-0581007 ++-0580049 ++-0550130 ++-0571027 ++-0573075 ++-0572073 ++-0582012 ++-0565046 ++-0567012 ++-0564094 ++-0577026 ++-0576052 ++-0581008 ++-0566066 ++-0563130 ++-0580050 ++-0579015 ++-0550131 ++-0572074 ++-0582013 ++-0564095 ++-0577027 ++-0581009 ++-0566067 ++-0576053 ++-0574048 ++-0575074 ++-0568010 ++-0563131 ++-0567013 ++-0580051 ++-0571028 ++-0579016 ++-0550132 ++-0569010 ++-0573076 ++-0565047 ++-0572075 ++-0564096 ++-0558101 ++-0577028 ++-0581010 ++-0582014 ++-0574049 ++-0576054 ++-0566068 ++-0567014 ++-0563132 ++-0568011 ++-0580052 ++-0575075 ++-0550133 ++-0573077 ++-0579017 ++-0571029 ++-0564097 ++-0558102 ++-0569011 ++-0577029 ++-0565048 ++-0572076 ++-0574050 ++-0576055 ++-0581011 ++-0582015 ++-0567015 ++-0568012 ++-0563133 ++-0580053 ++-0550134 ++-0566069 ++-0573078 ++-0579018 ++-0575076 ++-0564098 ++-0569012 ++-0558103 ++-0571030 ++-0574051 ++-0577030 ++-0582016 ++-0565049 ++-0568013 ++-0581012 ++-0567016 ++-0572077 ++-0576056 ++-0563134 ++-0550135 ++-0566070 ++-0573079 ++-0575077 ++-0579019 ++-0558104 ++-0580054 ++-0569013 ++-0564099 ++-0571031 ++-0577031 ++-0574052 ++-0565050 ++-0579020 ++-0582017 ++-0568014 ++-0567017 ++-0558105 ++-0576057 ++-0566071 ++-0563135 ++-0580055 ++-0550136 ++-0565051 ++-0575078 ++-0571032 ++-0579021 ++-0573080 ++-0569014 ++-0582018 ++-0577032 ++-0581013 ++-0568015 ++-0567018 ++-0574053 ++-0572078 ++-0564100 ++-0576058 ++-0558106 ++-0566072 ++-0563136 ++-0580056 ++-0565052 ++-0550137 ++-0575079 ++-0581014 ++-0569015 ++-0567019 ++-0568016 ++-0571033 ++-0579022 ++-0574054 ++-0573081 ++-0564101 ++-0572079 ++-0577033 ++-0565053 ++-0576059 ++-0582019 ++-0580057 ++-0566073 ++-0563137 ++-0558107 ++-0569016 ++-0550138 ++-0581015 ++-0567020 ++-0575080 ++-0574055 ++-0573082 ++-0571034 ++-0572080 ++-0568017 ++-0576060 ++-0577034 ++-0565054 ++-0582020 ++-0566074 ++-0579023 ++-0580058 ++-0563138 ++-0564102 ++-0558108 ++-0550139 ++-0569017 ++-0575081 ++-0571035 ++-0567021 ++-0581016 ++-0573083 ++-0572081 ++-0574056 ++-0577035 ++-0576061 ++-0582021 ++-0568018 ++-0579024 ++-0564103 ++-0563139 ++-0566075 ++-0565055 ++-0580059 ++-0558109 ++-0571036 ++-0575082 ++-0550140 ++-0572082 ++-0569018 ++-0574057 ++-0581017 ++-0573084 ++-0577036 ++-0568019 ++-0567022 ++-0564104 ++-0565056 ++-0579025 ++-0566076 ++-0563140 ++-0576062 ++-0582022 ++-0580060 ++-0575083 ++-0571037 ++-0550141 ++-0558110 ++-0572083 ++-0574058 ++-0564105 ++-0573085 ++-0568020 ++-0569019 ++-0566077 ++-0581018 ++-0565057 ++-0577037 ++-0563141 ++-0582023 ++-0567023 ++-0571038 ++-0575084 ++-0550142 ++-0579026 ++-0558111 ++-0569020 ++-0582024 ++-0567024 ++-0573086 ++-0580061 ++-0564106 ++-0574059 ++-0576063 ++-0575085 ++-0571039 ++-0572084 ++-0550143 ++-0566078 ++-0565058 ++-0568021 ++-0581019 ++-0577038 ++-0579027 ++-0558112 ++-0569021 ++-0563142 ++-0582025 ++-0580062 ++-0564107 ++-0567025 ++-0571040 ++-0573087 ++-0568022 ++-0566079 ++-0574060 ++-0572085 ++-0575086 ++-0576064 ++-0577039 ++-0550144 ++-0558113 ++-0569022 ++-0565059 ++-0579028 ++-0581020 ++-0563143 ++-0567026 ++-0582026 ++-0580063 ++-0564108 ++-0573088 ++-0575087 ++-0574061 ++-0572086 ++-0577040 ++-0571041 ++-0576065 ++-0568023 ++-0569023 ++-0565060 ++-0566080 ++-0579029 ++-0550145 ++-0558114 ++-0581021 ++-0563144 ++-0567027 ++-0582027 ++-0580064 ++-0575088 ++-0572087 ++-0574062 ++-0564109 ++-0573089 ++-0577041 ++-0576066 ++-0568024 ++-0579030 ++-0569024 ++-0566081 ++-0565061 ++-0571042 ++-0558115 ++-0550146 ++-0563145 ++-0581022 ++-0580065 ++-0567028 ++-0572088 ++-0575089 ++-0582028 ++-0574063 ++-0576067 ++-0577042 ++-0564110 ++-0579031 ++-0569025 ++-0571043 ++-0568025 ++-0573090 ++-0565062 ++-0550147 ++-0558116 ++-0566082 ++-0581023 ++-0580066 ++-0567029 ++-0563146 ++-0572089 ++-0582029 ++-0575090 ++-0579032 ++-0577043 ++-0569026 ++-0564111 ++-0574064 ++-0568026 ++-0571044 ++-0576068 ++-0558117 ++-0565063 ++-0566083 ++-0550148 ++-0573091 ++-0580067 ++-0567030 ++-0581024 ++-0572090 ++-0582030 ++-0563147 ++-0577044 ++-0575091 ++-0569027 ++-0579033 ++-0574065 ++-0564112 ++-0566084 ++-0558118 ++-0565064 ++-0568027 ++-0571045 ++-0550149 ++-0576069 ++-0567031 ++-0580068 ++-0573092 ++-0572091 ++-0582031 ++-0563148 ++-0581025 ++-0579034 ++-0564113 ++-0575092 ++-0565065 ++-0566085 ++-0577045 ++-0574066 ++-0558119 ++-0571046 ++-0550150 ++-0568028 ++-0569028 ++-0576070 ++-0567032 ++-0573093 ++-0582032 ++-0580069 ++-0572092 ++-0563149 ++-0581026 ++-0564114 ++-0566086 ++-0575093 ++-0565066 ++-0579035 ++-0574067 ++-0558120 ++-0577046 ++-0567033 ++-0550151 ++-0569029 ++-0576071 ++-0573094 ++-0580070 ++-0571047 ++-0582033 ++-0572093 ++-0563150 ++-0568029 ++-0564115 ++-0581027 ++-0575094 ++-0579036 ++-0574068 ++-0566087 ++-0565067 ++-0558121 ++-0550152 ++-0577047 ++-0576072 ++-0580071 ++-0582034 ++-0567034 ++-0569030 ++-0572094 ++-0573095 ++-0564116 ++-0571048 ++-0581028 ++-0563151 ++-0568030 ++-0566088 ++-0574069 ++-0565068 ++-0579037 ++-0558122 ++-0575095 ++-0550153 ++-0580072 ++-0582035 ++-0577048 ++-0572095 ++-0576073 ++-0569031 ++-0571049 ++-0564117 ++-0573096 ++-0563152 ++-0567035 ++-0581029 ++-0565069 ++-0579038 ++-0558123 ++-0568031 ++-0575096 ++-0566089 ++-0574070 ++-0582036 ++-0580073 ++-0550154 ++-0576074 ++-0572096 ++-0577049 ++-0558124 ++-0564118 ++-0579039 ++-0568032 ++-0571050 ++-0565070 ++-0563153 ++-0582037 ++-0573097 ++-0569032 ++-0574071 ++-0581030 ++-0566090 ++-0567036 ++-0580074 ++-0572097 ++-0550155 ++-0575097 ++-0577050 ++-0564119 ++-0576075 ++-0569033 ++-0558125 ++-0566091 ++-0574072 ++-0567037 ++-0580075 ++-0563154 ++-0579040 ++-0573098 ++-0577051 ++-0582038 ++-0565071 ++-0575098 ++-0581031 ++-0564120 ++-0568033 ++-0571051 ++-0572098 ++-0567038 ++-0569034 ++-0574073 ++-0558126 ++-0550156 ++-0576076 ++-0575099 ++-0580076 ++-0566092 ++-0563155 ++-0579041 ++-0568034 ++-0573099 ++-0577052 ++-0582039 ++-0564121 ++-0581032 ++-0565072 ++-0574074 ++-0571052 ++-0572099 ++-0576077 ++-0579042 ++-0567039 ++-0569035 ++-0558127 ++-0580077 ++-0568035 ++-0566093 ++-0577053 ++-0550157 ++-0582040 ++-0573100 ++-0575100 ++-0581033 ++-0564122 ++-0565073 ++-0574075 ++-0571053 ++-0572100 ++-0576078 ++-0558128 ++-0579043 ++-0567040 ++-0566094 ++-0569036 ++-0577054 ++-0568036 ++-0550158 ++-0580078 ++-0573101 ++-0582041 ++-0581034 ++-0565074 ++-0575101 ++-0564123 ++-0574076 ++-0572101 ++-0571054 ++-0558129 ++-0566095 ++-0567041 ++-0577055 ++-0579044 ++-0568037 ++-0580079 ++-0550159 ++-0576079 ++-0582042 ++-0583000 ++-0564124 ++-0565075 ++-0575102 ++-0569037 ++-0573102 ++-0581035 ++-0574077 ++-0558130 ++-0572102 ++-0566096 ++-0567042 ++-0571055 ++-0568038 ++-0579045 ++-0577056 ++-0550160 ++-0580080 ++-0564125 ++-0583001 ++-0582043 ++-0576080 ++-0565076 ++-0575103 ++-0581036 ++-0558131 ++-0566097 ++-0573103 ++-0569038 ++-0571056 ++-0574078 ++-0572103 ++-0579046 ++-0567043 ++-0568039 ++-0577057 ++-0564126 ++-0580081 ++-0583002 ++-0576081 ++-0550161 ++-0575104 ++-0582044 ++-0573104 ++-0565077 ++-0566098 ++-0558132 ++-0569039 ++-0581037 ++-0572104 ++-0579047 ++-0568040 ++-0574079 ++-0571057 ++-0567044 ++-0564127 ++-0577058 ++-0583003 ++-0580082 ++-0550162 ++-0575105 ++-0576082 ++-0573105 ++-0566099 ++-0565078 ++-0569040 ++-0558133 ++-0572105 ++-0582045 ++-0579048 ++-0574080 ++-0581038 ++-0567045 ++-0564128 ++-0568041 ++-0571058 ++-0583004 ++-0580083 ++-0550163 ++-0577059 ++-0575106 ++-0565079 ++-0566100 ++-0576083 ++-0573106 ++-0558134 ++-0569041 ++-0572106 ++-0582046 ++-0579049 ++-0574081 ++-0568042 ++-0581039 ++-0571059 ++-0567046 ++-0583005 ++-0564129 ++-0550164 ++-0580084 ++-0565080 ++-0573107 ++-0566101 ++-0576084 ++-0577060 ++-0575107 ++-0558135 ++-0582047 ++-0572107 ++-0579050 ++-0569042 ++-0574082 ++-0581040 ++-0568043 ++-0564130 ++-0583006 ++-0550165 ++-0571060 ++-0567047 ++-0565081 ++-0573108 ++-0580085 ++-0576085 ++-0572108 ++-0582048 ++-0566102 ++-0558136 ++-0575108 ++-0579051 ++-0569043 ++-0577061 ++-0568044 ++-0571061 ++-0574083 ++-0564131 ++-0581041 ++-0550166 ++-0567048 ++-0583007 ++-0565082 ++-0573109 ++-0576086 ++-0575109 ++-0582049 ++-0566103 ++-0558137 ++-0580086 ++-0572109 ++-0579052 ++-0571062 ++-0577062 ++-0569044 ++-0568045 ++-0581042 ++-0550167 ++-0564132 ++-0574084 ++-0573110 ++-0565083 ++-0583008 ++-0575110 ++-0576087 ++-0567049 ++-0558138 ++-0566104 ++-0580087 ++-0582050 ++-0572110 ++-0579053 ++-0571063 ++-0569045 ++-0568046 ++-0581043 ++-0577063 ++-0564133 ++-0573111 ++-0574085 ++-0550168 ++-0565084 ++-0583009 ++-0576088 ++-0575111 ++-0558139 ++-0566105 ++-0580088 ++-0582051 ++-0579054 ++-0567050 ++-0572111 ++-0571064 ++-0568047 ++-0569046 ++-0573112 ++-0564134 ++-0581044 ++-0550169 ++-0574086 ++-0577064 ++-0566106 ++-0583010 ++-0568048 ++-0577065 ++-0574087 ++-0566107 ++-0550170 ++-0583011 ++-0574088 ++-0577066 ++-0565085 ++-0579055 ++-0573113 ++-0569047 ++-0575112 ++-0580089 ++-0583012 ++-0568049 ++-0576089 ++-0567051 ++-0582052 ++-0577067 ++-0558140 ++-0580090 ++-0571065 ++-0550171 ++-0564135 ++-0566108 ++-0581045 ++-0572112 ++-0583013 ++-0575113 ++-0576090 ++-0567052 ++-0574089 ++-0566109 ++-0582053 ++-0565086 ++-0580091 ++-0564136 ++-0573114 ++-0579056 ++-0568050 ++-0569048 ++-0575114 ++-0566110 ++-0558141 ++-0583014 ++-0581046 ++-0567053 ++-0582054 ++-0574090 ++-0550172 ++-0577068 ++-0571066 ++-0576091 ++-0573115 ++-0580092 ++-0565087 ++-0572113 ++-0568051 ++-0579057 ++-0564137 ++-0574091 ++-0573116 ++-0566111 ++-0558142 ++-0569049 ++-0581047 ++-0576092 ++-0580093 ++-0550173 ++-0571067 ++-0567054 ++-0583015 ++-0577069 ++-0574092 ++-0565088 ++-0582055 ++-0575115 ++-0568052 ++-0577070 ++-0579058 ++-0573117 ++-0564138 ++-0566112 ++-0558143 ++-0583016 ++-0574093 ++-0567055 ++-0569050 ++-0582056 ++-0568053 ++-0577071 ++-0575116 ++-0565089 ++-0573118 ++-0566113 ++-0564139 ++-0583017 ++-0574094 ++-0582057 ++-0577072 ++-0567056 ++-0568054 ++-0569051 ++-0566114 ++-0575117 ++-0571068 ++-0572114 ++-0558144 ++-0573119 ++-0576093 ++-0581048 ++-0565090 ++-0550174 ++-0583018 ++-0580094 ++-0574095 ++-0582058 ++-0568055 ++-0577073 ++-0566115 ++-0567057 ++-0558145 ++-0579059 ++-0550175 ++-0571069 ++-0569052 ++-0583019 ++-0572115 ++-0575118 ++-0565091 ++-0574096 ++-0576094 ++-0581049 ++-0573120 ++-0568056 ++-0580095 ++-0582059 ++-0566116 ++-0567058 ++-0577074 ++-0564140 ++-0579060 ++-0569053 ++-0575119 ++-0558146 ++-0572116 ++-0565092 ++-0574097 ++-0571070 ++-0550176 ++-0583020 ++-0580096 ++-0577075 ++-0569054 ++-0583021 ++-0581050 ++-0573121 ++-0568057 ++-0564141 ++-0576095 ++-0566117 ++-0582060 ++-0574098 ++-0571071 ++-0577076 ++-0558147 ++-0567059 ++-0575120 ++-0569055 ++-0565093 ++-0579061 ++-0583022 ++-0550177 ++-0581051 ++-0568058 ++-0569056 ++-0581052 ++-0572117 ++-0575121 ++-0558148 ++-0580097 ++-0581053 ++-0573122 ++-0574099 ++-0576096 ++-0579062 ++-0566118 ++-0564142 ++-0550178 ++-0568059 ++-0582061 ++-0569057 ++-0565094 ++-0577077 ++-0571072 ++-0567060 ++-0575122 ++-0572118 ++-0581054 ++-0573123 ++-0576097 ++-0558149 ++-0564143 ++-0580098 ++-0566119 ++-0574100 ++-0582062 ++-0567061 ++-0572119 ++-0579063 ++-0550179 ++-0577078 ++-0568060 ++-0571073 ++-0565095 ++-0581055 ++-0573124 ++-0569058 ++-0564144 ++-0576098 ++-0558150 ++-0580099 ++-0566120 ++-0575123 ++-0583023 ++-0582063 ++-0574101 ++-0579064 ++-0577079 ++-0572120 ++-0567062 ++-0568061 ++-0565096 ++-0550180 ++-0573125 ++-0581056 ++-0569059 ++-0571074 ++-0580100 ++-0583024 ++-0579065 ++-0576099 ++-0579066 ++-0574102 ++-0564145 ++-0582064 ++-0571075 ++-0580101 ++-0558151 ++-0577080 ++-0569060 ++-0567063 ++-0583025 ++-0566121 ++-0575124 ++-0565097 ++-0572121 ++-0550181 ++-0568062 ++-0581057 ++-0573126 ++-0576100 ++-0579067 ++-0564146 ++-0582065 ++-0558152 ++-0583026 ++-0574103 ++-0566122 ++-0567064 ++-0572122 ++-0580102 ++-0550182 ++-0568063 ++-0571076 ++-0569061 ++-0577081 ++-0575125 ++-0565098 ++-0573127 ++-0581058 ++-0579068 ++-0576101 ++-0566123 ++-0583027 ++-0558153 ++-0564147 ++-0582066 ++-0574104 ++-0572123 ++-0567065 ++-0571077 ++-0569062 ++-0550183 ++-0580103 ++-0573128 ++-0568064 ++-0575126 ++-0579069 ++-0577082 ++-0565099 ++-0581059 ++-0576102 ++-0558154 ++-0582067 ++-0566124 ++-0564148 ++-0567066 ++-0583028 ++-0572124 ++-0574105 ++-0569063 ++-0550184 ++-0580104 ++-0573129 ++-0568065 ++-0579070 ++-0575127 ++-0571078 ++-0565100 ++-0581060 ++-0558155 ++-0577083 ++-0582068 ++-0566125 ++-0576103 ++-0567067 ++-0564149 ++-0572125 ++-0550185 ++-0574106 ++-0569064 ++-0568066 ++-0579071 ++-0583029 ++-0571079 ++-0580105 ++-0573130 ++-0575128 ++-0581061 ++-0565101 ++-0566126 ++-0567068 ++-0582069 ++-0577084 ++-0576104 ++-0550186 ++-0568067 ++-0569065 ++-0564150 ++-0572126 ++-0574107 ++-0579072 ++-0575129 ++-0573131 ++-0583030 ++-0580106 ++-0581062 ++-0571080 ++-0565102 ++-0567069 ++-0566127 ++-0577085 ++-0576105 ++-0569066 ++-0564151 ++-0572127 ++-0582070 ++-0550187 ++-0568068 ++-0579073 ++-0575130 ++-0581063 ++-0580107 ++-0574108 ++-0565103 ++-0583031 ++-0571081 ++-0573132 ++-0567070 ++-0566128 ++-0576106 ++-0564152 ++-0577086 ++-0569067 ++-0572128 ++-0582071 ++-0579074 ++-0578000 ++-0550188 ++-0568069 ++-0581064 ++-0580108 ++-0575131 ++-0574109 ++-0571082 ++-0573133 ++-0567071 ++-0565104 ++-0583032 ++-0566129 ++-0576107 ++-0577087 ++-0569068 ++-0582072 ++-0572129 ++-0579075 ++-0578001 ++-0564153 ++-0550189 ++-0581065 ++-0575132 ++-0568070 ++-0571083 ++-0573134 ++-0572130 ++-0573135 ++-0580109 ++-0574110 ++-0576108 ++-0567072 ++-0572131 ++-0569069 ++-0566130 ++-0564154 ++-0565105 ++-0579076 ++-0571084 ++-0568071 ++-0550190 ++-0573136 ++-0580110 ++-0576109 ++-0575133 ++-0577088 ++-0578002 ++-0582073 ++-0583033 ++-0567073 ++-0569070 ++-0574111 ++-0566131 ++-0565106 ++-0572132 ++-0568072 ++-0571085 ++-0581066 ++-0579077 ++-0550191 ++-0564155 ++-0573137 ++-0576110 ++-0577089 ++-0575134 ++-0578003 ++-0566132 ++-0580111 ++-0569071 ++-0565107 ++-0572133 ++-0571086 ++-0568073 ++-0567074 ++-0582074 ++-0583034 ++-0574112 ++-0579078 ++-0550192 ++-0581067 ++-0576111 ++-0573138 ++-0578004 ++-0577090 ++-0575135 ++-0580112 ++-0569072 ++-0572134 ++-0565108 ++-0566133 ++-0568074 ++-0567075 ++-0583035 ++-0582075 ++-0571087 ++-0579079 ++-0550193 ++-0581068 ++-0574113 ++-0578005 ++-0580113 ++-0577091 ++-0572135 ++-0575136 ++-0569073 ++-0576112 ++-0565109 ++-0573139 ++-0567076 ++-0583036 ++-0566134 ++-0582076 ++-0568075 ++-0571088 ++-0584000 ++-0550194 ++-0579080 ++-0574114 ++-0581069 ++-0578006 ++-0565110 ++-0573140 ++-0577092 ++-0580114 ++-0567077 ++-0575137 ++-0569074 ++-0572136 ++-0566135 ++-0583037 ++-0568076 ++-0584001 ++-0550195 ++-0574115 ++-0582077 ++-0576113 ++-0571089 ++-0579081 ++-0581070 ++-0565111 ++-0572137 ++-0583038 ++-0580115 ++-0577093 ++-0578007 ++-0566136 ++-0568077 ++-0569075 ++-0567078 ++-0573141 ++-0582078 ++-0584002 ++-0575138 ++-0550196 ++-0574116 ++-0579082 ++-0576114 ++-0583039 ++-0565112 ++-0578008 ++-0581071 ++-0580116 ++-0571090 ++-0576115 ++-0566137 ++-0584003 ++-0582079 ++-0579083 ++-0573142 ++-0567079 ++-0574117 ++-0583040 ++-0569076 ++-0572138 ++-0577094 ++-0575139 ++-0568078 ++-0581072 ++-0583041 ++-0579084 ++-0575140 ++-0573143 ++-0572139 ++-0565113 ++-0584004 ++-0578009 ++-0566138 ++-0570000 ++-0576116 ++-0582080 ++-0567080 ++-0568079 ++-0577095 ++-0569077 ++-0571091 ++-0574118 ++-0580117 ++-0583042 ++-0579085 ++-0581073 ++-0565114 ++-0575141 ++-0573144 ++-0566139 ++-0572140 ++-0576117 ++-0570001 ++-0584005 ++-0568080 ++-0582081 ++-0577096 ++-0574119 ++-0578010 ++-0569078 ++-0567081 ++-0580118 ++-0579086 ++-0583043 ++-0581074 ++-0571092 ++-0565115 ++-0573145 ++-0572141 ++-0575142 ++-0576118 ++-0577097 ++-0570002 ++-0568081 ++-0574120 ++-0582082 ++-0566140 ++-0569079 ++-0578011 ++-0584006 ++-0579087 ++-0581075 ++-0580119 ++-0567082 ++-0583044 ++-0571093 ++-0565116 ++-0572142 ++-0575143 ++-0573146 ++-0570003 ++-0568082 ++-0574121 ++-0577098 ++-0578012 ++-0576119 ++-0584007 ++-0581076 ++-0582083 ++-0580120 ++-0569080 ++-0583045 ++-0566141 ++-0579088 ++-0565117 ++-0567083 ++-0571094 ++-0575144 ++-0570004 ++-0573147 ++-0572143 ++-0574122 ++-0577099 ++-0578013 ++-0568083 ++-0584008 ++-0579089 ++-0580121 ++-0576120 ++-0565118 ++-0582084 ++-0581077 ++-0567084 ++-0571095 ++-0569081 ++-0566142 ++-0583046 ++-0573148 ++-0570005 ++-0584009 ++-0572144 ++-0575145 ++-0568084 ++-0577100 ++-0574123 ++-0580122 ++-0571096 ++-0569082 ++-0581078 ++-0578014 ++-0579090 ++-0583047 ++-0573149 ++-0567085 ++-0576121 ++-0565119 ++-0582085 ++-0570006 ++-0575146 ++-0580123 ++-0574124 ++-0568085 ++-0584010 ++-0566143 ++-0577101 ++-0578015 ++-0571097 ++-0572145 ++-0569083 ++-0570007 ++-0583048 ++-0579091 ++-0567086 ++-0581079 ++-0573150 ++-0582086 ++-0565120 ++-0576122 ++-0575147 ++-0574125 ++-0580124 ++-0584011 ++-0568086 ++-0570008 ++-0577102 ++-0571098 ++-0567087 ++-0572146 ++-0566144 ++-0569084 ++-0583049 ++-0578016 ++-0584012 ++-0581080 ++-0579092 ++-0582087 ++-0575148 ++-0568087 ++-0576123 ++-0567088 ++-0571099 ++-0570009 ++-0580125 ++-0574126 ++-0578017 ++-0565121 ++-0583050 ++-0569085 ++-0584013 ++-0572147 ++-0566145 ++-0573151 ++-0577103 ++-0579093 ++-0575149 ++-0574127 ++-0576124 ++-0570010 ++-0581081 ++-0567089 ++-0584014 ++-0580126 ++-0565122 ++-0583051 ++-0582088 ++-0569086 ++-0571100 ++-0578018 ++-0568088 ++-0573152 ++-0566146 ++-0572148 ++-0579094 ++-0576125 ++-0570011 ++-0584015 ++-0565123 ++-0581082 ++-0577104 ++-0575150 ++-0574128 ++-0580127 ++-0583052 ++-0566147 ++-0569087 ++-0581083 ++-0571101 ++-0567090 ++-0573153 ++-0576126 ++-0570012 ++-0582089 ++-0577105 ++-0579095 ++-0572149 ++-0580128 ++-0583053 ++-0569088 ++-0581084 ++-0566148 ++-0576127 ++-0567091 ++-0571102 ++-0574129 ++-0577106 ++-0570013 ++-0573154 ++-0579096 ++-0582090 ++-0572150 ++-0580129 ++-0565124 ++-0584016 ++-0568089 ++-0575151 ++-0578019 ++-0569089 ++-0583054 ++-0566149 ++-0581085 ++-0576128 ++-0574130 ++-0570014 ++-0567092 ++-0577107 ++-0573155 ++-0571103 ++-0580130 ++-0578020 ++-0572151 ++-0579097 ++-0582091 ++-0565125 ++-0584017 ++-0568090 ++-0567093 ++-0570015 ++-0569090 ++-0576129 ++-0583055 ++-0574131 ++-0577108 ++-0575152 ++-0581086 ++-0582092 ++-0566150 ++-0579098 ++-0571104 ++-0578021 ++-0580131 ++-0565126 ++-0570016 ++-0572152 ++-0584018 ++-0575153 ++-0576130 ++-0568091 ++-0581087 ++-0567094 ++-0583056 ++-0577109 ++-0580132 ++-0579099 ++-0582093 ++-0578022 ++-0565127 ++-0569091 ++-0571105 ++-0574132 ++-0575154 ++-0572153 ++-0568092 ++-0566151 ++-0576131 ++-0570017 ++-0579100 ++-0584019 ++-0577110 ++-0567095 ++-0578023 ++-0581088 ++-0572154 ++-0583057 ++-0580133 ++-0582094 ++-0575155 ++-0565128 ++-0574133 ++-0569092 ++-0593000 ++-0566152 ++-0568093 ++-0569093 ++-0574134 ++-0584020 ++-0571106 ++-0578024 ++-0577111 ++-0572155 ++-0593001 ++-0568094 ++-0584021 ++-0567096 ++-0577112 ++-0581089 ++-0582095 ++-0579101 ++-0565129 ++-0580134 ++-0569094 ++-0576132 ++-0570018 ++-0583058 ++-0567097 ++-0584022 ++-0568095 ++-0572156 ++-0571107 ++-0574135 ++-0566153 ++-0578025 ++-0593002 ++-0577113 ++-0581090 ++-0580135 ++-0582096 ++-0579102 ++-0565130 ++-0570019 ++-0583059 ++-0567098 ++-0568096 ++-0584023 ++-0574136 ++-0576133 ++-0569095 ++-0578026 ++-0577114 ++-0593003 ++-0571108 ++-0566154 ++-0581091 ++-0582097 ++-0580136 ++-0579103 ++-0570020 ++-0567099 ++-0568097 ++-0565131 ++-0574137 ++-0569096 ++-0583060 ++-0578027 ++-0584024 ++-0571109 ++-0566155 ++-0595000 ++-0576134 ++-0581092 ++-0582098 ++-0577115 ++-0580137 ++-0570021 ++-0567100 ++-0568098 ++-0565132 ++-0574138 ++-0593004 ++-0579104 ++-0592000 ++-0583061 ++-0569097 ++-0578028 ++-0584025 ++-0571110 ++-0595001 ++-0582099 ++-0576135 ++-0581093 ++-0570022 ++-0580138 ++-0577116 ++-0567101 ++-0574139 ++-0568099 ++-0565133 ++-0593005 ++-0583062 ++-0592001 ++-0569098 ++-0584026 ++-0581094 ++-0595002 ++-0582100 ++-0576136 ++-0579105 ++-0578029 ++-0570023 ++-0571111 ++-0580139 ++-0577117 ++-0565134 ++-0568100 ++-0567102 ++-0574140 ++-0593006 ++-0586000 ++-0583063 ++-0569099 ++-0592002 ++-0595003 ++-0582101 ++-0581095 ++-0576137 ++-0578030 ++-0584027 ++-0579106 ++-0570024 ++-0571112 ++-0580140 ++-0577118 ++-0574141 ++-0565135 ++-0568101 ++-0567103 ++-0586001 ++-0592003 ++-0576138 ++-0593007 ++-0578031 ++-0584028 ++-0582102 ++-0571113 ++-0583064 ++-0569100 ++-0579107 ++-0581096 ++-0595004 ++-0570025 ++-0577119 ++-0574142 ++-0565136 ++-0567104 ++-0586002 ++-0568102 ++-0582103 ++-0584029 ++-0569101 ++-0579108 ++-0583065 ++-0580141 ++-0578032 ++-0592004 ++-0571114 ++-0576139 ++-0581097 ++-0593008 ++-0570026 ++-0595005 ++-0574143 ++-0577120 ++-0565137 ++-0567105 ++-0584030 ++-0583066 ++-0569102 ++-0586003 ++-0579109 ++-0578033 ++-0576140 ++-0570027 ++-0571115 ++-0581098 ++-0568103 ++-0582104 ++-0580142 ++-0592005 ++-0574144 ++-0577121 ++-0593009 ++-0595006 ++-0567106 ++-0583067 ++-0584031 ++-0569103 ++-0565138 ++-0586004 ++-0578034 ++-0579110 ++-0570028 ++-0568104 ++-0576141 ++-0574145 ++-0592006 ++-0577122 ++-0593010 ++-0571116 ++-0581099 ++-0580143 ++-0582105 ++-0567107 ++-0595007 ++-0569104 ++-0584032 ++-0578035 ++-0583068 ++-0586005 ++-0579111 ++-0570029 ++-0565139 ++-0568105 ++-0574146 ++-0571117 ++-0568106 ++-0584033 ++-0576142 ++-0577123 ++-0593011 ++-0581100 ++-0592007 ++-0569105 ++-0567108 ++-0578036 ++-0565140 ++-0580144 ++-0570030 ++-0586006 ++-0579112 ++-0582106 ++-0595008 ++-0583069 ++-0568107 ++-0574147 ++-0576143 ++-0569106 ++-0578037 ++-0593012 ++-0581101 ++-0571118 ++-0567109 ++-0570031 ++-0586007 ++-0577124 ++-0580145 ++-0584034 ++-0579113 ++-0582107 ++-0592008 ++-0583070 ++-0565141 ++-0595009 ++-0568108 ++-0574148 ++-0576144 ++-0569107 ++-0578038 ++-0593013 ++-0567110 ++-0571119 ++-0581102 ++-0579114 ++-0570032 ++-0584035 ++-0595010 ++-0580146 ++-0586008 ++-0565142 ++-0577125 ++-0568109 ++-0583071 ++-0582108 ++-0574149 ++-0592009 ++-0576145 ++-0593014 ++-0569108 ++-0578039 ++-0571120 ++-0570033 ++-0581103 ++-0579115 ++-0567111 ++-0595011 ++-0577126 ++-0586009 ++-0565143 ++-0568110 ++-0582109 ++-0580147 ++-0584036 ++-0576146 ++-0592010 ++-0583072 ++-0574150 ++-0593015 ++-0578040 ++-0571121 ++-0569109 ++-0581104 ++-0570034 ++-0595012 ++-0567112 ++-0579116 ++-0577127 ++-0565144 ++-0568111 ++-0580148 ++-0586010 ++-0583073 ++-0582110 ++-0576147 ++-0578041 ++-0571122 ++-0584037 ++-0593016 ++-0579117 ++-0567113 ++-0581105 ++-0577128 ++-0569110 ++-0570035 ++-0574151 ++-0571123 ++-0592011 ++-0578042 ++-0583074 ++-0595013 ++-0586011 ++-0580149 ++-0582111 ++-0565145 ++-0568112 ++-0576148 ++-0584038 ++-0567114 ++-0579118 ++-0593017 ++-0571124 ++-0570036 ++-0586012 ++-0578043 ++-0581106 ++-0577129 ++-0580150 ++-0569111 ++-0574152 ++-0582112 ++-0592012 ++-0583075 ++-0595014 ++-0565146 ++-0584039 ++-0568113 ++-0576149 ++-0567115 ++-0579119 ++-0593018 ++-0570037 ++-0571125 ++-0586013 ++-0578044 ++-0577130 ++-0580151 ++-0581107 ++-0582113 ++-0574153 ++-0583076 ++-0568114 ++-0580152 ++-0569112 ++-0595015 ++-0576150 ++-0570038 ++-0567116 ++-0592013 ++-0584040 ++-0579120 ++-0565147 ++-0571126 ++-0581108 ++-0593019 ++-0586014 ++-0568115 ++-0583077 ++-0577131 ++-0582114 ++-0574154 ++-0578045 ++-0569113 ++-0580153 ++-0595016 ++-0576151 ++-0592014 ++-0584041 ++-0579121 ++-0593020 ++-0570039 ++-0581109 ++-0567117 ++-0565148 ++-0571127 ++-0583078 ++-0586015 ++-0578046 ++-0568116 ++-0577132 ++-0582115 ++-0580154 ++-0574155 ++-0595017 ++-0592015 ++-0569114 ++-0584042 ++-0593021 ++-0579122 ++-0576152 ++-0565149 ++-0570040 ++-0581110 ++-0583079 ++-0567118 ++-0571128 ++-0577133 ++-0586016 ++-0578047 ++-0568117 ++-0595018 ++-0592016 ++-0584043 ++-0580155 ++-0593022 ++-0582116 ++-0579123 ++-0569115 ++-0576153 ++-0570041 ++-0581111 ++-0583080 ++-0565150 ++-0577134 ++-0567119 ++-0595019 ++-0578048 ++-0571129 ++-0568118 ++-0586017 ++-0592017 ++-0593023 ++-0569116 ++-0576154 ++-0584044 ++-0582117 ++-0570042 ++-0581112 ++-0583081 ++-0579124 ++-0565151 ++-0577135 ++-0567120 ++-0578049 ++-0593024 ++-0581113 ++-0595020 ++-0584045 ++-0576155 ++-0594000 ++-0592018 ++-0583082 ++-0568119 ++-0579125 ++-0586018 ++-0569117 ++-0565152 ++-0571130 ++-0582118 ++-0570043 ++-0577136 ++-0567121 ++-0565153 ++-0595021 ++-0578050 ++-0583083 ++-0569118 ++-0568120 ++-0584046 ++-0579126 ++-0600000 ++-0581114 ++-0592019 ++-0567122 ++-0593025 ++-0586019 ++-0594001 ++-0582119 ++-0571131 ++-0578051 ++-0570044 ++-0577137 ++-0596000 ++-0594002 ++-0583084 ++-0567123 ++-0600001 ++-0579127 ++-0584047 ++-0582120 ++-0578052 ++-0565154 ++-0586020 ++-0595022 ++-0571132 ++-0569119 ++-0593026 ++-0568121 ++-0570045 ++-0581115 ++-0596001 ++-0592020 ++-0577138 ++-0583085 ++-0586021 ++-0595023 ++-0593027 ++-0569120 ++-0578053 ++-0584048 ++-0600002 ++-0582121 ++-0594003 ++-0567124 ++-0565155 ++-0571133 ++-0570046 ++-0579128 ++-0568122 ++-0583086 ++-0581116 ++-0596002 ++-0577139 ++-0586022 ++-0595024 ++-0592021 ++-0600003 ++-0593028 ++-0578054 ++-0584049 ++-0569121 ++-0567125 ++-0582122 ++-0565156 ++-0594004 ++-0570047 ++-0568123 ++-0579129 ++-0581117 ++-0596003 ++-0571134 ++-0577140 ++-0586023 ++-0592022 ++-0583087 ++-0584050 ++-0600004 ++-0578055 ++-0594005 ++-0579130 ++-0568124 ++-0571135 ++-0581118 ++-0586024 ++-0583088 ++-0592023 ++-0593029 ++-0596004 ++-0567126 ++-0570048 ++-0582123 ++-0569122 ++-0577141 ++-0595025 ++-0578056 ++-0568125 ++-0578057 ++-0593030 ++-0584051 ++-0592024 ++-0567127 ++-0570049 ++-0596005 ++-0586025 ++-0583089 ++-0579131 ++-0594006 ++-0581119 ++-0578058 ++-0582124 ++-0595026 ++-0584052 ++-0600005 ++-0567128 ++-0593031 ++-0592025 ++-0596006 ++-0571136 ++-0585000 ++-0568126 ++-0569123 ++-0570050 ++-0577142 ++-0586026 ++-0579132 ++-0581120 ++-0567129 ++-0578059 ++-0584053 ++-0600006 ++-0595027 ++-0586027 ++-0593032 ++-0568127 ++-0583090 ++-0585001 ++-0577143 ++-0594007 ++-0582125 ++-0569124 ++-0596007 ++-0592026 ++-0570051 ++-0571137 ++-0579133 ++-0581121 ++-0578060 ++-0593033 ++-0586028 ++-0600007 ++-0595028 ++-0568128 ++-0583091 ++-0585002 ++-0567130 ++-0582126 ++-0596008 ++-0592027 ++-0569125 ++-0584054 ++-0570052 ++-0571138 ++-0578061 ++-0581122 ++-0579134 ++-0584055 ++-0567131 ++-0569126 ++-0570053 ++-0596009 ++-0592028 ++-0581123 ++-0582127 ++-0578062 ++-0579135 ++-0593034 ++-0586029 ++-0567132 ++-0584056 ++-0571139 ++-0592029 ++-0600008 ++-0569127 ++-0570054 ++-0577144 ++-0596010 ++-0578063 ++-0581124 ++-0582128 ++-0594008 ++-0586030 ++-0595029 ++-0568129 ++-0593035 ++-0579136 ++-0567133 ++-0584057 ++-0583092 ++-0600009 ++-0570055 ++-0571140 ++-0585003 ++-0592030 ++-0569128 ++-0596011 ++-0595030 ++-0578064 ++-0581125 ++-0582129 ++-0586031 ++-0584058 ++-0567134 ++-0594009 ++-0568130 ++-0600010 ++-0583093 ++-0570056 ++-0593036 ++-0579137 ++-0592031 ++-0577145 ++-0569129 ++-0571141 ++-0585004 ++-0586032 ++-0582130 ++-0600011 ++-0578065 ++-0586033 ++-0584059 ++-0581126 ++-0595031 ++-0568131 ++-0579138 ++-0596012 ++-0570057 ++-0567135 ++-0594010 ++-0593037 ++-0582131 ++-0600012 ++-0569130 ++-0578066 ++-0583094 ++-0585005 ++-0577146 ++-0571142 ++-0592032 ++-0586034 ++-0584060 ++-0581127 ++-0595032 ++-0596013 ++-0594011 ++-0579139 ++-0570058 ++-0582132 ++-0569131 ++-0583095 ++-0567136 ++-0600013 ++-0578067 ++-0568132 ++-0593038 ++-0585006 ++-0592033 ++-0586035 ++-0571143 ++-0584061 ++-0595033 ++-0581128 ++-0596014 ++-0577147 ++-0570059 ++-0569132 ++-0594012 ++-0579140 ++-0583096 ++-0567137 ++-0600014 ++-0568133 ++-0578068 ++-0582133 ++-0593039 ++-0586036 ++-0585007 ++-0584062 ++-0581129 ++-0592034 ++-0571144 ++-0595034 ++-0569133 ++-0567138 ++-0596015 ++-0583097 ++-0577148 ++-0600015 ++-0578069 ++-0570060 ++-0594013 ++-0568134 ++-0585008 ++-0595035 ++-0593040 ++-0581130 ++-0579141 ++-0571145 ++-0592035 ++-0586037 ++-0582134 ++-0567139 ++-0584063 ++-0600016 ++-0594014 ++-0593041 ++-0583098 ++-0596016 ++-0570061 ++-0584064 ++-0569134 ++-0581131 ++-0594015 ++-0585009 ++-0577149 ++-0579142 ++-0595036 ++-0578070 ++-0593042 ++-0595037 ++-0594016 ++-0596017 ++-0592036 ++-0585010 ++-0577150 ++-0584065 ++-0586038 ++-0595038 ++-0584066 ++-0594017 ++-0592037 ++-0596018 ++-0585011 ++-0577151 ++-0586039 ++-0584067 ++-0596019 ++-0594018 ++-0585012 ++-0577152 ++-0584068 ++-0586040 ++-0595039 ++-0571146 ++-0583099 ++-0570062 ++-0600017 ++-0594019 ++-0578071 ++-0585013 ++-0596020 ++-0593043 ++-0568135 ++-0579143 ++-0569135 ++-0592038 ++-0570063 ++-0583100 ++-0571147 ++-0577153 ++-0586041 ++-0595040 ++-0584069 ++-0578072 ++-0594020 ++-0596021 ++-0582135 ++-0581132 ++-0600018 ++-0585014 ++-0592039 ++-0567140 ++-0593044 ++-0570064 ++-0583101 ++-0579144 ++-0569136 ++-0586042 ++-0595041 ++-0584070 ++-0596022 ++-0594021 ++-0571148 ++-0568136 ++-0578073 ++-0600019 ++-0592040 ++-0577154 ++-0581133 ++-0570065 ++-0593045 ++-0582136 ++-0585015 ++-0583102 ++-0595042 ++-0579145 ++-0569137 ++-0584071 ++-0567141 ++-0586043 ++-0594022 ++-0596023 ++-0600020 ++-0592041 ++-0568137 ++-0578074 ++-0570066 ++-0571149 ++-0593046 ++-0583103 ++-0577155 ++-0585016 ++-0595043 ++-0582137 ++-0584072 ++-0581134 ++-0579146 ++-0586044 ++-0596024 ++-0567142 ++-0569138 ++-0592042 ++-0600021 ++-0594023 ++-0570067 ++-0583104 ++-0578075 ++-0568138 ++-0585017 ++-0595044 ++-0584073 ++-0571150 ++-0581135 ++-0586045 ++-0593047 ++-0578076 ++-0592043 ++-0577156 ++-0600022 ++-0582138 ++-0594024 ++-0583105 ++-0585018 ++-0596025 ++-0579147 ++-0570068 ++-0595045 ++-0584074 ++-0586046 ++-0567143 ++-0571151 ++-0569139 ++-0581136 ++-0568139 ++-0593048 ++-0594025 ++-0571152 ++-0593049 ++-0596026 ++-0592044 ++-0581137 ++-0583106 ++-0600023 ++-0584075 ++-0578077 ++-0595046 ++-0582139 ++-0579148 ++-0585019 ++-0570069 ++-0569140 ++-0586047 ++-0567144 ++-0594026 ++-0568140 ++-0593050 ++-0571153 ++-0596027 ++-0592045 ++-0583107 ++-0600024 ++-0584076 ++-0585020 ++-0570070 ++-0578078 ++-0586048 ++-0579149 ++-0595047 ++-0581138 ++-0582140 ++-0593051 ++-0594027 ++-0597000 ++-0569141 ++-0596028 ++-0592046 ++-0600025 ++-0568141 ++-0567145 ++-0584077 ++-0570071 ++-0583108 ++-0585021 ++-0586049 ++-0571154 ++-0578079 ++-0579150 ++-0593052 ++-0595048 ++-0594028 ++-0581139 ++-0597001 ++-0592047 ++-0582141 ++-0596029 ++-0600026 ++-0584078 ++-0570072 ++-0583109 ++-0568142 ++-0569142 ++-0567146 ++-0585022 ++-0578080 ++-0586050 ++-0593053 ++-0595049 ++-0571155 ++-0597002 ++-0592048 ++-0594029 ++-0579151 ++-0596030 ++-0584079 ++-0582142 ++-0583110 ++-0600027 ++-0581140 ++-0570073 ++-0568143 ++-0585023 ++-0595050 ++-0586051 ++-0567147 ++-0578081 ++-0592049 ++-0597003 ++-0594030 ++-0571156 ++-0569143 ++-0596031 ++-0593054 ++-0584080 ++-0583111 ++-0570074 ++-0579152 ++-0600028 ++-0586052 ++-0595051 ++-0597004 ++-0581141 ++-0582143 ++-0585024 ++-0594031 ++-0593055 ++-0568144 ++-0596032 ++-0578082 ++-0584081 ++-0592050 ++-0567148 ++-0570075 ++-0569144 ++-0583112 ++-0586053 ++-0579153 ++-0595052 ++-0600029 ++-0597005 ++-0585025 ++-0596033 ++-0586054 ++-0584082 ++-0568145 ++-0583113 ++-0567149 ++-0595053 ++-0579154 ++-0582144 ++-0578083 ++-0593056 ++-0570076 ++-0597006 ++-0569145 ++-0581142 ++-0594032 ++-0600030 ++-0592051 ++-0591000 ++-0596034 ++-0597007 ++-0584083 ++-0586055 ++-0585026 ++-0568146 ++-0583114 ++-0578084 ++-0595054 ++-0594033 ++-0600031 ++-0567150 ++-0570077 ++-0593057 ++-0579155 ++-0582145 ++-0592052 ++-0569146 ++-0581143 ++-0591001 ++-0596035 ++-0597008 ++-0578085 ++-0586056 ++-0595055 ++-0600032 ++-0568147 ++-0583115 ++-0593058 ++-0584084 ++-0585027 ++-0594034 ++-0567151 ++-0570078 ++-0591002 ++-0592053 ++-0569147 ++-0579156 ++-0582146 ++-0581144 ++-0597009 ++-0586057 ++-0600033 ++-0595056 ++-0596036 ++-0583116 ++-0593059 ++-0585028 ++-0584085 ++-0568148 ++-0578086 ++-0594035 ++-0570079 ++-0591003 ++-0567152 ++-0592054 ++-0586058 ++-0600034 ++-0597010 ++-0582147 ++-0595057 ++-0596037 ++-0593060 ++-0583117 ++-0581145 ++-0584086 ++-0569148 ++-0570080 ++-0594036 ++-0585029 ++-0591004 ++-0578087 ++-0568149 ++-0586059 ++-0600035 ++-0567153 ++-0597011 ++-0596038 ++-0592055 ++-0595058 ++-0582148 ++-0593061 ++-0570081 ++-0583118 ++-0584087 ++-0594037 ++-0569149 ++-0585030 ++-0591005 ++-0581146 ++-0586060 ++-0578088 ++-0600036 ++-0568150 ++-0597012 ++-0592056 ++-0567154 ++-0593062 ++-0599000 ++-0570082 ++-0596039 ++-0595059 ++-0583119 ++-0582149 ++-0591006 ++-0584088 ++-0594038 ++-0569150 ++-0578089 ++-0586061 ++-0600037 ++-0585031 ++-0597013 ++-0568151 ++-0592057 ++-0599001 ++-0570083 ++-0596040 ++-0567155 ++-0581147 ++-0593063 ++-0583120 ++-0595060 ++-0594039 ++-0584089 ++-0582150 ++-0578090 ++-0591007 ++-0586062 ++-0569151 ++-0585032 ++-0600038 ++-0592058 ++-0597014 ++-0599002 ++-0596041 ++-0570084 ++-0568152 ++-0583121 ++-0591008 ++-0595061 ++-0586063 ++-0585033 ++-0582151 ++-0599003 ++-0570085 ++-0581148 ++-0596042 ++-0600039 ++-0584090 ++-0593064 ++-0569152 ++-0597015 ++-0592059 ++-0594040 ++-0578091 ++-0583122 ++-0591009 ++-0595062 ++-0586064 ++-0585034 ++-0570086 ++-0599004 ++-0584091 ++-0597016 ++-0582152 ++-0594041 ++-0578092 ++-0596043 ++-0593065 ++-0592060 ++-0568153 ++-0587000 ++-0595063 ++-0583123 ++-0591010 ++-0600040 ++-0581149 ++-0569153 ++-0586065 ++-0599005 ++-0570087 ++-0584092 ++-0597017 ++-0593066 ++-0582153 ++-0599006 ++-0595064 ++-0592061 ++-0594042 ++-0583124 ++-0587001 ++-0597018 ++-0593067 ++-0591011 ++-0585035 ++-0596044 ++-0581150 ++-0582154 ++-0568154 ++-0586066 ++-0584093 ++-0569154 ++-0599007 ++-0570088 ++-0600041 ++-0578093 ++-0587002 ++-0583125 ++-0597019 ++-0593068 ++-0594043 ++-0595065 ++-0592062 ++-0586067 ++-0584094 ++-0581151 ++-0596045 ++-0585036 ++-0591012 ++-0600042 ++-0570089 ++-0582155 ++-0569155 ++-0587003 ++-0568155 ++-0599008 ++-0578094 ++-0597020 ++-0594044 ++-0593069 ++-0595066 ++-0584095 ++-0596046 ++-0586068 ++-0592063 ++-0600043 ++-0583126 ++-0581152 ++-0570090 ++-0585037 ++-0591013 ++-0599009 ++-0578095 ++-0597021 ++-0587004 ++-0594045 ++-0593070 ++-0595067 ++-0584096 ++-0596047 ++-0592064 ++-0600044 ++-0586069 ++-0591014 ++-0570091 ++-0597022 ++-0585038 ++-0581153 ++-0594046 ++-0595068 ++-0593071 ++-0599010 ++-0583127 ++-0596048 ++-0578096 ++-0584097 ++-0587005 ++-0592065 ++-0600045 ++-0591015 ++-0570092 ++-0585039 ++-0586070 ++-0594047 ++-0595069 ++-0581154 ++-0597023 ++-0599011 ++-0602000 ++-0596049 ++-0584098 ++-0593072 ++-0578097 ++-0592066 ++-0589000 ++-0588000 ++-0600046 ++-0591016 ++-0587006 ++-0585040 ++-0570093 ++-0594048 ++-0583128 ++-0586071 ++-0595070 ++-0597024 ++-0584099 ++-0602001 ++-0596050 ++-0578098 ++-0592067 ++-0593073 ++-0600047 ++-0599012 ++-0589001 ++-0581155 ++-0591017 ++-0587007 ++-0588001 ++-0570094 ++-0586072 ++-0596051 ++-0597025 ++-0594049 ++-0595071 ++-0584100 ++-0578099 ++-0599013 ++-0583129 ++-0600048 ++-0589002 ++-0602002 ++-0592068 ++-0593074 ++-0587008 ++-0591018 ++-0585041 ++-0588002 ++-0586073 ++-0570095 ++-0597026 ++-0581156 ++-0578100 ++-0596052 ++-0584101 ++-0593075 ++-0594050 ++-0599014 ++-0587009 ++-0589003 ++-0595072 ++-0600049 ++-0591019 ++-0578101 ++-0588003 ++-0570096 ++-0602003 ++-0597027 ++-0592069 ++-0585042 ++-0596053 ++-0583130 ++-0586074 ++-0584102 ++-0587010 ++-0593076 ++-0589004 ++-0595073 ++-0600050 ++-0602004 ++-0570097 ++-0592070 ++-0599015 ++-0594051 ++-0588004 ++-0585043 ++-0597028 ++-0596054 ++-0586075 ++-0584103 ++-0602005 ++-0599016 ++-0594052 ++-0601000 ++-0588005 ++-0584104 ++-0599017 ++-0588006 ++-0584105 ++-0584106 ++-0599018 ++-0584107 ++-0599019 ++-0600051 ++-0578102 ++-0594053 ++-0599020 ++-0589005 ++-0570098 ++-0596055 ++-0601001 ++-0587011 ++-0584108 ++-0586076 ++-0593077 ++-0591020 ++-0588007 ++-0595074 ++-0592071 ++-0585044 ++-0583131 ++-0602006 ++-0600052 ++-0597029 ++-0594054 ++-0578103 ++-0587012 ++-0578104 ++-0586077 ++-0592072 ++-0589006 ++-0599021 ++-0570099 ++-0584109 ++-0594055 ++-0596056 ++-0585045 ++-0591021 ++-0587013 ++-0601002 ++-0593078 ++-0595075 ++-0588008 ++-0597030 ++-0600053 ++-0602007 ++-0578105 ++-0583132 ++-0586078 ++-0592073 ++-0589007 ++-0599022 ++-0584110 ++-0596057 ++-0570100 ++-0594056 ++-0595076 ++-0593079 ++-0591022 ++-0601003 ++-0602008 ++-0597031 ++-0585046 ++-0600054 ++-0578106 ++-0588009 ++-0587014 ++-0583133 ++-0589008 ++-0592074 ++-0586079 ++-0584111 ++-0570101 ++-0596058 ++-0599023 ++-0594057 ++-0595077 ++-0593080 ++-0602009 ++-0578107 ++-0597032 ++-0600055 ++-0588010 ++-0601004 ++-0591023 ++-0589009 ++-0585047 ++-0586080 ++-0587015 ++-0592075 ++-0596059 ++-0570102 ++-0599024 ++-0584112 ++-0593081 ++-0583134 ++-0600056 ++-0594058 ++-0578108 ++-0597033 ++-0588011 ++-0595078 ++-0602010 ++-0601005 ++-0586081 ++-0587016 ++-0589010 ++-0591024 ++-0585048 ++-0592076 ++-0570103 ++-0599025 ++-0584113 ++-0593082 ++-0596060 ++-0600057 ++-0597034 ++-0588012 ++-0578109 ++-0583135 ++-0602011 ++-0595079 ++-0594059 ++-0589011 ++-0587017 ++-0586082 ++-0601006 ++-0591025 ++-0570104 ++-0585049 ++-0584114 ++-0599026 ++-0596061 ++-0593083 ++-0592077 ++-0597035 ++-0578110 ++-0588013 ++-0600058 ++-0595080 ++-0594060 ++-0589012 ++-0602012 ++-0591026 ++-0586083 ++-0601007 ++-0587018 ++-0585050 ++-0583136 ++-0599027 ++-0596062 ++-0570105 ++-0593084 ++-0592078 ++-0584115 ++-0578111 ++-0597036 ++-0595081 ++-0588014 ++-0589013 ++-0600059 ++-0594061 ++-0602013 ++-0587019 ++-0586084 ++-0599028 ++-0591027 ++-0601008 ++-0596063 ++-0593085 ++-0570106 ++-0585051 ++-0592079 ++-0597037 ++-0595082 ++-0588015 ++-0584116 ++-0583137 ++-0578112 ++-0600060 ++-0602014 ++-0589014 ++-0586085 ++-0587020 ++-0594062 ++-0570107 ++-0593086 ++-0599029 ++-0591028 ++-0585052 ++-0592080 ++-0596064 ++-0601009 ++-0595083 ++-0584117 ++-0588016 ++-0600061 ++-0597038 ++-0587021 ++-0583138 ++-0602015 ++-0586086 ++-0578113 ++-0594063 ++-0593087 ++-0570108 ++-0589015 ++-0592081 ++-0585053 ++-0596065 ++-0601010 ++-0595084 ++-0599030 ++-0588017 ++-0591029 ++-0584118 ++-0597039 ++-0587022 ++-0602016 ++-0600062 ++-0586087 ++-0583139 ++-0594064 ++-0589016 ++-0593088 ++-0578114 ++-0592082 ++-0596066 ++-0585054 ++-0570109 ++-0601011 ++-0595085 ++-0591030 ++-0584119 ++-0599031 ++-0588018 ++-0600063 ++-0602017 ++-0597040 ++-0589017 ++-0587023 ++-0594065 ++-0593089 ++-0586088 ++-0592083 ++-0578115 ++-0596067 ++-0595086 ++-0601012 ++-0585055 ++-0591031 ++-0588019 ++-0570110 ++-0583140 ++-0584120 ++-0600064 ++-0602018 ++-0599032 ++-0589018 ++-0587024 ++-0593090 ++-0594066 ++-0597041 ++-0596068 ++-0588020 ++-0601013 ++-0584121 ++-0595087 ++-0586089 ++-0600065 ++-0578116 ++-0592084 ++-0602019 ++-0599033 ++-0601014 ++-0594067 ++-0570111 ++-0595088 ++-0585056 ++-0591032 ++-0589019 ++-0596069 ++-0600066 ++-0583141 ++-0592085 ++-0584122 ++-0587025 ++-0586090 ++-0597042 ++-0578117 ++-0593091 ++-0588021 ++-0602020 ++-0599034 ++-0594068 ++-0595089 ++-0589020 ++-0591033 ++-0585057 ++-0601015 ++-0596070 ++-0570112 ++-0584123 ++-0587026 ++-0588022 ++-0600067 ++-0593092 ++-0583142 ++-0592086 ++-0578118 ++-0599035 ++-0597043 ++-0586091 ++-0602021 ++-0594069 ++-0591034 ++-0585058 ++-0584124 ++-0595090 ++-0570113 ++-0596071 ++-0587027 ++-0588023 ++-0589021 ++-0593093 ++-0601016 ++-0592087 ++-0578119 ++-0602022 ++-0584125 ++-0583143 ++-0600068 ++-0599036 ++-0597044 ++-0595091 ++-0570114 ++-0594070 ++-0585059 ++-0591035 ++-0586092 ++-0587028 ++-0593094 ++-0588024 ++-0596072 ++-0601017 ++-0589022 ++-0592088 ++-0602023 ++-0584126 ++-0600069 ++-0599037 ++-0595092 ++-0597045 ++-0570115 ++-0585060 ++-0594071 ++-0591036 ++-0578120 ++-0587029 ++-0588025 ++-0596073 ++-0589023 ++-0586093 ++-0592089 ++-0583144 ++-0593095 ++-0601018 ++-0599038 ++-0595093 ++-0600070 ++-0594072 ++-0597046 ++-0591037 ++-0584127 ++-0587030 ++-0602024 ++-0588026 ++-0570116 ++-0596074 ++-0589024 ++-0585061 ++-0592090 ++-0578121 ++-0593096 ++-0586094 ++-0583145 ++-0601019 ++-0600071 ++-0599039 ++-0595094 ++-0597047 ++-0591038 ++-0584128 ++-0588027 ++-0587031 ++-0589025 ++-0593097 ++-0602025 ++-0585062 ++-0578122 ++-0570117 ++-0594073 ++-0592091 ++-0596075 ++-0600072 ++-0586095 ++-0583146 ++-0599040 ++-0601020 ++-0597048 ++-0595095 ++-0591039 ++-0587032 ++-0589026 ++-0588028 ++-0570118 ++-0593098 ++-0578123 ++-0584129 ++-0594074 ++-0585063 ++-0602026 ++-0600073 ++-0586096 ++-0596076 ++-0592092 ++-0599041 ++-0597049 ++-0601021 ++-0595096 ++-0589027 ++-0587033 ++-0588029 ++-0583147 ++-0570119 ++-0593099 ++-0591040 ++-0585064 ++-0596077 ++-0578124 ++-0584130 ++-0594075 ++-0602027 ++-0599042 ++-0586097 ++-0600074 ++-0592093 ++-0589028 ++-0595097 ++-0597050 ++-0588030 ++-0587034 ++-0601022 ++-0570120 ++-0585065 ++-0596078 ++-0591041 ++-0578125 ++-0593100 ++-0594076 ++-0583148 ++-0602028 ++-0599043 ++-0586098 ++-0584131 ++-0597051 ++-0600075 ++-0595098 ++-0588031 ++-0587035 ++-0592094 ++-0589029 ++-0570121 ++-0601023 ++-0596079 ++-0585066 ++-0578126 ++-0593101 ++-0602029 ++-0584132 ++-0591042 ++-0594077 ++-0586099 ++-0597052 ++-0599044 ++-0600076 ++-0587036 ++-0595099 ++-0596080 ++-0570122 ++-0583149 ++-0588032 ++-0592095 ++-0589030 ++-0601024 ++-0578127 ++-0585067 ++-0593102 ++-0602030 ++-0584133 ++-0594078 ++-0586100 ++-0587037 ++-0591043 ++-0600077 ++-0570123 ++-0596081 ++-0597053 ++-0599045 ++-0592096 ++-0595100 ++-0601025 ++-0585068 ++-0583150 ++-0578128 ++-0588033 ++-0589031 ++-0602031 ++-0593103 ++-0586101 ++-0584134 ++-0594079 ++-0587038 ++-0591044 ++-0570124 ++-0600078 ++-0592097 ++-0596082 ++-0595101 ++-0597054 ++-0599046 ++-0588034 ++-0585069 ++-0583151 ++-0601026 ++-0593104 ++-0589032 ++-0578129 ++-0586102 ++-0591045 ++-0594080 ++-0602032 ++-0587039 ++-0584135 ++-0570125 ++-0600079 ++-0592098 ++-0596083 ++-0597055 ++-0599047 ++-0595102 ++-0601027 ++-0585070 ++-0588035 ++-0578130 ++-0589033 ++-0602033 ++-0591046 ++-0594081 ++-0593105 ++-0587040 ++-0586103 ++-0570126 ++-0583152 ++-0584136 ++-0597056 ++-0592099 ++-0599048 ++-0596084 ++-0600080 ++-0595103 ++-0585071 ++-0601028 ++-0589034 ++-0591047 ++-0594082 ++-0586104 ++-0588036 ++-0570127 ++-0599049 ++-0597057 ++-0592100 ++-0596085 ++-0585072 ++-0595104 ++-0602034 ++-0594083 ++-0593106 ++-0587041 ++-0597058 ++-0578131 ++-0600081 ++-0584137 ++-0602035 ++-0601029 ++-0589035 ++-0587042 ++-0585073 ++-0583153 ++-0592101 ++-0597059 ++-0588037 ++-0594084 ++-0570128 ++-0596086 ++-0599050 ++-0586105 ++-0595105 ++-0593107 ++-0602036 ++-0591048 ++-0589036 ++-0601030 ++-0585074 ++-0588038 ++-0587043 ++-0583154 ++-0592102 ++-0597060 ++-0600082 ++-0584138 ++-0570129 ++-0578132 ++-0594085 ++-0586106 ++-0596087 ++-0602037 ++-0595106 ++-0593108 ++-0599051 ++-0585075 ++-0589037 ++-0601031 ++-0591049 ++-0592103 ++-0588039 ++-0600083 ++-0587044 ++-0597061 ++-0578133 ++-0597062 ++-0592104 ++-0600084 ++-0593109 ++-0584139 ++-0599052 ++-0588040 ++-0591050 ++-0585076 ++-0586107 ++-0596088 ++-0594086 ++-0587045 ++-0599053 ++-0578134 ++-0589038 ++-0593110 ++-0600085 ++-0595107 ++-0584140 ++-0597063 ++-0583155 ++-0591051 ++-0585077 ++-0586108 ++-0570130 ++-0602038 ++-0601032 ++-0592105 ++-0600086 ++-0596089 ++-0587046 ++-0588041 ++-0599054 ++-0589039 ++-0593111 ++-0578135 ++-0594087 ++-0584141 ++-0601033 ++-0595108 ++-0602039 ++-0585078 ++-0591052 ++-0597064 ++-0596090 ++-0570131 ++-0599055 ++-0592106 ++-0589040 ++-0600087 ++-0586109 ++-0578136 ++-0587047 ++-0593112 ++-0594088 ++-0588042 ++-0591053 ++-0602040 ++-0584142 ++-0601034 ++-0595109 ++-0592107 ++-0585079 ++-0587048 ++-0594089 ++-0596091 ++-0599056 ++-0593113 ++-0586110 ++-0597065 ++-0589041 ++-0591054 ++-0600088 ++-0570132 ++-0595110 ++-0602041 ++-0588043 ++-0601035 ++-0578137 ++-0592108 ++-0599057 ++-0584143 ++-0585080 ++-0593114 ++-0586111 ++-0589042 ++-0587049 ++-0603000 ++-0594090 ++-0596092 ++-0595111 ++-0601036 ++-0600089 ++-0591055 ++-0588044 ++-0578138 ++-0592109 ++-0602042 ++-0597066 ++-0599058 ++-0589043 ++-0570133 ++-0570134 ++-0593115 ++-0585081 ++-0584144 ++-0589044 ++-0596093 ++-0595112 ++-0578139 ++-0599059 ++-0594091 ++-0587050 ++-0597067 ++-0600090 ++-0588045 ++-0570135 ++-0602043 ++-0591056 ++-0592110 ++-0586112 ++-0601037 ++-0603001 ++-0585082 ++-0597068 ++-0578140 ++-0586113 ++-0600091 ++-0603002 ++-0570136 ++-0593116 ++-0588046 ++-0597069 ++-0592111 ++-0587051 ++-0602044 ++-0584145 ++-0601038 ++-0589045 ++-0591057 ++-0595113 ++-0594092 ++-0599060 ++-0596094 ++-0585083 ++-0586114 ++-0603003 ++-0600092 ++-0578141 ++-0588047 ++-0592112 ++-0570137 ++-0597070 ++-0601039 ++-0602045 ++-0591058 ++-0594093 ++-0595114 ++-0599061 ++-0585084 ++-0587052 ++-0593117 ++-0589046 ++-0584146 ++-0596095 ++-0586115 ++-0603004 ++-0592113 ++-0600093 ++-0597071 ++-0602046 ++-0599062 ++-0588048 ++-0570138 ++-0594094 ++-0595115 ++-0578142 ++-0585085 ++-0587053 ++-0601040 ++-0591059 ++-0589047 ++-0593118 ++-0586116 ++-0584147 ++-0596096 ++-0603005 ++-0592114 ++-0600094 ++-0602047 ++-0599063 ++-0597072 ++-0588049 ++-0585086 ++-0587054 ++-0595116 ++-0594095 ++-0591060 ++-0570139 ++-0589048 ++-0578143 ++-0586117 ++-0603006 ++-0596097 ++-0601041 ++-0584148 ++-0592115 ++-0593119 ++-0600095 ++-0602048 ++-0599064 ++-0597073 ++-0585087 ++-0587055 ++-0589049 ++-0591061 ++-0588050 ++-0603007 ++-0586118 ++-0594096 ++-0595117 ++-0570140 ++-0601042 ++-0578144 ++-0592116 ++-0596098 ++-0600096 ++-0599065 ++-0597074 ++-0602049 ++-0584149 ++-0593120 ++-0585088 ++-0591062 ++-0603008 ++-0587056 ++-0588051 ++-0586119 ++-0595118 ++-0601043 ++-0589050 ++-0592117 ++-0570141 ++-0596099 ++-0594097 ++-0600097 ++-0578145 ++-0599066 ++-0602050 ++-0597075 ++-0585089 ++-0584150 ++-0603009 ++-0591063 ++-0588052 ++-0587057 ++-0593121 ++-0586120 ++-0594098 ++-0596100 ++-0589051 ++-0600098 ++-0601044 ++-0599067 ++-0595119 ++-0592118 ++-0585090 ++-0602051 ++-0584151 ++-0578146 ++-0594099 ++-0603010 ++-0570142 ++-0587058 ++-0596101 ++-0591064 ++-0589052 ++-0588053 ++-0597076 ++-0601045 ++-0586121 ++-0593122 ++-0600099 ++-0599068 ++-0602052 ++-0595120 ++-0587059 ++-0603011 ++-0591065 ++-0588054 ++-0589053 ++-0586122 ++-0585091 ++-0596102 ++-0594100 ++-0600100 ++-0578147 ++-0601046 ++-0597077 ++-0570143 ++-0584152 ++-0592119 ++-0593123 ++-0599069 ++-0603012 ++-0585092 ++-0588055 ++-0595121 ++-0602053 ++-0586123 ++-0589054 ++-0600101 ++-0591066 ++-0597078 ++-0596103 ++-0587060 ++-0578148 ++-0601047 ++-0594101 ++-0570144 ++-0584153 ++-0593124 ++-0599070 ++-0592120 ++-0585093 ++-0602054 ++-0603013 ++-0600102 ++-0588056 ++-0591067 ++-0589055 ++-0587061 ++-0597079 ++-0595122 ++-0596104 ++-0586124 ++-0594102 ++-0601048 ++-0578149 ++-0584154 ++-0593125 ++-0570145 ++-0592121 ++-0599071 ++-0600103 ++-0603014 ++-0585094 ++-0587062 ++-0602055 ++-0588057 ++-0591068 ++-0589056 ++-0594103 ++-0595123 ++-0597080 ++-0596105 ++-0601049 ++-0578150 ++-0584155 ++-0593126 ++-0599072 ++-0600104 ++-0585095 ++-0570146 ++-0587063 ++-0586125 ++-0592122 ++-0603015 ++-0591069 ++-0588058 ++-0594104 ++-0593127 ++-0602056 ++-0599073 ++-0601050 ++-0578151 ++-0589057 ++-0596106 ++-0587064 ++-0591070 ++-0595124 ++-0597081 ++-0570147 ++-0600105 ++-0594105 ++-0585096 ++-0592123 ++-0603016 ++-0586126 ++-0588059 ++-0602057 ++-0599074 ++-0601051 ++-0589058 ++-0591071 ++-0587065 ++-0596107 ++-0597082 ++-0603017 ++-0595125 ++-0593128 ++-0570148 ++-0578152 ++-0594106 ++-0600106 ++-0592124 ++-0585097 ++-0586127 ++-0588060 ++-0602058 ++-0599075 ++-0601052 ++-0589059 ++-0587066 ++-0596108 ++-0591072 ++-0597083 ++-0603018 ++-0604000 ++-0600107 ++-0594107 ++-0588061 ++-0595126 ++-0578153 ++-0585098 ++-0570149 ++-0593129 ++-0599076 ++-0586128 ++-0589060 ++-0602059 ++-0596109 ++-0591073 ++-0601053 ++-0597084 ++-0587067 ++-0592125 ++-0604001 ++-0600108 ++-0603019 ++-0588062 ++-0594108 ++-0585099 ++-0591074 ++-0595127 ++-0602060 ++-0599077 ++-0570150 ++-0596110 ++-0597085 ++-0589061 ++-0578154 ++-0601054 ++-0603020 ++-0604002 ++-0589062 ++-0601055 ++-0600109 ++-0589063 ++-0592126 ++-0587068 ++-0593130 ++-0586129 ++-0596111 ++-0594109 ++-0588063 ++-0570151 ++-0585100 ++-0603021 ++-0578155 ++-0597086 ++-0602061 ++-0595128 ++-0601056 ++-0599078 ++-0604003 ++-0591075 ++-0587069 ++-0588064 ++-0596112 ++-0585101 ++-0603022 ++-0600110 ++-0594110 ++-0589064 ++-0586130 ++-0602062 ++-0570152 ++-0601057 ++-0592127 ++-0578156 ++-0599079 ++-0604004 ++-0597087 ++-0593131 ++-0595129 ++-0591076 ++-0587070 ++-0589065 ++-0585102 ++-0603023 ++-0588065 ++-0594111 ++-0596113 ++-0600111 ++-0597088 ++-0602063 ++-0604005 ++-0570153 ++-0592128 ++-0601058 ++-0586131 ++-0599080 ++-0587071 ++-0595130 ++-0591077 ++-0593132 ++-0589066 ++-0603024 ++-0585103 ++-0594112 ++-0600112 ++-0596114 ++-0597089 ++-0602064 ++-0588066 ++-0599081 ++-0604006 ++-0570154 ++-0601059 ++-0587072 ++-0592129 ++-0586132 ++-0593133 ++-0595131 ++-0600113 ++-0597090 ++-0596115 ++-0591078 ++-0589067 ++-0594113 ++-0601060 ++-0588067 ++-0602065 ++-0599082 ++-0603025 ++-0585104 ++-0596116 ++-0600114 ++-0597091 ++-0586133 ++-0591079 ++-0588068 ++-0598000 ++-0603026 ++-0587073 ++-0570155 ++-0589068 ++-0592130 ++-0604007 ++-0595132 ++-0596117 ++-0585105 ++-0601061 ++-0593134 ++-0594114 ++-0602066 ++-0599083 ++-0600115 ++-0597092 ++-0588069 ++-0598001 ++-0587074 ++-0591080 ++-0603027 ++-0589069 ++-0570156 ++-0585106 ++-0586134 ++-0596118 ++-0592131 ++-0602067 ++-0601062 ++-0594115 ++-0604008 ++-0599084 ++-0595133 ++-0597093 ++-0600116 ++-0593135 ++-0598002 ++-0588070 ++-0591081 ++-0603028 ++-0585107 ++-0587075 ++-0570157 ++-0601063 ++-0589070 ++-0599085 ++-0604009 ++-0596119 ++-0586135 ++-0592132 ++-0600117 ++-0597094 ++-0602068 ++-0594116 ++-0598003 ++-0585108 ++-0593136 ++-0595134 ++-0591082 ++-0587076 ++-0588071 ++-0601064 ++-0603029 ++-0589071 ++-0599086 ++-0596120 ++-0604010 ++-0602069 ++-0597095 ++-0586136 ++-0600118 ++-0598004 ++-0585109 ++-0594117 ++-0588072 ++-0592133 ++-0587077 ++-0603030 ++-0591083 ++-0595135 ++-0599087 ++-0589072 ++-0593137 ++-0596121 ++-0601065 ++-0602070 ++-0604011 ++-0597096 ++-0598005 ++-0585110 ++-0586137 ++-0588073 ++-0600119 ++-0603031 ++-0594118 ++-0591084 ++-0592134 ++-0589073 ++-0587078 ++-0599088 ++-0601066 ++-0602071 ++-0590000 ++-0595136 ++-0596122 ++-0604012 ++-0598006 ++-0593138 ++-0597097 ++-0585111 ++-0588074 ++-0586138 ++-0603032 ++-0594119 ++-0589074 ++-0587079 ++-0599089 ++-0601067 ++-0591085 ++-0600120 ++-0602072 ++-0592135 ++-0590001 ++-0596123 ++-0598007 ++-0604013 ++-0597098 ++-0585112 ++-0593139 ++-0588075 ++-0595137 ++-0589075 ++-0586139 ++-0603033 ++-0601068 ++-0590002 ++-0587080 ++-0591086 ++-0598008 ++-0599090 ++-0604014 ++-0602073 ++-0597099 ++-0592136 ++-0596124 ++-0594120 ++-0588076 ++-0600121 ++-0585113 ++-0595138 ++-0593140 ++-0589076 ++-0590003 ++-0601069 ++-0603034 ++-0587081 ++-0586140 ++-0591087 ++-0604015 ++-0597100 ++-0602074 ++-0598009 ++-0599091 ++-0588077 ++-0594121 ++-0592137 ++-0589077 ++-0600122 ++-0596125 ++-0601070 ++-0590004 ++-0595139 ++-0587082 ++-0585114 ++-0591088 ++-0603035 ++-0593141 ++-0602075 ++-0597101 ++-0604016 ++-0598010 ++-0586141 ++-0588078 ++-0589078 ++-0591089 ++-0595140 ++-0599092 ++-0603036 ++-0590005 ++-0601071 ++-0588079 ++-0585115 ++-0597102 ++-0600123 ++-0594122 ++-0587083 ++-0593142 ++-0592138 ++-0586142 ++-0589079 ++-0596126 ++-0591090 ++-0598011 ++-0604017 ++-0602076 ++-0599093 ++-0595141 ++-0603037 ++-0590006 ++-0597103 ++-0587084 ++-0585116 ++-0588080 ++-0593143 ++-0600124 ++-0594123 ++-0598012 ++-0604018 ++-0601072 ++-0602077 ++-0591091 ++-0592139 ++-0596127 ++-0589080 ++-0586143 ++-0599094 ++-0587085 ++-0595142 ++-0597104 ++-0588081 ++-0590007 ++-0601073 ++-0598013 ++-0603038 ++-0604019 ++-0585117 ++-0594124 ++-0602078 ++-0589081 ++-0593144 ++-0591092 ++-0600125 ++-0586144 ++-0599095 ++-0596128 ++-0592140 ++-0587086 ++-0588082 ++-0590008 ++-0597105 ++-0595143 ++-0585118 ++-0604020 ++-0601074 ++-0589082 ++-0598014 ++-0594125 ++-0602079 ++-0591093 ++-0603039 ++-0593145 ++-0600126 ++-0587087 ++-0588083 ++-0599096 ++-0592141 ++-0596129 ++-0586145 ++-0590009 ++-0585119 ++-0604021 ++-0601075 ++-0598015 ++-0597106 ++-0589083 ++-0602080 ++-0603040 ++-0595144 ++-0594126 ++-0591094 ++-0593146 ++-0587088 ++-0588084 ++-0585120 ++-0599097 ++-0604022 ++-0604023 ++-0590010 ++-0598016 ++-0595145 ++-0600127 ++-0594127 ++-0586146 ++-0589084 ++-0592142 ++-0591095 ++-0596130 ++-0601076 ++-0599098 ++-0597107 ++-0587089 ++-0604024 ++-0603041 ++-0588085 ++-0593147 ++-0585121 ++-0602081 ++-0590011 ++-0589085 ++-0595146 ++-0598017 ++-0601077 ++-0594128 ++-0597108 ++-0586147 ++-0591096 ++-0599099 ++-0588086 ++-0600128 ++-0602082 ++-0603042 ++-0587090 ++-0592143 ++-0585122 ++-0593148 ++-0604025 ++-0596131 ++-0590012 ++-0589086 ++-0601078 ++-0597109 ++-0591097 ++-0588087 ++-0598018 ++-0599100 ++-0594129 ++-0602083 ++-0585123 ++-0603043 ++-0587091 ++-0595147 ++-0604026 ++-0593149 ++-0586148 ++-0592144 ++-0596132 ++-0600129 ++-0590013 ++-0589087 ++-0601079 ++-0597110 ++-0591098 ++-0598019 ++-0588088 ++-0602084 ++-0587092 ++-0599101 ++-0595148 ++-0603044 ++-0585124 ++-0590014 ++-0593150 ++-0592145 ++-0604027 ++-0586149 ++-0601080 ++-0600130 ++-0597111 ++-0589088 ++-0596133 ++-0591099 ++-0588089 ++-0598020 ++-0599102 ++-0587093 ++-0594130 ++-0602085 ++-0595149 ++-0604028 ++-0585125 ++-0590015 ++-0601081 ++-0603045 ++-0592146 ++-0589089 ++-0600131 ++-0597112 ++-0596134 ++-0591100 ++-0588090 ++-0586150 ++-0593151 ++-0598021 ++-0599103 ++-0587094 ++-0602086 ++-0585126 ++-0594131 ++-0595150 ++-0589090 ++-0603046 ++-0590016 ++-0601082 ++-0597113 ++-0591101 ++-0588091 ++-0600132 ++-0604029 ++-0596135 ++-0586151 ++-0592147 ++-0587095 ++-0598022 ++-0602087 ++-0599104 ++-0593152 ++-0585127 ++-0589091 ++-0590017 ++-0594132 ++-0603047 ++-0597114 ++-0591102 ++-0601083 ++-0588092 ++-0595151 ++-0604030 ++-0600133 ++-0587096 ++-0598023 ++-0586152 ++-0599105 ++-0602088 ++-0585128 ++-0596136 ++-0592148 ++-0593153 ++-0589092 ++-0590018 ++-0591103 ++-0601084 ++-0597115 ++-0603048 ++-0588093 ++-0604031 ++-0598024 ++-0587097 ++-0594133 ++-0586153 ++-0602089 ++-0585129 ++-0595152 ++-0599106 ++-0589093 ++-0600134 ++-0596137 ++-0591104 ++-0601085 ++-0590019 ++-0588094 ++-0603049 ++-0598025 ++-0592149 ++-0604032 ++-0587098 ++-0597116 ++-0593154 ++-0602090 ++-0599107 ++-0586154 ++-0585130 ++-0591105 ++-0594134 ++-0589094 ++-0601086 ++-0595153 ++-0598026 ++-0588095 ++-0596138 ++-0590020 ++-0587099 ++-0600135 ++-0604033 ++-0603050 ++-0597117 ++-0592150 ++-0599108 ++-0602091 ++-0585131 ++-0593155 ++-0589095 ++-0591106 ++-0586155 ++-0598027 ++-0601087 ++-0594135 ++-0595154 ++-0590021 ++-0587100 ++-0604034 ++-0588096 ++-0600136 ++-0603051 ++-0597118 ++-0599109 ++-0602092 ++-0596139 ++-0592151 ++-0585132 ++-0591107 ++-0594136 ++-0589096 ++-0586156 ++-0600137 ++-0604035 ++-0590022 ++-0587101 ++-0598028 ++-0596140 ++-0592152 ++-0585133 ++-0601088 ++-0595155 ++-0599110 ++-0603052 ++-0597119 ++-0602093 ++-0588097 ++-0591108 ++-0613000 ++-0599111 ++-0596141 ++-0597120 ++-0613001 ++-0597121 ++-0613002 ++-0594137 ++-0597122 ++-0589097 ++-0604036 ++-0585134 ++-0587102 ++-0588098 ++-0603053 ++-0601089 ++-0596142 ++-0598029 ++-0592153 ++-0600138 ++-0590023 ++-0602094 ++-0591109 ++-0599112 ++-0589098 ++-0604037 ++-0601090 ++-0585135 ++-0594138 ++-0588099 ++-0613003 ++-0587103 ++-0591110 ++-0598030 ++-0602095 ++-0599113 ++-0600139 ++-0590024 ++-0589099 ++-0606000 ++-0588100 ++-0601091 ++-0591111 ++-0599114 ++-0604038 ++-0602096 ++-0600140 ++-0589100 ++-0591112 ++-0606001 ++-0603054 ++-0602097 ++-0595156 ++-0597123 ++-0588101 ++-0596143 ++-0613004 ++-0598031 ++-0600141 ++-0587104 ++-0601092 ++-0594139 ++-0585136 ++-0592154 ++-0604039 ++-0590025 ++-0589101 ++-0599115 ++-0591113 ++-0606002 ++-0603055 ++-0613005 ++-0602098 ++-0597124 ++-0587105 ++-0601093 ++-0585137 ++-0598032 ++-0588102 ++-0600142 ++-0589102 ++-0590026 ++-0599116 ++-0596144 ++-0592155 ++-0604040 ++-0606003 ++-0591114 ++-0594140 ++-0603056 ++-0597125 ++-0585138 ++-0587106 ++-0601094 ++-0602099 ++-0613006 ++-0588103 ++-0598033 ++-0599117 ++-0590027 ++-0604041 ++-0600143 ++-0589103 ++-0606004 ++-0591115 ++-0603057 ++-0597126 ++-0596145 ++-0601095 ++-0587107 ++-0602100 ++-0585139 ++-0615000 ++-0598034 ++-0604042 ++-0588104 ++-0594141 ++-0613007 ++-0590028 ++-0606005 ++-0589104 ++-0599118 ++-0601096 ++-0591116 ++-0597127 ++-0596146 ++-0587108 ++-0600144 ++-0603058 ++-0598035 ++-0612000 ++-0585140 ++-0589105 ++-0602101 ++-0603059 ++-0599119 ++-0590029 ++-0588105 ++-0613008 ++-0594142 ++-0596147 ++-0604043 ++-0615001 ++-0600145 ++-0606006 ++-0597128 ++-0591117 ++-0601097 ++-0587109 ++-0612001 ++-0598036 ++-0602102 ++-0599120 ++-0588106 ++-0585141 ++-0589106 ++-0590030 ++-0597129 ++-0603060 ++-0615002 ++-0606007 ++-0613009 ++-0594143 ++-0587110 ++-0600146 ++-0601098 ++-0604044 ++-0591118 ++-0596148 ++-0602103 ++-0598037 ++-0599121 ++-0588107 ++-0589107 ++-0587111 ++-0604045 ++-0606008 ++-0597130 ++-0602104 ++-0613010 ++-0612002 ++-0585142 ++-0590031 ++-0591119 ++-0588108 ++-0603061 ++-0615003 ++-0599122 ++-0601099 ++-0589108 ++-0598038 ++-0587112 ++-0600147 ++-0594144 ++-0596149 ++-0604046 ++-0606009 ++-0602105 ++-0613011 ++-0597131 ++-0612003 ++-0591120 ++-0585143 ++-0590032 ++-0601100 ++-0603062 ++-0588109 ++-0615004 ++-0598039 ++-0587113 ++-0599123 ++-0589109 ++-0604047 ++-0606010 ++-0600148 ++-0602106 ++-0597132 ++-0596150 ++-0613012 ++-0612004 ++-0594145 ++-0590033 ++-0591121 ++-0601101 ++-0585144 ++-0587114 ++-0615005 ++-0599124 ++-0589110 ++-0603063 ++-0588110 ++-0598040 ++-0606011 ++-0604048 ++-0613013 ++-0600149 ++-0602107 ++-0597133 ++-0585145 ++-0596151 ++-0612005 ++-0591122 ++-0599125 ++-0590034 ++-0601102 ++-0615006 ++-0587115 ++-0594146 ++-0588111 ++-0606012 ++-0603064 ++-0598041 ++-0613014 ++-0604049 ++-0589111 ++-0597134 ++-0600150 ++-0599126 ++-0602108 ++-0590035 ++-0591123 ++-0585146 ++-0615007 ++-0587116 ++-0612006 ++-0601103 ++-0596152 ++-0588112 ++-0606013 ++-0594147 ++-0603065 ++-0613015 ++-0604050 ++-0589112 ++-0597135 ++-0598042 ++-0599127 ++-0590036 ++-0602109 ++-0591124 ++-0600151 ++-0615008 ++-0601104 ++-0587117 ++-0588113 ++-0585147 ++-0613016 ++-0603066 ++-0606014 ++-0612007 ++-0596153 ++-0589113 ++-0604051 ++-0594148 ++-0598043 ++-0597136 ++-0599128 ++-0602110 ++-0591125 ++-0590037 ++-0601105 ++-0600152 ++-0588114 ++-0613017 ++-0585148 ++-0612008 ++-0589114 ++-0606015 ++-0587118 ++-0604052 ++-0585149 ++-0598044 ++-0590038 ++-0591126 ++-0603067 ++-0589115 ++-0601106 ++-0596154 ++-0604053 ++-0599129 ++-0594149 ++-0602111 ++-0615009 ++-0587119 ++-0597137 ++-0606016 ++-0585150 ++-0613018 ++-0588115 ++-0612009 ++-0600153 ++-0598045 ++-0589116 ++-0591127 ++-0590039 ++-0601107 ++-0596155 ++-0602112 ++-0604054 ++-0603068 ++-0587120 ++-0594150 ++-0606017 ++-0599130 ++-0585151 ++-0588116 ++-0613019 ++-0612010 ++-0597138 ++-0615010 ++-0598046 ++-0591128 ++-0589117 ++-0600154 ++-0601108 ++-0590040 ++-0602113 ++-0604055 ++-0587121 ++-0599131 ++-0588117 ++-0613020 ++-0594151 ++-0603069 ++-0612011 ++-0606018 ++-0597139 ++-0585152 ++-0591129 ++-0589118 ++-0598047 ++-0615011 ++-0601109 ++-0590041 ++-0604056 ++-0600155 ++-0587122 ++-0602114 ++-0599132 ++-0613021 ++-0585153 ++-0588118 ++-0612012 ++-0589119 ++-0597140 ++-0598048 ++-0594152 ++-0606019 ++-0603070 ++-0591130 ++-0590042 ++-0601110 ++-0587123 ++-0600156 ++-0615012 ++-0606020 ++-0603071 ++-0599133 ++-0604057 ++-0613022 ++-0585154 ++-0598049 ++-0612013 ++-0589120 ++-0616000 ++-0590043 ++-0602115 ++-0591131 ++-0594153 ++-0597141 ++-0588119 ++-0597142 ++-0602116 ++-0601111 ++-0606021 ++-0594154 ++-0585155 ++-0587124 ++-0591132 ++-0590044 ++-0613023 ++-0615013 ++-0616001 ++-0589121 ++-0599134 ++-0604058 ++-0612014 ++-0598050 ++-0603072 ++-0588120 ++-0587125 ++-0613024 ++-0590045 ++-0591133 ++-0616002 ++-0589122 ++-0601112 ++-0612015 ++-0597143 ++-0602117 ++-0599135 ++-0615014 ++-0598051 ++-0606022 ++-0604059 ++-0594155 ++-0620000 ++-0603073 ++-0588121 ++-0585156 ++-0587126 ++-0613025 ++-0589123 ++-0591134 ++-0599136 ++-0597144 ++-0612016 ++-0598052 ++-0604060 ++-0590046 ++-0616003 ++-0615015 ++-0606023 ++-0601113 ++-0602118 ++-0603074 ++-0620001 ++-0588122 ++-0613026 ++-0587127 ++-0589124 ++-0598053 ++-0591135 ++-0597145 ++-0612017 ++-0599137 ++-0616004 ++-0615016 ++-0604061 ++-0601114 ++-0590047 ++-0603075 ++-0606024 ++-0588123 ++-0613027 ++-0602119 ++-0620002 ++-0589125 ++-0587128 ++-0598054 ++-0591136 ++-0612018 ++-0597146 ++-0599138 ++-0590048 ++-0616005 ++-0601115 ++-0615017 ++-0602120 ++-0604062 ++-0606025 ++-0614000 ++-0588124 ++-0587129 ++-0603076 ++-0605000 ++-0613028 ++-0598055 ++-0589126 ++-0620003 ++-0612019 ++-0591137 ++-0597147 ++-0601116 ++-0590049 ++-0602121 ++-0604063 ++-0599139 ++-0615018 ++-0616006 ++-0606026 ++-0614001 ++-0588125 ++-0587130 ++-0603077 ++-0613029 ++-0605001 ++-0589127 ++-0620004 ++-0598056 ++-0612020 ++-0591138 ++-0597148 ++-0601117 ++-0602122 ++-0615019 ++-0604064 ++-0590050 ++-0616007 ++-0588126 ++-0613030 ++-0606027 ++-0599140 ++-0605002 ++-0589128 ++-0614002 ++-0603078 ++-0587131 ++-0598057 ++-0620005 ++-0612021 ++-0591139 ++-0597149 ++-0601118 ++-0602123 ++-0588127 ++-0604065 ++-0616008 ++-0590051 ++-0613031 ++-0615020 ++-0605003 ++-0589129 ++-0606028 ++-0599141 ++-0614003 ++-0603079 ++-0598058 ++-0620006 ++-0587132 ++-0597150 ++-0612022 ++-0591140 ++-0601119 ++-0602124 ++-0604066 ++-0613032 ++-0588128 ++-0590052 ++-0605004 ++-0616009 ++-0589130 ++-0598059 ++-0615021 ++-0599142 ++-0606029 ++-0603080 ++-0614004 ++-0620007 ++-0597151 ++-0612023 ++-0591141 ++-0587133 ++-0604067 ++-0601120 ++-0613033 ++-0588129 ++-0590053 ++-0602125 ++-0616010 ++-0599143 ++-0606030 ++-0589131 ++-0615022 ++-0598060 ++-0605005 ++-0597152 ++-0603081 ++-0620008 ++-0613034 ++-0612024 ++-0604068 ++-0602126 ++-0591142 ++-0590054 ++-0588130 ++-0601121 ++-0587134 ++-0614005 ++-0606031 ++-0589132 ++-0598061 ++-0615023 ++-0599144 ++-0616011 ++-0603082 ++-0605006 ++-0620009 ++-0597153 ++-0612025 ++-0604069 ++-0602127 ++-0591143 ++-0613035 ++-0587135 ++-0601122 ++-0588131 ++-0590055 ++-0615024 ++-0606032 ++-0598062 ++-0614006 ++-0589133 ++-0616012 ++-0605007 ++-0603083 ++-0620010 ++-0597154 ++-0599145 ++-0612026 ++-0602128 ++-0613036 ++-0588132 ++-0591144 ++-0614007 ++-0589134 ++-0604070 ++-0601123 ++-0598063 ++-0616013 ++-0615025 ++-0590056 ++-0587136 ++-0588133 ++-0602129 ++-0606033 ++-0597155 ++-0613037 ++-0603084 ++-0614008 ++-0612027 ++-0599146 ++-0605008 ++-0620011 ++-0591145 ++-0589135 ++-0601124 ++-0616014 ++-0588134 ++-0602130 ++-0606034 ++-0591146 ++-0587137 ++-0599147 ++-0613038 ++-0588135 ++-0598064 ++-0589136 ++-0620012 ++-0604071 ++-0606035 ++-0612028 ++-0597156 ++-0603085 ++-0614009 ++-0590057 ++-0605009 ++-0591147 ++-0602131 ++-0601125 ++-0616015 ++-0615026 ++-0587138 ++-0599148 ++-0613039 ++-0598065 ++-0589137 ++-0620013 ++-0588136 ++-0606036 ++-0604072 ++-0614010 ++-0603086 ++-0612029 ++-0602132 ++-0605010 ++-0601126 ++-0615027 ++-0599149 ++-0591148 ++-0616016 ++-0590058 ++-0613040 ++-0587139 ++-0598066 ++-0588137 ++-0620014 ++-0606037 ++-0604073 ++-0589138 ++-0612030 ++-0602133 ++-0605011 ++-0603087 ++-0601127 ++-0614011 ++-0615028 ++-0616017 ++-0591149 ++-0613041 ++-0590059 ++-0599150 ++-0598067 ++-0588138 ++-0587140 ++-0617000 ++-0620015 ++-0606038 ++-0604074 ++-0589139 ++-0612031 ++-0602134 ++-0603088 ++-0601128 ++-0615029 ++-0605012 ++-0591150 ++-0590060 ++-0599151 ++-0616018 ++-0614012 ++-0613042 ++-0598068 ++-0617001 ++-0612032 ++-0602135 ++-0587141 ++-0615030 ++-0603089 ++-0589140 ++-0601129 ++-0605013 ++-0620016 ++-0616019 ++-0606039 ++-0614013 ++-0588139 ++-0599152 ++-0604075 ++-0613043 ++-0590061 ++-0591151 ++-0606040 ++-0598069 ++-0606041 ++-0602136 ++-0599153 ++-0603090 ++-0604076 ++-0612033 ++-0616020 ++-0588140 ++-0615031 ++-0617002 ++-0620017 ++-0614014 ++-0605014 ++-0587142 ++-0591152 ++-0589141 ++-0601130 ++-0590062 ++-0613044 ++-0602137 ++-0598070 ++-0588141 ++-0620018 ++-0616021 ++-0612034 ++-0599154 ++-0606042 ++-0617003 ++-0614015 ++-0615032 ++-0601131 ++-0604077 ++-0603091 ++-0589142 ++-0613045 ++-0605015 ++-0587143 ++-0591153 ++-0588142 ++-0590063 ++-0598071 ++-0612035 ++-0589143 ++-0617004 ++-0620019 ++-0616022 ++-0603092 ++-0604078 ++-0602138 ++-0613046 ++-0606043 ++-0614016 ++-0599155 ++-0601132 ++-0605016 ++-0615033 ++-0598072 ++-0591154 ++-0587144 ++-0589144 ++-0588143 ++-0590064 ++-0613047 ++-0605017 ++-0616023 ++-0614017 ++-0602139 ++-0612036 ++-0617005 ++-0606044 ++-0604079 ++-0591155 ++-0589145 ++-0601133 ++-0598073 ++-0603093 ++-0590065 ++-0588144 ++-0620020 ++-0615034 ++-0613048 ++-0587145 ++-0616024 ++-0602140 ++-0605018 ++-0598074 ++-0614018 ++-0613049 ++-0606045 ++-0601134 ++-0604080 ++-0590066 ++-0587146 ++-0589146 ++-0617006 ++-0612037 ++-0619000 ++-0615035 ++-0588145 ++-0620021 ++-0603094 ++-0598075 ++-0619001 ++-0616025 ++-0590067 ++-0588146 ++-0617007 ++-0587147 ++-0602141 ++-0605019 ++-0589147 ++-0614019 ++-0601135 ++-0604081 ++-0613050 ++-0612038 ++-0615036 ++-0616026 ++-0620022 ++-0598076 ++-0602142 ++-0603095 ++-0617008 ++-0601136 ++-0605020 ++-0606046 ++-0589148 ++-0611000 ++-0590068 ++-0616027 ++-0613051 ++-0587148 ++-0603096 ++-0620023 ++-0615037 ++-0614020 ++-0605021 ++-0588147 ++-0604082 ++-0617009 ++-0612039 ++-0619002 ++-0603097 ++-0602143 ++-0615038 ++-0590069 ++-0611001 ++-0606047 ++-0616028 ++-0598077 ++-0601137 ++-0587149 ++-0617010 ++-0619003 ++-0614021 ++-0604083 ++-0620024 ++-0613052 ++-0605022 ++-0606048 ++-0603098 ++-0617011 ++-0611002 ++-0601138 ++-0598078 ++-0616029 ++-0602144 ++-0587150 ++-0589149 ++-0590070 ++-0615039 ++-0620025 ++-0588148 ++-0614022 ++-0612040 ++-0619004 ++-0613053 ++-0604084 ++-0617012 ++-0605023 ++-0611003 ++-0587151 ++-0616030 ++-0601139 ++-0606049 ++-0598079 ++-0590071 ++-0589150 ++-0615040 ++-0602145 ++-0603099 ++-0620026 ++-0604085 ++-0617013 ++-0614023 ++-0588149 ++-0613054 ++-0619005 ++-0611004 ++-0612041 ++-0616031 ++-0587152 ++-0605024 ++-0590072 ++-0601140 ++-0614024 ++-0598080 ++-0602146 ++-0606050 ++-0620027 ++-0604086 ++-0615041 ++-0588150 ++-0603100 ++-0589151 ++-0612042 ++-0613055 ++-0617014 ++-0587153 ++-0611005 ++-0619006 ++-0616032 ++-0605025 ++-0590073 ++-0601141 ++-0602147 ++-0606051 ++-0614025 ++-0598081 ++-0620028 ++-0604087 ++-0589152 ++-0588151 ++-0613056 ++-0615042 ++-0603101 ++-0611006 ++-0612043 ++-0587154 ++-0617015 ++-0605026 ++-0619007 ++-0590074 ++-0616033 ++-0606052 ++-0601142 ++-0620029 ++-0604088 ++-0602148 ++-0614026 ++-0588152 ++-0589153 ++-0598082 ++-0615043 ++-0611007 ++-0613057 ++-0587155 ++-0605027 ++-0603102 ++-0617016 ++-0619008 ++-0590075 ++-0616034 ++-0612044 ++-0620030 ++-0606053 ++-0614027 ++-0598083 ++-0601143 ++-0604089 ++-0602149 ++-0615044 ++-0588153 ++-0589154 ++-0587156 ++-0605028 ++-0617017 ++-0611008 ++-0603103 ++-0613058 ++-0619009 ++-0616035 ++-0590076 ++-0612045 ++-0606054 ++-0614028 ++-0620031 ++-0588154 ++-0615045 ++-0613059 ++-0589155 ++-0604090 ++-0601144 ++-0619010 ++-0616036 ++-0602150 ++-0598084 ++-0603104 ++-0588155 ++-0612046 ++-0617018 ++-0611009 ++-0605029 ++-0606055 ++-0615046 ++-0613060 ++-0614029 ++-0620032 ++-0590077 ++-0601145 ++-0619011 ++-0604091 ++-0589156 ++-0602151 ++-0617019 ++-0603105 ++-0616037 ++-0598085 ++-0611010 ++-0613061 ++-0605030 ++-0612047 ++-0590078 ++-0614030 ++-0606056 ++-0615047 ++-0620033 ++-0604092 ++-0619012 ++-0601146 ++-0589157 ++-0602152 ++-0607000 ++-0598086 ++-0603106 ++-0616038 ++-0617020 ++-0612048 ++-0606057 ++-0590079 ++-0615048 ++-0605031 ++-0620034 ++-0613062 ++-0611011 ++-0614031 ++-0619013 ++-0601147 ++-0602153 ++-0604093 ++-0607001 ++-0603107 ++-0616039 ++-0617021 ++-0598087 ++-0608000 ++-0613063 ++-0608001 ++-0620035 ++-0612049 ++-0606058 ++-0613064 ++-0614032 ++-0598088 ++-0603108 ++-0590080 ++-0605032 ++-0619014 ++-0616040 ++-0602154 ++-0601148 ++-0604094 ++-0607002 ++-0617022 ++-0611012 ++-0615049 ++-0608002 ++-0612050 ++-0620036 ++-0598089 ++-0613065 ++-0606059 ++-0614033 ++-0609000 ++-0590081 ++-0619015 ++-0601149 ++-0602155 ++-0603109 ++-0605033 ++-0607003 ++-0616041 ++-0611013 ++-0604095 ++-0612051 ++-0608003 ++-0617023 ++-0615050 ++-0620037 ++-0606060 ++-0609001 ++-0598090 ++-0613066 ++-0590082 ++-0614034 ++-0602156 ++-0603110 ++-0607004 ++-0601150 ++-0605034 ++-0611014 ++-0619016 ++-0608004 ++-0604096 ++-0616042 ++-0606061 ++-0612052 ++-0617024 ++-0609002 ++-0615051 ++-0613067 ++-0620038 ++-0590083 ++-0598091 ++-0614035 ++-0603111 ++-0601151 ++-0605035 ++-0608005 ++-0611015 ++-0619017 ++-0607005 ++-0604097 ++-0606062 ++-0612053 ++-0617025 ++-0616043 ++-0615052 ++-0620039 ++-0609003 ++-0590084 ++-0614036 ++-0598092 ++-0613068 ++-0603112 ++-0608006 ++-0605036 ++-0619018 ++-0601152 ++-0607006 ++-0604098 ++-0611016 ++-0612054 ++-0616044 ++-0606063 ++-0617026 ++-0615053 ++-0609004 ++-0620040 ++-0614037 ++-0598093 ++-0590085 ++-0603113 ++-0613069 ++-0608007 ++-0605037 ++-0622000 ++-0619019 ++-0607007 ++-0604099 ++-0616045 ++-0611017 ++-0606064 ++-0601153 ++-0612055 ++-0609005 ++-0614038 ++-0598094 ++-0617027 ++-0590086 ++-0615054 ++-0603114 ++-0613070 ++-0605038 ++-0620041 ++-0607008 ++-0619020 ++-0608008 ++-0622001 ++-0604100 ++-0611018 ++-0601154 ++-0616046 ++-0606065 ++-0609006 ++-0612056 ++-0590087 ++-0614039 ++-0603115 ++-0598095 ++-0613071 ++-0620042 ++-0617028 ++-0607009 ++-0615055 ++-0605039 ++-0619021 ++-0604101 ++-0608009 ++-0622002 ++-0616047 ++-0601155 ++-0611019 ++-0606066 ++-0603116 ++-0614040 ++-0607010 ++-0615056 ++-0613072 ++-0604102 ++-0617029 ++-0622003 ++-0616048 ++-0611020 ++-0619022 ++-0605040 ++-0598096 ++-0606067 ++-0590088 ++-0612057 ++-0603117 ++-0609007 ++-0607011 ++-0614041 ++-0608010 ++-0613073 ++-0620043 ++-0604103 ++-0615057 ++-0617030 ++-0616049 ++-0611021 ++-0619023 ++-0606068 ++-0609008 ++-0622004 ++-0605041 ++-0607012 ++-0603118 ++-0590089 ++-0608011 ++-0612058 ++-0614042 ++-0598097 ++-0604104 ++-0620044 ++-0615058 ++-0613074 ++-0621000 ++-0617031 ++-0616050 ++-0606069 ++-0611022 ++-0619024 ++-0622005 ++-0608012 ++-0609009 ++-0590090 ++-0607013 ++-0605042 ++-0604105 ++-0598098 ++-0615059 ++-0620045 ++-0614043 ++-0613075 ++-0612059 ++-0603119 ++-0621001 ++-0617032 ++-0616051 ++-0611023 ++-0606070 ++-0608013 ++-0616052 ++-0619025 ++-0607014 ++-0606071 ++-0614044 ++-0609010 ++-0622006 ++-0617033 ++-0608014 ++-0604106 ++-0605043 ++-0613076 ++-0620046 ++-0612060 ++-0603120 ++-0615060 ++-0590091 ++-0621002 ++-0611024 ++-0598099 ++-0617034 ++-0612061 ++-0616053 ++-0619026 ++-0613077 ++-0621003 ++-0607015 ++-0598100 ++-0605044 ++-0604107 ++-0603121 ++-0615061 ++-0622007 ++-0620047 ++-0590092 ++-0614045 ++-0617035 ++-0609011 ++-0606072 ++-0608015 ++-0611025 ++-0616054 ++-0603122 ++-0606073 ++-0622008 ++-0613078 ++-0607016 ++-0614046 ++-0604108 ++-0612062 ++-0598101 ++-0608016 ++-0621004 ++-0611026 ++-0620048 ++-0619027 ++-0609012 ++-0615062 ++-0617036 ++-0616055 ++-0605045 ++-0590093 ++-0603123 ++-0622009 ++-0606074 ++-0613079 ++-0621005 ++-0612063 ++-0604109 ++-0608017 ++-0614047 ++-0607017 ++-0598102 ++-0611027 ++-0609013 ++-0615063 ++-0620049 ++-0617037 ++-0590094 ++-0619028 ++-0616056 ++-0605046 ++-0603124 ++-0621006 ++-0622010 ++-0612064 ++-0613080 ++-0614048 ++-0606075 ++-0609014 ++-0611028 ++-0617038 ++-0604110 ++-0615064 ++-0608018 ++-0620050 ++-0598103 ++-0619029 ++-0605047 ++-0607018 ++-0590095 ++-0616057 ++-0603125 ++-0622011 ++-0612065 ++-0621007 ++-0614049 ++-0613081 ++-0609015 ++-0606076 ++-0620051 ++-0611029 ++-0608019 ++-0605048 ++-0604111 ++-0617039 ++-0607019 ++-0615065 ++-0619030 ++-0616058 ++-0590096 ++-0598104 ++-0603126 ++-0622012 ++-0621008 ++-0614050 ++-0609016 ++-0612066 ++-0613082 ++-0620052 ++-0608020 ++-0611030 ++-0606077 ++-0617040 ++-0607020 ++-0619031 ++-0604112 ++-0605049 ++-0598105 ++-0615066 ++-0590097 ++-0603127 ++-0622013 ++-0621009 ++-0616059 ++-0609017 ++-0612067 ++-0614051 ++-0613083 ++-0608021 ++-0620053 ++-0617041 ++-0611031 ++-0606078 ++-0607021 ++-0619032 ++-0604113 ++-0605050 ++-0598106 ++-0622014 ++-0616060 ++-0609018 ++-0615067 ++-0590098 ++-0614052 ++-0612068 ++-0621010 ++-0603128 ++-0608022 ++-0613084 ++-0617042 ++-0611032 ++-0620054 ++-0606079 ++-0607022 ++-0619033 ++-0604114 ++-0605051 ++-0616061 ++-0598107 ++-0609019 ++-0590099 ++-0622015 ++-0614053 ++-0615068 ++-0613085 ++-0612069 ++-0611033 ++-0603129 ++-0621011 ++-0608023 ++-0617043 ++-0607023 ++-0598108 ++-0619034 ++-0606080 ++-0605052 ++-0620055 ++-0616062 ++-0590100 ++-0604115 ++-0614054 ++-0622016 ++-0609020 ++-0613086 ++-0615069 ++-0612070 ++-0611034 ++-0621012 ++-0617044 ++-0607024 ++-0598109 ++-0606081 ++-0603130 ++-0608024 ++-0620056 ++-0619035 ++-0616063 ++-0604116 ++-0605053 ++-0613087 ++-0614055 ++-0609021 ++-0590101 ++-0622017 ++-0615070 ++-0611035 ++-0621013 ++-0598110 ++-0612071 ++-0617045 ++-0607025 ++-0608025 ++-0603131 ++-0606082 ++-0619036 ++-0604117 ++-0605054 ++-0616064 ++-0620057 ++-0614056 ++-0613088 ++-0590102 ++-0622018 ++-0611036 ++-0615071 ++-0598111 ++-0621014 ++-0609022 ++-0608026 ++-0606083 ++-0617046 ++-0612072 ++-0607026 ++-0603132 ++-0605055 ++-0619037 ++-0622019 ++-0616065 ++-0604118 ++-0590103 ++-0615072 ++-0614057 ++-0613089 ++-0621015 ++-0620058 ++-0598112 ++-0609023 ++-0608027 ++-0611037 ++-0606084 ++-0607027 ++-0617047 ++-0612073 ++-0603133 ++-0605056 ++-0622020 ++-0616066 ++-0604119 ++-0614058 ++-0621016 ++-0619038 ++-0613090 ++-0590104 ++-0598113 ++-0609024 ++-0620059 ++-0615073 ++-0608028 ++-0606085 ++-0611038 ++-0607028 ++-0617048 ++-0603134 ++-0605057 ++-0612074 ++-0604120 ++-0619039 ++-0622021 ++-0616067 ++-0590105 ++-0613091 ++-0609025 ++-0598114 ++-0606086 ++-0615074 ++-0621017 ++-0614059 ++-0620060 ++-0611039 ++-0608029 ++-0617049 ++-0605058 ++-0607029 ++-0604121 ++-0603135 ++-0612075 ++-0616068 ++-0598115 ++-0619040 ++-0622022 ++-0590106 ++-0606087 ++-0615075 ++-0609026 ++-0613092 ++-0611040 ++-0621018 ++-0614060 ++-0605059 ++-0620061 ++-0608030 ++-0604122 ++-0617050 ++-0603136 ++-0607030 ++-0616069 ++-0598116 ++-0612076 ++-0619041 ++-0590107 ++-0606088 ++-0609027 ++-0622023 ++-0603137 ++-0617051 ++-0606089 ++-0611041 ++-0620062 ++-0614061 ++-0609028 ++-0617052 ++-0605060 ++-0615076 ++-0613093 ++-0619042 ++-0612077 ++-0603138 ++-0606090 ++-0622024 ++-0598117 ++-0608031 ++-0616070 ++-0604123 ++-0621019 ++-0590108 ++-0607031 ++-0611042 ++-0609029 ++-0620063 ++-0617053 ++-0615077 ++-0614062 ++-0605061 ++-0613094 ++-0603139 ++-0612078 ++-0598118 ++-0619043 ++-0606091 ++-0611043 ++-0604124 ++-0606092 ++-0612079 ++-0616071 ++-0608032 ++-0607032 ++-0604125 ++-0617054 ++-0590109 ++-0621020 ++-0622025 ++-0615078 ++-0609030 ++-0598119 ++-0614063 ++-0603140 ++-0611044 ++-0619044 ++-0620064 ++-0613095 ++-0605062 ++-0606093 ++-0608033 ++-0612080 ++-0607033 ++-0590110 ++-0621021 ++-0616072 ++-0609031 ++-0615079 ++-0603141 ++-0604126 ++-0598120 ++-0619045 ++-0620065 ++-0617055 ++-0622026 ++-0614064 ++-0605063 ++-0611045 ++-0613096 ++-0608034 ++-0607034 ++-0606094 ++-0612081 ++-0609032 ++-0616073 ++-0621022 ++-0598121 ++-0603142 ++-0590111 ++-0604127 ++-0622027 ++-0615080 ++-0617056 ++-0605064 ++-0613097 ++-0619046 ++-0607035 ++-0611046 ++-0620066 ++-0614065 ++-0606095 ++-0608035 ++-0612082 ++-0616074 ++-0598122 ++-0609033 ++-0621023 ++-0590112 ++-0617057 ++-0622028 ++-0603143 ++-0604128 ++-0605065 ++-0607036 ++-0611047 ++-0620067 ++-0615081 ++-0619047 ++-0614066 ++-0606096 ++-0613098 ++-0608036 ++-0612083 ++-0616075 ++-0598123 ++-0609034 ++-0621024 ++-0622029 ++-0617058 ++-0611048 ++-0604129 ++-0605066 ++-0607037 ++-0590113 ++-0614067 ++-0615082 ++-0603144 ++-0613099 ++-0606097 ++-0619048 ++-0608037 ++-0620068 ++-0598124 ++-0612084 ++-0616076 ++-0609035 ++-0621025 ++-0617059 ++-0622030 ++-0611049 ++-0607038 ++-0605067 ++-0604130 ++-0619049 ++-0590114 ++-0613100 ++-0606098 ++-0614068 ++-0608038 ++-0598125 ++-0603145 ++-0607039 ++-0609036 ++-0605068 ++-0616077 ++-0621026 ++-0608039 ++-0622031 ++-0611050 ++-0615083 ++-0598126 ++-0614069 ++-0617060 ++-0612085 ++-0619050 ++-0613101 ++-0606099 ++-0604131 ++-0603146 ++-0620069 ++-0590115 ++-0607040 ++-0616078 ++-0605069 ++-0609037 ++-0608040 ++-0621027 ++-0611051 ++-0598127 ++-0622032 ++-0615084 ++-0617061 ++-0614070 ++-0613102 ++-0612086 ++-0620070 ++-0606100 ++-0603147 ++-0604132 ++-0619051 ++-0616079 ++-0605070 ++-0590116 ++-0608041 ++-0609038 ++-0611052 ++-0607041 ++-0598128 ++-0622033 ++-0621028 ++-0615085 ++-0617062 ++-0612087 ++-0606101 ++-0613103 ++-0603148 ++-0614071 ++-0605071 ++-0604133 ++-0616080 ++-0590117 ++-0608042 ++-0609039 ++-0620071 ++-0611053 ++-0598129 ++-0607042 ++-0622034 ++-0619052 ++-0621029 ++-0615086 ++-0613104 ++-0617063 ++-0614072 ++-0606102 ++-0616081 ++-0612088 ++-0603149 ++-0604134 ++-0598130 ++-0608043 ++-0609040 ++-0605072 ++-0620072 ++-0611054 ++-0619053 ++-0590118 ++-0622035 ++-0621030 ++-0607043 ++-0615087 ++-0613105 ++-0606103 ++-0614073 ++-0617064 ++-0612089 ++-0598131 ++-0603150 ++-0616082 ++-0605073 ++-0620073 ++-0609041 ++-0604135 ++-0611055 ++-0590119 ++-0608044 ++-0621031 ++-0622036 ++-0619054 ++-0607044 ++-0615088 ++-0613106 ++-0606104 ++-0617065 ++-0598132 ++-0605074 ++-0614074 ++-0616083 ++-0612090 ++-0603151 ++-0609042 ++-0620074 ++-0604136 ++-0608045 ++-0622037 ++-0590120 ++-0621032 ++-0607045 ++-0611056 ++-0613107 ++-0619055 ++-0617066 ++-0615089 ++-0605075 ++-0598133 ++-0616084 ++-0609043 ++-0608046 ++-0605076 ++-0603152 ++-0606105 ++-0590121 ++-0620075 ++-0612091 ++-0614075 ++-0615090 ++-0619056 ++-0598134 ++-0604137 ++-0611057 ++-0621033 ++-0613108 ++-0607046 ++-0622038 ++-0617067 ++-0616085 ++-0603153 ++-0608047 ++-0605077 ++-0606106 ++-0614076 ++-0609044 ++-0590122 ++-0612092 ++-0620076 ++-0604138 ++-0598135 ++-0619057 ++-0621034 ++-0613109 ++-0615091 ++-0616086 ++-0607047 ++-0622039 ++-0617068 ++-0611058 ++-0608048 ++-0603154 ++-0605078 ++-0606107 ++-0614077 ++-0590123 ++-0609045 ++-0620077 ++-0612093 ++-0598136 ++-0604139 ++-0621035 ++-0613110 ++-0607048 ++-0622040 ++-0615092 ++-0611059 ++-0616087 ++-0619058 ++-0608049 ++-0603155 ++-0605079 ++-0617069 ++-0614078 ++-0590124 ++-0606108 ++-0609046 ++-0598137 ++-0620078 ++-0612094 ++-0621036 ++-0613111 ++-0607049 ++-0611060 ++-0622041 ++-0604140 ++-0616088 ++-0615093 ++-0608050 ++-0619059 ++-0617070 ++-0590125 ++-0614079 ++-0605080 ++-0609047 ++-0606109 ++-0598138 ++-0620079 ++-0613112 ++-0621037 ++-0607050 ++-0612095 ++-0611061 ++-0604141 ++-0616089 ++-0608051 ++-0615094 ++-0619060 ++-0590126 ++-0614080 ++-0617071 ++-0605081 ++-0609048 ++-0598139 ++-0606110 ++-0621038 ++-0620080 ++-0613113 ++-0604142 ++-0607051 ++-0616090 ++-0611062 ++-0622042 ++-0608052 ++-0619061 ++-0590127 ++-0623000 ++-0615095 ++-0612096 ++-0605082 ++-0614081 ++-0617072 ++-0598140 ++-0609049 ++-0613114 ++-0616091 ++-0607052 ++-0620081 ++-0611063 ++-0622043 ++-0608053 ++-0604143 ++-0590128 ++-0606111 ++-0612097 ++-0615096 ++-0621039 ++-0619062 ++-0605083 ++-0623001 ++-0614082 ++-0617073 ++-0598141 ++-0613115 ++-0609050 ++-0607053 ++-0611064 ++-0616092 ++-0608054 ++-0590129 ++-0606112 ++-0622044 ++-0620082 ++-0615097 ++-0619063 ++-0605084 ++-0604144 ++-0617074 ++-0614083 ++-0623002 ++-0598142 ++-0612098 ++-0621040 ++-0615098 ++-0619064 ++-0611065 ++-0607054 ++-0621041 ++-0598143 ++-0616093 ++-0620083 ++-0615099 ++-0605085 ++-0619065 ++-0605086 ++-0606113 ++-0615100 ++-0611066 ++-0607055 ++-0612099 ++-0590130 ++-0621042 ++-0617075 ++-0622045 ++-0609051 ++-0612100 ++-0614084 ++-0611067 ++-0620084 ++-0608055 ++-0613116 ++-0598144 ++-0606114 ++-0623003 ++-0607056 ++-0615101 ++-0616094 ++-0605087 ++-0619066 ++-0604145 ++-0617076 ++-0622046 ++-0621043 ++-0620085 ++-0612101 ++-0609052 ++-0590131 ++-0611068 ++-0623004 ++-0598145 ++-0619067 ++-0614085 ++-0613117 ++-0617077 ++-0606115 ++-0608056 ++-0616095 ++-0605088 ++-0607057 ++-0615102 ++-0609053 ++-0611069 ++-0604146 ++-0612102 ++-0623005 ++-0620086 ++-0622047 ++-0590132 ++-0621044 ++-0617078 ++-0613118 ++-0607058 ++-0614086 ++-0598146 ++-0619068 ++-0611070 ++-0608057 ++-0616096 ++-0615103 ++-0606116 ++-0604147 ++-0612103 ++-0617079 ++-0613119 ++-0590133 ++-0605089 ++-0607059 ++-0622048 ++-0609054 ++-0620087 ++-0608058 ++-0614087 ++-0611071 ++-0621045 ++-0598147 ++-0623006 ++-0616097 ++-0606117 ++-0621046 ++-0615104 ++-0623007 ++-0609055 ++-0607060 ++-0612104 ++-0622049 ++-0614088 ++-0598148 ++-0615105 ++-0619069 ++-0617080 ++-0613120 ++-0611072 ++-0609056 ++-0604148 ++-0608059 ++-0616098 ++-0605090 ++-0621047 ++-0620088 ++-0606118 ++-0590134 ++-0623008 ++-0607061 ++-0612105 ++-0622050 ++-0598149 ++-0614089 ++-0611073 ++-0604149 ++-0590135 ++-0608060 ++-0605091 ++-0609057 ++-0613121 ++-0621048 ++-0616099 ++-0622051 ++-0619070 ++-0623009 ++-0606119 ++-0611074 ++-0620089 ++-0617081 ++-0608061 ++-0616100 ++-0605092 ++-0598150 ++-0607062 ++-0611075 ++-0623010 ++-0609058 ++-0614090 ++-0613122 ++-0612106 ++-0622052 ++-0604150 ++-0615106 ++-0619071 ++-0590136 ++-0621049 ++-0620090 ++-0606120 ++-0608062 ++-0609059 ++-0614091 ++-0617082 ++-0616101 ++-0611076 ++-0598151 ++-0607063 ++-0605093 ++-0604151 ++-0619072 ++-0622053 ++-0612107 ++-0623011 ++-0615107 ++-0606121 ++-0590137 ++-0621050 ++-0620091 ++-0607064 ++-0611077 ++-0616102 ++-0609060 ++-0614092 ++-0605094 ++-0619073 ++-0623012 ++-0606122 ++-0614093 ++-0623013 ++-0605095 ++-0621051 ++-0620092 ++-0623014 ++-0611078 ++-0605096 ++-0612108 ++-0606123 ++-0613123 ++-0598152 ++-0607065 ++-0622054 ++-0617083 ++-0590138 ++-0608063 ++-0609061 ++-0604152 ++-0620093 ++-0616103 ++-0619074 ++-0614094 ++-0615108 ++-0605097 ++-0607066 ++-0623015 ++-0598153 ++-0609062 ++-0613124 ++-0617084 ++-0611079 ++-0612109 ++-0604153 ++-0590139 ++-0621052 ++-0616104 ++-0608064 ++-0606124 ++-0605098 ++-0614095 ++-0615109 ++-0619075 ++-0620094 ++-0607067 ++-0622055 ++-0598154 ++-0609063 ++-0617085 ++-0604154 ++-0623016 ++-0612110 ++-0613125 ++-0590140 ++-0611080 ++-0616105 ++-0614096 ++-0615110 ++-0621053 ++-0620095 ++-0608065 ++-0619076 ++-0606125 ++-0605099 ++-0607068 ++-0622056 ++-0617086 ++-0623017 ++-0598155 ++-0604155 ++-0612111 ++-0609064 ++-0590141 ++-0613126 ++-0611081 ++-0621054 ++-0616106 ++-0608066 ++-0615111 ++-0606126 ++-0614097 ++-0605100 ++-0619077 ++-0622057 ++-0607069 ++-0620096 ++-0617087 ++-0623018 ++-0609065 ++-0598156 ++-0612112 ++-0590142 ++-0621055 ++-0608067 ++-0616107 ++-0620097 ++-0620098 ++-0604156 ++-0613127 ++-0615112 ++-0623019 ++-0614098 ++-0611082 ++-0606127 ++-0605101 ++-0622058 ++-0617088 ++-0619078 ++-0621056 ++-0607070 ++-0616108 ++-0620099 ++-0612113 ++-0609066 ++-0608068 ++-0614099 ++-0611083 ++-0606128 ++-0617089 ++-0590143 ++-0619079 ++-0605102 ++-0622059 ++-0613128 ++-0623020 ++-0607071 ++-0616109 ++-0615113 ++-0620100 ++-0621057 ++-0612114 ++-0611084 ++-0614100 ++-0608069 ++-0590144 ++-0617090 ++-0605103 ++-0622060 ++-0609067 ++-0607072 ++-0623021 ++-0613129 ++-0619080 ++-0606129 ++-0618000 ++-0615114 ++-0616110 ++-0620101 ++-0613130 ++-0616111 ++-0590145 ++-0619081 ++-0605104 ++-0614101 ++-0615115 ++-0606130 ++-0608070 ++-0624000 ++-0613131 ++-0607073 ++-0617091 ++-0611085 ++-0612115 ++-0609068 ++-0620102 ++-0621058 ++-0618001 ++-0624001 ++-0590146 ++-0612116 ++-0605105 ++-0614102 ++-0619082 ++-0607074 ++-0615116 ++-0621059 ++-0611086 ++-0622061 ++-0608071 ++-0612117 ++-0617092 ++-0620103 ++-0623022 ++-0618002 ++-0605106 ++-0624002 ++-0619083 ++-0590147 ++-0606131 ++-0607075 ++-0609069 ++-0616112 ++-0614103 ++-0615117 ++-0622062 ++-0617093 ++-0612118 ++-0613132 ++-0621060 ++-0618003 ++-0605107 ++-0611087 ++-0620104 ++-0619084 ++-0608072 ++-0624003 ++-0623023 ++-0607076 ++-0615118 ++-0609070 ++-0621061 ++-0614104 ++-0622063 ++-0618004 ++-0619085 ++-0616113 ++-0590148 ++-0607077 ++-0617094 ++-0608073 ++-0613133 ++-0606132 ++-0623024 ++-0605108 ++-0612119 ++-0620105 ++-0611088 ++-0624004 ++-0615119 ++-0609071 ++-0619086 ++-0618005 ++-0614105 ++-0590149 ++-0621062 ++-0622064 ++-0616114 ++-0607078 ++-0623025 ++-0605109 ++-0606133 ++-0613134 ++-0608074 ++-0612120 ++-0620106 ++-0617095 ++-0615120 ++-0611089 ++-0624005 ++-0618006 ++-0621063 ++-0605110 ++-0623026 ++-0606134 ++-0609072 ++-0616115 ++-0619087 ++-0622065 ++-0590150 ++-0617096 ++-0612121 ++-0615121 ++-0613135 ++-0608075 ++-0620107 ++-0611090 ++-0621064 ++-0618007 ++-0624006 ++-0623027 ++-0607079 ++-0605111 ++-0619088 ++-0616116 ++-0606135 ++-0609073 ++-0622066 ++-0617097 ++-0613136 ++-0590151 ++-0614106 ++-0608076 ++-0612122 ++-0620108 ++-0607080 ++-0623028 ++-0615122 ++-0606136 ++-0621065 ++-0616117 ++-0611091 ++-0609074 ++-0617098 ++-0622067 ++-0590152 ++-0608077 ++-0614107 ++-0618008 ++-0613137 ++-0607081 ++-0624007 ++-0609075 ++-0620109 ++-0621066 ++-0616118 ++-0615123 ++-0619089 ++-0611092 ++-0623029 ++-0606137 ++-0612123 ++-0605112 ++-0618009 ++-0607082 ++-0617099 ++-0609076 ++-0613138 ++-0590153 ++-0608078 ++-0614108 ++-0624008 ++-0622068 ++-0616119 ++-0621067 ++-0611093 ++-0620110 ++-0623030 ++-0613139 ++-0606138 ++-0615124 ++-0619090 ++-0618010 ++-0616120 ++-0605113 ++-0607083 ++-0614109 ++-0609077 ++-0612124 ++-0620111 ++-0622069 ++-0608079 ++-0623031 ++-0590154 ++-0611094 ++-0609078 ++-0624009 ++-0606139 ++-0615125 ++-0621068 ++-0614110 ++-0616121 ++-0623032 ++-0620112 ++-0617100 ++-0622070 ++-0618011 ++-0608080 ++-0619091 ++-0612125 ++-0624010 ++-0613140 ++-0605114 ++-0609079 ++-0621069 ++-0607084 ++-0611095 ++-0606140 ++-0608081 ++-0620113 ++-0616122 ++-0612126 ++-0590155 ++-0623033 ++-0618012 ++-0615126 ++-0617101 ++-0622071 ++-0614111 ++-0619092 ++-0605115 ++-0621070 ++-0612127 ++-0609080 ++-0606141 ++-0624011 ++-0607085 ++-0590156 ++-0611096 ++-0607086 ++-0616123 ++-0620114 ++-0606142 ++-0612128 ++-0624012 ++-0619093 ++-0611097 ++-0623034 ++-0609081 ++-0607087 ++-0605116 ++-0608082 ++-0615127 ++-0618013 ++-0613141 ++-0614112 ++-0622072 ++-0617102 ++-0621071 ++-0620115 ++-0606143 ++-0616124 ++-0624013 ++-0612129 ++-0619094 ++-0611098 ++-0609082 ++-0623035 ++-0605117 ++-0607088 ++-0608083 ++-0618014 ++-0622073 ++-0614113 ++-0613142 ++-0617103 ++-0615128 ++-0606144 ++-0621072 ++-0620116 ++-0616125 ++-0624014 ++-0612130 ++-0611099 ++-0607089 ++-0619095 ++-0618015 ++-0623036 ++-0622074 ++-0609083 ++-0613143 ++-0605118 ++-0608084 ++-0610000 ++-0614114 ++-0606145 ++-0616126 ++-0617104 ++-0611100 ++-0621073 ++-0620117 ++-0615129 ++-0612131 ++-0624015 ++-0607090 ++-0623037 ++-0622075 ++-0609084 ++-0618016 ++-0619096 ++-0608085 ++-0614115 ++-0610001 ++-0605119 ++-0606146 ++-0623038 ++-0618017 ++-0617105 ++-0616127 ++-0613144 ++-0621074 ++-0611101 ++-0624016 ++-0607091 ++-0608086 ++-0614116 ++-0609085 ++-0612132 ++-0610002 ++-0615130 ++-0620118 ++-0619097 ++-0622076 ++-0605120 ++-0623039 ++-0618018 ++-0613145 ++-0606147 ++-0616128 ++-0611102 ++-0624017 ++-0621075 ++-0607092 ++-0617106 ++-0614117 ++-0612133 ++-0610003 ++-0608087 ++-0620119 ++-0615131 ++-0609086 ++-0623040 ++-0605121 ++-0619098 ++-0622077 ++-0618019 ++-0606148 ++-0613146 ++-0621076 ++-0616129 ++-0614118 ++-0610004 ++-0607093 ++-0624018 ++-0608088 ++-0611103 ++-0612134 ++-0617107 ++-0623041 ++-0615132 ++-0622078 ++-0620120 ++-0609087 ++-0605122 ++-0619099 ++-0606149 ++-0618020 ++-0616130 ++-0614119 ++-0613147 ++-0621077 ++-0607094 ++-0608089 ++-0612135 ++-0624019 ++-0617108 ++-0615133 ++-0610005 ++-0623042 ++-0611104 ++-0609088 ++-0605123 ++-0606150 ++-0620121 ++-0622079 ++-0619100 ++-0614120 ++-0618021 ++-0613148 ++-0621078 ++-0612136 ++-0616131 ++-0608090 ++-0615134 ++-0607095 ++-0610006 ++-0617109 ++-0624020 ++-0623043 ++-0605124 ++-0611105 ++-0620122 ++-0619101 ++-0621079 ++-0614121 ++-0622080 ++-0612137 ++-0613149 ++-0616132 ++-0607096 ++-0623044 ++-0618022 ++-0624021 ++-0606151 ++-0608091 ++-0609089 ++-0617110 ++-0605125 ++-0611106 ++-0619102 ++-0620123 ++-0615135 ++-0623045 ++-0614122 ++-0621080 ++-0606152 ++-0613150 ++-0616133 ++-0617111 ++-0612138 ++-0607097 ++-0618023 ++-0610007 ++-0622081 ++-0624022 ++-0619103 ++-0620124 ++-0611107 ++-0615136 ++-0608092 ++-0605126 ++-0609090 ++-0614123 ++-0623046 ++-0621081 ++-0617112 ++-0613151 ++-0606153 ++-0618024 ++-0616134 ++-0612139 ++-0610008 ++-0607098 ++-0620125 ++-0622082 ++-0624023 ++-0619104 ++-0615137 ++-0614124 ++-0605127 ++-0611108 ++-0608093 ++-0609091 ++-0623047 ++-0618025 ++-0606154 ++-0616135 ++-0607099 ++-0617113 ++-0621082 ++-0613152 ++-0620126 ++-0612140 ++-0610009 ++-0614125 ++-0619105 ++-0615138 ++-0622083 ++-0608094 ++-0611109 ++-0624024 ++-0605128 ++-0618026 ++-0606155 ++-0623048 ++-0616136 ++-0609092 ++-0621083 ++-0612141 ++-0620127 ++-0607100 ++-0617114 ++-0610010 ++-0614126 ++-0613153 ++-0608095 ++-0615139 ++-0611110 ++-0622084 ++-0624025 ++-0605129 ++-0618027 ++-0621084 ++-0609093 ++-0619106 ++-0623049 ++-0612142 ++-0620128 ++-0616137 ++-0610011 ++-0613154 ++-0611111 ++-0615140 ++-0608096 ++-0607101 ++-0622085 ++-0614127 ++-0617115 ++-0621085 ++-0618028 ++-0609094 ++-0607102 ++-0614128 ++-0624026 ++-0613155 ++-0611112 ++-0616138 ++-0619107 ++-0605130 ++-0623050 ++-0621086 ++-0608097 ++-0620129 ++-0612143 ++-0618029 ++-0610012 ++-0622086 ++-0615141 ++-0609095 ++-0607103 ++-0617116 ++-0624027 ++-0613156 ++-0626000 ++-0614129 ++-0611113 ++-0616139 ++-0619108 ++-0605131 ++-0621087 ++-0623051 ++-0608098 ++-0607104 ++-0620130 ++-0612144 ++-0624028 ++-0617117 ++-0610013 ++-0611114 ++-0605132 ++-0622087 ++-0616140 ++-0615142 ++-0619109 ++-0618030 ++-0621088 ++-0609096 ++-0608099 ++-0623052 ++-0614130 ++-0626001 ++-0607105 ++-0620131 ++-0612145 ++-0624029 ++-0610014 ++-0611115 ++-0617118 ++-0615143 ++-0619110 ++-0605133 ++-0618031 ++-0609097 ++-0616141 ++-0621089 ++-0623053 ++-0622088 ++-0614131 ++-0620132 ++-0608100 ++-0607106 ++-0612146 ++-0626002 ++-0624030 ++-0633000 ++-0611116 ++-0615144 ++-0618032 ++-0609098 ++-0616142 ++-0621090 ++-0610015 ++-0605134 ++-0622089 ++-0617119 ++-0619111 ++-0620133 ++-0614132 ++-0608101 ++-0607107 ++-0623054 ++-0626003 ++-0624031 ++-0612147 ++-0611117 ++-0615145 ++-0633001 ++-0618033 ++-0621091 ++-0609099 ++-0622090 ++-0605135 ++-0619112 ++-0608102 ++-0616143 ++-0614133 ++-0623055 ++-0607108 ++-0610016 ++-0617120 ++-0620134 ++-0626004 ++-0612148 ++-0624032 ++-0611118 ++-0633002 ++-0618034 ++-0615146 ++-0621092 ++-0609100 ++-0608103 ++-0614134 ++-0619113 ++-0623056 ++-0610017 ++-0622091 ++-0607109 ++-0616144 ++-0605136 ++-0617121 ++-0620135 ++-0611119 ++-0612149 ++-0622092 ++-0608104 ++-0619114 ++-0617122 ++-0624033 ++-0633003 ++-0609101 ++-0626005 ++-0618035 ++-0611120 ++-0615147 ++-0621093 ++-0612150 ++-0616145 ++-0610018 ++-0607110 ++-0623057 ++-0605137 ++-0622093 ++-0614135 ++-0620136 ++-0619115 ++-0608105 ++-0633004 ++-0615148 ++-0624034 ++-0617123 ++-0611121 ++-0621094 ++-0616146 ++-0610019 ++-0609102 ++-0623058 ++-0626006 ++-0622094 ++-0605138 ++-0618036 ++-0620137 ++-0612151 ++-0607111 ++-0614136 ++-0608106 ++-0619116 ++-0617124 ++-0611122 ++-0633005 ++-0615149 ++-0621095 ++-0623059 ++-0626007 ++-0624035 ++-0609103 ++-0616147 ++-0622095 ++-0610020 ++-0612152 ++-0607112 ++-0605139 ++-0618037 ++-0608107 ++-0620138 ++-0614137 ++-0617125 ++-0619117 ++-0611123 ++-0633006 ++-0621096 ++-0615150 ++-0616148 ++-0626008 ++-0623060 ++-0609104 ++-0618038 ++-0610021 ++-0612153 ++-0624036 ++-0605140 ++-0608108 ++-0620139 ++-0622096 ++-0614138 ++-0607113 ++-0611124 ++-0617126 ++-0619118 ++-0621097 ++-0633007 ++-0615151 ++-0616149 ++-0623061 ++-0626009 ++-0624037 ++-0608109 ++-0612154 ++-0605141 ++-0609105 ++-0610022 ++-0618039 ++-0607114 ++-0611125 ++-0621098 ++-0622097 ++-0609106 ++-0624038 ++-0607115 ++-0620140 ++-0616150 ++-0614139 ++-0615152 ++-0608110 ++-0633008 ++-0619119 ++-0605142 ++-0617127 ++-0626010 ++-0618040 ++-0612155 ++-0623062 ++-0610023 ++-0611126 ++-0609107 ++-0621099 ++-0622098 ++-0624039 ++-0607116 ++-0616151 ++-0608111 ++-0620141 ++-0614140 ++-0615153 ++-0633009 ++-0619120 ++-0605143 ++-0618041 ++-0612156 ++-0623063 ++-0626011 ++-0610024 ++-0611127 ++-0622099 ++-0617128 ++-0621100 ++-0609108 ++-0624040 ++-0616152 ++-0615154 ++-0620142 ++-0614141 ++-0607117 ++-0605144 ++-0618042 ++-0608112 ++-0619121 ++-0633010 ++-0626012 ++-0610025 ++-0623064 ++-0611128 ++-0624041 ++-0622100 ++-0621101 ++-0617129 ++-0609109 ++-0616153 ++-0615155 ++-0607118 ++-0619122 ++-0608113 ++-0605145 ++-0620143 ++-0614142 ++-0610026 ++-0633011 ++-0623065 ++-0618043 ++-0624042 ++-0611129 ++-0609110 ++-0626013 ++-0616154 ++-0622101 ++-0621102 ++-0617130 ++-0608114 ++-0607119 ++-0615156 ++-0605146 ++-0619123 ++-0610027 ++-0633012 ++-0614143 ++-0620144 ++-0609111 ++-0626014 ++-0623066 ++-0632000 ++-0618044 ++-0616155 ++-0624043 ++-0621103 ++-0622102 ++-0611130 ++-0617131 ++-0608115 ++-0619124 ++-0607120 ++-0605147 ++-0614144 ++-0610028 ++-0609112 ++-0633013 ++-0618045 ++-0623067 ++-0626015 ++-0624044 ++-0620145 ++-0622103 ++-0632001 ++-0611131 ++-0621104 ++-0616156 ++-0617132 ++-0608116 ++-0619125 ++-0605148 ++-0614145 ++-0607121 ++-0610029 ++-0633014 ++-0618046 ++-0609113 ++-0624045 ++-0632002 ++-0621105 ++-0626016 ++-0623068 ++-0611132 ++-0622104 ++-0620146 ++-0617133 ++-0608117 ++-0605149 ++-0619126 ++-0614146 ++-0610030 ++-0607122 ++-0633015 ++-0624046 ++-0635000 ++-0609114 ++-0626017 ++-0621106 ++-0623069 ++-0618047 ++-0611133 ++-0620147 ++-0617134 ++-0632003 ++-0608118 ++-0622105 ++-0610031 ++-0605150 ++-0633016 ++-0619127 ++-0626018 ++-0621107 ++-0623070 ++-0611134 ++-0605151 ++-0632004 ++-0610032 ++-0607123 ++-0636000 ++-0608119 ++-0622106 ++-0620148 ++-0618048 ++-0626019 ++-0609115 ++-0635001 ++-0614147 ++-0617135 ++-0624047 ++-0633017 ++-0619128 ++-0621108 ++-0611135 ++-0623071 ++-0605152 ++-0622107 ++-0636001 ++-0607124 ++-0632005 ++-0610033 ++-0618049 ++-0635002 ++-0617136 ++-0609116 ++-0619129 ++-0624048 ++-0614148 ++-0621109 ++-0623072 ++-0626020 ++-0620149 ++-0608120 ++-0611136 ++-0633018 ++-0605153 ++-0622108 ++-0610034 ++-0617137 ++-0624049 ++-0636002 ++-0619130 ++-0618050 ++-0635003 ++-0632006 ++-0609117 ++-0621110 ++-0623073 ++-0607125 ++-0608121 ++-0614149 ++-0626021 ++-0633019 ++-0605154 ++-0622109 ++-0611137 ++-0620150 ++-0617138 ++-0610035 ++-0636003 ++-0632007 ++-0619131 ++-0624050 ++-0618051 ++-0609118 ++-0635004 ++-0621111 ++-0623074 ++-0626022 ++-0614150 ++-0608122 ++-0607126 ++-0622110 ++-0633020 ++-0605155 ++-0611138 ++-0617139 ++-0610036 ++-0636004 ++-0620151 ++-0632008 ++-0619132 ++-0618052 ++-0609119 ++-0621112 ++-0635005 ++-0614151 ++-0624051 ++-0626023 ++-0608123 ++-0623075 ++-0607127 ++-0611139 ++-0633021 ++-0605156 ++-0617140 ++-0610037 ++-0622111 ++-0632009 ++-0618053 ++-0636005 ++-0619133 ++-0609120 ++-0620152 ++-0626024 ++-0614152 ++-0624052 ++-0621113 ++-0635006 ++-0623076 ++-0610038 ++-0607128 ++-0632010 ++-0609121 ++-0620153 ++-0636006 ++-0619134 ++-0626025 ++-0614153 ++-0608124 ++-0617141 ++-0622112 ++-0618054 ++-0624053 ++-0633022 ++-0611140 ++-0610039 ++-0621114 ++-0635007 ++-0626026 ++-0614154 ++-0619135 ++-0609122 ++-0623077 ++-0632011 ++-0620154 ++-0607129 ++-0636007 ++-0608125 ++-0622113 ++-0617142 ++-0618055 ++-0624054 ++-0633023 ++-0635008 ++-0610040 ++-0621115 ++-0626027 ++-0614155 ++-0623078 ++-0632012 ++-0636008 ++-0625000 ++-0622114 ++-0619136 ++-0620155 ++-0611141 ++-0609123 ++-0617143 ++-0607130 ++-0618056 ++-0608126 ++-0624055 ++-0633024 ++-0626028 ++-0610041 ++-0635009 ++-0625001 ++-0636009 ++-0632013 ++-0623079 ++-0621116 ++-0620156 ++-0622115 ++-0611142 ++-0607131 ++-0609124 ++-0624056 ++-0618057 ++-0619137 ++-0617144 ++-0608127 ++-0633025 ++-0635010 ++-0623080 ++-0632014 ++-0626029 ++-0621117 ++-0636010 ++-0622116 ++-0625002 ++-0610042 ++-0618058 ++-0619138 ++-0607132 ++-0609125 ++-0617145 ++-0608128 ++-0624057 ++-0611143 ++-0633026 ++-0623081 ++-0632015 ++-0621118 ++-0636011 ++-0634000 ++-0622117 ++-0626030 ++-0635011 ++-0625003 ++-0618059 ++-0610043 ++-0609126 ++-0619139 ++-0607133 ++-0617146 ++-0624058 ++-0633027 ++-0608129 ++-0611144 ++-0621119 ++-0626031 ++-0622118 ++-0634001 ++-0632016 ++-0623082 ++-0636012 ++-0635012 ++-0625004 ++-0618060 ++-0609127 ++-0610044 ++-0618061 ++-0617147 ++-0608130 ++-0609128 ++-0619140 ++-0607134 ++-0640000 ++-0611145 ++-0634002 ++-0624059 ++-0633028 ++-0622119 ++-0635013 ++-0621120 ++-0623083 ++-0626032 ++-0636013 ++-0625005 ++-0632017 ++-0610045 ++-0617148 ++-0608131 ++-0618062 ++-0640001 ++-0609129 ++-0633029 ++-0611146 ++-0622120 ++-0624060 ++-0621121 ++-0619141 ++-0623084 ++-0626033 ++-0636014 ++-0634003 ++-0607135 ++-0625006 ++-0632018 ++-0635014 ++-0610046 ++-0617149 ++-0609130 ++-0608132 ++-0618063 ++-0640002 ++-0633030 ++-0624061 ++-0622121 ++-0611147 ++-0621122 ++-0619142 ++-0636015 ++-0626034 ++-0625007 ++-0634004 ++-0623085 ++-0607136 ++-0635015 ++-0632019 ++-0609131 ++-0610047 ++-0608133 ++-0617150 ++-0633031 ++-0618064 ++-0640003 ++-0611148 ++-0621123 ++-0626035 ++-0619143 ++-0624062 ++-0622122 ++-0635016 ++-0625008 ++-0636016 ++-0623086 ++-0607137 ++-0634005 ++-0609132 ++-0610048 ++-0608134 ++-0632020 ++-0633032 ++-0618065 ++-0617151 ++-0611149 ++-0640004 ++-0621124 ++-0624063 ++-0626036 ++-0619144 ++-0636017 ++-0634006 ++-0622123 ++-0607138 ++-0635017 ++-0625009 ++-0623087 ++-0608135 ++-0610049 ++-0632021 ++-0633033 ++-0609133 ++-0617152 ++-0640005 ++-0611150 ++-0618066 ++-0621125 ++-0626037 ++-0619145 ++-0624064 ++-0634007 ++-0636018 ++-0607139 ++-0625010 ++-0622124 ++-0608136 ++-0632022 ++-0633034 ++-0635018 ++-0623088 ++-0640006 ++-0611151 ++-0617153 ++-0610050 ++-0626038 ++-0609134 ++-0621126 ++-0619146 ++-0634008 ++-0618067 ++-0624065 ++-0625011 ++-0607140 ++-0635019 ++-0608137 ++-0622125 ++-0636019 ++-0633035 ++-0623089 ++-0632023 ++-0640007 ++-0617154 ++-0610051 ++-0626039 ++-0609135 ++-0611152 ++-0619147 ++-0624066 ++-0618068 ++-0634009 ++-0625012 ++-0622126 ++-0633036 ++-0611153 ++-0621127 ++-0636020 ++-0635020 ++-0618069 ++-0608138 ++-0609136 ++-0624067 ++-0610052 ++-0625013 ++-0622127 ++-0634010 ++-0621128 ++-0611154 ++-0636021 ++-0618070 ++-0608139 ++-0624068 ++-0635021 ++-0622128 ++-0609137 ++-0610053 ++-0634011 ++-0621129 ++-0611155 ++-0608140 ++-0618071 ++-0636022 ++-0635022 ++-0622129 ++-0634012 ++-0610054 ++-0609138 ++-0621130 ++-0618072 ++-0608141 ++-0622130 ++-0636023 ++-0635023 ++-0634013 ++-0621131 ++-0608142 ++-0607141 ++-0610055 ++-0618073 ++-0617155 ++-0623090 ++-0624069 ++-0633037 ++-0632024 ++-0636024 ++-0640008 ++-0619148 ++-0609139 ++-0622131 ++-0634014 ++-0635024 ++-0621132 ++-0626040 ++-0625014 ++-0607142 ++-0632025 ++-0624070 ++-0608143 ++-0636025 ++-0618074 ++-0633038 ++-0623091 ++-0610056 ++-0619149 ++-0640009 ++-0631000 ++-0634015 ++-0635025 ++-0622132 ++-0626041 ++-0609140 ++-0621133 ++-0607143 ++-0625015 ++-0624071 ++-0618075 ++-0636026 ++-0623092 ++-0632026 ++-0633039 ++-0608144 ++-0610057 ++-0631001 ++-0635026 ++-0622133 ++-0634016 ++-0626042 ++-0621134 ++-0609141 ++-0640010 ++-0619150 ++-0607144 ++-0636027 ++-0624072 ++-0632027 ++-0618076 ++-0625016 ++-0623093 ++-0637000 ++-0610058 ++-0631002 ++-0633040 ++-0608145 ++-0635027 ++-0622134 ++-0634017 ++-0626043 ++-0621135 ++-0609142 ++-0624073 ++-0619151 ++-0636028 ++-0640011 ++-0607145 ++-0625017 ++-0623094 ++-0632028 ++-0637001 ++-0633041 ++-0610059 ++-0626044 ++-0634018 ++-0631003 ++-0635028 ++-0608146 ++-0621136 ++-0622135 ++-0619152 ++-0609143 ++-0607146 ++-0640012 ++-0632029 ++-0626045 ++-0610060 ++-0631004 ++-0635029 ++-0621137 ++-0622136 ++-0608147 ++-0609144 ++-0640013 ++-0618077 ++-0626046 ++-0634019 ++-0635030 ++-0636029 ++-0633042 ++-0607147 ++-0623095 ++-0622137 ++-0625018 ++-0621138 ++-0609145 ++-0610061 ++-0631005 ++-0608148 ++-0619153 ++-0632030 ++-0640014 ++-0618078 ++-0637002 ++-0624074 ++-0634020 ++-0635031 ++-0636030 ++-0626047 ++-0623096 ++-0607148 ++-0622138 ++-0625019 ++-0610062 ++-0633043 ++-0609146 ++-0621139 ++-0631006 ++-0632031 ++-0608149 ++-0619154 ++-0640015 ++-0635032 ++-0636031 ++-0626048 ++-0624075 ++-0607149 ++-0618079 ++-0608150 ++-0625020 ++-0610063 ++-0640016 ++-0623097 ++-0619155 ++-0621140 ++-0633044 ++-0637003 ++-0634021 ++-0631007 ++-0635033 ++-0609147 ++-0622139 ++-0632032 ++-0624076 ++-0607150 ++-0610064 ++-0625021 ++-0608151 ++-0640017 ++-0623098 ++-0621141 ++-0636032 ++-0633045 ++-0631008 ++-0635034 ++-0622140 ++-0634022 ++-0618080 ++-0626049 ++-0637004 ++-0609148 ++-0632033 ++-0624077 ++-0610065 ++-0640018 ++-0607151 ++-0623099 ++-0625022 ++-0608152 ++-0621142 ++-0633046 ++-0635035 ++-0622141 ++-0626050 ++-0618081 ++-0636033 ++-0609149 ++-0631009 ++-0634023 ++-0624078 ++-0637005 ++-0632034 ++-0610066 ++-0640019 ++-0607152 ++-0623100 ++-0608153 ++-0639000 ++-0625023 ++-0618082 ++-0633047 ++-0621143 ++-0622142 ++-0635036 ++-0631010 ++-0626051 ++-0637006 ++-0609150 ++-0636034 ++-0634024 ++-0632035 ++-0624079 ++-0610067 ++-0640020 ++-0623101 ++-0607153 ++-0608154 ++-0625024 ++-0639001 ++-0621144 ++-0633048 ++-0635037 ++-0618083 ++-0631011 ++-0622143 ++-0626052 ++-0634025 ++-0610068 ++-0636035 ++-0609151 ++-0637007 ++-0623102 ++-0632036 ++-0624080 ++-0608155 ++-0640021 ++-0607154 ++-0625025 ++-0639002 ++-0635038 ++-0633049 ++-0621145 ++-0631012 ++-0610069 ++-0618084 ++-0626053 ++-0622144 ++-0636036 ++-0634026 ++-0623103 ++-0625026 ++-0609152 ++-0640022 ++-0633050 ++-0607155 ++-0632037 ++-0610070 ++-0631013 ++-0623104 ++-0624081 ++-0637008 ++-0639003 ++-0635039 ++-0609153 ++-0621146 ++-0636037 ++-0626054 ++-0640023 ++-0635040 ++-0633051 ++-0618085 ++-0624082 ++-0631014 ++-0609154 ++-0632038 ++-0610071 ++-0622145 ++-0634027 ++-0607156 ++-0625027 ++-0623105 ++-0637009 ++-0639004 ++-0628000 ++-0636038 ++-0621147 ++-0626055 ++-0640024 ++-0635041 ++-0633052 ++-0618086 ++-0622146 ++-0609155 ++-0610072 ++-0624083 ++-0631015 ++-0625028 ++-0632039 ++-0623106 ++-0634028 ++-0636039 ++-0628001 ++-0640025 ++-0621148 ++-0639005 ++-0637010 ++-0635042 ++-0626056 ++-0633053 ++-0618087 ++-0610073 ++-0622147 ++-0624084 ++-0623107 ++-0625029 ++-0636040 ++-0631016 ++-0640026 ++-0632040 ++-0639006 ++-0635043 ++-0637011 ++-0634029 ++-0626057 ++-0633054 ++-0628002 ++-0621149 ++-0610074 ++-0618088 ++-0627000 ++-0623108 ++-0636041 ++-0622148 ++-0640027 ++-0631017 ++-0624085 ++-0639007 ++-0635044 ++-0637012 ++-0625030 ++-0626058 ++-0632041 ++-0633055 ++-0621150 ++-0628003 ++-0634030 ++-0618089 ++-0627001 ++-0610075 ++-0636042 ++-0622149 ++-0640028 ++-0623109 ++-0631018 ++-0639008 ++-0635045 ++-0629000 ++-0624086 ++-0626059 ++-0625031 ++-0632042 ++-0621151 ++-0633056 ++-0637013 ++-0634031 ++-0618090 ++-0628004 ++-0610076 ++-0627002 ++-0636043 ++-0640029 ++-0622150 ++-0623110 ++-0626060 ++-0639009 ++-0629001 ++-0635046 ++-0631019 ++-0633057 ++-0632043 ++-0637014 ++-0634032 ++-0621152 ++-0624087 ++-0625032 ++-0628005 ++-0618091 ++-0627003 ++-0636044 ++-0610077 ++-0622151 ++-0623111 ++-0626061 ++-0640030 ++-0639010 ++-0635047 ++-0631020 ++-0634033 ++-0629002 ++-0624088 ++-0637015 ++-0632044 ++-0633058 ++-0628006 ++-0627004 ++-0636045 ++-0621153 ++-0625033 ++-0610078 ++-0618092 ++-0622152 ++-0626062 ++-0623112 ++-0639011 ++-0631021 ++-0634034 ++-0640031 ++-0624089 ++-0635048 ++-0637016 ++-0627005 ++-0632045 ++-0633059 ++-0628007 ++-0625034 ++-0610079 ++-0622153 ++-0636046 ++-0629003 ++-0618093 ++-0626063 ++-0639012 ++-0621154 ++-0623113 ++-0624090 ++-0640032 ++-0634035 ++-0637017 ++-0631022 ++-0627006 ++-0632046 ++-0635049 ++-0625035 ++-0610080 ++-0636047 ++-0618094 ++-0633060 ++-0628008 ++-0622154 ++-0626064 ++-0639013 ++-0624091 ++-0629004 ++-0621155 ++-0634036 ++-0635050 ++-0623114 ++-0632047 ++-0631023 ++-0627007 ++-0640033 ++-0610081 ++-0637018 ++-0628009 ++-0625036 ++-0639014 ++-0618095 ++-0629005 ++-0633061 ++-0634037 ++-0623115 ++-0632048 ++-0631024 ++-0627008 ++-0636048 ++-0626065 ++-0622155 ++-0624092 ++-0640034 ++-0635051 ++-0610082 ++-0637019 ++-0632049 ++-0631025 ++-0627009 ++-0636049 ++-0628010 ++-0618096 ++-0626066 ++-0610083 ++-0637020 ++-0625037 ++-0639015 ++-0633062 ++-0629006 ++-0634038 ++-0624093 ++-0640035 ++-0635052 ++-0623116 ++-0631026 ++-0627010 ++-0628011 ++-0636050 ++-0618097 ++-0632050 ++-0626067 ++-0610084 ++-0637021 ++-0639016 ++-0634039 ++-0641000 ++-0624094 ++-0640036 ++-0625038 ++-0635053 ++-0633063 ++-0623117 ++-0629007 ++-0627011 ++-0636051 ++-0618098 ++-0628012 ++-0632051 ++-0626068 ++-0631027 ++-0637022 ++-0610085 ++-0634040 ++-0624095 ++-0640037 ++-0639017 ++-0625039 ++-0635054 ++-0623118 ++-0629008 ++-0641001 ++-0642000 ++-0633064 ++-0627012 ++-0637023 ++-0640038 ++-0636052 ++-0610086 ++-0639018 ++-0625040 ++-0628013 ++-0642001 ++-0633065 ++-0618099 ++-0635055 ++-0641002 ++-0632052 ++-0627013 ++-0634041 ++-0626069 ++-0640039 ++-0637024 ++-0624096 ++-0636053 ++-0623119 ++-0610087 ++-0639019 ++-0631028 ++-0635056 ++-0642002 ++-0618100 ++-0629009 ++-0634042 ++-0628014 ++-0625041 ++-0626070 ++-0640040 ++-0641003 ++-0636054 ++-0633066 ++-0627014 ++-0632053 ++-0624097 ++-0610088 ++-0623120 ++-0639020 ++-0637025 ++-0631029 ++-0635057 ++-0642003 ++-0628015 ++-0634043 ++-0626071 ++-0629010 ++-0640041 ++-0618101 ++-0641004 ++-0636055 ++-0633067 ++-0627015 ++-0624098 ++-0625042 ++-0639021 ++-0623121 ++-0610089 ++-0632054 ++-0637026 ++-0631030 ++-0628016 ++-0634044 ++-0635058 ++-0642004 ++-0640042 ++-0626072 ++-0629011 ++-0641005 ++-0636056 ++-0624099 ++-0627016 ++-0618102 ++-0623122 ++-0625043 ++-0633068 ++-0610090 ++-0639022 ++-0631031 ++-0634045 ++-0637027 ++-0632055 ++-0635059 ++-0628017 ++-0642005 ++-0629012 ++-0626073 ++-0636057 ++-0640043 ++-0627017 ++-0624100 ++-0610091 ++-0618103 ++-0641006 ++-0623123 ++-0633069 ++-0637028 ++-0634046 ++-0639023 ++-0625044 ++-0635060 ++-0632056 ++-0642006 ++-0631032 ++-0629013 ++-0636058 ++-0640044 ++-0626074 ++-0628018 ++-0624101 ++-0623124 ++-0618104 ++-0633070 ++-0627018 ++-0610092 ++-0641007 ++-0625045 ++-0639024 ++-0634047 ++-0635061 ++-0632057 ++-0637029 ++-0631033 ++-0629014 ++-0642007 ++-0636059 ++-0640045 ++-0628019 ++-0624102 ++-0623125 ++-0626075 ++-0633071 ++-0610093 ++-0627019 ++-0635062 ++-0618105 ++-0641008 ++-0625046 ++-0639025 ++-0637030 ++-0632058 ++-0634048 ++-0636060 ++-0629015 ++-0640046 ++-0624103 ++-0631034 ++-0642008 ++-0626076 ++-0623126 ++-0628020 ++-0633072 ++-0618106 ++-0635063 ++-0641009 ++-0627020 ++-0610094 ++-0632059 ++-0639026 ++-0637031 ++-0636061 ++-0625047 ++-0634049 ++-0629016 ++-0631035 ++-0624104 ++-0626077 ++-0639027 ++-0640047 ++-0642009 ++-0625048 ++-0610095 ++-0632060 ++-0623127 ++-0633073 ++-0628021 ++-0635064 ++-0641010 ++-0636062 ++-0637032 ++-0631036 ++-0634050 ++-0629017 ++-0627021 ++-0626078 ++-0618107 ++-0624105 ++-0640048 ++-0639028 ++-0642010 ++-0625049 ++-0632061 ++-0610096 ++-0623128 ++-0637033 ++-0636063 ++-0634051 ++-0635065 ++-0633074 ++-0629018 ++-0628022 ++-0618108 ++-0626079 ++-0624106 ++-0640049 ++-0627022 ++-0631037 ++-0639029 ++-0641011 ++-0642011 ++-0623129 ++-0632062 ++-0610097 ++-0625050 ++-0637034 ++-0636064 ++-0635066 ++-0634052 ++-0633075 ++-0628023 ++-0629019 ++-0626080 ++-0631038 ++-0618109 ++-0624107 ++-0640050 ++-0627023 ++-0642012 ++-0641012 ++-0639030 ++-0623130 ++-0634053 ++-0632063 ++-0610098 ++-0637035 ++-0636065 ++-0635067 ++-0633076 ++-0625051 ++-0628024 ++-0626081 ++-0631039 ++-0624108 ++-0629020 ++-0618110 ++-0640051 ++-0642013 ++-0641013 ++-0627024 ++-0634054 ++-0623131 ++-0639031 ++-0636066 ++-0635068 ++-0637036 ++-0632064 ++-0610099 ++-0633077 ++-0628025 ++-0625052 ++-0626082 ++-0631040 ++-0642014 ++-0641014 ++-0624109 ++-0639032 ++-0640052 ++-0618111 ++-0623132 ++-0629021 ++-0636067 ++-0635069 ++-0627025 ++-0634055 ++-0632065 ++-0637037 ++-0625053 ++-0610100 ++-0628026 ++-0633078 ++-0631041 ++-0639033 ++-0642015 ++-0629022 ++-0626083 ++-0640053 ++-0636068 ++-0623133 ++-0618112 ++-0641015 ++-0610101 ++-0625054 ++-0624110 ++-0628027 ++-0634056 ++-0633079 ++-0637038 ++-0635070 ++-0627026 ++-0632066 ++-0631042 ++-0618113 ++-0624111 ++-0626084 ++-0623134 ++-0640054 ++-0641016 ++-0625055 ++-0636069 ++-0635071 ++-0637039 ++-0632067 ++-0633080 ++-0627027 ++-0631043 ++-0623135 ++-0624112 ++-0618114 ++-0641017 ++-0636070 ++-0626085 ++-0637040 ++-0640055 ++-0635072 ++-0632068 ++-0642016 ++-0629023 ++-0623136 ++-0610102 ++-0626086 ++-0634057 ++-0637041 ++-0628028 ++-0625056 ++-0639034 ++-0635073 ++-0633081 ++-0632069 ++-0631044 ++-0640056 ++-0625057 ++-0642017 ++-0641018 ++-0628029 ++-0624113 ++-0626087 ++-0636071 ++-0627028 ++-0623137 ++-0640057 ++-0629024 ++-0634058 ++-0633082 ++-0635074 ++-0618115 ++-0631045 ++-0637042 ++-0632070 ++-0610103 ++-0639035 ++-0642018 ++-0625058 ++-0641019 ++-0628030 ++-0627029 ++-0623138 ++-0636072 ++-0629025 ++-0634059 ++-0635075 ++-0633083 ++-0626088 ++-0637043 ++-0640058 ++-0631046 ++-0618116 ++-0624114 ++-0642019 ++-0632071 ++-0610104 ++-0639036 ++-0627030 ++-0623139 ++-0628031 ++-0636073 ++-0641020 ++-0634060 ++-0618117 ++-0631047 ++-0629026 ++-0635076 ++-0624115 ++-0642020 ++-0610105 ++-0637044 ++-0639037 ++-0632072 ++-0626089 ++-0627031 ++-0641021 ++-0634061 ++-0623140 ++-0629027 ++-0636074 ++-0618118 ++-0635077 ++-0631048 ++-0642021 ++-0628032 ++-0624116 ++-0626090 ++-0625059 ++-0639038 ++-0632073 ++-0627032 ++-0637045 ++-0610106 ++-0633084 ++-0641022 ++-0640059 ++-0634062 ++-0623141 ++-0629028 ++-0636075 ++-0628033 ++-0635078 ++-0618119 ++-0642022 ++-0624117 ++-0631049 ++-0639039 ++-0637046 ++-0633085 ++-0625060 ++-0626091 ++-0632074 ++-0627033 ++-0640060 ++-0610107 ++-0641023 ++-0629029 ++-0634063 ++-0623142 ++-0618120 ++-0635079 ++-0636076 ++-0628034 ++-0626092 ++-0625061 ++-0627034 ++-0642023 ++-0632075 ++-0631050 ++-0633086 ++-0629030 ++-0637047 ++-0624118 ++-0639040 ++-0610108 ++-0634064 ++-0623143 ++-0640061 ++-0641024 ++-0618121 ++-0636077 ++-0626093 ++-0628035 ++-0632076 ++-0610109 ++-0635080 ++-0633087 ++-0627035 ++-0624119 ++-0631051 ++-0641025 ++-0640062 ++-0623144 ++-0642024 ++-0639041 ++-0636078 ++-0618122 ++-0629031 ++-0625062 ++-0634065 ++-0635081 ++-0637048 ++-0633088 ++-0632077 ++-0628036 ++-0623145 ++-0631052 ++-0627036 ++-0610110 ++-0626094 ++-0640063 ++-0642025 ++-0624120 ++-0641026 ++-0629032 ++-0636079 ++-0639042 ++-0618123 ++-0634066 ++-0635082 ++-0625063 ++-0633089 ++-0628037 ++-0623146 ++-0632078 ++-0610111 ++-0624121 ++-0627037 ++-0637049 ++-0640064 ++-0642026 ++-0631053 ++-0629033 ++-0626095 ++-0641027 ++-0639043 ++-0636080 ++-0633090 ++-0634067 ++-0618124 ++-0623147 ++-0628038 ++-0624122 ++-0610112 ++-0635083 ++-0625064 ++-0627038 ++-0632079 ++-0631054 ++-0640065 ++-0642027 ++-0626096 ++-0637050 ++-0639044 ++-0629034 ++-0641028 ++-0633091 ++-0636081 ++-0618125 ++-0623148 ++-0634068 ++-0610113 ++-0635084 ++-0624123 ++-0628039 ++-0632080 ++-0627039 ++-0640066 ++-0642028 ++-0625065 ++-0631055 ++-0639045 ++-0637051 ++-0626097 ++-0641029 ++-0629035 ++-0623149 ++-0618126 ++-0633092 ++-0634069 ++-0635085 ++-0636082 ++-0610114 ++-0624124 ++-0640067 ++-0642029 ++-0627040 ++-0628040 ++-0632081 ++-0637052 ++-0639046 ++-0625066 ++-0629036 ++-0631056 ++-0626098 ++-0623150 ++-0641030 ++-0634070 ++-0636083 ++-0618127 ++-0635086 ++-0624125 ++-0640068 ++-0633093 ++-0627041 ++-0637053 ++-0610115 ++-0642030 ++-0628041 ++-0629037 ++-0631057 ++-0632082 ++-0625067 ++-0639047 ++-0626099 ++-0623151 ++-0641031 ++-0634071 ++-0636084 ++-0624126 ++-0633094 ++-0635087 ++-0640069 ++-0618128 ++-0627042 ++-0610116 ++-0628042 ++-0637054 ++-0629038 ++-0631058 ++-0642031 ++-0639048 ++-0632083 ++-0623152 ++-0641032 ++-0634072 ++-0625068 ++-0626100 ++-0624127 ++-0635088 ++-0633095 ++-0640070 ++-0636085 ++-0618129 ++-0627043 ++-0635089 ++-0639049 ++-0640071 ++-0637055 ++-0629039 ++-0631059 ++-0628043 ++-0610117 ++-0636086 ++-0642032 ++-0633096 ++-0632084 ++-0624128 ++-0634073 ++-0618130 ++-0641033 ++-0626101 ++-0623153 ++-0625069 ++-0627044 ++-0640072 ++-0629040 ++-0639050 ++-0637056 ++-0635090 ++-0636087 ++-0610118 ++-0634074 ++-0618131 ++-0642033 ++-0628044 ++-0631060 ++-0641034 ++-0624129 ++-0633097 ++-0632085 ++-0626102 ++-0623154 ++-0625070 ++-0640073 ++-0639051 ++-0627045 ++-0629041 ++-0636088 ++-0634075 ++-0635091 ++-0637057 ++-0618132 ++-0628045 ++-0610119 ++-0642034 ++-0633098 ++-0632086 ++-0623155 ++-0631061 ++-0624130 ++-0640074 ++-0641035 ++-0625071 ++-0626103 ++-0629042 ++-0635092 ++-0639052 ++-0636089 ++-0637058 ++-0610120 ++-0627046 ++-0628046 ++-0642035 ++-0634076 ++-0618133 ++-0633099 ++-0641036 ++-0637059 ++-0626104 ++-0624131 ++-0610121 ++-0628047 ++-0627047 ++-0629043 ++-0625072 ++-0632087 ++-0636090 ++-0631062 ++-0640075 ++-0635093 ++-0639053 ++-0634077 ++-0642036 ++-0637060 ++-0618134 ++-0624132 ++-0610122 ++-0627048 ++-0626105 ++-0636091 ++-0628048 ++-0625073 ++-0641037 ++-0631063 ++-0633100 ++-0632088 ++-0634078 ++-0639054 ++-0629044 ++-0635094 ++-0642037 ++-0640076 ++-0643000 ++-0618135 ++-0624133 ++-0610123 ++-0626106 ++-0627049 ++-0625074 ++-0628049 ++-0636092 ++-0637061 ++-0632089 ++-0641038 ++-0631064 ++-0633101 ++-0639055 ++-0634079 ++-0629045 ++-0642038 ++-0643001 ++-0640077 ++-0635095 ++-0618136 ++-0626107 ++-0627050 ++-0624134 ++-0625075 ++-0610124 ++-0628050 ++-0632090 ++-0633102 ++-0636093 ++-0631065 ++-0634080 ++-0637062 ++-0639056 ++-0629046 ++-0642039 ++-0641039 ++-0643002 ++-0640078 ++-0618137 ++-0626108 ++-0635096 ++-0625076 ++-0627051 ++-0624135 ++-0610125 ++-0628051 ++-0632091 ++-0633103 ++-0631066 ++-0639057 ++-0634081 ++-0636094 ++-0642040 ++-0637063 ++-0626109 ++-0641040 ++-0643003 ++-0629047 ++-0625077 ++-0640079 ++-0635097 ++-0624136 ++-0618138 ++-0628052 ++-0627052 ++-0631067 ++-0632092 ++-0610126 ++-0634082 ++-0633104 ++-0642041 ++-0636095 ++-0637064 ++-0626110 ++-0639058 ++-0625078 ++-0641041 ++-0635098 ++-0640080 ++-0643004 ++-0624137 ++-0629048 ++-0628053 ++-0618139 ++-0632093 ++-0634083 ++-0627053 ++-0610127 ++-0642042 ++-0631068 ++-0626111 ++-0637065 ++-0625079 ++-0633105 ++-0636096 ++-0635099 ++-0629049 ++-0639059 ++-0641042 ++-0640081 ++-0618140 ++-0643005 ++-0632094 ++-0628054 ++-0624138 ++-0610128 ++-0634084 ++-0627054 ++-0631069 ++-0636097 ++-0642043 ++-0626112 ++-0637066 ++-0635100 ++-0625080 ++-0639060 ++-0633106 ++-0641043 ++-0640082 ++-0632095 ++-0629050 ++-0618141 ++-0628055 ++-0643006 ++-0610129 ++-0634085 ++-0631070 ++-0624139 ++-0627055 ++-0636098 ++-0635101 ++-0626113 ++-0642044 ++-0639061 ++-0637067 ++-0641044 ++-0633107 ++-0640083 ++-0625081 ++-0632096 ++-0629051 ++-0643007 ++-0628056 ++-0627056 ++-0618142 ++-0634086 ++-0631071 ++-0610130 ++-0626114 ++-0643008 ++-0629052 ++-0624140 ++-0636099 ++-0633108 ++-0641045 ++-0640084 ++-0627057 ++-0639062 ++-0642045 ++-0637068 ++-0632097 ++-0635102 ++-0610131 ++-0618143 ++-0634087 ++-0631072 ++-0628057 ++-0625082 ++-0626115 ++-0629053 ++-0624141 ++-0633109 ++-0636100 ++-0643009 ++-0641046 ++-0627058 ++-0637069 ++-0642046 ++-0640085 ++-0632098 ++-0635103 ++-0639063 ++-0628058 ++-0625083 ++-0626116 ++-0618144 ++-0610132 ++-0631073 ++-0634088 ++-0629054 ++-0633110 ++-0624142 ++-0643010 ++-0636101 ++-0641047 ++-0627059 ++-0640086 ++-0632099 ++-0637070 ++-0639064 ++-0642047 ++-0626117 ++-0625084 ++-0628059 ++-0618145 ++-0631074 ++-0635104 ++-0634089 ++-0610133 ++-0624143 ++-0629055 ++-0633111 ++-0640087 ++-0636102 ++-0637071 ++-0643011 ++-0641048 ++-0632100 ++-0625085 ++-0642048 ++-0627060 ++-0626118 ++-0628060 ++-0631075 ++-0639065 ++-0635105 ++-0624144 ++-0618146 ++-0610134 ++-0629056 ++-0633112 ++-0634090 ++-0640088 ++-0636103 ++-0641049 ++-0637072 ++-0642049 ++-0632101 ++-0626119 ++-0643012 ++-0628061 ++-0631076 ++-0639066 ++-0625086 ++-0618147 ++-0627061 ++-0624145 ++-0634091 ++-0635106 ++-0610135 ++-0633113 ++-0629057 ++-0640089 ++-0636104 ++-0642050 ++-0641050 ++-0632102 ++-0637073 ++-0628062 ++-0626120 ++-0643013 ++-0631077 ++-0618148 ++-0627062 ++-0625087 ++-0610136 ++-0635107 ++-0639067 ++-0634092 ++-0624146 ++-0640090 ++-0633114 ++-0629058 ++-0642051 ++-0636105 ++-0632103 ++-0637074 ++-0643014 ++-0626121 ++-0631078 ++-0618149 ++-0627063 ++-0641051 ++-0625088 ++-0628063 ++-0639068 ++-0624147 ++-0610137 ++-0635108 ++-0640091 ++-0634093 ++-0629059 ++-0642052 ++-0636106 ++-0633115 ++-0637075 ++-0632104 ++-0643015 ++-0626122 ++-0618150 ++-0628064 ++-0631079 ++-0627064 ++-0639069 ++-0640092 ++-0629060 ++-0625089 ++-0635109 ++-0642053 ++-0610138 ++-0624148 ++-0636107 ++-0641052 ++-0634094 ++-0632105 ++-0637076 ++-0626123 ++-0633116 ++-0643016 ++-0618151 ++-0628065 ++-0631080 ++-0627065 ++-0639070 ++-0629061 ++-0640093 ++-0610139 ++-0635110 ++-0642054 ++-0634095 ++-0632106 ++-0643017 ++-0637077 ++-0628066 ++-0625090 ++-0628067 ++-0618152 ++-0627066 ++-0624149 ++-0633117 ++-0634096 ++-0641053 ++-0631081 ++-0636108 ++-0635111 ++-0626124 ++-0642055 ++-0632107 ++-0629062 ++-0643018 ++-0637078 ++-0610140 ++-0640094 ++-0639071 ++-0625091 ++-0618153 ++-0628068 ++-0624150 ++-0627067 ++-0634097 ++-0641054 ++-0626125 ++-0636109 ++-0635112 ++-0631082 ++-0632108 ++-0637079 ++-0642056 ++-0633118 ++-0629063 ++-0643019 ++-0639072 ++-0610141 ++-0640095 ++-0624151 ++-0628069 ++-0625092 ++-0627068 ++-0634098 ++-0618154 ++-0636110 ++-0626126 ++-0635113 ++-0641055 ++-0631083 ++-0629064 ++-0643020 ++-0633119 ++-0639073 ++-0642057 ++-0632109 ++-0637080 ++-0640096 ++-0628070 ++-0634099 ++-0624152 ++-0625093 ++-0610142 ++-0636111 ++-0618155 ++-0627069 ++-0626127 ++-0635114 ++-0629065 ++-0643021 ++-0639074 ++-0631084 ++-0641056 ++-0633120 ++-0632110 ++-0640097 ++-0637081 ++-0642058 ++-0628071 ++-0634100 ++-0610143 ++-0625094 ++-0627070 ++-0624153 ++-0626128 ++-0635115 ++-0640098 ++-0632111 ++-0627071 ++-0636112 ++-0629066 ++-0643022 ++-0641057 ++-0631085 ++-0639075 ++-0634101 ++-0642059 ++-0628072 ++-0624154 ++-0610144 ++-0637082 ++-0640099 ++-0633121 ++-0625095 ++-0627072 ++-0626129 ++-0632112 ++-0635116 ++-0629067 ++-0641058 ++-0634102 ++-0636113 ++-0628073 ++-0631086 ++-0643023 ++-0642060 ++-0640100 ++-0610145 ++-0637083 ++-0625096 ++-0639076 ++-0627073 ++-0624155 ++-0633122 ++-0632113 ++-0638000 ++-0635117 ++-0626130 ++-0641059 ++-0629068 ++-0636114 ++-0634103 ++-0631087 ++-0628074 ++-0640101 ++-0642061 ++-0610146 ++-0643024 ++-0637084 ++-0625097 ++-0624156 ++-0633123 ++-0639077 ++-0632114 ++-0641060 ++-0626131 ++-0629069 ++-0639078 ++-0627074 ++-0636115 ++-0628075 ++-0635118 ++-0634104 ++-0631088 ++-0638001 ++-0610147 ++-0640102 ++-0633124 ++-0625098 ++-0643025 ++-0637085 ++-0642062 ++-0632115 ++-0629070 ++-0626132 ++-0636116 ++-0644000 ++-0639079 ++-0643026 ++-0634105 ++-0640103 ++-0628076 ++-0641061 ++-0635119 ++-0637086 ++-0642063 ++-0638002 ++-0631089 ++-0610148 ++-0627075 ++-0633125 ++-0632116 ++-0625099 ++-0636117 ++-0641062 ++-0610149 ++-0638003 ++-0640104 ++-0634106 ++-0642064 ++-0629071 ++-0643027 ++-0639080 ++-0635120 ++-0626133 ++-0644001 ++-0633126 ++-0628077 ++-0637087 ++-0625100 ++-0632117 ++-0627076 ++-0631090 ++-0641063 ++-0636118 ++-0638004 ++-0610150 ++-0642065 ++-0639081 ++-0643028 ++-0634107 ++-0629072 ++-0635121 ++-0633127 ++-0640105 ++-0626134 ++-0644002 ++-0632118 ++-0641064 ++-0625101 ++-0627077 ++-0637088 ++-0628078 ++-0636119 ++-0631091 ++-0610151 ++-0642066 ++-0643029 ++-0629073 ++-0639082 ++-0634108 ++-0635122 ++-0638005 ++-0633128 ++-0640106 ++-0644003 ++-0626135 ++-0625102 ++-0641065 ++-0627078 ++-0628079 ++-0632119 ++-0637089 ++-0631092 ++-0636120 ++-0643030 ++-0610152 ++-0634109 ++-0642067 ++-0629074 ++-0635123 ++-0638006 ++-0633129 ++-0639083 ++-0640107 ++-0644004 ++-0626136 ++-0625103 ++-0641066 ++-0627079 ++-0632120 ++-0628080 ++-0631093 ++-0636121 ++-0643031 ++-0629075 ++-0635124 ++-0637090 ++-0610153 ++-0642068 ++-0638007 ++-0634110 ++-0640108 ++-0639084 ++-0644005 ++-0633130 ++-0626137 ++-0625104 ++-0627080 ++-0641067 ++-0632121 ++-0643032 ++-0636122 ++-0629076 ++-0628081 ++-0631094 ++-0637091 ++-0634111 ++-0633131 ++-0638008 ++-0639085 ++-0635125 ++-0644006 ++-0610154 ++-0642069 ++-0626138 ++-0625105 ++-0640109 ++-0627081 ++-0643033 ++-0641068 ++-0629077 ++-0631095 ++-0639086 ++-0639087 ++-0642070 ++-0637092 ++-0634112 ++-0633132 ++-0636123 ++-0638009 ++-0632122 ++-0627082 ++-0625106 ++-0640110 ++-0628082 ++-0644007 ++-0610155 ++-0629078 ++-0643034 ++-0626139 ++-0641069 ++-0631096 ++-0635126 ++-0642071 ++-0639088 ++-0637093 ++-0633133 ++-0634113 ++-0632123 ++-0636124 ++-0640111 ++-0627083 ++-0625107 ++-0628083 ++-0629079 ++-0610156 ++-0631097 ++-0638010 ++-0643035 ++-0626140 ++-0641070 ++-0644008 ++-0639089 ++-0635127 ++-0642072 ++-0634114 ++-0637094 ++-0636125 ++-0633134 ++-0632124 ++-0625108 ++-0628084 ++-0627084 ++-0631098 ++-0629080 ++-0641071 ++-0640112 ++-0626141 ++-0643036 ++-0638011 ++-0644009 ++-0635128 ++-0639090 ++-0642073 ++-0634115 ++-0633135 ++-0625109 ++-0632125 ++-0636126 ++-0628085 ++-0629081 ++-0631099 ++-0637095 ++-0627085 ++-0641072 ++-0640113 ++-0643037 ++-0626142 ++-0635129 ++-0638012 ++-0644010 ++-0642074 ++-0639091 ++-0625110 ++-0633136 ++-0632126 ++-0628086 ++-0634116 ++-0636127 ++-0637096 ++-0631100 ++-0629082 ++-0641073 ++-0627086 ++-0635130 ++-0643038 ++-0640114 ++-0626143 ++-0630000 ++-0638013 ++-0625111 ++-0644011 ++-0639092 ++-0642075 ++-0632127 ++-0628087 ++-0636128 ++-0633137 ++-0637097 ++-0641074 ++-0629083 ++-0634117 ++-0631101 ++-0643039 ++-0635131 ++-0627087 ++-0640115 ++-0626144 ++-0630001 ++-0638014 ++-0625112 ++-0632128 ++-0639093 ++-0636129 ++-0644012 ++-0628088 ++-0642076 ++-0637098 ++-0641075 ++-0629084 ++-0631102 ++-0643040 ++-0633138 ++-0635132 ++-0634118 ++-0640116 ++-0627088 ++-0626145 ++-0625113 ++-0630002 ++-0638015 ++-0639094 ++-0636130 ++-0637099 ++-0644013 ++-0632129 ++-0641076 ++-0631103 ++-0629085 ++-0642077 ++-0628089 ++-0633139 ++-0635133 ++-0643041 ++-0640117 ++-0626146 ++-0627089 ++-0630003 ++-0634119 ++-0639095 ++-0636131 ++-0638016 ++-0644014 ++-0637100 ++-0625114 ++-0633140 ++-0631104 ++-0642078 ++-0629086 ++-0632130 ++-0643042 ++-0626147 ++-0635134 ++-0630004 ++-0640118 ++-0644015 ++-0628090 ++-0636132 ++-0626148 ++-0641077 ++-0639096 ++-0634120 ++-0629087 ++-0633141 ++-0638017 ++-0637101 ++-0630005 ++-0635135 ++-0625115 ++-0632131 ++-0642079 ++-0626149 ++-0637102 ++-0642080 ++-0627090 ++-0636133 ++-0639097 ++-0631105 ++-0630006 ++-0640119 ++-0633142 ++-0643043 ++-0641078 ++-0625116 ++-0638018 ++-0644016 ++-0635136 ++-0632132 ++-0626150 ++-0634121 ++-0637103 ++-0636134 ++-0628091 ++-0629088 ++-0630007 ++-0627091 ++-0631106 ++-0640120 ++-0642081 ++-0632133 ++-0638019 ++-0639098 ++-0643044 ++-0634122 ++-0635137 ++-0633143 ++-0644017 ++-0625117 ++-0626151 ++-0636135 ++-0641079 ++-0629089 ++-0627092 ++-0628092 ++-0634123 ++-0632134 ++-0637104 ++-0631107 ++-0642082 ++-0643045 ++-0636136 ++-0640121 ++-0639099 ++-0638020 ++-0628093 ++-0627093 ++-0644018 ++-0626152 ++-0637105 ++-0630008 ++-0629090 ++-0634124 ++-0633144 ++-0636137 ++-0631108 ++-0643046 ++-0642083 ++-0625118 ++-0632135 ++-0635138 ++-0641080 ++-0640122 ++-0639100 ++-0633145 ++-0628094 ++-0637106 ++-0644019 ++-0630009 ++-0634125 ++-0626153 ++-0636138 ++-0638021 ++-0632136 ++-0641081 ++-0631109 ++-0640123 ++-0643047 ++-0629091 ++-0639101 ++-0633146 ++-0642084 ++-0634126 ++-0644020 ++-0637107 ++-0628095 ++-0636139 ++-0626154 ++-0631110 ++-0633147 ++-0642085 ++-0644021 ++-0632137 ++-0626155 ++-0631111 ++-0644022 ++-0633148 ++-0642086 ++-0632138 ++-0627094 ++-0638022 ++-0639102 ++-0637108 ++-0625119 ++-0629092 ++-0641082 ++-0643048 ++-0635139 ++-0634127 ++-0631112 ++-0626156 ++-0636140 ++-0640124 ++-0633149 ++-0628096 ++-0630010 ++-0644023 ++-0627095 ++-0632139 ++-0637109 ++-0643049 ++-0641083 ++-0634128 ++-0629093 ++-0638023 ++-0642087 ++-0639103 ++-0631113 ++-0636141 ++-0635140 ++-0625120 ++-0630011 ++-0628097 ++-0627096 ++-0638024 ++-0637110 ++-0644024 ++-0629094 ++-0640125 ++-0634129 ++-0643050 ++-0639104 ++-0630012 ++-0635141 ++-0642088 ++-0641084 ++-0638025 ++-0633150 ++-0636142 ++-0629095 ++-0631114 ++-0634130 ++-0628098 ++-0632140 ++-0639105 ++-0640126 ++-0627097 ++-0625121 ++-0635142 ++-0643051 ++-0646000 ++-0630013 ++-0637111 ++-0642089 ++-0644025 ++-0641085 ++-0642090 ++-0638026 ++-0633151 ++-0640127 ++-0629096 ++-0631115 ++-0646001 ++-0635143 ++-0625122 ++-0639106 ++-0630014 ++-0634131 ++-0628099 ++-0636143 ++-0632141 ++-0637112 ++-0643052 ++-0641086 ++-0627098 ++-0644026 ++-0642091 ++-0638027 ++-0635144 ++-0646002 ++-0640128 ++-0633152 ++-0630015 ++-0629097 ++-0637113 ++-0631116 ++-0634132 ++-0641087 ++-0636144 ++-0642092 ++-0643053 ++-0628100 ++-0632142 ++-0625123 ++-0644027 ++-0635145 ++-0646003 ++-0627099 ++-0638028 ++-0633153 ++-0639107 ++-0640129 ++-0630016 ++-0625124 ++-0632143 ++-0646004 ++-0629098 ++-0635146 ++-0636145 ++-0643054 ++-0644028 ++-0637114 ++-0627100 ++-0638029 ++-0632144 ++-0640130 ++-0639108 ++-0635147 ++-0631117 ++-0646005 ++-0629099 ++-0641088 ++-0642093 ++-0635148 ++-0632145 ++-0640131 ++-0630017 ++-0631118 ++-0646006 ++-0638030 ++-0628101 ++-0629100 ++-0639109 ++-0634133 ++-0644029 ++-0636146 ++-0643055 ++-0633154 ++-0632146 ++-0625125 ++-0642094 ++-0637115 ++-0635149 ++-0641089 ++-0640132 ++-0627101 ++-0638031 ++-0634134 ++-0639110 ++-0631119 ++-0629101 ++-0628102 ++-0630018 ++-0646007 ++-0636147 ++-0644030 ++-0643056 ++-0625126 ++-0632147 ++-0641090 ++-0635150 ++-0637116 ++-0640133 ++-0633155 ++-0642095 ++-0627102 ++-0629102 ++-0639111 ++-0638032 ++-0628103 ++-0646008 ++-0634135 ++-0631120 ++-0636148 ++-0644031 ++-0630019 ++-0625127 ++-0643057 ++-0632148 ++-0635151 ++-0637117 ++-0640134 ++-0642096 ++-0641091 ++-0627103 ++-0629103 ++-0639112 ++-0628104 ++-0630020 ++-0634136 ++-0638033 ++-0643058 ++-0646009 ++-0625128 ++-0642097 ++-0632149 ++-0635152 ++-0636149 ++-0631121 ++-0641092 ++-0639113 ++-0644032 ++-0637118 ++-0640135 ++-0646010 ++-0634137 ++-0638034 ++-0628105 ++-0627104 ++-0643059 ++-0630021 ++-0625129 ++-0642098 ++-0629104 ++-0635153 ++-0631122 ++-0641093 ++-0639114 ++-0644033 ++-0632150 ++-0637119 ++-0636150 ++-0640136 ++-0646011 ++-0634138 ++-0643060 ++-0630022 ++-0638035 ++-0625130 ++-0642099 ++-0629105 ++-0628106 ++-0653000 ++-0627105 ++-0635154 ++-0641094 ++-0639115 ++-0644034 ++-0631123 ++-0637120 ++-0636151 ++-0640137 ++-0646012 ++-0632151 ++-0634139 ++-0630023 ++-0638036 ++-0643061 ++-0642100 ++-0629106 ++-0627106 ++-0625131 ++-0641095 ++-0639116 ++-0628107 ++-0653001 ++-0644035 ++-0637121 ++-0631124 ++-0636152 ++-0635155 ++-0640138 ++-0634140 ++-0630024 ++-0646013 ++-0638037 ++-0632152 ++-0642101 ++-0643062 ++-0641096 ++-0625132 ++-0653002 ++-0628108 ++-0639117 ++-0637122 ++-0629107 ++-0636153 ++-0644036 ++-0634141 ++-0640139 ++-0627107 ++-0630025 ++-0631125 ++-0646014 ++-0638038 ++-0642102 ++-0643063 ++-0641097 ++-0632153 ++-0625133 ++-0628109 ++-0629108 ++-0639118 ++-0653003 ++-0634142 ++-0637123 ++-0636154 ++-0631126 ++-0628110 ++-0638039 ++-0639119 ++-0641098 ++-0630026 ++-0644037 ++-0646015 ++-0632154 ++-0653004 ++-0629109 ++-0627108 ++-0640140 ++-0642103 ++-0634143 ++-0625134 ++-0643064 ++-0655000 ++-0637124 ++-0639120 ++-0636155 ++-0631127 ++-0638040 ++-0628111 ++-0632155 ++-0630027 ++-0653005 ++-0629110 ++-0644038 ++-0641099 ++-0646016 ++-0640141 ++-0655001 ++-0643065 ++-0642104 ++-0627109 ++-0634144 ++-0625135 ++-0637125 ++-0631128 ++-0628112 ++-0638041 ++-0639121 ++-0629111 ++-0630028 ++-0625136 ++-0625137 ++-0637126 ++-0646017 ++-0641100 ++-0643066 ++-0653006 ++-0632156 ++-0634145 ++-0640142 ++-0644039 ++-0628113 ++-0629112 ++-0627110 ++-0639122 ++-0631129 ++-0655002 ++-0642105 ++-0630029 ++-0638042 ++-0625138 ++-0637127 ++-0642106 ++-0629113 ++-0640143 ++-0631130 ++-0655003 ++-0644040 ++-0653007 ++-0643067 ++-0639123 ++-0634146 ++-0627111 ++-0646018 ++-0628114 ++-0638043 ++-0656000 ++-0641101 ++-0630030 ++-0653008 ++-0631131 ++-0644041 ++-0637128 ++-0638044 ++-0655004 ++-0625139 ++-0642107 ++-0639124 ++-0628115 ++-0629114 ++-0627112 ++-0643068 ++-0640144 ++-0653009 ++-0634147 ++-0641102 ++-0631132 ++-0644042 ++-0656001 ++-0630031 ++-0646019 ++-0637129 ++-0652000 ++-0639125 ++-0638045 ++-0628116 ++-0655005 ++-0653010 ++-0642108 ++-0640145 ++-0634148 ++-0625140 ++-0627113 ++-0643069 ++-0629115 ++-0631133 ++-0644043 ++-0630032 ++-0641103 ++-0656002 ++-0637130 ++-0646020 ++-0639126 ++-0652001 ++-0628117 ++-0653011 ++-0655006 ++-0642109 ++-0640146 ++-0638046 ++-0627114 ++-0631134 ++-0625141 ++-0630033 ++-0634149 ++-0643070 ++-0629116 ++-0641104 ++-0644044 ++-0656003 ++-0628118 ++-0646021 ++-0653012 ++-0642110 ++-0637131 ++-0655007 ++-0652002 ++-0638047 ++-0639127 ++-0640147 ++-0627115 ++-0631135 ++-0625142 ++-0630034 ++-0643071 ++-0629117 ++-0644045 ++-0634150 ++-0656004 ++-0628119 ++-0641105 ++-0642111 ++-0646022 ++-0653013 ++-0652003 ++-0638048 ++-0639128 ++-0637132 ++-0631136 ++-0630035 ++-0655008 ++-0625143 ++-0640148 ++-0629118 ++-0627116 ++-0644046 ++-0634151 ++-0643072 ++-0628120 ++-0641106 ++-0642112 ++-0656005 ++-0653014 ++-0646023 ++-0637133 ++-0639129 ++-0652004 ++-0631137 ++-0625144 ++-0630036 ++-0640149 ++-0655009 ++-0627117 ++-0638049 ++-0644047 ++-0629119 ++-0641107 ++-0642113 ++-0628121 ++-0634152 ++-0643073 ++-0653015 ++-0637134 ++-0656006 ++-0639130 ++-0652005 ++-0625145 ++-0631138 ++-0640150 ++-0655010 ++-0646024 ++-0638050 ++-0630037 ++-0644048 ++-0629120 ++-0641108 ++-0628122 ++-0627118 ++-0642114 ++-0653016 ++-0634153 ++-0643074 ++-0639131 ++-0625146 ++-0637135 ++-0652006 ++-0640151 ++-0655011 ++-0644049 ++-0630038 ++-0656007 ++-0631139 ++-0638051 ++-0627119 ++-0628123 ++-0641109 ++-0646025 ++-0629121 ++-0642115 ++-0653017 ++-0643075 ++-0634154 ++-0639132 ++-0625147 ++-0652007 ++-0644050 ++-0630039 ++-0637136 ++-0628124 ++-0638052 ++-0627120 ++-0655012 ++-0631140 ++-0640152 ++-0656008 ++-0629122 ++-0643076 ++-0642116 ++-0641110 ++-0653018 ++-0646026 ++-0639133 ++-0625148 ++-0634155 ++-0637137 ++-0652008 ++-0644051 ++-0630040 ++-0628125 ++-0638053 ++-0656009 ++-0655013 ++-0631141 ++-0643077 ++-0641111 ++-0640153 ++-0627121 ++-0642117 ++-0646027 ++-0629123 ++-0639134 ++-0653019 ++-0625149 ++-0634156 ++-0652009 ++-0637138 ++-0644052 ++-0630041 ++-0628126 ++-0656010 ++-0638054 ++-0631142 ++-0643078 ++-0640154 ++-0641112 ++-0642118 ++-0655014 ++-0646028 ++-0639135 ++-0627122 ++-0625150 ++-0653020 ++-0629124 ++-0652010 ++-0637139 ++-0628127 ++-0630042 ++-0638055 ++-0643079 ++-0644053 ++-0631143 ++-0641113 ++-0656011 ++-0655015 ++-0646029 ++-0625151 ++-0640155 ++-0629125 ++-0642119 ++-0639136 ++-0637140 ++-0627123 ++-0630043 ++-0653021 ++-0638056 ++-0652011 ++-0628128 ++-0643080 ++-0644054 ++-0631144 ++-0641114 ++-0655016 ++-0656012 ++-0625152 ++-0629126 ++-0646030 ++-0640156 ++-0642120 ++-0639137 ++-0637141 ++-0654000 ++-0653022 ++-0630044 ++-0652012 ++-0644055 ++-0627124 ++-0643081 ++-0655017 ++-0628129 ++-0638057 ++-0656013 ++-0629127 ++-0631145 ++-0641115 ++-0646031 ++-0625153 ++-0642121 ++-0637142 ++-0654001 ++-0639138 ++-0630045 ++-0644056 ++-0653023 ++-0627125 ++-0643082 ++-0628130 ++-0629128 ++-0656014 ++-0646032 ++-0652013 ++-0655018 ++-0631146 ++-0638058 ++-0637143 ++-0639139 ++-0630046 ++-0653024 ++-0639140 ++-0644057 ++-0638059 ++-0643083 ++-0654002 ++-0642122 ++-0637144 ++-0625154 ++-0641116 ++-0631147 ++-0655019 ++-0627126 ++-0653025 ++-0629129 ++-0652014 ++-0628131 ++-0630047 ++-0656015 ++-0646033 ++-0639141 ++-0660000 ++-0644058 ++-0638060 ++-0643084 ++-0637145 ++-0625155 ++-0655020 ++-0654003 ++-0642123 ++-0641117 ++-0628132 ++-0652015 ++-0631148 ++-0653026 ++-0656016 ++-0627127 ++-0629130 ++-0646034 ++-0630048 ++-0639142 ++-0660001 ++-0644059 ++-0637146 ++-0643085 ++-0655021 ++-0638061 ++-0652016 ++-0625156 ++-0628133 ++-0642124 ++-0627128 ++-0654004 ++-0639143 ++-0641118 ++-0653027 ++-0630049 ++-0656017 ++-0655022 ++-0631149 ++-0627129 ++-0644060 ++-0646035 ++-0643086 ++-0628134 ++-0642125 ++-0629131 ++-0654005 ++-0637147 ++-0652017 ++-0660002 ++-0638062 ++-0641119 ++-0639144 ++-0630050 ++-0656018 ++-0631150 ++-0653028 ++-0627130 ++-0646036 ++-0629132 ++-0628135 ++-0655023 ++-0637148 ++-0644061 ++-0654006 ++-0652018 ++-0643087 ++-0642126 ++-0641120 ++-0638063 ++-0660003 ++-0630051 ++-0656019 ++-0653029 ++-0627131 ++-0629133 ++-0628136 ++-0655024 ++-0645000 ++-0639145 ++-0646037 ++-0631151 ++-0644062 ++-0652019 ++-0643088 ++-0654007 ++-0638064 ++-0637149 ++-0642127 ++-0641121 ++-0660004 ++-0627132 ++-0630052 ++-0653030 ++-0656020 ++-0628137 ++-0645001 ++-0631152 ++-0655025 ++-0652020 ++-0629134 ++-0644063 ++-0646038 ++-0643089 ++-0638065 ++-0639146 ++-0654008 ++-0637150 ++-0660005 ++-0642128 ++-0630053 ++-0641122 ++-0631153 ++-0653031 ++-0628138 ++-0645002 ++-0627133 ++-0652021 ++-0656021 ++-0646039 ++-0644064 ++-0643090 ++-0638066 ++-0654009 ++-0655026 ++-0629135 ++-0639147 ++-0637151 ++-0660006 ++-0656022 ++-0630054 ++-0642129 ++-0627134 ++-0631154 ++-0653032 ++-0629136 ++-0645003 ++-0646040 ++-0655027 ++-0643091 ++-0641123 ++-0628139 ++-0652022 ++-0660007 ++-0639148 ++-0654010 ++-0638067 ++-0644065 ++-0656023 ++-0637152 ++-0642130 ++-0627135 ++-0630055 ++-0629137 ++-0641124 ++-0645004 ++-0655028 ++-0643092 ++-0653033 ++-0628140 ++-0631155 ++-0646041 ++-0660008 ++-0654011 ++-0638068 ++-0656024 ++-0652023 ++-0637153 ++-0639149 ++-0644066 ++-0627136 ++-0630056 ++-0642131 ++-0645005 ++-0641125 ++-0653034 ++-0643093 ++-0655029 ++-0631156 ++-0629138 ++-0646042 ++-0654012 ++-0638069 ++-0652024 ++-0656025 ++-0637154 ++-0639150 ++-0628141 ++-0660009 ++-0644067 ++-0630057 ++-0642132 ++-0627137 ++-0641126 ++-0653035 ++-0655030 ++-0645006 ++-0643094 ++-0629139 ++-0646043 ++-0638070 ++-0637155 ++-0639151 ++-0654013 ++-0628142 ++-0644068 ++-0652025 ++-0656026 ++-0630058 ++-0660010 ++-0641127 ++-0627138 ++-0653036 ++-0655031 ++-0642133 ++-0646044 ++-0645007 ++-0629140 ++-0638071 ++-0643095 ++-0637156 ++-0654014 ++-0639152 ++-0644069 ++-0630059 ++-0652026 ++-0628143 ++-0641128 ++-0660011 ++-0656027 ++-0655032 ++-0646045 ++-0653037 ++-0645008 ++-0629141 ++-0642134 ++-0627139 ++-0638072 ++-0643096 ++-0655033 ++-0646046 ++-0644070 ++-0651000 ++-0638073 ++-0653038 ++-0654015 ++-0656028 ++-0652027 ++-0639153 ++-0630060 ++-0643097 ++-0660012 ++-0642135 ++-0628144 ++-0641129 ++-0629142 ++-0627140 ++-0645009 ++-0655034 ++-0646047 ++-0651001 ++-0644071 ++-0654016 ++-0656029 ++-0643098 ++-0639154 ++-0652028 ++-0660013 ++-0653039 ++-0629143 ++-0642136 ++-0638074 ++-0627141 ++-0630061 ++-0641130 ++-0628145 ++-0645010 ++-0655035 ++-0644072 ++-0646048 ++-0643099 ++-0656030 ++-0653040 ++-0654017 ++-0657000 ++-0651002 ++-0639155 ++-0660014 ++-0629144 ++-0642137 ++-0630062 ++-0627142 ++-0641131 ++-0652029 ++-0638075 ++-0655036 ++-0645011 ++-0644073 ++-0628146 ++-0643100 ++-0653041 ++-0646049 ++-0657001 ++-0656031 ++-0630063 ++-0639156 ++-0660015 ++-0654018 ++-0651003 ++-0642138 ++-0629145 ++-0641132 ++-0655037 ++-0627143 ++-0652030 ++-0638076 ++-0628147 ++-0645012 ++-0644074 ++-0643101 ++-0653042 ++-0656032 ++-0646050 ++-0657002 ++-0654019 ++-0642139 ++-0630064 ++-0651004 ++-0638077 ++-0655038 ++-0660016 ++-0627144 ++-0639157 ++-0652031 ++-0629146 ++-0628148 ++-0641133 ++-0644075 ++-0643102 ++-0653043 ++-0645013 ++-0656033 ++-0646051 ++-0657003 ++-0642140 ++-0655039 ++-0638078 ++-0651005 ++-0627145 ++-0630065 ++-0629147 ++-0652032 ++-0654020 ++-0643103 ++-0627146 ++-0639158 ++-0660017 ++-0644076 ++-0643104 ++-0638079 ++-0628149 ++-0656034 ++-0645014 ++-0653044 ++-0641134 ++-0629148 ++-0630066 ++-0646052 ++-0652033 ++-0657004 ++-0627147 ++-0642141 ++-0655040 ++-0654021 ++-0651006 ++-0660018 ++-0656035 ++-0644077 ++-0638080 ++-0645015 ++-0628150 ++-0641135 ++-0629149 ++-0657005 ++-0643105 ++-0642142 ++-0646053 ++-0655041 ++-0654022 ++-0653045 ++-0652034 ++-0630067 ++-0627148 ++-0651007 ++-0660019 ++-0644078 ++-0641136 ++-0638081 ++-0645016 ++-0629150 ++-0656036 ++-0643106 ++-0657006 ++-0646054 ++-0628151 ++-0654023 ++-0627149 ++-0652035 ++-0630068 ++-0642143 ++-0653046 ++-0655042 ++-0651008 ++-0641137 ++-0645017 ++-0629151 ++-0643107 ++-0644079 ++-0646055 ++-0660020 ++-0638082 ++-0657007 ++-0659000 ++-0654024 ++-0652036 ++-0656037 ++-0630069 ++-0627150 ++-0628152 ++-0642144 ++-0655043 ++-0651009 ++-0653047 ++-0641138 ++-0629152 ++-0645018 ++-0638083 ++-0644080 ++-0660021 ++-0657008 ++-0646056 ++-0654025 ++-0643108 ++-0659001 ++-0627151 ++-0652037 ++-0630070 ++-0642145 ++-0656038 ++-0653048 ++-0628153 ++-0651010 ++-0655044 ++-0641139 ++-0629153 ++-0645019 ++-0638084 ++-0644081 ++-0660022 ++-0654026 ++-0657009 ++-0627152 ++-0646057 ++-0656039 ++-0659002 ++-0652038 ++-0643109 ++-0653049 ++-0630071 ++-0628154 ++-0642146 ++-0651011 ++-0641140 ++-0629154 ++-0655045 ++-0638085 ++-0644082 ++-0654027 ++-0627153 ++-0645020 ++-0646058 ++-0660023 ++-0656040 ++-0657010 ++-0653050 ++-0643110 ++-0642147 ++-0652039 ++-0659003 ++-0651012 ++-0629155 ++-0641141 ++-0628155 ++-0630072 ++-0638086 ++-0655046 ++-0645021 ++-0654028 ++-0653051 ++-0642148 ++-0629156 ++-0657011 ++-0646059 ++-0660024 ++-0652040 ++-0627154 ++-0644083 ++-0643111 ++-0656041 ++-0630073 ++-0659004 ++-0641142 ++-0651013 ++-0645022 ++-0628156 ++-0630074 ++-0655047 ++-0652041 ++-0638087 ++-0646060 ++-0653052 ++-0660025 ++-0654029 ++-0627155 ++-0657012 ++-0643112 ++-0659005 ++-0641143 ++-0642149 ++-0651014 ++-0656042 ++-0644084 ++-0660026 ++-0654030 ++-0657013 ++-0642150 ++-0645023 ++-0641144 ++-0644085 ++-0646061 ++-0653053 ++-0656043 ++-0655048 ++-0651015 ++-0630075 ++-0659006 ++-0652042 ++-0643113 ++-0638088 ++-0657014 ++-0642151 ++-0641145 ++-0656044 ++-0655049 ++-0651016 ++-0649000 ++-0644086 ++-0653054 ++-0643114 ++-0652043 ++-0660027 ++-0654031 ++-0630076 ++-0646062 ++-0645024 ++-0648000 ++-0659007 ++-0638089 ++-0657015 ++-0647000 ++-0642152 ++-0656045 ++-0641146 ++-0655050 ++-0644087 ++-0649001 ++-0651017 ++-0643115 ++-0653055 ++-0660028 ++-0630077 ++-0645025 ++-0652044 ++-0646063 ++-0638090 ++-0659008 ++-0654032 ++-0657016 ++-0648001 ++-0642153 ++-0656046 ++-0652045 ++-0642154 ++-0647001 ++-0644088 ++-0655051 ++-0657017 ++-0641147 ++-0651018 ++-0660029 ++-0659009 ++-0643116 ++-0645026 ++-0630078 ++-0646064 ++-0649002 ++-0648002 ++-0653056 ++-0654033 ++-0642155 ++-0638091 ++-0656047 ++-0652046 ++-0647002 ++-0651019 ++-0644089 ++-0655052 ++-0660030 ++-0645027 ++-0630079 ++-0641148 ++-0646065 ++-0657018 ++-0653057 ++-0648003 ++-0643117 ++-0654034 ++-0659010 ++-0649003 ++-0656048 ++-0638092 ++-0647003 ++-0652047 ++-0644090 ++-0655053 ++-0651020 ++-0660031 ++-0646066 ++-0653058 ++-0657019 ++-0645028 ++-0630080 ++-0641149 ++-0648004 ++-0643118 ++-0654035 ++-0638093 ++-0647004 ++-0659011 ++-0652048 ++-0649004 ++-0656049 ++-0644091 ++-0655054 ++-0651021 ++-0660032 ++-0645029 ++-0653059 ++-0657020 ++-0641150 ++-0646067 ++-0648005 ++-0654036 ++-0630081 ++-0647005 ++-0643119 ++-0638094 ++-0659012 ++-0649005 ++-0656050 ++-0662000 ++-0652049 ++-0644092 ++-0660033 ++-0655055 ++-0651022 ++-0645030 ++-0653060 ++-0657021 ++-0648006 ++-0630082 ++-0646068 ++-0654037 ++-0647006 ++-0641151 ++-0659013 ++-0649006 ++-0643120 ++-0662001 ++-0652050 ++-0644093 ++-0660034 ++-0638095 ++-0645031 ++-0656051 ++-0655056 ++-0657022 ++-0630083 ++-0648007 ++-0651023 ++-0646069 ++-0653061 ++-0647007 ++-0654038 ++-0641152 ++-0659014 ++-0643121 ++-0652051 ++-0660035 ++-0644094 ++-0655057 ++-0653062 ++-0648008 ++-0649007 ++-0654039 ++-0638096 ++-0641153 ++-0653063 ++-0641154 ++-0654040 ++-0638097 ++-0645032 ++-0657023 ++-0651024 ++-0630084 ++-0644095 ++-0647008 ++-0655058 ++-0648009 ++-0652052 ++-0654041 ++-0656052 ++-0659015 ++-0646070 ++-0653064 ++-0643122 ++-0662002 ++-0641155 ++-0638098 ++-0645033 ++-0649008 ++-0660036 ++-0657024 ++-0630085 ++-0651025 ++-0647009 ++-0648010 ++-0653065 ++-0655059 ++-0652053 ++-0654042 ++-0646071 ++-0659016 ++-0644096 ++-0643123 ++-0649009 ++-0630086 ++-0662003 ++-0651026 ++-0638099 ++-0645034 ++-0641156 ++-0657025 ++-0655060 ++-0656053 ++-0647010 ++-0648011 ++-0652054 ++-0654043 ++-0644097 ++-0646072 ++-0649010 ++-0662004 ++-0651027 ++-0630087 ++-0645035 ++-0647011 ++-0660037 ++-0638100 ++-0655061 ++-0644098 ++-0657026 ++-0648012 ++-0652055 ++-0646073 ++-0656054 ++-0654044 ++-0659017 ++-0653066 ++-0649011 ++-0630088 ++-0651028 ++-0643124 ++-0662005 ++-0638101 ++-0647012 ++-0660038 ++-0655062 ++-0644099 ++-0645036 ++-0648013 ++-0659018 ++-0656055 ++-0652056 ++-0657027 ++-0646074 ++-0649012 ++-0653067 ++-0654045 ++-0630089 ++-0651029 ++-0647013 ++-0660039 ++-0662006 ++-0643125 ++-0644100 ++-0638102 ++-0655063 ++-0661000 ++-0645037 ++-0657028 ++-0648014 ++-0656056 ++-0652057 ++-0659019 ++-0646075 ++-0653068 ++-0649013 ++-0630090 ++-0651030 ++-0654046 ++-0647014 ++-0660040 ++-0644101 ++-0655064 ++-0643126 ++-0662007 ++-0657029 ++-0648015 ++-0661001 ++-0638103 ++-0645038 ++-0656057 ++-0652058 ++-0646076 ++-0653069 ++-0649014 ++-0630091 ++-0651031 ++-0647015 ++-0659020 ++-0654047 ++-0660041 ++-0643127 ++-0662008 ++-0644102 ++-0661002 ++-0648016 ++-0655065 ++-0657030 ++-0645039 ++-0638104 ++-0656058 ++-0652059 ++-0630092 ++-0651032 ++-0646077 ++-0659021 ++-0649015 ++-0653070 ++-0647016 ++-0660042 ++-0654048 ++-0643128 ++-0662009 ++-0644103 ++-0645040 ++-0655066 ++-0661003 ++-0656059 ++-0630093 ++-0652060 ++-0648017 ++-0657031 ++-0638105 ++-0646078 ++-0653071 ++-0647017 ++-0651033 ++-0660043 ++-0649016 ++-0659022 ++-0654049 ++-0645041 ++-0643129 ++-0655067 ++-0662010 ++-0661004 ++-0644104 ++-0630094 ++-0656060 ++-0648018 ++-0646079 ++-0652061 ++-0653072 ++-0638106 ++-0657032 ++-0660044 ++-0647018 ++-0651034 ++-0649017 ++-0659023 ++-0645042 ++-0655068 ++-0661005 ++-0662011 ++-0654050 ++-0643130 ++-0630095 ++-0660045 ++-0653073 ++-0656061 ++-0644105 ++-0646080 ++-0648019 ++-0647019 ++-0638107 ++-0659024 ++-0657033 ++-0649018 ++-0651035 ++-0652062 ++-0662012 ++-0653074 ++-0630096 ++-0661006 ++-0645043 ++-0654051 ++-0638108 ++-0643131 ++-0660046 ++-0655069 ++-0647020 ++-0644106 ++-0659025 ++-0646081 ++-0656062 ++-0657034 ++-0648020 ++-0651036 ++-0649019 ++-0652063 ++-0630097 ++-0662013 ++-0645044 ++-0661007 ++-0643132 ++-0653075 ++-0638109 ++-0647021 ++-0644107 ++-0654052 ++-0655070 ++-0656063 ++-0660047 ++-0648021 ++-0657035 ++-0659026 ++-0646082 ++-0651037 ++-0649020 ++-0662014 ++-0630098 ++-0652064 ++-0643133 ++-0661008 ++-0653076 ++-0647022 ++-0644108 ++-0645045 ++-0638110 ++-0656064 ++-0655071 ++-0648022 ++-0657036 ++-0654053 ++-0649021 ++-0660048 ++-0651038 ++-0659027 ++-0662015 ++-0630099 ++-0646083 ++-0661009 ++-0652065 ++-0647023 ++-0645046 ++-0643134 ++-0644109 ++-0656065 ++-0655072 ++-0638111 ++-0649022 ++-0653077 ++-0657037 ++-0654054 ++-0660049 ++-0651039 ++-0648023 ++-0659028 ++-0646084 ++-0662016 ++-0661010 ++-0647024 ++-0652066 ++-0630100 ++-0645047 ++-0643135 ++-0655073 ++-0656066 ++-0638112 ++-0644110 ++-0653078 ++-0649023 ++-0654055 ++-0651040 ++-0660050 ++-0657038 ++-0646085 ++-0662017 ++-0659029 ++-0648024 ++-0652067 ++-0630101 ++-0647025 ++-0661011 ++-0645048 ++-0643136 ++-0656067 ++-0638113 ++-0644111 ++-0653079 ++-0654056 ++-0649024 ++-0655074 ++-0651041 ++-0660051 ++-0646086 ++-0657039 ++-0652068 ++-0630102 ++-0648025 ++-0662018 ++-0645049 ++-0659030 ++-0661012 ++-0647026 ++-0656068 ++-0638114 ++-0644112 ++-0643137 ++-0649025 ++-0654057 ++-0646087 ++-0660052 ++-0653080 ++-0655075 ++-0652069 ++-0651042 ++-0657040 ++-0630103 ++-0662019 ++-0645050 ++-0661013 ++-0659031 ++-0647027 ++-0656069 ++-0638115 ++-0648026 ++-0643138 ++-0646088 ++-0644113 ++-0660053 ++-0654058 ++-0649026 ++-0652070 ++-0657041 ++-0653081 ++-0630104 ++-0662020 ++-0655076 ++-0645051 ++-0651043 ++-0659032 ++-0638116 ++-0656070 ++-0647028 ++-0661014 ++-0646089 ++-0648027 ++-0643139 ++-0654059 ++-0644114 ++-0655077 ++-0638117 ++-0660054 ++-0657042 ++-0630105 ++-0653082 ++-0645052 ++-0662021 ++-0661015 ++-0648028 ++-0652071 ++-0647029 ++-0649027 ++-0659033 ++-0656071 ++-0651044 ++-0654060 ++-0646090 ++-0638118 ++-0655078 ++-0643140 ++-0644115 ++-0630106 ++-0660055 ++-0657043 ++-0645053 ++-0661016 ++-0649028 ++-0647030 ++-0659034 ++-0653083 ++-0656072 ++-0643141 ++-0662022 ++-0648029 ++-0654061 ++-0644116 ++-0655079 ++-0651045 ++-0638119 ++-0652072 ++-0646091 ++-0630107 ++-0649029 ++-0651046 ++-0638120 ++-0660056 ++-0657044 ++-0655080 ++-0630108 ++-0652073 ++-0647031 ++-0638121 ++-0649030 ++-0651047 ++-0660057 ++-0659035 ++-0657045 ++-0652074 ++-0653084 ++-0630109 ++-0655081 ++-0646092 ++-0638122 ++-0647032 ++-0649031 ++-0656073 ++-0645054 ++-0651048 ++-0662023 ++-0659036 ++-0660058 ++-0661017 ++-0657046 ++-0643142 ++-0652075 ++-0653085 ++-0655082 ++-0654062 ++-0630110 ++-0648030 ++-0638123 ++-0646093 ++-0647033 ++-0644117 ++-0645055 ++-0656074 ++-0651049 ++-0662024 ++-0657047 ++-0660059 ++-0643143 ++-0659037 ++-0661018 ++-0652076 ++-0644118 ++-0643144 ++-0660060 ++-0646094 ++-0652077 ++-0657048 ++-0659038 ++-0653086 ++-0651050 ++-0648031 ++-0654063 ++-0630111 ++-0649032 ++-0661019 ++-0662025 ++-0645056 ++-0647034 ++-0638124 ++-0656075 ++-0655083 ++-0643145 ++-0644119 ++-0657049 ++-0648032 ++-0651051 ++-0654064 ++-0653087 ++-0660061 ++-0645057 ++-0652078 ++-0647035 ++-0656076 ++-0649033 ++-0659039 ++-0646095 ++-0630112 ++-0638125 ++-0662026 ++-0661020 ++-0655084 ++-0643146 ++-0657050 ++-0651052 ++-0644120 ++-0654065 ++-0648033 ++-0653088 ++-0645058 ++-0647036 ++-0652079 ++-0649034 ++-0656077 ++-0660062 ++-0646096 ++-0661021 ++-0659040 ++-0662027 ++-0643147 ++-0630113 ++-0638126 ++-0657051 ++-0655085 ++-0644121 ++-0653089 ++-0654066 ++-0648034 ++-0651053 ++-0645059 ++-0647037 ++-0652080 ++-0649035 ++-0656078 ++-0660063 ++-0661022 ++-0659041 ++-0643148 ++-0646097 ++-0638127 ++-0662028 ++-0630114 ++-0657052 ++-0655086 ++-0644122 ++-0654067 ++-0653090 ++-0648035 ++-0645060 ++-0647038 ++-0651054 ++-0656079 ++-0660064 ++-0661023 ++-0649036 ++-0652081 ++-0659042 ++-0643149 ++-0662029 ++-0646098 ++-0655087 ++-0653091 ++-0644123 ++-0630115 ++-0648036 ++-0638128 ++-0657053 ++-0654068 ++-0645061 ++-0656080 ++-0660065 ++-0651055 ++-0652082 ++-0647039 ++-0659043 ++-0662030 ++-0649037 ++-0661024 ++-0643150 ++-0646099 ++-0655088 ++-0653092 ++-0630116 ++-0648037 ++-0645062 ++-0644124 ++-0638129 ++-0657054 ++-0652083 ++-0656081 ++-0654069 ++-0659044 ++-0660066 ++-0649038 ++-0662031 ++-0647040 ++-0643151 ++-0651056 ++-0646100 ++-0655089 ++-0661025 ++-0630117 ++-0653093 ++-0648038 ++-0652084 ++-0657055 ++-0644125 ++-0645063 ++-0649039 ++-0656082 ++-0659045 ++-0638130 ++-0662032 ++-0660067 ++-0654070 ++-0651057 ++-0646101 ++-0661026 ++-0653094 ++-0647041 ++-0643152 ++-0630118 ++-0655090 ++-0644126 ++-0648039 ++-0652085 ++-0645064 ++-0657056 ++-0659046 ++-0656083 ++-0638131 ++-0662033 ++-0649040 ++-0651058 ++-0653095 ++-0630119 ++-0647042 ++-0661027 ++-0654071 ++-0644127 ++-0643153 ++-0648040 ++-0645065 ++-0655091 ++-0660068 ++-0646102 ++-0651059 ++-0662034 ++-0659047 ++-0652086 ++-0657057 ++-0649041 ++-0656084 ++-0638132 ++-0653096 ++-0630120 ++-0644128 ++-0647043 ++-0654072 ++-0661028 ++-0648041 ++-0660069 ++-0646103 ++-0643154 ++-0651060 ++-0645066 ++-0657058 ++-0652087 ++-0659048 ++-0655092 ++-0656085 ++-0638133 ++-0662035 ++-0649042 ++-0630121 ++-0654073 ++-0653097 ++-0647044 ++-0644129 ++-0648042 ++-0646104 ++-0661029 ++-0651061 ++-0652088 ++-0645067 ++-0659049 ++-0655093 ++-0660070 ++-0638134 ++-0643155 ++-0656086 ++-0649043 ++-0657059 ++-0662036 ++-0654074 ++-0630122 ++-0647045 ++-0644130 ++-0647046 ++-0644131 ++-0659050 ++-0653098 ++-0643156 ++-0649044 ++-0638135 ++-0655094 ++-0645068 ++-0648043 ++-0660071 ++-0646105 ++-0661030 ++-0651062 ++-0654075 ++-0630123 ++-0656087 ++-0652089 ++-0657060 ++-0662037 ++-0647047 ++-0649045 ++-0644132 ++-0653099 ++-0645069 ++-0660072 ++-0648044 ++-0638136 ++-0646106 ++-0655095 ++-0643157 ++-0661031 ++-0656088 ++-0630124 ++-0652090 ++-0659051 ++-0654076 ++-0647048 ++-0657061 ++-0662038 ++-0644133 ++-0651063 ++-0649046 ++-0653100 ++-0645070 ++-0648045 ++-0660073 ++-0638137 ++-0646107 ++-0643158 ++-0661032 ++-0656089 ++-0652091 ++-0655096 ++-0654077 ++-0659052 ++-0630125 ++-0647049 ++-0662039 ++-0651064 ++-0649047 ++-0657062 ++-0644134 ++-0645071 ++-0638138 ++-0660074 ++-0653101 ++-0661033 ++-0643159 ++-0648046 ++-0646108 ++-0656090 ++-0654078 ++-0659053 ++-0652092 ++-0630126 ++-0647050 ++-0655097 ++-0662040 ++-0651065 ++-0657063 ++-0645072 ++-0649048 ++-0638139 ++-0644135 ++-0653102 ++-0643160 ++-0648047 ++-0660075 ++-0656091 ++-0630127 ++-0652093 ++-0659054 ++-0648048 ++-0647051 ++-0661034 ++-0646109 ++-0654079 ++-0662041 ++-0651066 ++-0655098 ++-0653103 ++-0643161 ++-0649049 ++-0660076 ++-0630128 ++-0644136 ++-0657064 ++-0656092 ++-0638140 ++-0645073 ++-0652094 ++-0647052 ++-0648049 ++-0659055 ++-0654080 ++-0646110 ++-0662042 ++-0661035 ++-0630129 ++-0651067 ++-0657065 ++-0660077 ++-0649050 ++-0656093 ++-0638141 ++-0655099 ++-0653104 ++-0645074 ++-0644137 ++-0652095 ++-0659056 ++-0646111 ++-0655100 ++-0654081 ++-0638142 ++-0649051 ++-0647053 ++-0656094 ++-0646112 ++-0657066 ++-0651068 ++-0660078 ++-0653105 ++-0630130 ++-0645075 ++-0659057 ++-0661036 ++-0662043 ++-0644138 ++-0648050 ++-0652096 ++-0655101 ++-0647054 ++-0656095 ++-0653106 ++-0654082 ++-0638143 ++-0663000 ++-0630131 ++-0649052 ++-0657067 ++-0660079 ++-0659058 ++-0645076 ++-0661037 ++-0662044 ++-0646113 ++-0651069 ++-0648051 ++-0652097 ++-0644139 ++-0654083 ++-0630132 ++-0653107 ++-0655102 ++-0638144 ++-0656096 ++-0648052 ++-0647055 ++-0645077 ++-0660080 ++-0649053 ++-0663001 ++-0659059 ++-0662045 ++-0661038 ++-0657068 ++-0644140 ++-0651070 ++-0646114 ++-0652098 ++-0653108 ++-0630133 ++-0654084 ++-0638145 ++-0655103 ++-0656097 ++-0647056 ++-0648053 ++-0663002 ++-0660081 ++-0645078 ++-0662046 ++-0649054 ++-0646115 ++-0659060 ++-0661039 ++-0657069 ++-0644141 ++-0652099 ++-0651071 ++-0661040 ++-0630134 ++-0655104 ++-0660082 ++-0663003 ++-0653109 ++-0647057 ++-0662047 ++-0654085 ++-0638146 ++-0644142 ++-0656098 ++-0652100 ++-0648054 ++-0645079 ++-0659061 ++-0649055 ++-0657070 ++-0646116 ++-0651072 ++-0655105 ++-0630135 ++-0661041 ++-0663004 ++-0662048 ++-0660083 ++-0653110 ++-0638147 ++-0654086 ++-0647058 ++-0648055 ++-0652101 ++-0645080 ++-0657071 ++-0649056 ++-0656099 ++-0659062 ++-0651073 ++-0655106 ++-0644143 ++-0630136 ++-0646117 ++-0661042 ++-0653111 ++-0663005 ++-0662049 ++-0654087 ++-0638148 ++-0660084 ++-0645081 ++-0648056 ++-0657072 ++-0656100 ++-0659063 ++-0649057 ++-0647059 ++-0652102 ++-0630137 ++-0646118 ++-0655107 ++-0651074 ++-0644144 ++-0661043 ++-0662050 ++-0663006 ++-0654088 ++-0653112 ++-0660085 ++-0638149 ++-0645082 ++-0648057 ++-0656101 ++-0652103 ++-0659064 ++-0657073 ++-0649058 ++-0644145 ++-0655108 ++-0661044 ++-0651075 ++-0630138 ++-0646119 ++-0662051 ++-0647060 ++-0653113 ++-0654089 ++-0663007 ++-0660086 ++-0645083 ++-0648058 ++-0656102 ++-0657074 ++-0638150 ++-0649059 ++-0652104 ++-0655109 ++-0644146 ++-0659065 ++-0651076 ++-0646120 ++-0661045 ++-0662052 ++-0630139 ++-0653114 ++-0660087 ++-0654090 ++-0663008 ++-0647061 ++-0648059 ++-0645084 ++-0652105 ++-0657075 ++-0638151 ++-0649060 ++-0655110 ++-0656103 ++-0659066 ++-0651077 ++-0661046 ++-0644147 ++-0630140 ++-0646121 ++-0654091 ++-0662053 ++-0660088 ++-0653115 ++-0647062 ++-0663009 ++-0648060 ++-0645085 ++-0652106 ++-0638152 ++-0656104 ++-0649061 ++-0659067 ++-0657076 ++-0630141 ++-0661047 ++-0655111 ++-0646122 ++-0651078 ++-0644148 ++-0662054 ++-0654092 ++-0660089 ++-0647063 ++-0648061 ++-0645086 ++-0653116 ++-0652107 ++-0663010 ++-0638153 ++-0656105 ++-0659068 ++-0649062 ++-0657077 ++-0630142 ++-0646123 ++-0661048 ++-0655112 ++-0654093 ++-0644149 ++-0651079 ++-0660090 ++-0645087 ++-0647064 ++-0662055 ++-0663011 ++-0652108 ++-0659069 ++-0648062 ++-0630143 ++-0638154 ++-0646124 ++-0661049 ++-0659070 ++-0644150 ++-0656106 ++-0649063 ++-0657078 ++-0645088 ++-0653117 ++-0630144 ++-0647065 ++-0655113 ++-0654094 ++-0638155 ++-0646125 ++-0662056 ++-0648063 ++-0651080 ++-0661050 ++-0663012 ++-0660091 ++-0652109 ++-0659071 ++-0647066 ++-0648064 ++-0651081 ++-0656107 ++-0657079 ++-0644151 ++-0649064 ++-0653118 ++-0654095 ++-0659072 ++-0646126 ++-0648065 ++-0645089 ++-0662057 ++-0630145 ++-0655114 ++-0661051 ++-0660092 ++-0652110 ++-0657080 ++-0647067 ++-0649065 ++-0660093 ++-0649066 ++-0651082 ++-0648066 ++-0657081 ++-0663013 ++-0653119 ++-0659073 ++-0660094 ++-0655115 ++-0645090 ++-0656108 ++-0654096 ++-0646127 ++-0647068 ++-0662058 ++-0644152 ++-0661052 ++-0630146 ++-0652111 ++-0649067 ++-0660095 ++-0663014 ++-0657082 ++-0653120 ++-0655116 ++-0659074 ++-0651083 ++-0645091 ++-0652112 ++-0647069 ++-0658000 ++-0644153 ++-0654097 ++-0649068 ++-0648067 ++-0662059 ++-0630147 ++-0661053 ++-0653121 ++-0659075 ++-0663015 ++-0660096 ++-0651084 ++-0657083 ++-0644154 ++-0654098 ++-0656109 ++-0655117 ++-0630148 ++-0652113 ++-0646128 ++-0647070 ++-0648068 ++-0662060 ++-0658001 ++-0649069 ++-0653122 ++-0663016 ++-0660097 ++-0661054 ++-0651085 ++-0645092 ++-0656110 ++-0644155 ++-0652114 ++-0659076 ++-0657084 ++-0658002 ++-0649070 ++-0662061 ++-0646129 ++-0655118 ++-0630149 ++-0647071 ++-0654099 ++-0653123 ++-0660098 ++-0661055 ++-0651086 ++-0663017 ++-0645093 ++-0659077 ++-0656111 ++-0648069 ++-0646130 ++-0630150 ++-0652115 ++-0658003 ++-0661056 ++-0653124 ++-0654100 ++-0662062 ++-0649071 ++-0651087 ++-0647072 ++-0657085 ++-0660099 ++-0652116 ++-0630151 ++-0651088 ++-0662063 ++-0653125 ++-0659078 ++-0655119 ++-0645094 ++-0663018 ++-0661057 ++-0658004 ++-0646131 ++-0656112 ++-0657086 ++-0649072 ++-0654101 ++-0647073 ++-0652117 ++-0660100 ++-0648070 ++-0630152 ++-0651089 ++-0662064 ++-0664000 ++-0655120 ++-0649073 ++-0654102 ++-0653126 ++-0646132 ++-0656113 ++-0661058 ++-0659079 ++-0658005 ++-0663019 ++-0652118 ++-0651090 ++-0657087 ++-0645095 ++-0647074 ++-0660101 ++-0649074 ++-0657088 ++-0662065 ++-0652119 ++-0664001 ++-0663020 ++-0630153 ++-0655121 ++-0661059 ++-0648071 ++-0651091 ++-0654103 ++-0659080 ++-0662066 ++-0654104 ++-0658006 ++-0659081 ++-0649075 ++-0663021 ++-0657089 ++-0654105 ++-0658007 ++-0660102 ++-0651092 ++-0652120 ++-0656114 ++-0647075 ++-0664002 ++-0645096 ++-0663022 ++-0646133 ++-0648072 ++-0658008 ++-0654106 ++-0653127 ++-0662067 ++-0630154 ++-0655122 ++-0661060 ++-0659082 ++-0649076 ++-0657090 ++-0652121 ++-0660103 ++-0647076 ++-0651093 ++-0664003 ++-0645097 ++-0646134 ++-0656115 ++-0653128 ++-0648073 ++-0658009 ++-0663023 ++-0654107 ++-0655123 ++-0649077 ++-0662068 ++-0657091 ++-0630155 ++-0659083 ++-0661061 ++-0660104 ++-0647077 ++-0652122 ++-0664004 ++-0646135 ++-0656116 ++-0658010 ++-0653129 ++-0645098 ++-0654108 ++-0655124 ++-0651094 ++-0649078 ++-0648074 ++-0662069 ++-0630156 ++-0663024 ++-0657092 ++-0661062 ++-0659084 ++-0647078 ++-0652123 ++-0660105 ++-0664005 ++-0653130 ++-0658011 ++-0651095 ++-0646136 ++-0654109 ++-0662070 ++-0656117 ++-0649079 ++-0655125 ++-0645099 ++-0657093 ++-0663025 ++-0648075 ++-0659085 ++-0661063 ++-0652124 ++-0660106 ++-0647079 ++-0653131 ++-0664006 ++-0658012 ++-0646137 ++-0651096 ++-0656118 ++-0654110 ++-0657094 ++-0648076 ++-0662071 ++-0661064 ++-0649080 ++-0659086 ++-0655126 ++-0645100 ++-0663026 ++-0652125 ++-0660107 ++-0664007 ++-0658013 ++-0659087 ++-0655127 ++-0661065 ++-0658014 ++-0663027 ++-0664008 ++-0659088 ++-0661066 ++-0663028 ++-0655128 ++-0658015 ++-0660108 ++-0646138 ++-0656119 ++-0664009 ++-0661067 ++-0653132 ++-0651097 ++-0657095 ++-0659089 ++-0648077 ++-0652126 ++-0662072 ++-0649081 ++-0647080 ++-0654111 ++-0658016 ++-0663029 ++-0655129 ++-0650000 ++-0645101 ++-0660109 ++-0664010 ++-0653133 ++-0651098 ++-0646139 ++-0656120 ++-0652127 ++-0657096 ++-0661068 ++-0662073 ++-0659090 ++-0658017 ++-0663030 ++-0650001 ++-0654112 ++-0649082 ++-0648078 ++-0647081 ++-0655130 ++-0660110 ++-0645102 ++-0653134 ++-0651099 ++-0646140 ++-0656121 ++-0657097 ++-0664011 ++-0661069 ++-0662074 ++-0659091 ++-0652128 ++-0663031 ++-0648079 ++-0649083 ++-0647082 ++-0658018 ++-0650002 ++-0654113 ++-0655131 ++-0645103 ++-0653135 ++-0646141 ++-0660111 ++-0664012 ++-0652129 ++-0651100 ++-0662075 ++-0649084 ++-0655132 ++-0656122 ++-0657098 ++-0648080 ++-0661070 ++-0658019 ++-0662076 ++-0659092 ++-0660112 ++-0663032 ++-0653136 ++-0647083 ++-0649085 ++-0652130 ++-0646142 ++-0664013 ++-0650003 ++-0655133 ++-0651101 ++-0645104 ++-0649086 ++-0657099 ++-0648081 ++-0646143 ++-0656123 ++-0660113 ++-0664014 ++-0658020 ++-0645105 ++-0655134 ++-0659093 ++-0654114 ++-0647084 ++-0653137 ++-0661071 ++-0651102 ++-0663033 ++-0650004 ++-0662077 ++-0649087 ++-0652131 ++-0657100 ++-0646144 ++-0664015 ++-0656124 ++-0660114 ++-0655135 ++-0645106 ++-0659094 ++-0648082 ++-0658021 ++-0647085 ++-0654115 ++-0663034 ++-0661072 ++-0650005 ++-0653138 ++-0651103 ++-0652132 ++-0657101 ++-0662078 ++-0656125 ++-0649088 ++-0646145 ++-0664016 ++-0659095 ++-0645107 ++-0648083 ++-0655136 ++-0660115 ++-0647086 ++-0658022 ++-0661073 ++-0651104 ++-0654116 ++-0663035 ++-0652133 ++-0658023 ++-0645108 ++-0664017 ++-0648084 ++-0660116 ++-0661074 ++-0651105 ++-0653139 ++-0647087 ++-0650006 ++-0655137 ++-0646146 ++-0649089 ++-0654117 ++-0657102 ++-0656126 ++-0663036 ++-0652134 ++-0662079 ++-0659096 ++-0660117 ++-0648085 ++-0661075 ++-0645109 ++-0655138 ++-0663037 ++-0647088 ++-0650007 ++-0664018 ++-0656127 ++-0652135 ++-0655139 ++-0664019 ++-0646147 ++-0662080 ++-0648086 ++-0653140 ++-0649090 ++-0658024 ++-0651106 ++-0655140 ++-0657103 ++-0654118 ++-0647089 ++-0645110 ++-0663038 ++-0659097 ++-0650008 ++-0656128 ++-0661076 ++-0652136 ++-0664020 ++-0648087 ++-0646148 ++-0660118 ++-0662081 ++-0653141 ++-0649091 ++-0657104 ++-0645111 ++-0655141 ++-0654119 ++-0659098 ++-0658025 ++-0663039 ++-0651107 ++-0661077 ++-0647090 ++-0656129 ++-0648088 ++-0652137 ++-0660119 ++-0650009 ++-0653142 ++-0664021 ++-0646149 ++-0649092 ++-0662082 ++-0654120 ++-0659099 ++-0645112 ++-0657105 ++-0658026 ++-0661078 ++-0651108 ++-0656130 ++-0663040 ++-0647091 ++-0650010 ++-0653143 ++-0646150 ++-0655142 ++-0648089 ++-0664022 ++-0660120 ++-0649093 ++-0652138 ++-0659100 ++-0654121 ++-0645113 ++-0662083 ++-0651109 ++-0663041 ++-0657106 ++-0658027 ++-0656131 ++-0646151 ++-0661079 ++-0655143 ++-0648090 ++-0647092 ++-0664023 ++-0649094 ++-0650011 ++-0653144 ++-0652139 ++-0660121 ++-0659101 ++-0654122 ++-0662084 ++-0651110 ++-0645114 ++-0663042 ++-0658028 ++-0657107 ++-0661080 ++-0656132 ++-0655144 ++-0647093 ++-0650012 ++-0649095 ++-0646152 ++-0664024 ++-0653145 ++-0648091 ++-0660122 ++-0659102 ++-0652140 ++-0651111 ++-0645115 ++-0654123 ++-0657108 ++-0662085 ++-0655145 ++-0663043 ++-0647094 ++-0658029 ++-0650013 ++-0661081 ++-0646153 ++-0649096 ++-0656133 ++-0653146 ++-0660123 ++-0664025 ++-0659103 ++-0648092 ++-0651112 ++-0652141 ++-0654124 ++-0662086 ++-0655146 ++-0645116 ++-0647095 ++-0650014 ++-0657109 ++-0649097 ++-0663044 ++-0653147 ++-0656134 ++-0660124 ++-0658030 ++-0661082 ++-0646154 ++-0659104 ++-0664026 ++-0652142 ++-0655147 ++-0651113 ++-0645117 ++-0648093 ++-0662087 ++-0654125 ++-0647096 ++-0657110 ++-0649098 ++-0653148 ++-0650015 ++-0660125 ++-0661083 ++-0663045 ++-0646155 ++-0656135 ++-0659105 ++-0664027 ++-0655148 ++-0658031 ++-0652143 ++-0662088 ++-0645118 ++-0647097 ++-0654126 ++-0651114 ++-0648094 ++-0657111 ++-0650016 ++-0653149 ++-0661084 ++-0649099 ++-0660126 ++-0656136 ++-0663046 ++-0659106 ++-0658032 ++-0645119 ++-0662089 ++-0652144 ++-0664028 ++-0655149 ++-0654127 ++-0651115 ++-0647098 ++-0648095 ++-0657112 ++-0661085 ++-0655150 ++-0658033 ++-0656137 ++-0654128 ++-0660127 ++-0653150 ++-0663047 ++-0645120 ++-0650017 ++-0649100 ++-0652145 ++-0659107 ++-0655151 ++-0662090 ++-0648096 ++-0661086 ++-0651116 ++-0647099 ++-0657113 ++-0664029 ++-0660128 ++-0653151 ++-0662091 ++-0664030 ++-0655152 ++-0666000 ++-0661087 ++-0658034 ++-0654129 ++-0659108 ++-0657114 ++-0656138 ++-0645121 ++-0650018 ++-0652146 ++-0648097 ++-0651117 ++-0663048 ++-0647100 ++-0660129 ++-0662092 ++-0649101 ++-0653152 ++-0666001 ++-0664031 ++-0655153 ++-0659109 ++-0656139 ++-0657115 ++-0661088 ++-0652147 ++-0654130 ++-0648098 ++-0645122 ++-0651118 ++-0663049 ++-0658035 ++-0650019 ++-0662093 ++-0653153 ++-0666002 ++-0647101 ++-0664032 ++-0660130 ++-0649102 ++-0659110 ++-0655154 ++-0656140 ++-0661089 ++-0652148 ++-0648099 ++-0658036 ++-0657116 ++-0651119 ++-0650020 ++-0645123 ++-0663050 ++-0654131 ++-0653154 ++-0664033 ++-0666003 ++-0647102 ++-0660131 ++-0662094 ++-0649103 ++-0655155 ++-0661090 ++-0656141 ++-0659111 ++-0651120 ++-0650021 ++-0645124 ++-0657117 ++-0658037 ++-0652149 ++-0648100 ++-0664034 ++-0663051 ++-0666004 ++-0654132 ++-0662095 ++-0660132 ++-0653155 ++-0647103 ++-0661091 ++-0656142 ++-0655156 ++-0649104 ++-0651121 ++-0657118 ++-0648101 ++-0650022 ++-0645125 ++-0659112 ++-0658038 ++-0664035 ++-0666005 ++-0663052 ++-0652150 ++-0662096 ++-0660133 ++-0647104 ++-0654133 ++-0653156 ++-0651122 ++-0649105 ++-0656143 ++-0661092 ++-0657119 ++-0645126 ++-0650023 ++-0658039 ++-0664036 ++-0648102 ++-0652151 ++-0660134 ++-0662097 ++-0663053 ++-0666006 ++-0647105 ++-0659113 ++-0654134 ++-0651123 ++-0656144 ++-0649106 ++-0645127 ++-0650024 ++-0658040 ++-0661093 ++-0664037 ++-0657120 ++-0648103 ++-0652152 ++-0662098 ++-0663054 ++-0666007 ++-0660135 ++-0647106 ++-0659114 ++-0651124 ++-0654135 ++-0645128 ++-0656145 ++-0650025 ++-0675000 ++-0657121 ++-0664038 ++-0652153 ++-0658041 ++-0649107 ++-0663055 ++-0666008 ++-0661094 ++-0662099 ++-0648104 ++-0660136 ++-0647107 ++-0651125 ++-0654136 ++-0659115 ++-0645129 ++-0656146 ++-0664039 ++-0675001 ++-0650026 ++-0658042 ++-0673000 ++-0652154 ++-0666009 ++-0649108 ++-0657122 ++-0662100 ++-0661095 ++-0647108 ++-0660137 ++-0663056 ++-0648105 ++-0651126 ++-0654137 ++-0645130 ++-0659116 ++-0675002 ++-0650027 ++-0658043 ++-0656147 ++-0652155 ++-0664040 ++-0666010 ++-0673001 ++-0662101 ++-0649109 ++-0661096 ++-0663057 ++-0660138 ++-0648106 ++-0657123 ++-0647109 ++-0651127 ++-0645131 ++-0659117 ++-0666011 ++-0654138 ++-0675003 ++-0673002 ++-0658044 ++-0664041 ++-0652156 ++-0650028 ++-0649110 ++-0662102 ++-0656148 ++-0661097 ++-0663058 ++-0660139 ++-0657124 ++-0651128 ++-0648107 ++-0645132 ++-0666012 ++-0659118 ++-0647110 ++-0658045 ++-0673003 ++-0654139 ++-0662103 ++-0649111 ++-0650029 ++-0661098 ++-0656149 ++-0675004 ++-0664042 ++-0660140 ++-0659119 ++-0666013 ++-0654140 ++-0648108 ++-0645133 ++-0657125 ++-0675005 ++-0658046 ++-0649112 ++-0650030 ++-0656150 ++-0654141 ++-0657126 ++-0647111 ++-0664043 ++-0660141 ++-0645134 ++-0659120 ++-0666014 ++-0662104 ++-0651129 ++-0661099 ++-0648109 ++-0663059 ++-0672000 ++-0673004 ++-0649113 ++-0650031 ++-0675006 ++-0645135 ++-0664044 ++-0659121 ++-0660142 ++-0661100 ++-0654142 ++-0663060 ++-0656151 ++-0651130 ++-0648110 ++-0662105 ++-0658047 ++-0672001 ++-0673005 ++-0666015 ++-0657127 ++-0647112 ++-0649114 ++-0650032 ++-0645136 ++-0660143 ++-0661101 ++-0658048 ++-0666016 ++-0675007 ++-0659122 ++-0673006 ++-0648111 ++-0663061 ++-0672002 ++-0656152 ++-0649115 ++-0647113 ++-0664045 ++-0651131 ++-0654143 ++-0660144 ++-0658049 ++-0662106 ++-0657128 ++-0645137 ++-0661102 ++-0675008 ++-0650033 ++-0666017 ++-0659123 ++-0648112 ++-0672003 ++-0654144 ++-0660145 ++-0673007 ++-0656153 ++-0662107 ++-0657129 ++-0645138 ++-0649116 ++-0651132 ++-0647114 ++-0658050 ++-0672004 ++-0663062 ++-0662108 ++-0647115 ++-0661103 ++-0659124 ++-0656154 ++-0666018 ++-0664046 ++-0648113 ++-0657130 ++-0673008 ++-0675009 ++-0650034 ++-0651133 ++-0658051 ++-0660146 ++-0654145 ++-0649117 ++-0645139 ++-0663063 ++-0672005 ++-0647116 ++-0656155 ++-0662109 ++-0666019 ++-0648114 ++-0657131 ++-0664047 ++-0650035 ++-0659125 ++-0651134 ++-0658052 ++-0661104 ++-0660147 ++-0645140 ++-0649118 ++-0673009 ++-0675010 ++-0654146 ++-0663064 ++-0647117 ++-0666020 ++-0664048 ++-0656156 ++-0672006 ++-0658053 ++-0662110 ++-0651135 ++-0645141 ++-0648115 ++-0657132 ++-0650036 ++-0659126 ++-0673010 ++-0675011 ++-0661105 ++-0649119 ++-0660148 ++-0663065 ++-0672007 ++-0647118 ++-0656157 ++-0654147 ++-0666021 ++-0664049 ++-0657133 ++-0661106 ++-0645142 ++-0648116 ++-0658054 ++-0651136 ++-0663066 ++-0662111 ++-0650037 ++-0673011 ++-0649120 ++-0659127 ++-0675012 ++-0660149 ++-0672008 ++-0647119 ++-0666022 ++-0656158 ++-0657134 ++-0664050 ++-0654148 ++-0658055 ++-0663067 ++-0651137 ++-0645143 ++-0648117 ++-0673012 ++-0661107 ++-0649121 ++-0650038 ++-0662112 ++-0666023 ++-0659128 ++-0660150 ++-0675013 ++-0657135 ++-0654149 ++-0672009 ++-0647120 ++-0664051 ++-0651138 ++-0673013 ++-0658056 ++-0661108 ++-0649122 ++-0663068 ++-0645144 ++-0648118 ++-0662113 ++-0650039 ++-0666024 ++-0659129 ++-0660151 ++-0672010 ++-0654150 ++-0647121 ++-0675014 ++-0664052 ++-0657136 ++-0658057 ++-0663069 ++-0649123 ++-0651139 ++-0673014 ++-0648119 ++-0662114 ++-0661109 ++-0650040 ++-0645145 ++-0659130 ++-0660152 ++-0666025 ++-0647122 ++-0664053 ++-0672011 ++-0663070 ++-0654151 ++-0649124 ++-0675015 ++-0676000 ++-0657137 ++-0673015 ++-0648120 ++-0661110 ++-0650041 ++-0658058 ++-0651140 ++-0645146 ++-0662115 ++-0659131 ++-0660153 ++-0663071 ++-0647123 ++-0675016 ++-0654152 ++-0649125 ++-0666026 ++-0657138 ++-0648121 ++-0672012 ++-0673016 ++-0664054 ++-0650042 ++-0676001 ++-0651141 ++-0661111 ++-0658059 ++-0645147 ++-0660154 ++-0662116 ++-0659132 ++-0675017 ++-0666027 ++-0649126 ++-0657139 ++-0647124 ++-0648122 ++-0663072 ++-0664055 ++-0673017 ++-0645148 ++-0672013 ++-0676002 ++-0654153 ++-0650043 ++-0660155 ++-0649127 ++-0651142 ++-0675018 ++-0662117 ++-0666028 ++-0658060 ++-0659133 ++-0661112 ++-0657140 ++-0648123 ++-0664056 ++-0663073 ++-0676003 ++-0673018 ++-0645149 ++-0647125 ++-0672014 ++-0675019 ++-0651143 ++-0654154 ++-0659134 ++-0650044 ++-0666029 ++-0649128 ++-0662118 ++-0658061 ++-0661113 ++-0664057 ++-0657141 ++-0648124 ++-0676004 ++-0645150 ++-0673019 ++-0663074 ++-0647126 ++-0672015 ++-0675020 ++-0651144 ++-0654155 ++-0650045 ++-0659135 ++-0666030 ++-0658062 ++-0661114 ++-0662119 ++-0664058 ++-0649129 ++-0657142 ++-0648125 ++-0645151 ++-0676005 ++-0675021 ++-0647127 ++-0673020 ++-0680000 ++-0672016 ++-0663075 ++-0651145 ++-0650046 ++-0666031 ++-0659136 ++-0649130 ++-0664059 ++-0661115 ++-0662120 ++-0654156 ++-0658063 ++-0648126 ++-0676006 ++-0657143 ++-0645152 ++-0647128 ++-0673021 ++-0672017 ++-0663076 ++-0675022 ++-0680001 ++-0651146 ++-0666032 ++-0664060 ++-0657144 ++-0675023 ++-0659137 ++-0645153 ++-0680002 ++-0658064 ++-0647129 ++-0663077 ++-0676007 ++-0662121 ++-0672018 ++-0650047 ++-0649131 ++-0661116 ++-0651147 ++-0648127 ++-0673022 ++-0658065 ++-0659138 ++-0675024 ++-0662122 ++-0647130 ++-0672019 ++-0680003 ++-0664061 ++-0666033 ++-0676008 ++-0649132 ++-0661117 ++-0674000 ++-0657145 ++-0663078 ++-0650048 ++-0645154 ++-0648128 ++-0651148 ++-0659139 ++-0658066 ++-0673023 ++-0662123 ++-0675025 ++-0664062 ++-0666034 ++-0647131 ++-0676009 ++-0680004 ++-0672020 ++-0663079 ++-0661118 ++-0657146 ++-0650049 ++-0674001 ++-0645155 ++-0649133 ++-0651149 ++-0648129 ++-0659140 ++-0658067 ++-0673024 ++-0662124 ++-0675026 ++-0664063 ++-0676010 ++-0647132 ++-0666035 ++-0672021 ++-0661119 ++-0663080 ++-0650050 ++-0680005 ++-0674002 ++-0649134 ++-0657147 ++-0659141 ++-0648130 ++-0673025 ++-0658068 ++-0675027 ++-0651150 ++-0664064 ++-0647133 ++-0662125 ++-0676011 ++-0661120 ++-0663081 ++-0672022 ++-0666036 ++-0649135 ++-0680006 ++-0657148 ++-0648131 ++-0659142 ++-0650051 ++-0674003 ++-0658069 ++-0664065 ++-0651151 ++-0647134 ++-0662126 ++-0673026 ++-0676012 ++-0675028 ++-0661121 ++-0663082 ++-0672023 ++-0649136 ++-0666037 ++-0657149 ++-0648132 ++-0659143 ++-0650052 ++-0680007 ++-0674004 ++-0664066 ++-0651152 ++-0665000 ++-0658070 ++-0647135 ++-0676013 ++-0675029 ++-0673027 ++-0661122 ++-0662127 ++-0663083 ++-0666038 ++-0649137 ++-0672024 ++-0659144 ++-0648133 ++-0674005 ++-0664067 ++-0657150 ++-0680008 ++-0665001 ++-0650053 ++-0658071 ++-0675030 ++-0651153 ++-0676014 ++-0661123 ++-0673028 ++-0647136 ++-0663084 ++-0662128 ++-0649138 ++-0672025 ++-0648134 ++-0659145 ++-0664068 ++-0666039 ++-0657151 ++-0680009 ++-0674006 ++-0665002 ++-0650054 ++-0658072 ++-0675031 ++-0661124 ++-0676015 ++-0651154 ++-0662129 ++-0663085 ++-0673029 ++-0647137 ++-0648135 ++-0659146 ++-0672026 ++-0649139 ++-0664069 ++-0666040 ++-0657152 ++-0674007 ++-0680010 ++-0665003 ++-0650055 ++-0675032 ++-0658073 ++-0676016 ++-0661125 ++-0651155 ++-0649140 ++-0663086 ++-0673030 ++-0662130 ++-0647138 ++-0672027 ++-0664070 ++-0666041 ++-0659147 ++-0680011 ++-0648136 ++-0674008 ++-0665004 ++-0657153 ++-0650056 ++-0675033 ++-0651156 ++-0661126 ++-0658074 ++-0676017 ++-0663087 ++-0649141 ++-0672028 ++-0664071 ++-0673031 ++-0647139 ++-0662131 ++-0659148 ++-0674009 ++-0665005 ++-0657154 ++-0666042 ++-0675034 ++-0680012 ++-0650057 ++-0648137 ++-0658075 ++-0661127 ++-0663088 ++-0672029 ++-0664072 ++-0676018 ++-0659149 ++-0649142 ++-0673032 ++-0647140 ++-0657155 ++-0662132 ++-0666043 ++-0665006 ++-0674010 ++-0680013 ++-0650058 ++-0675035 ++-0663089 ++-0658076 ++-0661128 ++-0648138 ++-0672030 ++-0664073 ++-0676019 ++-0673033 ++-0659150 ++-0662133 ++-0665007 ++-0674011 ++-0649143 ++-0647141 ++-0650059 ++-0680014 ++-0666044 ++-0675036 ++-0658077 ++-0663090 ++-0661129 ++-0664074 ++-0648139 ++-0649144 ++-0665008 ++-0673034 ++-0672031 ++-0647142 ++-0676020 ++-0659151 ++-0671000 ++-0662134 ++-0661130 ++-0675037 ++-0674012 ++-0658078 ++-0663091 ++-0650060 ++-0680015 ++-0664075 ++-0666045 ++-0671001 ++-0673035 ++-0672032 ++-0648140 ++-0661131 ++-0675038 ++-0665009 ++-0662135 ++-0658079 ++-0674013 ++-0647143 ++-0676021 ++-0663092 ++-0677000 ++-0659152 ++-0680016 ++-0650061 ++-0664076 ++-0671002 ++-0648141 ++-0649145 ++-0661132 ++-0675039 ++-0665010 ++-0672033 ++-0677001 ++-0676022 ++-0664077 ++-0650062 ++-0663093 ++-0661133 ++-0648142 ++-0649146 ++-0675040 ++-0673036 ++-0666046 ++-0674014 ++-0677002 ++-0662136 ++-0671003 ++-0665011 ++-0659153 ++-0647144 ++-0658080 ++-0664078 ++-0680017 ++-0676023 ++-0672034 ++-0661134 ++-0648143 ++-0675041 ++-0650063 ++-0663094 ++-0649147 ++-0674015 ++-0666047 ++-0662137 ++-0671004 ++-0673037 ++-0664079 ++-0665012 ++-0677003 ++-0659154 ++-0647145 ++-0658081 ++-0676024 ++-0680018 ++-0648144 ++-0661135 ++-0672035 ++-0650064 ++-0663095 ++-0674016 ++-0662138 ++-0675042 ++-0666048 ++-0649148 ++-0664080 ++-0671005 ++-0647146 ++-0659155 ++-0677004 ++-0658082 ++-0680019 ++-0665013 ++-0648145 ++-0676025 ++-0673038 ++-0661136 ++-0673039 ++-0650065 ++-0680020 ++-0663096 ++-0661137 ++-0677005 ++-0661138 ++-0665014 ++-0675043 ++-0662139 ++-0664081 ++-0674017 ++-0671006 ++-0647147 ++-0680021 ++-0663097 ++-0648146 ++-0673040 ++-0649149 ++-0672036 ++-0658083 ++-0666049 ++-0650066 ++-0676026 ++-0677006 ++-0665015 ++-0675044 ++-0662140 ++-0647148 ++-0661139 ++-0680022 ++-0674018 ++-0671007 ++-0648147 ++-0664082 ++-0672037 ++-0663098 ++-0649150 ++-0658084 ++-0650067 ++-0666050 ++-0673041 ++-0676027 ++-0677007 ++-0665016 ++-0675045 ++-0679000 ++-0662141 ++-0647149 ++-0680023 ++-0664083 ++-0661140 ++-0648148 ++-0672038 ++-0674019 ++-0658085 ++-0673042 ++-0676028 ++-0671008 ++-0663099 ++-0649151 ++-0677008 ++-0665017 ++-0666051 ++-0675046 ++-0650068 ++-0679001 ++-0662142 ++-0647150 ++-0664084 ++-0661141 ++-0648149 ++-0680024 ++-0673043 ++-0674020 ++-0658086 ++-0676029 ++-0675047 ++-0665018 ++-0675048 ++-0679002 ++-0666052 ++-0663100 ++-0650069 ++-0677009 ++-0662143 ++-0673044 ++-0672039 ++-0665019 ++-0648150 ++-0649152 ++-0671009 ++-0661142 ++-0658087 ++-0647151 ++-0664085 ++-0674021 ++-0666053 ++-0675049 ++-0680025 ++-0676030 ++-0677010 ++-0650070 ++-0663101 ++-0679003 ++-0648151 ++-0662144 ++-0672040 ++-0665020 ++-0673045 ++-0675050 ++-0666054 ++-0671010 ++-0658088 ++-0677011 ++-0647152 ++-0661143 ++-0676031 ++-0649153 ++-0674022 ++-0680026 ++-0650071 ++-0679004 ++-0663102 ++-0648152 ++-0662145 ++-0672041 ++-0673046 ++-0671011 ++-0650072 ++-0665021 ++-0647153 ++-0675051 ++-0649154 ++-0674023 ++-0679005 ++-0666055 ++-0664086 ++-0658089 ++-0661144 ++-0662146 ++-0663103 ++-0680027 ++-0677012 ++-0676032 ++-0648153 ++-0672042 ++-0673047 ++-0675052 ++-0649155 ++-0647154 ++-0661145 ++-0664087 ++-0658090 ++-0680028 ++-0671012 ++-0648154 ++-0679006 ++-0676033 ++-0662147 ++-0672043 ++-0677013 ++-0663104 ++-0674024 ++-0666056 ++-0647155 ++-0658091 ++-0665022 ++-0672044 ++-0664088 ++-0680029 ++-0673048 ++-0661146 ++-0677014 ++-0675053 ++-0647156 ++-0662148 ++-0671013 ++-0674025 ++-0650073 ++-0666057 ++-0648155 ++-0680030 ++-0679007 ++-0658092 ++-0663105 ++-0665023 ++-0672045 ++-0677015 ++-0676034 ++-0673049 ++-0675054 ++-0664089 ++-0650074 ++-0661147 ++-0674026 ++-0662149 ++-0666058 ++-0679008 ++-0658093 ++-0671014 ++-0665024 ++-0663106 ++-0677016 ++-0672046 ++-0675055 ++-0673050 ++-0680031 ++-0676035 ++-0664090 ++-0669000 ++-0650075 ++-0661148 ++-0679009 ++-0662150 ++-0658094 ++-0674027 ++-0665025 ++-0671015 ++-0666059 ++-0663107 ++-0672047 ++-0677017 ++-0669001 ++-0675056 ++-0664091 ++-0676036 ++-0680032 ++-0673051 ++-0650076 ++-0667000 ++-0661149 ++-0662151 ++-0666060 ++-0665026 ++-0671016 ++-0663108 ++-0658095 ++-0674028 ++-0679010 ++-0675057 ++-0668000 ++-0672048 ++-0664092 ++-0676037 ++-0680033 ++-0673052 ++-0669002 ++-0667001 ++-0650077 ++-0662152 ++-0677018 ++-0666061 ++-0661150 ++-0663109 ++-0671017 ++-0668001 ++-0674029 ++-0679011 ++-0665027 ++-0658096 ++-0664093 ++-0672049 ++-0673053 ++-0675058 ++-0667002 ++-0680034 ++-0669003 ++-0676038 ++-0671018 ++-0650078 ++-0662153 ++-0668002 ++-0663110 ++-0666062 ++-0677019 ++-0661151 ++-0665028 ++-0674030 ++-0658097 ++-0664094 ++-0680035 ++-0667003 ++-0672050 ++-0679012 ++-0650079 ++-0671019 ++-0668003 ++-0673054 ++-0675059 ++-0663111 ++-0666063 ++-0661152 ++-0676039 ++-0662154 ++-0677020 ++-0669004 ++-0658098 ++-0674031 ++-0664095 ++-0679013 ++-0680036 ++-0672051 ++-0667004 ++-0671020 ++-0650080 ++-0668004 ++-0663112 ++-0673055 ++-0666064 ++-0675060 ++-0662155 ++-0676040 ++-0661153 ++-0677021 ++-0674032 ++-0658099 ++-0669005 ++-0672052 ++-0667005 ++-0671021 ++-0650081 ++-0668005 ++-0663113 ++-0679014 ++-0675061 ++-0666065 ++-0676041 ++-0673056 ++-0677022 ++-0661154 ++-0674033 ++-0658100 ++-0664096 ++-0667006 ++-0669006 ++-0668006 ++-0672053 ++-0650082 ++-0679015 ++-0676042 ++-0673057 ++-0666066 ++-0675062 ++-0680037 ++-0671022 ++-0665029 ++-0667007 ++-0674034 ++-0677023 ++-0661155 ++-0664097 ++-0669007 ++-0676043 ++-0662156 ++-0679016 ++-0673058 ++-0666067 ++-0650083 ++-0668007 ++-0680038 ++-0672054 ++-0675063 ++-0677024 ++-0665030 ++-0667008 ++-0671023 ++-0664098 ++-0674035 ++-0676044 ++-0658101 ++-0679017 ++-0666068 ++-0650084 ++-0668008 ++-0672055 ++-0673059 ++-0677025 ++-0669008 ++-0680039 ++-0675064 ++-0663114 ++-0664099 ++-0667009 ++-0671024 ++-0674036 ++-0665031 ++-0676045 ++-0658102 ++-0666069 ++-0679018 ++-0668009 ++-0672056 ++-0650085 ++-0677026 ++-0669009 ++-0680040 ++-0673060 ++-0663115 ++-0664100 ++-0675065 ++-0667010 ++-0674037 ++-0671025 ++-0676046 ++-0681000 ++-0665032 ++-0668010 ++-0679019 ++-0666070 ++-0672057 ++-0650086 ++-0658103 ++-0682000 ++-0663116 ++-0680041 ++-0664101 ++-0677027 ++-0675066 ++-0667011 ++-0673061 ++-0681001 ++-0674038 ++-0665033 ++-0671026 ++-0676047 ++-0679020 ++-0668011 ++-0666071 ++-0650087 ++-0658104 ++-0663117 ++-0664102 ++-0672058 ++-0680042 ++-0677028 ++-0667012 ++-0682001 ++-0675067 ++-0665034 ++-0673062 ++-0676048 ++-0669010 ++-0679021 ++-0668012 ++-0666072 ++-0674039 ++-0671027 ++-0681002 ++-0663118 ++-0658105 ++-0664103 ++-0680043 ++-0677029 ++-0667013 ++-0682002 ++-0665035 ++-0675068 ++-0669011 ++-0679022 ++-0673063 ++-0666073 ++-0668013 ++-0676049 ++-0671028 ++-0672059 ++-0650088 ++-0674040 ++-0658106 ++-0681003 ++-0664104 ++-0680044 ++-0677030 ++-0667014 ++-0679023 ++-0665036 ++-0675069 ++-0669012 ++-0673064 ++-0682003 ++-0668014 ++-0663119 ++-0676050 ++-0671029 ++-0674041 ++-0681004 ++-0666074 ++-0672060 ++-0658107 ++-0680045 ++-0679024 ++-0664105 ++-0665037 ++-0667015 ++-0677031 ++-0675070 ++-0650089 ++-0669013 ++-0668015 ++-0671030 ++-0663120 ++-0676051 ++-0673065 ++-0674042 ++-0682004 ++-0666075 ++-0681005 ++-0672061 ++-0680046 ++-0658108 ++-0664106 ++-0665038 ++-0667016 ++-0669014 ++-0679025 ++-0675071 ++-0668016 ++-0663121 ++-0650090 ++-0676052 ++-0677032 ++-0673066 ++-0671031 ++-0681006 ++-0680047 ++-0675072 ++-0672062 ++-0673067 ++-0666076 ++-0663122 ++-0650091 ++-0665039 ++-0682005 ++-0674043 ++-0664107 ++-0668017 ++-0679026 ++-0669015 ++-0671032 ++-0681007 ++-0658109 ++-0667017 ++-0677033 ++-0676053 ++-0672063 ++-0675073 ++-0666077 ++-0680048 ++-0673068 ++-0674044 ++-0663123 ++-0668018 ++-0671033 ++-0669016 ++-0650092 ++-0658110 ++-0682006 ++-0681008 ++-0664108 ++-0679027 ++-0677034 ++-0667018 ++-0665040 ++-0673069 ++-0676054 ++-0672064 ++-0663124 ++-0675074 ++-0666078 ++-0668019 ++-0674045 ++-0671034 ++-0669017 ++-0680049 ++-0650093 ++-0658111 ++-0681009 ++-0664109 ++-0682007 ++-0665041 ++-0666079 ++-0667019 ++-0673070 ++-0672065 ++-0668020 ++-0675075 ++-0669018 ++-0663125 ++-0671035 ++-0676055 ++-0674046 ++-0677035 ++-0679028 ++-0680050 ++-0682008 ++-0664110 ++-0650094 ++-0658112 ++-0665042 ++-0681010 ++-0666080 ++-0667020 ++-0668021 ++-0675076 ++-0663126 ++-0669019 ++-0673071 ++-0671036 ++-0672066 ++-0682009 ++-0664111 ++-0676056 ++-0680051 ++-0658113 ++-0677036 ++-0650095 ++-0681011 ++-0665043 ++-0666081 ++-0679029 ++-0667021 ++-0668022 ++-0674047 ++-0675077 ++-0669020 ++-0663127 ++-0673072 ++-0672067 ++-0671037 ++-0680052 ++-0676057 ++-0682010 ++-0677037 ++-0664112 ++-0665044 ++-0650096 ++-0658114 ++-0681012 ++-0679030 ++-0666082 ++-0667022 ++-0668023 ++-0675078 ++-0663128 ++-0669021 ++-0674048 ++-0673073 ++-0672068 ++-0671038 ++-0682011 ++-0676058 ++-0664113 ++-0680053 ++-0677038 ++-0665045 ++-0681013 ++-0650097 ++-0658115 ++-0667023 ++-0668024 ++-0666083 ++-0674049 ++-0669022 ++-0675079 ++-0679031 ++-0663129 ++-0672069 ++-0671039 ++-0682012 ++-0673074 ++-0676059 ++-0681014 ++-0665046 ++-0658116 ++-0677039 ++-0664114 ++-0680054 ++-0666084 ++-0674050 ++-0650098 ++-0669023 ++-0667024 ++-0663130 ++-0668025 ++-0672070 ++-0675080 ++-0682013 ++-0679032 ++-0671040 ++-0673075 ++-0676060 ++-0681015 ++-0665047 ++-0680055 ++-0667025 ++-0650099 ++-0677040 ++-0664115 ++-0663131 ++-0668026 ++-0666085 ++-0658117 ++-0672071 ++-0679033 ++-0673076 ++-0671041 ++-0669024 ++-0675081 ++-0681016 ++-0676061 ++-0665048 ++-0674051 ++-0682014 ++-0680056 ++-0667026 ++-0664116 ++-0650100 ++-0672072 ++-0666086 ++-0658118 ++-0663132 ++-0671042 ++-0677041 ++-0673077 ++-0679034 ++-0669025 ++-0681017 ++-0668027 ++-0675082 ++-0676062 ++-0650101 ++-0674052 ++-0665049 ++-0664117 ++-0680057 ++-0666087 ++-0682015 ++-0658119 ++-0667027 ++-0672073 ++-0671043 ++-0677042 ++-0663133 ++-0669026 ++-0681018 ++-0675083 ++-0673078 ++-0676063 ++-0650102 ++-0668028 ++-0679035 ++-0665050 ++-0682016 ++-0666088 ++-0674053 ++-0658120 ++-0664118 ++-0680058 ++-0667028 ++-0663134 ++-0672074 ++-0669027 ++-0671044 ++-0677043 ++-0676064 ++-0668029 ++-0665051 ++-0679036 ++-0675084 ++-0680059 ++-0664119 ++-0658121 ++-0682017 ++-0674054 ++-0667029 ++-0669028 ++-0673079 ++-0677044 ++-0663135 ++-0650103 ++-0666089 ++-0672075 ++-0671045 ++-0681019 ++-0676065 ++-0668030 ++-0665052 ++-0679037 ++-0675085 ++-0664120 ++-0667030 ++-0680060 ++-0673080 ++-0669029 ++-0650104 ++-0666090 ++-0674055 ++-0682018 ++-0677045 ++-0681020 ++-0663136 ++-0671046 ++-0658122 ++-0676066 ++-0665053 ++-0675086 ++-0672076 ++-0679038 ++-0667031 ++-0668031 ++-0664121 ++-0680061 ++-0669030 ++-0673081 ++-0674056 ++-0682019 ++-0681021 ++-0650105 ++-0666091 ++-0671047 ++-0676067 ++-0677046 ++-0672077 ++-0663137 ++-0675087 ++-0665054 ++-0664122 ++-0680062 ++-0666092 ++-0664123 ++-0663138 ++-0680063 ++-0663139 ++-0664124 ++-0667032 ++-0658123 ++-0668032 ++-0674057 ++-0665055 ++-0671048 ++-0679039 ++-0677047 ++-0650106 ++-0669031 ++-0666093 ++-0676068 ++-0663140 ++-0675088 ++-0682020 ++-0681022 ++-0672078 ++-0680064 ++-0664125 ++-0667033 ++-0658124 ++-0671049 ++-0674058 ++-0663141 ++-0665056 ++-0666094 ++-0650107 ++-0669032 ++-0676069 ++-0682021 ++-0681023 ++-0664126 ++-0680065 ++-0667034 ++-0671050 ++-0658125 ++-0681024 ++-0676070 ++-0663142 ++-0669033 ++-0674059 ++-0665057 ++-0682022 ++-0666095 ++-0664127 ++-0671051 ++-0680066 ++-0667035 ++-0676071 ++-0658126 ++-0663143 ++-0650108 ++-0665058 ++-0666096 ++-0679040 ++-0673082 ++-0667036 ++-0668033 ++-0677048 ++-0671052 ++-0680067 ++-0676072 ++-0669034 ++-0675089 ++-0681025 ++-0672079 ++-0674060 ++-0663144 ++-0682023 ++-0664128 ++-0673083 ++-0665059 ++-0667037 ++-0668034 ++-0666097 ++-0679041 ++-0671053 ++-0658127 ++-0680068 ++-0677049 ++-0650109 ++-0676073 ++-0675090 ++-0681026 ++-0667038 ++-0668035 ++-0674061 ++-0666098 ++-0682024 ++-0672080 ++-0664129 ++-0663145 ++-0669035 ++-0680069 ++-0665060 ++-0658128 ++-0671054 ++-0679042 ++-0650110 ++-0667039 ++-0673084 ++-0676074 ++-0681027 ++-0675091 ++-0677050 ++-0674062 ++-0672081 ++-0680070 ++-0682025 ++-0666099 ++-0663146 ++-0664130 ++-0671055 ++-0658129 ++-0679043 ++-0669036 ++-0650111 ++-0667040 ++-0673085 ++-0676075 ++-0665061 ++-0675092 ++-0674063 ++-0681028 ++-0668036 ++-0680071 ++-0672082 ++-0677051 ++-0666100 ++-0671056 ++-0663147 ++-0669037 ++-0664131 ++-0682026 ++-0658130 ++-0674064 ++-0676076 ++-0681029 ++-0650112 ++-0665062 ++-0666101 ++-0673086 ++-0676077 ++-0675093 ++-0665063 ++-0667041 ++-0679044 ++-0677052 ++-0682027 ++-0672083 ++-0664132 ++-0668037 ++-0663148 ++-0680072 ++-0674065 ++-0681030 ++-0673087 ++-0658131 ++-0671057 ++-0669038 ++-0666102 ++-0650113 ++-0667042 ++-0665064 ++-0676078 ++-0680073 ++-0663149 ++-0682028 ++-0679045 ++-0664133 ++-0673088 ++-0677053 ++-0674066 ++-0668038 ++-0658132 ++-0672084 ++-0681031 ++-0650114 ++-0669039 ++-0675094 ++-0666103 ++-0671058 ++-0667043 ++-0665065 ++-0680074 ++-0682029 ++-0676079 ++-0663150 ++-0664134 ++-0673089 ++-0674067 ++-0681032 ++-0658133 ++-0679046 ++-0650115 ++-0672085 ++-0677054 ++-0671059 ++-0675095 ++-0666104 ++-0669040 ++-0668039 ++-0667044 ++-0676080 ++-0663151 ++-0664135 ++-0665066 ++-0682030 ++-0672086 ++-0658134 ++-0679047 ++-0681033 ++-0680075 ++-0677055 ++-0675096 ++-0650116 ++-0674068 ++-0666105 ++-0673090 ++-0671060 ++-0669041 ++-0668040 ++-0663152 ++-0667045 ++-0676081 ++-0682031 ++-0665067 ++-0658135 ++-0680076 ++-0664136 ++-0679048 ++-0674069 ++-0672087 ++-0675097 ++-0681034 ++-0673091 ++-0677056 ++-0666106 ++-0663153 ++-0668041 ++-0682032 ++-0665068 ++-0667046 ++-0671061 ++-0676082 ++-0650117 ++-0658136 ++-0674070 ++-0672088 ++-0679049 ++-0669042 ++-0680077 ++-0681035 ++-0664137 ++-0663154 ++-0673092 ++-0677057 ++-0665069 ++-0668042 ++-0675098 ++-0671062 ++-0682033 ++-0667047 ++-0676083 ++-0658137 ++-0674071 ++-0672089 ++-0650118 ++-0680078 ++-0669043 ++-0679050 ++-0664138 ++-0665070 ++-0673093 ++-0677058 ++-0681036 ++-0671063 ++-0675099 ++-0676084 ++-0668043 ++-0663155 ++-0667048 ++-0682034 ++-0674072 ++-0672090 ++-0680079 ++-0666107 ++-0650119 ++-0679051 ++-0658138 ++-0664139 ++-0669044 ++-0665071 ++-0677059 ++-0681037 ++-0673094 ++-0674073 ++-0676085 ++-0672091 ++-0675100 ++-0671064 ++-0668044 ++-0667049 ++-0666108 ++-0679052 ++-0664140 ++-0650120 ++-0682035 ++-0680080 ++-0681038 ++-0665072 ++-0658139 ++-0677060 ++-0673095 ++-0674074 ++-0676086 ++-0672092 ++-0675101 ++-0679053 ++-0669045 ++-0664141 ++-0650121 ++-0666109 ++-0671065 ++-0667050 ++-0682036 ++-0668045 ++-0681039 ++-0680081 ++-0665073 ++-0658140 ++-0673096 ++-0674075 ++-0677061 ++-0672093 ++-0675102 ++-0683000 ++-0666110 ++-0650122 ++-0679054 ++-0682037 ++-0680082 ++-0669046 ++-0664142 ++-0665074 ++-0669047 ++-0676087 ++-0667051 ++-0673097 ++-0672094 ++-0658141 ++-0669048 ++-0681040 ++-0683001 ++-0675103 ++-0668046 ++-0674076 ++-0671066 ++-0667052 ++-0665075 ++-0650123 ++-0677062 ++-0680083 ++-0679055 ++-0682038 ++-0664143 ++-0666111 ++-0676088 ++-0658142 ++-0681041 ++-0667053 ++-0671067 ++-0672095 ++-0674077 ++-0673098 ++-0683002 ++-0680084 ++-0665076 ++-0679056 ++-0669049 ++-0675104 ++-0682039 ++-0676089 ++-0666112 ++-0650124 ++-0664144 ++-0658143 ++-0677063 ++-0681042 ++-0667054 ++-0671068 ++-0674078 ++-0673099 ++-0683003 ++-0672096 ++-0665077 ++-0669050 ++-0679057 ++-0650125 ++-0682040 ++-0680085 ++-0676090 ++-0664145 ++-0658144 ++-0677064 ++-0667055 ++-0674079 ++-0671069 ++-0672097 ++-0681043 ++-0683004 ++-0679058 ++-0675105 ++-0673100 ++-0682041 ++-0680086 ++-0664146 ++-0669051 ++-0650126 ++-0676091 ++-0666113 ++-0665078 ++-0658145 ++-0672098 ++-0674080 ++-0671070 ++-0667056 ++-0668047 ++-0681044 ++-0683005 ++-0677065 ++-0673101 ++-0679059 ++-0682042 ++-0680087 ++-0669052 ++-0676092 ++-0658146 ++-0665079 ++-0664147 ++-0650127 ++-0675106 ++-0672099 ++-0674081 ++-0666114 ++-0667057 ++-0677066 ++-0681045 ++-0673102 ++-0671071 ++-0680088 ++-0683006 ++-0668048 ++-0679060 ++-0682043 ++-0669053 ++-0676093 ++-0664148 ++-0675107 ++-0650128 ++-0658147 ++-0681046 ++-0672100 ++-0664149 ++-0677067 ++-0669054 ++-0674082 ++-0666115 ++-0665080 ++-0681047 ++-0667058 ++-0668049 ++-0650129 ++-0680089 ++-0682044 ++-0675108 ++-0683007 ++-0673103 ++-0677068 ++-0671072 ++-0679061 ++-0672101 ++-0669055 ++-0666116 ++-0676094 ++-0664150 ++-0658148 ++-0650130 ++-0668050 ++-0681048 ++-0680090 ++-0674083 ++-0667059 ++-0683008 ++-0675109 ++-0672102 ++-0671073 ++-0665081 ++-0677069 ++-0682045 ++-0664151 ++-0666117 ++-0673104 ++-0679062 ++-0669056 ++-0676095 ++-0658149 ++-0650131 ++-0681049 ++-0680091 ++-0667060 ++-0668051 ++-0674084 ++-0683009 ++-0675110 ++-0672103 ++-0677070 ++-0679063 ++-0664152 ++-0673105 ++-0665082 ++-0682046 ++-0671074 ++-0658150 ++-0676096 ++-0669057 ++-0681050 ++-0667061 ++-0674085 ++-0650132 ++-0680092 ++-0675111 ++-0668052 ++-0672104 ++-0677071 ++-0664153 ++-0665083 ++-0679064 ++-0658151 ++-0673106 ++-0666118 ++-0682047 ++-0669058 ++-0674086 ++-0650133 ++-0667062 ++-0675112 ++-0671075 ++-0680093 ++-0681051 ++-0676097 ++-0668053 ++-0677072 ++-0664154 ++-0665084 ++-0679065 ++-0658152 ++-0673107 ++-0666119 ++-0683010 ++-0669059 ++-0667063 ++-0675113 ++-0682048 ++-0674087 ++-0676098 ++-0680094 ++-0650134 ++-0671076 ++-0681052 ++-0668054 ++-0679066 ++-0665085 ++-0672105 ++-0677073 ++-0658153 ++-0683011 ++-0673108 ++-0666120 ++-0682049 ++-0667064 ++-0669060 ++-0675114 ++-0664155 ++-0674088 ++-0676099 ++-0681053 ++-0680095 ++-0677074 ++-0672106 ++-0668055 ++-0665086 ++-0650135 ++-0679067 ++-0673109 ++-0667065 ++-0658154 ++-0683012 ++-0666121 ++-0671077 ++-0682050 ++-0675115 ++-0664156 ++-0676100 ++-0669061 ++-0681054 ++-0680096 ++-0674089 ++-0668056 ++-0650136 ++-0677075 ++-0665087 ++-0672107 ++-0667066 ++-0673110 ++-0683013 ++-0682051 ++-0671078 ++-0679068 ++-0666122 ++-0658155 ++-0675116 ++-0681055 ++-0676101 ++-0669062 ++-0650137 ++-0674090 ++-0668057 ++-0682052 ++-0667067 ++-0680097 ++-0677076 ++-0673111 ++-0671079 ++-0672108 ++-0665088 ++-0675117 ++-0679069 ++-0683014 ++-0681056 ++-0674091 ++-0676102 ++-0666123 ++-0667068 ++-0680098 ++-0658156 ++-0677077 ++-0673112 ++-0669063 ++-0672109 ++-0665089 ++-0675118 ++-0668058 ++-0650138 ++-0679070 ++-0671080 ++-0682053 ++-0684000 ++-0683015 ++-0681057 ++-0672110 ++-0674092 ++-0676103 ++-0668059 ++-0675119 ++-0650139 ++-0683016 ++-0673113 ++-0665090 ++-0679071 ++-0671081 ++-0682054 ++-0669064 ++-0677078 ++-0666124 ++-0684001 ++-0667069 ++-0680099 ++-0676104 ++-0650140 ++-0681058 ++-0674093 ++-0668060 ++-0672111 ++-0683017 ++-0675120 ++-0669065 ++-0682055 ++-0666125 ++-0667070 ++-0671082 ++-0676105 ++-0673114 ++-0677079 ++-0679072 ++-0674094 ++-0650141 ++-0681059 ++-0684002 ++-0680100 ++-0665091 ++-0668061 ++-0678000 ++-0683018 ++-0675121 ++-0672112 ++-0669066 ++-0682056 ++-0667071 ++-0676106 ++-0673115 ++-0677080 ++-0679073 ++-0650142 ++-0666126 ++-0684003 ++-0671083 ++-0665092 ++-0668062 ++-0678001 ++-0674095 ++-0680101 ++-0675122 ++-0681060 ++-0683019 ++-0669067 ++-0672113 ++-0682057 ++-0673116 ++-0676107 ++-0650143 ++-0679074 ++-0667072 ++-0677081 ++-0665093 ++-0668063 ++-0678002 ++-0671084 ++-0666127 ++-0684004 ++-0675123 ++-0683020 ++-0674096 ++-0680102 ++-0681061 ++-0682058 ++-0673117 ++-0669068 ++-0676108 ++-0672114 ++-0679075 ++-0668064 ++-0665094 ++-0666128 ++-0678003 ++-0680103 ++-0668065 ++-0678004 ++-0667073 ++-0683021 ++-0671085 ++-0681062 ++-0650144 ++-0668066 ++-0677082 ++-0675124 ++-0669069 ++-0673118 ++-0666129 ++-0682059 ++-0674097 ++-0680104 ++-0676109 ++-0678005 ++-0679076 ++-0672115 ++-0667074 ++-0684005 ++-0671086 ++-0683022 ++-0681063 ++-0668067 ++-0675125 ++-0673119 ++-0666130 ++-0677083 ++-0674098 ++-0669070 ++-0680105 ++-0678006 ++-0679077 ++-0682060 ++-0650145 ++-0676110 ++-0665095 ++-0667075 ++-0684006 ++-0671087 ++-0672116 ++-0681064 ++-0683023 ++-0668068 ++-0675126 ++-0677084 ++-0669071 ++-0673120 ++-0678007 ++-0680106 ++-0674099 ++-0679078 ++-0667076 ++-0666131 ++-0682061 ++-0671088 ++-0676111 ++-0684007 ++-0650146 ++-0672117 ++-0683024 ++-0675127 ++-0681065 ++-0669072 ++-0678008 ++-0667077 ++-0680107 ++-0666132 ++-0674100 ++-0665096 ++-0677085 ++-0671089 ++-0679079 ++-0668069 ++-0676112 ++-0682062 ++-0650147 ++-0673121 ++-0684008 ++-0669073 ++-0683025 ++-0675128 ++-0681066 ++-0678009 ++-0671090 ++-0682063 ++-0680108 ++-0683026 ++-0678010 ++-0672118 ++-0668070 ++-0667078 ++-0669074 ++-0679080 ++-0677086 ++-0666133 ++-0674101 ++-0650148 ++-0684009 ++-0665097 ++-0681067 ++-0675129 ++-0676113 ++-0671091 ++-0673122 ++-0683027 ++-0680109 ++-0678011 ++-0682064 ++-0668071 ++-0667079 ++-0669075 ++-0677087 ++-0679081 ++-0672119 ++-0674102 ++-0675130 ++-0666134 ++-0676114 ++-0665098 ++-0681068 ++-0673123 ++-0650149 ++-0671092 ++-0678012 ++-0683028 ++-0682065 ++-0684010 ++-0680110 ++-0668072 ++-0669076 ++-0667080 ++-0672120 ++-0666135 ++-0677088 ++-0681069 ++-0665099 ++-0676115 ++-0673124 ++-0650150 ++-0671093 ++-0675131 ++-0678013 ++-0674103 ++-0679082 ++-0683029 ++-0684011 ++-0680111 ++-0668073 ++-0667081 ++-0669077 ++-0682066 ++-0677089 ++-0672121 ++-0676116 ++-0665100 ++-0666136 ++-0681070 ++-0673125 ++-0671094 ++-0675132 ++-0679083 ++-0674104 ++-0678014 ++-0668074 ++-0680112 ++-0667082 ++-0669078 ++-0682067 ++-0683030 ++-0650151 ++-0684012 ++-0677090 ++-0676117 ++-0672122 ++-0666137 ++-0673126 ++-0671095 ++-0681071 ++-0679084 ++-0675133 ++-0674105 ++-0665101 ++-0667083 ++-0680113 ++-0682068 ++-0678015 ++-0683031 ++-0650152 ++-0668075 ++-0684013 ++-0669079 ++-0676118 ++-0672123 ++-0666138 ++-0677091 ++-0673127 ++-0671096 ++-0679085 ++-0681072 ++-0665102 ++-0683032 ++-0675134 ++-0678016 ++-0680114 ++-0674106 ++-0667084 ++-0668076 ++-0682069 ++-0669080 ++-0650153 ++-0666139 ++-0684014 ++-0676119 ++-0672124 ++-0679086 ++-0677092 ++-0673128 ++-0665103 ++-0671097 ++-0675135 ++-0681073 ++-0683033 ++-0680115 ++-0668077 ++-0650154 ++-0674107 ++-0666140 ++-0678017 ++-0676120 ++-0667085 ++-0669081 ++-0682070 ++-0677093 ++-0665104 ++-0672125 ++-0671098 ++-0675136 ++-0679087 ++-0681074 ++-0680116 ++-0673129 ++-0683034 ++-0668078 ++-0650155 ++-0666141 ++-0676121 ++-0674108 ++-0667086 ++-0669082 ++-0677094 ++-0665105 ++-0675137 ++-0682071 ++-0671099 ++-0679088 ++-0680117 ++-0672126 ++-0681075 ++-0684015 ++-0683035 ++-0667087 ++-0682072 ++-0665106 ++-0666142 ++-0671100 ++-0650156 ++-0669083 ++-0668079 ++-0674109 ++-0676122 ++-0679089 ++-0675138 ++-0677095 ++-0673130 ++-0680118 ++-0672127 ++-0683036 ++-0665107 ++-0684016 ++-0682073 ++-0666143 ++-0671101 ++-0668080 ++-0667088 ++-0681076 ++-0674110 ++-0669084 ++-0676123 ++-0673131 ++-0675139 ++-0679090 ++-0680119 ++-0677096 ++-0672128 ++-0683037 ++-0666144 ++-0682074 ++-0667089 ++-0684017 ++-0681077 ++-0674111 ++-0679091 ++-0676124 ++-0669085 ++-0668081 ++-0677097 ++-0665108 ++-0673132 ++-0680120 ++-0675140 ++-0672129 ++-0678018 ++-0666145 ++-0683038 ++-0682075 ++-0667090 ++-0684018 ++-0681078 ++-0674112 ++-0670000 ++-0677098 ++-0665109 ++-0673133 ++-0679092 ++-0669086 ++-0680121 ++-0668082 ++-0675141 ++-0666146 ++-0676125 ++-0678019 ++-0672130 ++-0684019 ++-0667091 ++-0671102 ++-0683039 ++-0682076 ++-0674113 ++-0681079 ++-0677099 ++-0665110 ++-0679093 ++-0669087 ++-0673134 ++-0670001 ++-0668083 ++-0666147 ++-0672131 ++-0671103 ++-0678020 ++-0667092 ++-0684020 ++-0675142 ++-0683040 ++-0682077 ++-0680122 ++-0674114 ++-0676126 ++-0679094 ++-0673135 ++-0681080 ++-0677100 ++-0665111 ++-0666148 ++-0670002 ++-0672132 ++-0668084 ++-0669088 ++-0683041 ++-0671104 ++-0680123 ++-0675143 ++-0684021 ++-0674115 ++-0678021 ++-0676127 ++-0682078 ++-0667093 ++-0673136 ++-0677101 ++-0681081 ++-0665112 ++-0672133 ++-0670003 ++-0683042 ++-0668085 ++-0684022 ++-0666149 ++-0671105 ++-0669089 ++-0675144 ++-0680124 ++-0676128 ++-0667094 ++-0678022 ++-0681082 ++-0673137 ++-0682079 ++-0677102 ++-0674116 ++-0665113 ++-0683043 ++-0672134 ++-0668086 ++-0670004 ++-0666150 ++-0684023 ++-0679095 ++-0676129 ++-0671106 ++-0669090 ++-0675145 ++-0681083 ++-0678023 ++-0680125 ++-0677103 ++-0674117 ++-0665114 ++-0683044 ++-0673138 ++-0667095 ++-0672135 ++-0682080 ++-0666151 ++-0670005 ++-0676130 ++-0684024 ++-0675146 ++-0679096 ++-0669091 ++-0677104 ++-0668087 ++-0671107 ++-0681084 ++-0667096 ++-0678024 ++-0680126 ++-0683045 ++-0684025 ++-0673139 ++-0666152 ++-0665115 ++-0676131 ++-0672136 ++-0670006 ++-0674118 ++-0682081 ++-0669092 ++-0679097 ++-0681085 ++-0678025 ++-0668088 ++-0677105 ++-0683046 ++-0675147 ++-0666153 ++-0671108 ++-0667097 ++-0684026 ++-0665116 ++-0674119 ++-0680127 ++-0673140 ++-0672137 ++-0676132 ++-0669093 ++-0682082 ++-0681086 ++-0678026 ++-0675148 ++-0683047 ++-0674120 ++-0680128 ++-0667098 ++-0677106 ++-0672138 ++-0679098 ++-0666154 ++-0670007 ++-0683048 ++-0668089 ++-0684027 ++-0671109 ++-0676133 ++-0678027 ++-0665117 ++-0673141 ++-0681087 ++-0674121 ++-0669094 ++-0682083 ++-0675149 ++-0667099 ++-0680129 ++-0672139 ++-0677107 ++-0666155 ++-0679099 ++-0683049 ++-0671110 ++-0665118 ++-0681088 ++-0673142 ++-0670008 ++-0668090 ++-0684028 ++-0674122 ++-0676134 ++-0675150 ++-0669095 ++-0682084 ++-0683050 ++-0678028 ++-0679100 ++-0674123 ++-0682085 ++-0678029 ++-0679101 ++-0684029 ++-0668091 ++-0683051 ++-0682086 ++-0684030 ++-0668092 ++-0679102 ++-0683052 ++-0676135 ++-0684031 ++-0669096 ++-0679103 ++-0683053 ++-0673143 ++-0667100 ++-0682087 ++-0668093 ++-0665119 ++-0681089 ++-0684032 ++-0670009 ++-0672140 ++-0675151 ++-0676136 ++-0671111 ++-0678030 ++-0680130 ++-0674124 ++-0669097 ++-0679104 ++-0683054 ++-0673144 ++-0667101 ++-0665120 ++-0684033 ++-0668094 ++-0670010 ++-0675152 ++-0671112 ++-0676137 ++-0672141 ++-0680131 ++-0682088 ++-0674125 ++-0669098 ++-0677108 ++-0678031 ++-0679105 ++-0686000 ++-0667102 ++-0683055 ++-0673145 ++-0684034 ++-0665121 ++-0670011 ++-0671113 ++-0668095 ++-0676138 ++-0680132 ++-0674126 ++-0675153 ++-0678032 ++-0682089 ++-0672142 ++-0679106 ++-0686001 ++-0681090 ++-0669099 ++-0677109 ++-0683056 ++-0673146 ++-0671114 ++-0665122 ++-0676139 ++-0670012 ++-0684035 ++-0667103 ++-0680133 ++-0668096 ++-0674127 ++-0678033 ++-0682090 ++-0675154 ++-0679107 ++-0686002 ++-0672143 ++-0681091 ++-0669100 ++-0677110 ++-0671115 ++-0665123 ++-0683057 ++-0684036 ++-0670013 ++-0673147 ++-0667104 ++-0676140 ++-0674128 ++-0682091 ++-0680134 ++-0668097 ++-0686003 ++-0679108 ++-0675155 ++-0681092 ++-0671116 ++-0665124 ++-0684037 ++-0669101 ++-0673148 ++-0674129 ++-0670014 ++-0683058 ++-0678034 ++-0682092 ++-0676141 ++-0686004 ++-0668098 ++-0667105 ++-0680135 ++-0675156 ++-0679109 ++-0681093 ++-0677111 ++-0665125 ++-0671117 ++-0684038 ++-0674130 ++-0672144 ++-0673149 ++-0669102 ++-0682093 ++-0683059 ++-0676142 ++-0670015 ++-0686005 ++-0667106 ++-0678035 ++-0668099 ++-0679110 ++-0671118 ++-0684039 ++-0681094 ++-0680136 ++-0673150 ++-0668100 ++-0677112 ++-0674131 ++-0683060 ++-0682094 ++-0665126 ++-0678036 ++-0667107 ++-0672145 ++-0671119 ++-0686006 ++-0679111 ++-0684040 ++-0676143 ++-0681095 ++-0670016 ++-0669103 ++-0668101 ++-0677113 ++-0695000 ++-0680137 ++-0682095 ++-0678037 ++-0686007 ++-0683061 ++-0673151 ++-0684041 ++-0667108 ++-0681096 ++-0674132 ++-0672146 ++-0669104 ++-0670017 ++-0679112 ++-0665127 ++-0671120 ++-0676144 ++-0677114 ++-0682096 ++-0695001 ++-0686008 ++-0678038 ++-0673152 ++-0684042 ++-0667109 ++-0683062 ++-0681097 ++-0674133 ++-0672147 ++-0669105 ++-0670018 ++-0680138 ++-0671121 ++-0679113 ++-0676145 ++-0665128 ++-0682097 ++-0668102 ++-0677115 ++-0683063 ++-0678039 ++-0681098 ++-0667110 ++-0672148 ++-0684043 ++-0686009 ++-0695002 ++-0669106 ++-0670019 ++-0673153 ++-0676146 ++-0674134 ++-0680139 ++-0671122 ++-0668103 ++-0665129 ++-0678040 ++-0682098 ++-0677116 ++-0679114 ++-0681099 ++-0683064 ++-0667111 ++-0684044 ++-0672149 ++-0676147 ++-0669107 ++-0670020 ++-0695003 ++-0673154 ++-0680140 ++-0682099 ++-0678041 ++-0668104 ++-0667112 ++-0671123 ++-0674135 ++-0686010 ++-0672150 ++-0684045 ++-0677117 ++-0679115 ++-0665130 ++-0681100 ++-0683065 ++-0695004 ++-0670021 ++-0669108 ++-0676148 ++-0682100 ++-0672151 ++-0680141 ++-0668105 ++-0667113 ++-0673155 ++-0674136 ++-0686011 ++-0678042 ++-0677118 ++-0665131 ++-0679116 ++-0683066 ++-0681101 ++-0684046 ++-0671124 ++-0669109 ++-0682101 ++-0670022 ++-0695005 ++-0676149 ++-0673156 ++-0672152 ++-0676150 ++-0667114 ++-0669110 ++-0679117 ++-0680142 ++-0686012 ++-0674137 ++-0670023 ++-0678043 ++-0668106 ++-0665132 ++-0681102 ++-0683067 ++-0671125 ++-0682102 ++-0684047 ++-0679118 ++-0695006 ++-0671126 ++-0674138 ++-0686013 ++-0672153 ++-0665133 ++-0680143 ++-0681103 ++-0669111 ++-0677119 ++-0670024 ++-0679119 ++-0676151 ++-0682103 ++-0668107 ++-0684048 ++-0683068 ++-0667115 ++-0678044 ++-0695007 ++-0674139 ++-0671127 ++-0680144 ++-0669112 ++-0672154 ++-0665134 ++-0681104 ++-0669113 ++-0686014 ++-0679120 ++-0683069 ++-0682104 ++-0668108 ++-0677120 ++-0674140 ++-0667116 ++-0684049 ++-0672155 ++-0670025 ++-0665135 ++-0695008 ++-0693000 ++-0669114 ++-0676152 ++-0678045 ++-0680145 ++-0683070 ++-0686015 ++-0682105 ++-0679121 ++-0668109 ++-0677121 ++-0667117 ++-0693001 ++-0695009 ++-0680146 ++-0665136 ++-0668110 ++-0674141 ++-0682106 ++-0678046 ++-0668111 ++-0679122 ++-0670026 ++-0667118 ++-0677122 ++-0693002 ++-0676153 ++-0680147 ++-0665137 ++-0674142 ++-0668112 ++-0679123 ++-0667119 ++-0682107 ++-0678047 ++-0676154 ++-0693003 ++-0681105 ++-0677123 ++-0692000 ++-0684050 ++-0670027 ++-0665138 ++-0686016 ++-0680148 ++-0695010 ++-0674143 ++-0669115 ++-0683071 ++-0668113 ++-0682108 ++-0671128 ++-0679124 ++-0667120 ++-0678048 ++-0676155 ++-0693004 ++-0681106 ++-0677124 ++-0670028 ++-0684051 ++-0692001 ++-0680149 ++-0695011 ++-0686017 ++-0668114 ++-0665139 ++-0674144 ++-0682109 ++-0683072 ++-0667121 ++-0678049 ++-0669116 ++-0681107 ++-0677125 ++-0671129 ++-0679125 ++-0693005 ++-0692002 ++-0670029 ++-0684052 ++-0695012 ++-0680150 ++-0686018 ++-0682110 ++-0668115 ++-0683073 ++-0667122 ++-0678050 ++-0665140 ++-0674145 ++-0693006 ++-0681108 ++-0671130 ++-0679126 ++-0669117 ++-0677126 ++-0670030 ++-0692003 ++-0682111 ++-0686019 ++-0668116 ++-0684053 ++-0680151 ++-0683074 ++-0695013 ++-0678051 ++-0667123 ++-0665141 ++-0693007 ++-0669118 ++-0681109 ++-0674146 ++-0670031 ++-0677127 ++-0692004 ++-0696000 ++-0679127 ++-0682112 ++-0671131 ++-0668117 ++-0683075 ++-0686020 ++-0684054 ++-0678052 ++-0693008 ++-0695014 ++-0682113 ++-0670032 ++-0667124 ++-0669119 ++-0677128 ++-0671132 ++-0684055 ++-0680152 ++-0696001 ++-0665142 ++-0683076 ++-0692005 ++-0686021 ++-0679128 ++-0674147 ++-0681110 ++-0678053 ++-0668118 ++-0682114 ++-0682115 ++-0665143 ++-0686022 ++-0667125 ++-0696002 ++-0671133 ++-0670033 ++-0669120 ++-0678054 ++-0683077 ++-0679129 ++-0677129 ++-0668119 ++-0684056 ++-0667126 ++-0680153 ++-0695015 ++-0693009 ++-0686023 ++-0682116 ++-0681111 ++-0674148 ++-0696003 ++-0669121 ++-0692006 ++-0665144 ++-0671134 ++-0678055 ++-0670034 ++-0683078 ++-0684057 ++-0667127 ++-0679130 ++-0686024 ++-0680154 ++-0693010 ++-0682117 ++-0696004 ++-0678056 ++-0665145 ++-0692007 ++-0683079 ++-0674149 ++-0670035 ++-0681112 ++-0695016 ++-0669122 ++-0677130 ++-0671135 ++-0668120 ++-0679131 ++-0667128 ++-0686025 ++-0684058 ++-0682118 ++-0693011 ++-0678057 ++-0696005 ++-0680155 ++-0681113 ++-0692008 ++-0674150 ++-0670036 ++-0677131 ++-0683080 ++-0665146 ++-0669123 ++-0671136 ++-0679132 ++-0682119 ++-0695017 ++-0667129 ++-0686026 ++-0693012 ++-0696006 ++-0684059 ++-0678058 ++-0674151 ++-0681114 ++-0692009 ++-0680156 ++-0670037 ++-0671137 ++-0669124 ++-0695018 ++-0683081 ++-0667130 ++-0693013 ++-0677132 ++-0665147 ++-0679133 ++-0686027 ++-0696007 ++-0682120 ++-0668121 ++-0684060 ++-0681115 ++-0692010 ++-0678059 ++-0671138 ++-0667131 ++-0669125 ++-0674152 ++-0693014 ++-0695019 ++-0670038 ++-0686028 ++-0696008 ++-0683082 ++-0682121 ++-0677133 ++-0665148 ++-0684061 ++-0679134 ++-0668122 ++-0681116 ++-0671139 ++-0674153 ++-0692011 ++-0678060 ++-0670039 ++-0686029 ++-0667132 ++-0696009 ++-0693015 ++-0669126 ++-0695020 ++-0677134 ++-0682122 ++-0683083 ++-0665149 ++-0668123 ++-0681117 ++-0684062 ++-0671140 ++-0679135 ++-0674154 ++-0692012 ++-0667133 ++-0686030 ++-0670040 ++-0678061 ++-0695021 ++-0683084 ++-0696010 ++-0693016 ++-0665150 ++-0669127 ++-0668124 ++-0682123 ++-0677135 ++-0681118 ++-0679136 ++-0674155 ++-0671141 ++-0692013 ++-0684063 ++-0667134 ++-0686031 ++-0695022 ++-0670041 ++-0678062 ++-0683085 ++-0682124 ++-0693017 ++-0665151 ++-0696011 ++-0669128 ++-0668125 ++-0674156 ++-0681119 ++-0692014 ++-0684064 ++-0679137 ++-0671142 ++-0686032 ++-0667135 ++-0683086 ++-0670042 ++-0695023 ++-0682125 ++-0665152 ++-0678063 ++-0681120 ++-0693018 ++-0696012 ++-0692015 ++-0669129 ++-0668126 ++-0674157 ++-0686033 ++-0679138 ++-0684065 ++-0671143 ++-0667136 ++-0695024 ++-0670043 ++-0683087 ++-0681121 ++-0678064 ++-0665153 ++-0693019 ++-0669130 ++-0696013 ++-0692016 ++-0679139 ++-0686034 ++-0671144 ++-0668127 ++-0674158 ++-0684066 ++-0667137 ++-0670044 ++-0695025 ++-0683088 ++-0665154 ++-0678065 ++-0693020 ++-0669131 ++-0686035 ++-0679140 ++-0668128 ++-0681122 ++-0696014 ++-0684067 ++-0677136 ++-0671145 ++-0682126 ++-0695026 ++-0683089 ++-0670045 ++-0667138 ++-0678066 ++-0693021 ++-0665155 ++-0692017 ++-0669132 ++-0668129 ++-0677137 ++-0684068 ++-0683090 ++-0679141 ++-0696015 ++-0682127 ++-0681123 ++-0667139 ++-0671146 ++-0693022 ++-0686036 ++-0670046 ++-0692018 ++-0678067 ++-0665156 ++-0669133 ++-0695027 ++-0684069 ++-0677138 ++-0679142 ++-0668130 ++-0667140 ++-0682128 ++-0696016 ++-0693023 ++-0670047 ++-0681124 ++-0683091 ++-0671147 ++-0692019 ++-0678068 ++-0686037 ++-0695028 ++-0694000 ++-0679143 ++-0668131 ++-0669134 ++-0667141 ++-0684070 ++-0677139 ++-0682129 ++-0693024 ++-0681125 ++-0670048 ++-0671148 ++-0683092 ++-0678069 ++-0696017 ++-0692020 ++-0695029 ++-0686038 ++-0694001 ++-0679144 ++-0684071 ++-0677140 ++-0682130 ++-0668132 ++-0670049 ++-0669135 ++-0693025 ++-0681126 ++-0667142 ++-0671149 ++-0683093 ++-0678070 ++-0696018 ++-0695030 ++-0686039 ++-0694002 ++-0679145 ++-0685000 ++-0692021 ++-0684072 ++-0677141 ++-0682131 ++-0668133 ++-0669136 ++-0667143 ++-0670050 ++-0696019 ++-0693026 ++-0681127 ++-0695031 ++-0671150 ++-0683094 ++-0686040 ++-0678071 ++-0694003 ++-0685001 ++-0679146 ++-0692022 ++-0684073 ++-0677142 ++-0682132 ++-0669137 ++-0668134 ++-0670051 ++-0667144 ++-0681128 ++-0671151 ++-0693027 ++-0683095 ++-0686041 ++-0678072 ++-0696020 ++-0694004 ++-0679147 ++-0692023 ++-0685002 ++-0684074 ++-0695032 ++-0668135 ++-0682133 ++-0667145 ++-0669138 ++-0677143 ++-0671152 ++-0693028 ++-0678073 ++-0679148 ++-0694005 ++-0681129 ++-0683096 ++-0686042 ++-0670052 ++-0696021 ++-0695033 ++-0685003 ++-0692024 ++-0684075 ++-0668136 ++-0694006 ++-0693029 ++-0682134 ++-0671153 ++-0667146 ++-0681130 ++-0679149 ++-0683097 ++-0677144 ++-0669139 ++-0678074 ++-0670053 ++-0695034 ++-0686043 ++-0685004 ++-0694007 ++-0693030 ++-0677145 ++-0682135 ++-0693031 ++-0671154 ++-0669140 ++-0694008 ++-0696022 ++-0677146 ++-0669141 ++-0682136 ++-0693032 ++-0678075 ++-0696023 ++-0671155 ++-0670054 ++-0667147 ++-0694009 ++-0669142 ++-0681131 ++-0679150 ++-0692025 ++-0677147 ++-0670055 ++-0695035 ++-0693033 ++-0683098 ++-0678076 ++-0696024 ++-0684076 ++-0668137 ++-0671156 ++-0667148 ++-0679151 ++-0694010 ++-0681132 ++-0669143 ++-0692026 ++-0677148 ++-0685005 ++-0682137 ++-0686044 ++-0693034 ++-0695036 ++-0678077 ++-0670056 ++-0696025 ++-0668138 ++-0684077 ++-0683099 ++-0667149 ++-0681133 ++-0671157 ++-0669144 ++-0692027 ++-0679152 ++-0694011 ++-0685006 ++-0695037 ++-0693035 ++-0677149 ++-0678078 ++-0686045 ++-0682138 ++-0670057 ++-0668139 ++-0683100 ++-0684078 ++-0696026 ++-0681134 ++-0671158 ++-0692028 ++-0667150 ++-0685007 ++-0695038 ++-0669145 ++-0679153 ++-0693036 ++-0677150 ++-0694012 ++-0678079 ++-0686046 ++-0670058 ++-0684079 ++-0683101 ++-0682139 ++-0681135 ++-0668140 ++-0696027 ++-0692029 ++-0685008 ++-0667151 ++-0695039 ++-0679154 ++-0678080 ++-0677151 ++-0694013 ++-0686047 ++-0669146 ++-0670059 ++-0684080 ++-0693037 ++-0681136 ++-0668141 ++-0683102 ++-0682140 ++-0667152 ++-0692030 ++-0696028 ++-0678081 ++-0685009 ++-0686048 ++-0694014 ++-0695040 ++-0679155 ++-0670060 ++-0677152 ++-0693038 ++-0669147 ++-0681137 ++-0683103 ++-0668142 ++-0684081 ++-0682141 ++-0667153 ++-0678082 ++-0696029 ++-0685010 ++-0686049 ++-0692031 ++-0695041 ++-0691000 ++-0669148 ++-0677153 ++-0694015 ++-0693039 ++-0679156 ++-0681138 ++-0683104 ++-0684082 ++-0670061 ++-0682142 ++-0668143 ++-0678083 ++-0685011 ++-0696030 ++-0686050 ++-0692032 ++-0691001 ++-0695042 ++-0667154 ++-0677154 ++-0694016 ++-0669149 ++-0693040 ++-0683105 ++-0670062 ++-0681139 ++-0682143 ++-0668144 ++-0684083 ++-0696031 ++-0691002 ++-0685012 ++-0677155 ++-0683106 ++-0681140 ++-0694017 ++-0682144 ++-0669150 ++-0684084 ++-0678084 ++-0668145 ++-0670063 ++-0686051 ++-0692033 ++-0693041 ++-0695043 ++-0685013 ++-0691003 ++-0696032 ++-0683107 ++-0667155 ++-0684085 ++-0682145 ++-0694018 ++-0678085 ++-0670064 ++-0686052 ++-0669151 ++-0681141 ++-0668146 ++-0695044 ++-0691004 ++-0693042 ++-0685014 ++-0692034 ++-0683108 ++-0696033 ++-0699000 ++-0684086 ++-0682146 ++-0694019 ++-0670065 ++-0686053 ++-0669152 ++-0681142 ++-0678086 ++-0695045 ++-0685015 ++-0668147 ++-0692035 ++-0696034 ++-0693043 ++-0699001 ++-0683109 ++-0691005 ++-0694020 ++-0682147 ++-0684087 ++-0697000 ++-0681143 ++-0686054 ++-0678087 ++-0670066 ++-0695046 ++-0685016 ++-0668148 ++-0669153 ++-0692036 ++-0693044 ++-0683110 ++-0694021 ++-0684088 ++-0699002 ++-0691006 ++-0681144 ++-0686055 ++-0682148 ++-0678088 ++-0695047 ++-0670067 ++-0687000 ++-0685017 ++-0697001 ++-0669154 ++-0692037 ++-0693045 ++-0683111 ++-0694022 ++-0684089 ++-0691007 ++-0696035 ++-0699003 ++-0681145 ++-0682149 ++-0695048 ++-0678089 ++-0670068 ++-0697002 ++-0685018 ++-0686056 ++-0687001 ++-0693046 ++-0692038 ++-0683112 ++-0669155 ++-0668149 ++-0691008 ++-0699004 ++-0684090 ++-0696036 ++-0681146 ++-0694023 ++-0682150 ++-0695049 ++-0670069 ++-0685019 ++-0678090 ++-0686057 ++-0693047 ++-0687002 ++-0697003 ++-0669156 ++-0668150 ++-0683113 ++-0691009 ++-0684091 ++-0692039 ++-0696037 ++-0694024 ++-0699005 ++-0681147 ++-0695050 ++-0670070 ++-0693048 ++-0678091 ++-0697004 ++-0685020 ++-0684092 ++-0699006 ++-0687003 ++-0695051 ++-0686058 ++-0681148 ++-0692040 ++-0670071 ++-0694025 ++-0682151 ++-0683114 ++-0696038 ++-0691010 ++-0668151 ++-0689000 ++-0693049 ++-0695052 ++-0691011 ++-0699007 ++-0683115 ++-0668152 ++-0692041 ++-0686059 ++-0682152 ++-0678092 ++-0670072 ++-0683116 ++-0687004 ++-0689001 ++-0685021 ++-0696039 ++-0697005 ++-0684093 ++-0681149 ++-0695053 ++-0694026 ++-0686060 ++-0693050 ++-0691012 ++-0699008 ++-0670073 ++-0683117 ++-0692042 ++-0668153 ++-0678093 ++-0682153 ++-0685022 ++-0697006 ++-0689002 ++-0694027 ++-0696040 ++-0684094 ++-0695054 ++-0687005 ++-0691013 ++-0683118 ++-0681150 ++-0670074 ++-0692043 ++-0686061 ++-0668154 ++-0693051 ++-0699009 ++-0682154 ++-0678094 ++-0694028 ++-0689003 ++-0685023 ++-0697007 ++-0696041 ++-0684095 ++-0695055 ++-0691014 ++-0683119 ++-0670075 ++-0681151 ++-0668155 ++-0686062 ++-0692044 ++-0687006 ++-0682155 ++-0693052 ++-0678095 ++-0699010 ++-0689004 ++-0694029 ++-0685024 ++-0684096 ++-0696042 ++-0683120 ++-0695056 ++-0691015 ++-0697008 ++-0670076 ++-0681152 ++-0687007 ++-0692045 ++-0686063 ++-0693053 ++-0682156 ++-0699011 ++-0689005 ++-0694030 ++-0678096 ++-0696043 ++-0684097 ++-0697009 ++-0685025 ++-0691016 ++-0683121 ++-0687008 ++-0695057 ++-0692046 ++-0670077 ++-0693054 ++-0681153 ++-0686064 ++-0689006 ++-0699012 ++-0684098 ++-0694031 ++-0678097 ++-0685026 ++-0696044 ++-0691017 ++-0683122 ++-0697010 ++-0695058 ++-0687009 ++-0692047 ++-0681154 ++-0693055 ++-0688000 ++-0670078 ++-0699013 ++-0686065 ++-0689007 ++-0694032 ++-0696045 ++-0685027 ++-0684099 ++-0683123 ++-0691018 ++-0678098 ++-0697011 ++-0695059 ++-0693056 ++-0688001 ++-0681155 ++-0692048 ++-0687010 ++-0670079 ++-0699014 ++-0686066 ++-0689008 ++-0685028 ++-0694033 ++-0683124 ++-0684100 ++-0691019 ++-0696046 ++-0695060 ++-0692049 ++-0678099 ++-0687011 ++-0697012 ++-0688002 ++-0693057 ++-0670080 ++-0699015 ++-0686067 ++-0684101 ++-0691020 ++-0689009 ++-0695061 ++-0683125 ++-0685029 ++-0694034 ++-0696047 ++-0692050 ++-0687012 ++-0697013 ++-0688003 ++-0678100 ++-0693058 ++-0670081 ++-0699016 ++-0686068 ++-0691021 ++-0695062 ++-0689010 ++-0684102 ++-0683126 ++-0694035 ++-0685030 ++-0697014 ++-0696048 ++-0687013 ++-0692051 ++-0678101 ++-0693059 ++-0670082 ++-0688004 ++-0699017 ++-0689011 ++-0684103 ++-0686069 ++-0695063 ++-0691022 ++-0683127 ++-0694036 ++-0697015 ++-0696049 ++-0687014 ++-0685031 ++-0678102 ++-0693060 ++-0686070 ++-0691023 ++-0699018 ++-0683128 ++-0670083 ++-0688005 ++-0692052 ++-0689012 ++-0695064 ++-0693061 ++-0687015 ++-0684104 ++-0685032 ++-0686071 ++-0694037 ++-0696050 ++-0691024 ++-0678103 ++-0697016 ++-0699019 ++-0688006 ++-0670084 ++-0683129 ++-0692053 ++-0695065 ++-0693062 ++-0686072 ++-0687016 ++-0678104 ++-0694038 ++-0689013 ++-0684105 ++-0685033 ++-0691025 ++-0699020 ++-0670085 ++-0696051 ++-0697017 ++-0688007 ++-0692054 ++-0683130 ++-0695066 ++-0693063 ++-0686073 ++-0694039 ++-0678105 ++-0685034 ++-0691026 ++-0699021 ++-0670086 ++-0687017 ++-0684106 ++-0689014 ++-0696052 ++-0692055 ++-0697018 ++-0695067 ++-0694040 ++-0683131 ++-0693064 ++-0688008 ++-0678106 ++-0686074 ++-0685035 ++-0691027 ++-0670087 ++-0684107 ++-0699022 ++-0696053 ++-0692056 ++-0687018 ++-0697019 ++-0695068 ++-0689015 ++-0683132 ++-0693065 ++-0694041 ++-0688009 ++-0670088 ++-0678107 ++-0691028 ++-0685036 ++-0686075 ++-0696054 ++-0692057 ++-0684108 ++-0695069 ++-0689016 ++-0699023 ++-0683133 ++-0687019 ++-0697020 ++-0693066 ++-0694042 ++-0688010 ++-0691029 ++-0685037 ++-0670089 ++-0696055 ++-0678108 ++-0684109 ++-0692058 ++-0695070 ++-0686076 ++-0699024 ++-0683134 ++-0687020 ++-0697021 ++-0689017 ++-0693067 ++-0685038 ++-0694043 ++-0696056 ++-0688011 ++-0670090 ++-0695071 ++-0678109 ++-0691030 ++-0684110 ++-0687021 ++-0699025 ++-0683135 ++-0692059 ++-0697022 ++-0689018 ++-0693068 ++-0686077 ++-0685039 ++-0694044 ++-0688012 ++-0670091 ++-0696057 ++-0678110 ++-0691031 ++-0687022 ++-0695072 ++-0683136 ++-0689019 ++-0692060 ++-0684111 ++-0693069 ++-0699026 ++-0697023 ++-0685040 ++-0688013 ++-0686078 ++-0670092 ++-0696058 ++-0678111 ++-0694045 ++-0691032 ++-0687023 ++-0683137 ++-0693070 ++-0696059 ++-0684112 ++-0685041 ++-0695073 ++-0697024 ++-0687024 ++-0686079 ++-0688014 ++-0678112 ++-0689020 ++-0692061 ++-0699027 ++-0670093 ++-0683138 ++-0691033 ++-0694046 ++-0693071 ++-0695074 ++-0697025 ++-0699028 ++-0684113 ++-0670094 ++-0692062 ++-0693072 ++-0689021 ++-0685042 ++-0678113 ++-0687025 ++-0683139 ++-0688015 ++-0696060 ++-0694047 ++-0686080 ++-0684114 ++-0692063 ++-0691034 ++-0694048 ++-0686081 ++-0684115 ++-0699029 ++-0696061 ++-0670095 ++-0678114 ++-0697026 ++-0685043 ++-0695075 ++-0693073 ++-0688016 ++-0692064 ++-0691035 ++-0694049 ++-0687026 ++-0683140 ++-0689022 ++-0696062 ++-0699030 ++-0684116 ++-0697027 ++-0670096 ++-0678115 ++-0695076 ++-0685044 ++-0686082 ++-0688017 ++-0691036 ++-0693074 ++-0692065 ++-0694050 ++-0687027 ++-0683141 ++-0696063 ++-0689023 ++-0697028 ++-0684117 ++-0699031 ++-0670097 ++-0685045 ++-0678116 ++-0686083 ++-0695077 ++-0691037 ++-0688018 ++-0692066 ++-0693075 ++-0687028 ++-0696064 ++-0694051 ++-0683142 ++-0699032 ++-0684118 ++-0689024 ++-0670098 ++-0697029 ++-0678117 ++-0692067 ++-0685046 ++-0695078 ++-0686084 ++-0693076 ++-0687029 ++-0691038 ++-0696065 ++-0688019 ++-0683143 ++-0694052 ++-0684119 ++-0678118 ++-0670099 ++-0689025 ++-0692068 ++-0699033 ++-0685047 ++-0686085 ++-0697030 ++-0695079 ++-0693077 ++-0691039 ++-0688020 ++-0694053 ++-0678119 ++-0687030 ++-0696066 ++-0683144 ++-0684120 ++-0670100 ++-0692069 ++-0689026 ++-0685048 ++-0686086 ++-0697031 ++-0699034 ++-0691040 ++-0688021 ++-0678120 ++-0687031 ++-0695080 ++-0694054 ++-0684121 ++-0696067 ++-0689027 ++-0693078 ++-0692070 ++-0686087 ++-0683145 ++-0685049 ++-0697032 ++-0670101 ++-0699035 ++-0691041 ++-0688022 ++-0695081 ++-0678121 ++-0694055 ++-0687032 ++-0693079 ++-0684122 ++-0689028 ++-0686088 ++-0696068 ++-0683146 ++-0692071 ++-0697033 ++-0699036 ++-0670102 ++-0685050 ++-0691042 ++-0688023 ++-0695082 ++-0678122 ++-0687033 ++-0684123 ++-0694056 ++-0686089 ++-0693080 ++-0689029 ++-0696069 ++-0683147 ++-0692072 ++-0697034 ++-0691043 ++-0699037 ++-0688024 ++-0695083 ++-0685051 ++-0670103 ++-0684124 ++-0678123 ++-0686090 ++-0687034 ++-0694057 ++-0696070 ++-0683148 ++-0693081 ++-0697035 ++-0692073 ++-0689030 ++-0688025 ++-0691044 ++-0699038 ++-0670104 ++-0684125 ++-0695084 ++-0686091 ++-0685052 ++-0694058 ++-0687035 ++-0695085 ++-0694059 ++-0696071 ++-0686092 ++-0693082 ++-0692074 ++-0678124 ++-0683149 ++-0684126 ++-0691045 ++-0697036 ++-0689031 ++-0699039 ++-0694060 ++-0695086 ++-0688026 ++-0685053 ++-0670105 ++-0696072 ++-0687036 ++-0686093 ++-0693083 ++-0692075 ++-0689032 ++-0684127 ++-0691046 ++-0694061 ++-0683150 ++-0678125 ++-0699040 ++-0670106 ++-0695087 ++-0697037 ++-0687037 ++-0693084 ++-0685054 ++-0692076 ++-0696073 ++-0688027 ++-0691047 ++-0684128 ++-0689033 ++-0694062 ++-0683151 ++-0686094 ++-0678126 ++-0697038 ++-0670107 ++-0692077 ++-0695088 ++-0693085 ++-0687038 ++-0696074 ++-0684129 ++-0688028 ++-0691048 ++-0699041 ++-0689034 ++-0683152 ++-0694063 ++-0678127 ++-0686095 ++-0670108 ++-0685055 ++-0695089 ++-0697039 ++-0692078 ++-0693086 ++-0688029 ++-0696075 ++-0691049 ++-0689035 ++-0683153 ++-0684130 ++-0699042 ++-0686096 ++-0694064 ++-0678128 ++-0685056 ++-0687039 ++-0697040 ++-0693087 ++-0692079 ++-0691050 ++-0670109 ++-0688030 ++-0684131 ++-0683154 ++-0686097 ++-0699043 ++-0689036 ++-0696076 ++-0695090 ++-0678129 ++-0694065 ++-0685057 ++-0693088 ++-0697041 ++-0692080 ++-0687040 ++-0691051 ++-0688031 ++-0684132 ++-0686098 ++-0689037 ++-0696077 ++-0699044 ++-0694066 ++-0695091 ++-0693089 ++-0697042 ++-0692081 ++-0687041 ++-0678130 ++-0685058 ++-0670110 ++-0688032 ++-0686099 ++-0684133 ++-0683155 ++-0691052 ++-0694067 ++-0699045 ++-0695092 ++-0696078 ++-0697043 ++-0689038 ++-0678131 ++-0685059 ++-0693090 ++-0688033 ++-0684134 ++-0693091 ++-0699046 ++-0697044 ++-0692082 ++-0670111 ++-0694068 ++-0685060 ++-0687042 ++-0686100 ++-0689039 ++-0691053 ++-0678132 ++-0695093 ++-0696079 ++-0684135 ++-0693092 ++-0688034 ++-0699047 ++-0685061 ++-0697045 ++-0686101 ++-0687043 ++-0694069 ++-0689040 ++-0691054 ++-0670112 ++-0692083 ++-0696080 ++-0695094 ++-0678133 ++-0684136 ++-0693093 ++-0688035 ++-0685062 ++-0686102 ++-0697046 ++-0699048 ++-0689041 ++-0687044 ++-0694070 ++-0696081 ++-0670113 ++-0692084 ++-0691055 ++-0678134 ++-0695095 ++-0693094 ++-0688036 ++-0684137 ++-0697047 ++-0686103 ++-0689042 ++-0685063 ++-0699049 ++-0678135 ++-0694071 ++-0695096 ++-0691056 ++-0696082 ++-0670114 ++-0687045 ++-0688037 ++-0692085 ++-0684138 ++-0689043 ++-0693095 ++-0697048 ++-0686104 ++-0687046 ++-0695097 ++-0685064 ++-0699050 ++-0670115 ++-0691057 ++-0678136 ++-0692086 ++-0694072 ++-0696083 ++-0684139 ++-0689044 ++-0688038 ++-0687047 ++-0693096 ++-0697049 ++-0685065 ++-0689045 ++-0699051 ++-0678137 ++-0686105 ++-0691058 ++-0670116 ++-0695098 ++-0684140 ++-0692087 ++-0694073 ++-0696084 ++-0697050 ++-0687048 ++-0693097 ++-0684141 ++-0685066 ++-0692088 ++-0699052 ++-0686106 ++-0694074 ++-0689046 ++-0695099 ++-0688039 ++-0678138 ++-0670117 ++-0691059 ++-0697051 ++-0685067 ++-0693098 ++-0687049 ++-0699053 ++-0691060 ++-0695100 ++-0696085 ++-0689047 ++-0694075 ++-0686107 ++-0688040 ++-0684142 ++-0692089 ++-0685068 ++-0678139 ++-0670118 ++-0697052 ++-0687050 ++-0693099 ++-0694076 ++-0684143 ++-0691061 ++-0686108 ++-0685069 ++-0689048 ++-0678140 ++-0670119 ++-0695101 ++-0688041 ++-0696086 ++-0697053 ++-0699054 ++-0693100 ++-0687051 ++-0694077 ++-0686109 ++-0691062 ++-0685070 ++-0684144 ++-0670120 ++-0689049 ++-0695102 ++-0692090 ++-0697054 ++-0699055 ++-0678141 ++-0688042 ++-0687052 ++-0696087 ++-0686110 ++-0694078 ++-0685071 ++-0693101 ++-0691063 ++-0684145 ++-0670121 ++-0695103 ++-0699056 ++-0692091 ++-0678142 ++-0689050 ++-0687053 ++-0697055 ++-0696088 ++-0686111 ++-0688043 ++-0693102 ++-0685072 ++-0670122 ++-0691064 ++-0684146 ++-0694079 ++-0695104 ++-0699057 ++-0692092 ++-0678143 ++-0687054 ++-0686112 ++-0685073 ++-0689051 ++-0696089 ++-0697056 ++-0670123 ++-0694080 ++-0688044 ++-0693103 ++-0695105 ++-0699058 ++-0691065 ++-0684147 ++-0686113 ++-0685074 ++-0678144 ++-0692093 ++-0670124 ++-0697057 ++-0687055 ++-0689052 ++-0688045 ++-0693104 ++-0696090 ++-0694081 ++-0695106 ++-0699059 ++-0691066 ++-0684148 ++-0686114 ++-0670125 ++-0685075 ++-0678145 ++-0692094 ++-0687056 ++-0689053 ++-0697058 ++-0695107 ++-0691067 ++-0684149 ++-0687057 ++-0694082 ++-0693105 ++-0685076 ++-0696091 ++-0688046 ++-0691068 ++-0686115 ++-0699060 ++-0689054 ++-0697059 ++-0678146 ++-0692095 ++-0670126 ++-0695108 ++-0684150 ++-0685077 ++-0693106 ++-0685078 ++-0678147 ++-0694083 ++-0686116 ++-0693107 ++-0692096 ++-0695109 ++-0687058 ++-0696092 ++-0685079 ++-0694084 ++-0692097 ++-0686117 ++-0670127 ++-0695110 ++-0687059 ++-0678148 ++-0693108 ++-0699061 ++-0689055 ++-0684151 ++-0696093 ++-0687060 ++-0686118 ++-0697060 ++-0685080 ++-0670128 ++-0692098 ++-0691069 ++-0694085 ++-0688047 ++-0695111 ++-0693109 ++-0687061 ++-0686119 ++-0697061 ++-0695112 ++-0689056 ++-0678149 ++-0685081 ++-0670129 ++-0688048 ++-0692099 ++-0696094 ++-0694086 ++-0699062 ++-0684152 ++-0693110 ++-0687062 ++-0691070 ++-0686120 ++-0685082 ++-0694087 ++-0688049 ++-0697062 ++-0695113 ++-0692100 ++-0678150 ++-0696095 ++-0699063 ++-0691071 ++-0689057 ++-0684153 ++-0693111 ++-0695114 ++-0694088 ++-0697063 ++-0688050 ++-0691072 ++-0670130 ++-0685083 ++-0678151 ++-0687063 ++-0692101 ++-0686121 ++-0699064 ++-0696096 ++-0689058 ++-0693112 ++-0684154 ++-0695115 ++-0691073 ++-0670131 ++-0685084 ++-0687064 ++-0694089 ++-0686122 ++-0697064 ++-0688051 ++-0692102 ++-0689059 ++-0699065 ++-0693113 ++-0678152 ++-0696097 ++-0670132 ++-0684155 ++-0695116 ++-0694090 ++-0699066 ++-0688052 ++-0692103 ++-0691074 ++-0685085 ++-0696098 ++-0693114 ++-0686123 ++-0697065 ++-0689060 ++-0687065 ++-0695117 ++-0678153 ++-0670133 ++-0692104 ++-0688053 ++-0699067 ++-0691075 ++-0685086 ++-0696099 ++-0699068 ++-0697066 ++-0694091 ++-0687066 ++-0693115 ++-0686124 ++-0689061 ++-0692105 ++-0691076 ++-0695118 ++-0685087 ++-0678154 ++-0670134 ++-0699069 ++-0693116 ++-0696100 ++-0694092 ++-0688054 ++-0686125 ++-0687067 ++-0692106 ++-0695119 ++-0689062 ++-0670135 ++-0697067 ++-0685088 ++-0689063 ++-0678155 ++-0696101 ++-0691077 ++-0686126 ++-0699070 ++-0697068 ++-0688055 ++-0693117 ++-0695120 ++-0670136 ++-0694093 ++-0692107 ++-0687068 ++-0685089 ++-0691078 ++-0699071 ++-0686127 ++-0696102 ++-0693118 ++-0695121 ++-0670137 ++-0687069 ++-0694094 ++-0692108 ++-0688056 ++-0697069 ++-0685090 ++-0691079 ++-0689064 ++-0693119 ++-0686128 ++-0695122 ++-0699072 ++-0687070 ++-0688057 ++-0670138 ++-0692109 ++-0696103 ++-0697070 ++-0694095 ++-0698000 ++-0691080 ++-0689065 ++-0686129 ++-0685091 ++-0699073 ++-0695123 ++-0693120 ++-0696104 ++-0691081 ++-0670139 ++-0695124 ++-0688058 ++-0687071 ++-0692110 ++-0686130 ++-0698001 ++-0685092 ++-0697071 ++-0689066 ++-0691082 ++-0694096 ++-0699074 ++-0696105 ++-0693121 ++-0670140 ++-0695125 ++-0687072 ++-0688059 ++-0692111 ++-0698002 ++-0686131 ++-0691083 ++-0699075 ++-0685093 ++-0689067 ++-0697072 ++-0693122 ++-0670141 ++-0696106 ++-0695126 ++-0692112 ++-0698003 ++-0686132 ++-0687073 ++-0691084 ++-0699076 ++-0696107 ++-0670142 ++-0689068 ++-0692113 ++-0686133 ++-0687074 ++-0699077 ++-0691085 ++-0685094 ++-0696108 ++-0688060 ++-0689069 ++-0695127 ++-0693123 ++-0698004 ++-0670143 ++-0697073 ++-0692114 ++-0686134 ++-0699078 ++-0687075 ++-0691086 ++-0685095 ++-0696109 ++-0695128 ++-0688061 ++-0689070 ++-0686135 ++-0670144 ++-0697074 ++-0698005 ++-0693124 ++-0687076 ++-0692115 ++-0691087 ++-0699079 ++-0696110 ++-0685096 ++-0670145 ++-0688062 ++-0695129 ++-0689071 ++-0697075 ++-0686136 ++-0698006 ++-0693125 ++-0691088 ++-0699080 ++-0687077 ++-0685097 ++-0692116 ++-0696111 ++-0695130 ++-0688063 ++-0697076 ++-0689072 ++-0670146 ++-0686137 ++-0693126 ++-0691089 ++-0699081 ++-0687078 ++-0695131 ++-0696112 ++-0688064 ++-0692117 ++-0685098 ++-0697077 ++-0693127 ++-0686138 ++-0670147 ++-0689073 ++-0699082 ++-0694097 ++-0691090 ++-0687079 ++-0688065 ++-0697078 ++-0696113 ++-0695132 ++-0685099 ++-0692118 ++-0693128 ++-0686139 ++-0670148 ++-0699083 ++-0689074 ++-0694098 ++-0691091 ++-0687080 ++-0697079 ++-0688066 ++-0698007 ++-0695133 ++-0685100 ++-0696114 ++-0670149 ++-0686140 ++-0692119 ++-0699084 ++-0693129 ++-0694099 ++-0689075 ++-0691092 ++-0697080 ++-0687081 ++-0688067 ++-0698008 ++-0695134 ++-0685101 ++-0696115 ++-0699085 ++-0670150 ++-0694100 ++-0686141 ++-0689076 ++-0692120 ++-0693130 ++-0688068 ++-0691093 ++-0697081 ++-0698009 ++-0687082 ++-0685102 ++-0695135 ++-0696116 ++-0694101 ++-0670151 ++-0689077 ++-0699086 ++-0693131 ++-0688069 ++-0692121 ++-0686142 ++-0698010 ++-0697082 ++-0687083 ++-0691094 ++-0685103 ++-0695136 ++-0686143 ++-0670152 ++-0696117 ++-0689078 ++-0697083 ++-0699087 ++-0693132 ++-0694102 ++-0685104 ++-0688070 ++-0698011 ++-0692122 ++-0691095 ++-0687084 ++-0686144 ++-0699088 ++-0695137 ++-0689079 ++-0696118 ++-0693133 ++-0694103 ++-0697084 ++-0685105 ++-0692123 ++-0688071 ++-0698012 ++-0691096 ++-0670153 ++-0687085 ++-0695138 ++-0699089 ++-0686145 ++-0696119 ++-0697085 ++-0693134 ++-0698013 ++-0691097 ++-0670154 ++-0688072 ++-0699090 ++-0685106 ++-0686146 ++-0695139 ++-0689080 ++-0692124 ++-0694104 ++-0696120 ++-0687086 ++-0697086 ++-0693135 ++-0670155 ++-0688073 ++-0691098 ++-0698014 ++-0686147 ++-0685107 ++-0695140 ++-0692125 ++-0689081 ++-0699091 ++-0694105 ++-0687087 ++-0697087 ++-0691099 ++-0693136 ++-0696121 ++-0670156 ++-0698015 ++-0688074 ++-0695141 ++-0689082 ++-0685108 ++-0686148 ++-0692126 ++-0687088 ++-0694106 ++-0699092 ++-0691100 ++-0698016 ++-0688075 ++-0695142 ++-0693137 ++-0696122 ++-0689083 ++-0697088 ++-0685109 ++-0686149 ++-0687089 ++-0694107 ++-0699093 ++-0692127 ++-0693138 ++-0698017 ++-0695143 ++-0685110 ++-0697089 ++-0689084 ++-0686150 ++-0688076 ++-0696123 ++-0691101 ++-0694108 ++-0687090 ++-0699094 ++-0693139 ++-0695144 ++-0685111 ++-0698018 ++-0692128 ++-0689085 ++-0697090 ++-0688077 ++-0691102 ++-0686151 ++-0690000 ++-0696124 ++-0699095 ++-0687091 ++-0695145 ++-0693140 ++-0697091 ++-0688078 ++-0694109 ++-0691103 ++-0692129 ++-0686152 ++-0690001 ++-0696125 ++-0692130 ++-0697092 ++-0686153 ++-0687092 ++-0693141 ++-0685112 ++-0690002 ++-0694110 ++-0691104 ++-0696126 ++-0695146 ++-0698019 ++-0689086 ++-0697093 ++-0688079 ++-0699096 ++-0686154 ++-0692131 ++-0693142 ++-0690003 ++-0685113 ++-0696127 ++-0691105 ++-0687093 ++-0689087 ++-0694111 ++-0695147 ++-0688080 ++-0697094 ++-0698020 ++-0699097 ++-0686155 ++-0692132 ++-0690004 ++-0694112 ++-0685114 ++-0696128 ++-0691106 ++-0693143 ++-0687094 ++-0688081 ++-0689088 ++-0697095 ++-0698021 ++-0699098 ++-0686156 ++-0692133 ++-0691107 ++-0694113 ++-0690005 ++-0696129 ++-0685115 ++-0688082 ++-0693144 ++-0697096 ++-0699099 ++-0698022 ++-0692134 ++-0690006 ++-0687095 ++-0691108 ++-0689089 ++-0698023 ++-0696130 ++-0695148 ++-0699100 ++-0692135 ++-0694114 ++-0693145 ++-0697097 ++-0690007 ++-0685116 ++-0688083 ++-0698024 ++-0687096 ++-0691109 ++-0696131 ++-0689090 ++-0694115 ++-0693146 ++-0695149 ++-0685117 ++-0699101 ++-0692136 ++-0690008 ++-0697098 ++-0688084 ++-0698025 ++-0687097 ++-0691110 ++-0693147 ++-0696132 ++-0689091 ++-0694116 ++-0695150 ++-0692137 ++-0685118 ++-0697099 ++-0688085 ++-0690009 ++-0687098 ++-0699102 ++-0693148 ++-0698026 ++-0696133 ++-0691111 ++-0689092 ++-0695151 ++-0694117 ++-0688086 ++-0685119 ++-0699103 ++-0690010 ++-0687099 ++-0692138 ++-0697100 ++-0693149 ++-0698027 ++-0695152 ++-0696134 ++-0689093 ++-0691112 ++-0694118 ++-0690011 ++-0699104 ++-0688087 ++-0687100 ++-0685120 ++-0693150 ++-0697101 ++-0692139 ++-0698028 ++-0695153 ++-0696135 ++-0689094 ++-0694119 ++-0691113 ++-0687101 ++-0690012 ++-0692140 ++-0699105 ++-0685121 ++-0693151 ++-0698029 ++-0697102 ++-0688088 ++-0695154 ++-0691114 ++-0696136 ++-0694120 ++-0689095 ++-0699106 ++-0687102 ++-0692141 ++-0693152 ++-0698030 ++-0685122 ++-0697103 ++-0690013 ++-0688089 ++-0696137 ++-0691115 ++-0695155 ++-0689096 ++-0694121 ++-0687103 ++-0692142 ++-0693153 ++-0699107 ++-0697104 ++-0698031 ++-0690014 ++-0688090 ++-0685123 ++-0696138 ++-0689097 ++-0694122 ++-0687104 ++-0691116 ++-0692143 ++-0693154 ++-0699108 ++-0697105 ++-0685124 ++-0698032 ++-0690015 ++-0688091 ++-0687105 ++-0692144 ++-0696139 ++-0694123 ++-0689098 ++-0697106 ++-0691117 ++-0699109 ++-0685125 ++-0693155 ++-0690016 ++-0688092 ++-0692145 ++-0692146 ++-0697107 ++-0688093 ++-0687106 ++-0690017 ++-0693156 ++-0691118 ++-0689099 ++-0699110 ++-0685126 ++-0698033 ++-0694124 ++-0696140 ++-0697108 ++-0687107 ++-0688094 ++-0692147 ++-0699111 ++-0690018 ++-0698034 ++-0696141 ++-0694125 ++-0687108 ++-0697109 ++-0685127 ++-0691119 ++-0689100 ++-0688095 ++-0699112 ++-0692148 ++-0690019 ++-0698035 ++-0694126 ++-0687109 ++-0697110 ++-0691120 ++-0696142 ++-0688096 ++-0689101 ++-0685128 ++-0699113 ++-0690020 ++-0692149 ++-0694127 ++-0698036 ++-0687110 ++-0697111 ++-0696143 ++-0688097 ++-0691121 ++-0685129 ++-0689102 ++-0699114 ++-0690021 ++-0694128 ++-0687111 ++-0696144 ++-0692150 ++-0691122 ++-0698037 ++-0697112 ++-0685130 ++-0699115 ++-0688098 ++-0690022 ++-0689103 ++-0694129 ++-0696145 ++-0698038 ++-0687112 ++-0692151 ++-0688099 ++-0685131 ++-0699116 ++-0689104 ++-0687113 ++-0688100 ++-0698039 ++-0685132 ++-0689105 ++-0697113 ++-0690023 ++-0696146 ++-0699117 ++-0691123 ++-0694130 ++-0687114 ++-0688101 ++-0689106 ++-0698040 ++-0694131 ++-0689107 ++-0699118 ++-0687115 ++-0685133 ++-0696147 ++-0691124 ++-0688102 ++-0692152 ++-0690024 ++-0697114 ++-0694132 ++-0698041 ++-0699119 ++-0689108 ++-0687116 ++-0696148 ++-0685134 ++-0691125 ++-0690025 ++-0694133 ++-0688103 ++-0692153 ++-0698042 ++-0699120 ++-0697115 ++-0689109 ++-0687117 ++-0685135 ++-0691126 ++-0694134 ++-0692154 ++-0696149 ++-0690026 ++-0697116 ++-0688104 ++-0698043 ++-0699121 ++-0689110 ++-0691127 ++-0687118 ++-0694135 ++-0690027 ++-0692155 ++-0697117 ++-0688105 ++-0698044 ++-0685136 ++-0699122 ++-0689111 ++-0691128 ++-0694136 ++-0687119 ++-0690028 ++-0688106 ++-0697118 ++-0698045 ++-0685137 ++-0689112 ++-0691129 ++-0699123 ++-0694137 ++-0687120 ++-0690029 ++-0697119 ++-0688107 ++-0689113 ++-0685138 ++-0698046 ++-0691130 ++-0690030 ++-0699124 ++-0687121 ++-0694138 ++-0697120 ++-0688108 ++-0698047 ++-0699125 ++-0689114 ++-0685139 ++-0694139 ++-0690031 ++-0687122 ++-0691131 ++-0697121 ++-0688109 ++-0698048 ++-0694140 ++-0690032 ++-0699126 ++-0687123 ++-0697122 ++-0689115 ++-0691132 ++-0685140 ++-0698049 ++-0694141 ++-0688110 ++-0699127 ++-0690033 ++-0697123 ++-0687124 ++-0689116 ++-0691133 ++-0685141 ++-0698050 ++-0699128 ++-0690034 ++-0697124 ++-0688111 ++-0694142 ++-0691134 ++-0687125 ++-0685142 ++-0689117 ++-0697125 ++-0690035 ++-0688112 ++-0698051 ++-0699129 ++-0694143 ++-0685143 ++-0687126 ++-0691135 ++-0689118 ++-0699130 ++-0694144 ++-0697126 ++-0698052 ++-0687127 ++-0690036 ++-0691136 ++-0688113 ++-0689119 ++-0685144 ++-0699131 ++-0691137 ++-0698053 ++-0689120 ++-0690037 ++-0694145 ++-0687128 ++-0688114 ++-0691138 ++-0697127 ++-0699132 ++-0685145 ++-0698054 ++-0689121 ++-0691139 ++-0694146 ++-0688115 ++-0685146 ++-0699133 ++-0698055 ++-0687129 ++-0690038 ++-0697128 ++-0689122 ++-0691140 ++-0694147 ++-0688116 ++-0699134 ++-0685147 ++-0690039 ++-0687130 ++-0689123 ++-0698056 ++-0697129 ++-0691141 ++-0694148 ++-0688117 ++-0685148 ++-0699135 ++-0687131 ++-0697130 ++-0690040 ++-0691142 ++-0688118 ++-0698057 ++-0689124 ++-0685149 ++-0699136 ++-0687132 ++-0694149 ++-0697131 ++-0690041 ++-0691143 ++-0688119 ++-0698058 ++-0689125 ++-0699137 ++-0694150 ++-0685150 ++-0687133 ++-0691144 ++-0697132 ++-0690042 ++-0698059 ++-0689126 ++-0688120 ++-0685151 ++-0699138 ++-0694151 ++-0687134 ++-0691145 ++-0691146 ++-0689127 ++-0698060 ++-0687135 ++-0690043 ++-0699139 ++-0697133 ++-0685152 ++-0688121 ++-0694152 ++-0691147 ++-0690044 ++-0698061 ++-0699140 ++-0697134 ++-0685153 ++-0689128 ++-0687136 ++-0688122 ++-0691148 ++-0694153 ++-0690045 ++-0698062 ++-0699141 ++-0697135 ++-0685154 ++-0687137 ++-0689129 ++-0691149 ++-0694154 ++-0688123 ++-0690046 ++-0699142 ++-0698063 ++-0697136 ++-0687138 ++-0691150 ++-0689130 ++-0685155 ++-0694155 ++-0688124 ++-0699143 ++-0698064 ++-0697137 ++-0691151 ++-0690047 ++-0685156 ++-0689131 ++-0687139 ++-0694156 ++-0688125 ++-0699144 ++-0691152 ++-0689132 ++-0697138 ++-0698065 ++-0688126 ++-0687140 ++-0690048 ++-0697139 ++-0699145 ++-0688127 ++-0689133 ++-0691153 ++-0690049 ++-0699146 ++-0698066 ++-0688128 ++-0687141 ++-0697140 ++-0691154 ++-0689134 ++-0699147 ++-0690050 ++-0698067 ++-0688129 ++-0697141 ++-0687142 ++-0691155 ++-0689135 ++-0690051 ++-0699148 ++-0698068 ++-0688130 ++-0687143 ++-0697142 ++-0689136 ++-0690052 ++-0698069 ++-0699149 ++-0688131 ++-0697143 ++-0689137 ++-0687144 ++-0699150 ++-0698070 ++-0690053 ++-0697144 ++-0687145 ++-0699151 ++-0689138 ++-0688132 ++-0690054 ++-0698071 ++-0697145 ++-0689139 ++-0688133 ++-0687146 ++-0698072 ++-0697146 ++-0699152 ++-0689140 ++-0688134 ++-0687147 ++-0690055 ++-0697147 ++-0698073 ++-0699153 ++-0688135 ++-0689141 ++-0687148 ++-0697148 ++-0699154 ++-0698074 ++-0690056 ++-0688136 ++-0687149 ++-0699155 ++-0698075 ++-0690057 ++-0689142 ++-0697149 ++-0688137 ++-0687150 ++-0698076 ++-0690058 ++-0699156 ++-0689143 ++-0697150 ++-0688138 ++-0698077 ++-0687151 ++-0697151 ++-0690059 ++-0689144 ++-0699157 ++-0698078 ++-0688139 ++-0687152 ++-0690060 ++-0699158 ++-0689145 ++-0697152 ++-0688140 ++-0687153 ++-0698079 ++-0690061 ++-0699159 ++-0689146 ++-0697153 ++-0688141 ++-0699160 ++-0687154 ++-0689147 ++-0698080 ++-0690062 ++-0697154 ++-0688142 ++-0699161 ++-0687155 ++-0689148 ++-0690063 ++-0697155 ++-0698081 ++-0688143 ++-0687156 ++-0699162 ++-0697156 ++-0689149 ++-0690064 ++-0698082 ++-0699163 ++-0688144 ++-0690065 ++-0689150 ++-0698083 ++-0688145 ++-0688146 ++-0689151 ++-0690066 ++-0698084 ++-0699164 ++-0689152 ++-0688147 ++-0698085 ++-0690067 ++-0699165 ++-0689153 ++-0690068 ++-0688148 ++-0698086 ++-0699166 ++-0689154 ++-0690069 ++-0688149 ++-0698087 ++-0699167 ++-0688150 ++-0689155 ++-0690070 ++-0698088 ++-0688151 ++-0699168 ++-0690071 ++-0689156 ++-0688152 ++-0698089 ++-0699169 ++-0690072 ++-0689157 ++-0690073 ++-0699170 ++-0688153 ++-0698090 ++-0690074 ++-0688154 ++-0689158 ++-0698091 ++-0699171 ++-0688155 ++-0690075 ++-0699172 ++-0698092 ++-0690076 ++-0688156 ++-0699173 ++-0690077 ++-0698093 ++-0698094 ++-0690078 ++-0699174 ++-0698095 ++-0690079 ++-0699175 ++-0698096 ++-0690080 ++-0699176 ++-0698097 ++-0690081 ++-0699177 ++-0698098 ++-0690082 ++-0698099 ++-0699178 ++-0690083 ++-0698100 ++-0698101 ++-0690084 ++-0699179 ++-0698102 ++-0690085 ++-0699180 ++-0690086 ++-0698103 ++-0699181 ++-0690087 ++-0698104 ++-0699182 ++-0690088 ++-0698105 ++-0699183 ++-0690089 ++-0698106 ++-0699184 ++-0698107 ++-0690090 ++-0698108 ++-0699185 ++-0690091 ++-0698109 ++-0690092 ++-0698110 ++-0699186 ++-0690093 ++-0698111 ++-0699187 ++-0698112 ++-0690094 ++-0698113 ++-0690095 ++-0698114 ++-0690096 ++-0699188 ++-0698115 ++-0690097 ++-0699189 ++-0698116 ++-0690098 ++-0698117 ++-0690099 ++-0699190 ++-0699191 ++-0690100 ++-0698118 ++-0698119 ++-0699192 ++-0690101 ++-0698120 ++-0699193 ++-0690102 ++-0698121 ++-0699194 ++-0690103 ++-0698122 ++-0690104 ++-0699195 ++-0698123 ++-0690105 ++-0699196 ++-0698124 ++-0698125 ++-0690106 ++-0698126 ++-0690107 ++-0698127 ++-0690108 ++-0698128 ++-0690109 ++-0698129 ++-0690110 ++-0698130 ++-0690111 ++-0690112 ++-0698131 ++-0690113 ++-0698132 ++-0690114 ++-0698133 ++-0698134 ++-0698135 ++-0690115 ++-0698136 ++-0690116 ++-0698137 ++-0698138 ++-0690117 ++-0698139 ++-0690118 ++-0690119 ++-0698140 ++-0690120 ++-0698141 ++-0698142 ++-0690121 ++-0698143 ++-0690122 ++-0698144 ++-0690123 ++-0698145 ++-0690124 ++-0698146 ++-0690125 ++-0698147 ++-0690126 ++-0698148 ++-0690127 ++-0698149 ++-0690128 ++-0690129 ++-0698150 ++-0698151 ++-0690130 ++-0690131 ++-0698152 ++-0690132 ++-0698153 ++-0690133 ++-0698154 ++-0690134 ++-0698155 ++-0690135 ++-0698156 ++-0690136 ++-0690137 ++-0690138 ++-0690139 ++-0690140 ++-0690141 ++-0690142 ++-0690143 ++-0690144 ++-0690145 ++-0690146 ++-0690147 ++-0690148 ++-0690149 ++-0690150 ++-0690151 ++-0690152 ++-0690153 ++-0690154 ++-0690155 ++diff --git a/data/argo2/ImageSets/val.txt b/data/argo2/ImageSets/val.txt ++deleted file mode 100644 ++index 4bca738..0000000 ++--- a/data/argo2/ImageSets/val.txt +++++ /dev/null ++@@ -1,23547 +0,0 @@ ++-1000000 ++-1000001 ++-1000002 ++-1000003 ++-1000004 ++-1000005 ++-1000006 ++-1000007 ++-1000008 ++-1000009 ++-1000010 ++-1000011 ++-1000012 ++-1000013 ++-1000014 ++-1000015 ++-1000016 ++-1000017 ++-1000018 ++-1000019 ++-1000020 ++-1000021 ++-1000022 ++-1000023 ++-1000024 ++-1000025 ++-1000026 ++-1000027 ++-1000028 ++-1000029 ++-1000030 ++-1000031 ++-1000032 ++-1000033 ++-1000034 ++-1000035 ++-1000036 ++-1000037 ++-1002000 ++-1000038 ++-1002001 ++-1000039 ++-1002002 ++-1000040 ++-1001000 ++-1002003 ++-1001001 ++-1000041 ++-1002004 ++-1001002 ++-1000042 ++-1002005 ++-1001003 ++-1000043 ++-1002006 ++-1001004 ++-1000044 ++-1002007 ++-1001005 ++-1000045 ++-1002008 ++-1001006 ++-1000046 ++-1002009 ++-1001007 ++-1000047 ++-1002010 ++-1001008 ++-1000048 ++-1002011 ++-1001009 ++-1002012 ++-1000049 ++-1001010 ++-1002013 ++-1000050 ++-1001011 ++-1002014 ++-1000051 ++-1002015 ++-1001012 ++-1000052 ++-1002016 ++-1001013 ++-1000053 ++-1002017 ++-1000054 ++-1001014 ++-1002018 ++-1000055 ++-1001015 ++-1002019 ++-1000056 ++-1001016 ++-1002020 ++-1000057 ++-1001017 ++-1002021 ++-1001018 ++-1002022 ++-1000058 ++-1001019 ++-1002023 ++-1000059 ++-1001020 ++-1000060 ++-1002024 ++-1001021 ++-1002025 ++-1000061 ++-1001022 ++-1000062 ++-1002026 ++-1001023 ++-1002027 ++-1000063 ++-1001024 ++-1002028 ++-1001025 ++-1000064 ++-1002029 ++-1001026 ++-1000065 ++-1002030 ++-1001027 ++-1002031 ++-1000066 ++-1001028 ++-1002032 ++-1000067 ++-1002033 ++-1001029 ++-1000068 ++-1002034 ++-1001030 ++-1000069 ++-1002035 ++-1001031 ++-1000070 ++-1002036 ++-1001032 ++-1003000 ++-1000071 ++-1001033 ++-1002037 ++-1003001 ++-1000072 ++-1001034 ++-1003002 ++-1002038 ++-1000073 ++-1003003 ++-1001035 ++-1002039 ++-1000074 ++-1003004 ++-1001036 ++-1002040 ++-1000075 ++-1001037 ++-1003005 ++-1000076 ++-1002041 ++-1003006 ++-1001038 ++-1002042 ++-1000077 ++-1001039 ++-1002043 ++-1003007 ++-1000078 ++-1001040 ++-1002044 ++-1003008 ++-1000079 ++-1003009 ++-1001041 ++-1000080 ++-1002045 ++-1003010 ++-1001042 ++-1002046 ++-1000081 ++-1003011 ++-1001043 ++-1000082 ++-1002047 ++-1003012 ++-1001044 ++-1000083 ++-1002048 ++-1000084 ++-1003013 ++-1001045 ++-1002049 ++-1003014 ++-1003015 ++-1002050 ++-1003016 ++-1001046 ++-1000085 ++-1003017 ++-1001047 ++-1003018 ++-1002051 ++-1000086 ++-1002052 ++-1001048 ++-1003019 ++-1000087 ++-1002053 ++-1001049 ++-1003020 ++-1000088 ++-1002054 ++-1001050 ++-1003021 ++-1001051 ++-1002055 ++-1000089 ++-1003022 ++-1000090 ++-1002056 ++-1001052 ++-1003023 ++-1002057 ++-1000091 ++-1001053 ++-1004000 ++-1002058 ++-1003024 ++-1004001 ++-1002059 ++-1001054 ++-1000092 ++-1003025 ++-1001055 ++-1004002 ++-1000093 ++-1002060 ++-1003026 ++-1001056 ++-1000094 ++-1004003 ++-1002061 ++-1003027 ++-1004004 ++-1000095 ++-1002062 ++-1001057 ++-1003028 ++-1004005 ++-1002063 ++-1003029 ++-1001058 ++-1000096 ++-1004006 ++-1003030 ++-1002064 ++-1000097 ++-1001059 ++-1000098 ++-1002065 ++-1004007 ++-1001060 ++-1000099 ++-1003031 ++-1001061 ++-1000100 ++-1004008 ++-1003032 ++-1002066 ++-1000101 ++-1004009 ++-1001062 ++-1002067 ++-1003033 ++-1001063 ++-1004010 ++-1000102 ++-1002068 ++-1003034 ++-1001064 ++-1000103 ++-1004011 ++-1002069 ++-1001065 ++-1003035 ++-1000104 ++-1004012 ++-1002070 ++-1001066 ++-1003036 ++-1004013 ++-1002071 ++-1000105 ++-1001067 ++-1004014 ++-1003037 ++-1000106 ++-1002072 ++-1001068 ++-1004015 ++-1003038 ++-1000107 ++-1002073 ++-1001069 ++-1000108 ++-1004016 ++-1003039 ++-1002074 ++-1001070 ++-1000109 ++-1004017 ++-1002075 ++-1003040 ++-1001071 ++-1004018 ++-1000110 ++-1002076 ++-1004019 ++-1000111 ++-1003041 ++-1001072 ++-1002077 ++-1000112 ++-1003042 ++-1004020 ++-1001073 ++-1004021 ++-1000113 ++-1002078 ++-1003043 ++-1001074 ++-1004022 ++-1000114 ++-1003044 ++-1002079 ++-1001075 ++-1003045 ++-1002080 ++-1004023 ++-1000115 ++-1001076 ++-1002081 ++-1003046 ++-1004024 ++-1000116 ++-1001077 ++-1002082 ++-1004025 ++-1002083 ++-1004026 ++-1000117 ++-1001078 ++-1003047 ++-1002084 ++-1004027 ++-1000118 ++-1001079 ++-1003048 ++-1002085 ++-1004028 ++-1000119 ++-1001080 ++-1003049 ++-1002086 ++-1004029 ++-1000120 ++-1001081 ++-1003050 ++-1002087 ++-1000121 ++-1004030 ++-1001082 ++-1002088 ++-1000122 ++-1004031 ++-1006000 ++-1001083 ++-1003051 ++-1002089 ++-1004032 ++-1000123 ++-1006001 ++-1001084 ++-1002090 ++-1003052 ++-1004033 ++-1006002 ++-1001085 ++-1000124 ++-1002091 ++-1003053 ++-1001086 ++-1006003 ++-1002092 ++-1003054 ++-1004034 ++-1000125 ++-1003055 ++-1001087 ++-1002093 ++-1004035 ++-1006004 ++-1000126 ++-1001088 ++-1002094 ++-1004036 ++-1003056 ++-1001089 ++-1000127 ++-1004037 ++-1002095 ++-1003057 ++-1006005 ++-1001090 ++-1004038 ++-1002096 ++-1000128 ++-1003058 ++-1006006 ++-1001091 ++-1000129 ++-1004039 ++-1002097 ++-1006007 ++-1003059 ++-1001092 ++-1000130 ++-1002098 ++-1006008 ++-1003060 ++-1001093 ++-1015000 ++-1000131 ++-1006009 ++-1004040 ++-1002099 ++-1003061 ++-1001094 ++-1015001 ++-1000132 ++-1002100 ++-1006010 ++-1004041 ++-1001095 ++-1003062 ++-1015002 ++-1000133 ++-1002101 ++-1006011 ++-1004042 ++-1001096 ++-1003063 ++-1015003 ++-1013000 ++-1000134 ++-1006012 ++-1002102 ++-1004043 ++-1015004 ++-1001097 ++-1003064 ++-1013001 ++-1000135 ++-1002103 ++-1015005 ++-1006013 ++-1004044 ++-1003065 ++-1000136 ++-1013002 ++-1001098 ++-1013003 ++-1000137 ++-1001099 ++-1003066 ++-1006014 ++-1002104 ++-1015006 ++-1004045 ++-1013004 ++-1003067 ++-1015007 ++-1002105 ++-1000138 ++-1003068 ++-1013005 ++-1015008 ++-1001100 ++-1006015 ++-1002106 ++-1000139 ++-1004046 ++-1003069 ++-1013006 ++-1015009 ++-1001101 ++-1000140 ++-1002107 ++-1004047 ++-1003070 ++-1006016 ++-1013007 ++-1015010 ++-1001102 ++-1000141 ++-1002108 ++-1004048 ++-1003071 ++-1013008 ++-1015011 ++-1001103 ++-1006017 ++-1000142 ++-1002109 ++-1003072 ++-1013009 ++-1004049 ++-1000143 ++-1015012 ++-1006018 ++-1001104 ++-1002110 ++-1003073 ++-1013010 ++-1004050 ++-1000144 ++-1016000 ++-1001105 ++-1015013 ++-1003074 ++-1002111 ++-1013011 ++-1004051 ++-1012000 ++-1000145 ++-1016001 ++-1001106 ++-1015014 ++-1003075 ++-1002112 ++-1006019 ++-1004052 ++-1012001 ++-1000146 ++-1013012 ++-1001107 ++-1016002 ++-1015015 ++-1006020 ++-1002113 ++-1012002 ++-1003076 ++-1013013 ++-1016003 ++-1000147 ++-1004053 ++-1006021 ++-1015016 ++-1001108 ++-1003077 ++-1013014 ++-1002114 ++-1000148 ++-1012003 ++-1004054 ++-1006022 ++-1003078 ++-1015017 ++-1002115 ++-1013015 ++-1016004 ++-1012004 ++-1004055 ++-1000149 ++-1006023 ++-1003079 ++-1001109 ++-1015018 ++-1012005 ++-1002116 ++-1016005 ++-1013016 ++-1000150 ++-1003080 ++-1015019 ++-1002117 ++-1006024 ++-1001110 ++-1004056 ++-1016006 ++-1012006 ++-1006025 ++-1001111 ++-1000151 ++-1015020 ++-1016007 ++-1003081 ++-1004057 ++-1013017 ++-1002118 ++-1001112 ++-1012007 ++-1000152 ++-1006026 ++-1015021 ++-1016008 ++-1003082 ++-1004058 ++-1002119 ++-1013018 ++-1001113 ++-1012008 ++-1006027 ++-1000153 ++-1004059 ++-1016009 ++-1003083 ++-1002120 ++-1013019 ++-1015022 ++-1001114 ++-1012009 ++-1006028 ++-1004060 ++-1016010 ++-1000154 ++-1002121 ++-1003084 ++-1015023 ++-1013020 ++-1001115 ++-1006029 ++-1004061 ++-1012010 ++-1016011 ++-1000155 ++-1002122 ++-1015024 ++-1003085 ++-1013021 ++-1001116 ++-1004062 ++-1012011 ++-1006030 ++-1000156 ++-1016012 ++-1015025 ++-1002123 ++-1013022 ++-1003086 ++-1004063 ++-1001117 ++-1012012 ++-1006031 ++-1016013 ++-1015026 ++-1002124 ++-1001118 ++-1013023 ++-1003087 ++-1012013 ++-1004064 ++-1006032 ++-1016014 ++-1012014 ++-1013024 ++-1016015 ++-1002125 ++-1015027 ++-1003088 ++-1001119 ++-1004065 ++-1006033 ++-1020000 ++-1012015 ++-1013025 ++-1016016 ++-1015028 ++-1002126 ++-1001120 ++-1004066 ++-1003089 ++-1012016 ++-1020001 ++-1006034 ++-1013026 ++-1001121 ++-1016017 ++-1002127 ++-1015029 ++-1004067 ++-1003090 ++-1006035 ++-1013027 ++-1012017 ++-1020002 ++-1001122 ++-1015030 ++-1016018 ++-1004068 ++-1002128 ++-1003091 ++-1020003 ++-1012018 ++-1001123 ++-1006036 ++-1013028 ++-1015031 ++-1004069 ++-1016019 ++-1002129 ++-1003092 ++-1012019 ++-1020004 ++-1001124 ++-1006037 ++-1015032 ++-1013029 ++-1020005 ++-1004070 ++-1016020 ++-1002130 ++-1003093 ++-1013030 ++-1012020 ++-1006038 ++-1015033 ++-1004071 ++-1016021 ++-1001125 ++-1003094 ++-1012021 ++-1002131 ++-1013031 ++-1020006 ++-1006039 ++-1012022 ++-1004072 ++-1015034 ++-1014000 ++-1016022 ++-1003095 ++-1020007 ++-1002132 ++-1005000 ++-1013032 ++-1006040 ++-1001126 ++-1015035 ++-1003096 ++-1012023 ++-1004073 ++-1014001 ++-1016023 ++-1020008 ++-1002133 ++-1005001 ++-1013033 ++-1006041 ++-1012024 ++-1003097 ++-1001127 ++-1015036 ++-1016024 ++-1014002 ++-1002134 ++-1004074 ++-1020009 ++-1005002 ++-1013034 ++-1006042 ++-1015037 ++-1001128 ++-1003098 ++-1012025 ++-1004075 ++-1002135 ++-1016025 ++-1005003 ++-1014003 ++-1020010 ++-1011000 ++-1006043 ++-1013035 ++-1015038 ++-1012026 ++-1002136 ++-1016026 ++-1003099 ++-1001129 ++-1005004 ++-1014004 ++-1004076 ++-1011001 ++-1020011 ++-1006044 ++-1013036 ++-1015039 ++-1012027 ++-1005005 ++-1002137 ++-1001130 ++-1003100 ++-1016027 ++-1011002 ++-1014005 ++-1004077 ++-1013037 ++-1020012 ++-1006045 ++-1015040 ++-1012028 ++-1002138 ++-1003101 ++-1011003 ++-1016028 ++-1001131 ++-1005006 ++-1004078 ++-1014006 ++-1020013 ++-1015041 ++-1012029 ++-1013038 ++-1006046 ++-1003102 ++-1011004 ++-1001132 ++-1002139 ++-1016029 ++-1014007 ++-1020014 ++-1005007 ++-1013039 ++-1012030 ++-1003103 ++-1015042 ++-1006047 ++-1011005 ++-1001133 ++-1004079 ++-1002140 ++-1016030 ++-1005008 ++-1020015 ++-1003104 ++-1013040 ++-1012031 ++-1014008 ++-1011006 ++-1006048 ++-1015043 ++-1004080 ++-1016031 ++-1001134 ++-1002141 ++-1005009 ++-1020016 ++-1003105 ++-1014009 ++-1006049 ++-1013041 ++-1012032 ++-1002142 ++-1015044 ++-1016032 ++-1004081 ++-1011007 ++-1001135 ++-1020017 ++-1003106 ++-1005010 ++-1014010 ++-1012033 ++-1013042 ++-1006050 ++-1002143 ++-1015045 ++-1016033 ++-1011008 ++-1004082 ++-1001136 ++-1020018 ++-1013043 ++-1003107 ++-1012034 ++-1014011 ++-1005011 ++-1006051 ++-1015046 ++-1016034 ++-1011009 ++-1002144 ++-1004083 ++-1020019 ++-1003108 ++-1001137 ++-1014012 ++-1005012 ++-1012035 ++-1015047 ++-1013044 ++-1006052 ++-1004084 ++-1016035 ++-1020020 ++-1003109 ++-1014013 ++-1011010 ++-1005013 ++-1002145 ++-1012036 ++-1015048 ++-1006053 ++-1001138 ++-1016036 ++-1020021 ++-1013045 ++-1003110 ++-1014014 ++-1004085 ++-1011011 ++-1005014 ++-1006054 ++-1002146 ++-1015049 ++-1012037 ++-1001139 ++-1020022 ++-1003111 ++-1013046 ++-1014015 ++-1016037 ++-1004086 ++-1011012 ++-1006055 ++-1005015 ++-1002147 ++-1015050 ++-1012038 ++-1001140 ++-1020023 ++-1013047 ++-1003112 ++-1016038 ++-1004087 ++-1014016 ++-1005016 ++-1015051 ++-1011013 ++-1001141 ++-1016039 ++-1012039 ++-1015052 ++-1006056 ++-1012040 ++-1002148 ++-1020024 ++-1014017 ++-1005017 ++-1004088 ++-1013048 ++-1003113 ++-1001142 ++-1011014 ++-1016040 ++-1015053 ++-1014018 ++-1007000 ++-1012041 ++-1003114 ++-1002149 ++-1004089 ++-1001143 ++-1011015 ++-1006057 ++-1015054 ++-1005018 ++-1013049 ++-1017000 ++-1016041 ++-1012042 ++-1007001 ++-1014019 ++-1002150 ++-1003115 ++-1001144 ++-1004090 ++-1011016 ++-1006058 ++-1017001 ++-1020025 ++-1016042 ++-1013050 ++-1015055 ++-1014020 ++-1012043 ++-1002151 ++-1003116 ++-1007002 ++-1004091 ++-1005019 ++-1001145 ++-1011017 ++-1015056 ++-1020026 ++-1017002 ++-1007003 ++-1016043 ++-1002152 ++-1003117 ++-1014021 ++-1001146 ++-1006059 ++-1005020 ++-1013051 ++-1011018 ++-1004092 ++-1012044 ++-1007004 ++-1002153 ++-1020027 ++-1017003 ++-1016044 ++-1001147 ++-1003118 ++-1006060 ++-1012045 ++-1014022 ++-1004093 ++-1013052 ++-1015057 ++-1011019 ++-1005021 ++-1007005 ++-1016045 ++-1001148 ++-1002154 ++-1020028 ++-1006061 ++-1003119 ++-1017004 ++-1014023 ++-1004094 ++-1013053 ++-1012046 ++-1011020 ++-1001149 ++-1016046 ++-1005022 ++-1015058 ++-1007006 ++-1020029 ++-1004095 ++-1013054 ++-1002155 ++-1017005 ++-1006062 ++-1007007 ++-1014024 ++-1003120 ++-1011021 ++-1005023 ++-1012047 ++-1004096 ++-1015059 ++-1020030 ++-1016047 ++-1001150 ++-1017006 ++-1006063 ++-1013055 ++-1003121 ++-1014025 ++-1011022 ++-1007008 ++-1015060 ++-1012048 ++-1016048 ++-1020031 ++-1001151 ++-1005024 ++-1017007 ++-1013056 ++-1007009 ++-1004097 ++-1014026 ++-1006064 ++-1012049 ++-1015061 ++-1011023 ++-1003122 ++-1016049 ++-1020032 ++-1013057 ++-1001152 ++-1007010 ++-1014027 ++-1004098 ++-1015062 ++-1006065 ++-1012050 ++-1017008 ++-1016050 ++-1003123 ++-1011024 ++-1005025 ++-1022000 ++-1013058 ++-1020033 ++-1014028 ++-1007011 ++-1001153 ++-1004099 ++-1015063 ++-1005026 ++-1017009 ++-1011025 ++-1006066 ++-1003124 ++-1020034 ++-1016051 ++-1012051 ++-1007012 ++-1014029 ++-1013059 ++-1009000 ++-1004100 ++-1015064 ++-1005027 ++-1012052 ++-1022001 ++-1020035 ++-1001154 ++-1006067 ++-1007013 ++-1009001 ++-1013060 ++-1016052 ++-1014030 ++-1015065 ++-1017010 ++-1011026 ++-1003125 ++-1004101 ++-1020036 ++-1022002 ++-1008000 ++-1009002 ++-1016053 ++-1001155 ++-1014031 ++-1006068 ++-1015066 ++-1005028 ++-1012053 ++-1007014 ++-1020037 ++-1009003 ++-1022003 ++-1013061 ++-1001156 ++-1004102 ++-1017011 ++-1003126 ++-1011027 ++-1006069 ++-1012054 ++-1007015 ++-1008001 ++-1014032 ++-1005029 ++-1015067 ++-1013062 ++-1017012 ++-1022004 ++-1016054 ++-1003127 ++-1001157 ++-1006070 ++-1020038 ++-1011028 ++-1004103 ++-1013063 ++-1009004 ++-1007016 ++-1016055 ++-1005030 ++-1015068 ++-1012055 ++-1017013 ++-1014033 ++-1006071 ++-1008002 ++-1020039 ++-1003128 ++-1011029 ++-1022005 ++-1001158 ++-1009005 ++-1013064 ++-1017014 ++-1012056 ++-1008003 ++-1016056 ++-1015069 ++-1011030 ++-1006072 ++-1020040 ++-1009006 ++-1007017 ++-1003129 ++-1004104 ++-1022006 ++-1014034 ++-1016057 ++-1005031 ++-1011031 ++-1017015 ++-1008004 ++-1012057 ++-1006073 ++-1013065 ++-1007018 ++-1016058 ++-1003130 ++-1015070 ++-1004105 ++-1005032 ++-1020041 ++-1014035 ++-1012058 ++-1022007 ++-1011032 ++-1017016 ++-1009007 ++-1003131 ++-1006074 ++-1008005 ++-1013066 ++-1012059 ++-1015071 ++-1007019 ++-1021000 ++-1004106 ++-1009008 ++-1016059 ++-1017017 ++-1005033 ++-1008006 ++-1020042 ++-1013067 ++-1022008 ++-1003132 ++-1011033 ++-1006075 ++-1012060 ++-1014036 ++-1015072 ++-1005034 ++-1016060 ++-1009009 ++-1011034 ++-1007020 ++-1004107 ++-1017018 ++-1021001 ++-1008007 ++-1013068 ++-1003133 ++-1020043 ++-1006076 ++-1005035 ++-1012061 ++-1004108 ++-1022009 ++-1015073 ++-1014037 ++-1011035 ++-1009010 ++-1003134 ++-1013069 ++-1008008 ++-1007021 ++-1017019 ++-1006077 ++-1020044 ++-1005036 ++-1012062 ++-1004109 ++-1022010 ++-1021002 ++-1016061 ++-1015074 ++-1014038 ++-1011036 ++-1013070 ++-1005037 ++-1006078 ++-1020045 ++-1008009 ++-1004110 ++-1017020 ++-1007022 ++-1012063 ++-1009011 ++-1003135 ++-1022011 ++-1021003 ++-1015075 ++-1014039 ++-1013071 ++-1016062 ++-1011037 ++-1005038 ++-1006079 ++-1008010 ++-1004111 ++-1020046 ++-1017021 ++-1012064 ++-1003136 ++-1014040 ++-1009012 ++-1007023 ++-1021004 ++-1015076 ++-1022012 ++-1013072 ++-1005039 ++-1006080 ++-1008011 ++-1016063 ++-1011038 ++-1004112 ++-1017022 ++-1003137 ++-1020047 ++-1014041 ++-1012065 ++-1009013 ++-1013073 ++-1007024 ++-1015077 ++-1022013 ++-1005040 ++-1011039 ++-1006081 ++-1021005 ++-1008012 ++-1004113 ++-1017023 ++-1016064 ++-1003138 ++-1014042 ++-1009014 ++-1012066 ++-1013074 ++-1022014 ++-1007025 ++-1011040 ++-1006082 ++-1022015 ++-1015078 ++-1008013 ++-1021006 ++-1009015 ++-1005041 ++-1016065 ++-1004114 ++-1013075 ++-1014043 ++-1012067 ++-1020048 ++-1003139 ++-1007026 ++-1017024 ++-1011041 ++-1022016 ++-1006083 ++-1015079 ++-1008014 ++-1016066 ++-1009016 ++-1005042 ++-1014044 ++-1012068 ++-1021007 ++-1004115 ++-1003140 ++-1017025 ++-1020049 ++-1013076 ++-1022017 ++-1011042 ++-1007027 ++-1015080 ++-1006084 ++-1005043 ++-1021008 ++-1008015 ++-1020050 ++-1009017 ++-1014045 ++-1013077 ++-1003141 ++-1011043 ++-1017026 ++-1016067 ++-1022018 ++-1012069 ++-1004116 ++-1020051 ++-1006085 ++-1021009 ++-1008016 ++-1007028 ++-1005044 ++-1003142 ++-1014046 ++-1011044 ++-1015081 ++-1013078 ++-1016068 ++-1012070 ++-1008017 ++-1007029 ++-1004117 ++-1022019 ++-1006086 ++-1005045 ++-1021010 ++-1020052 ++-1017027 ++-1009018 ++-1012071 ++-1014047 ++-1011045 ++-1016069 ++-1003143 ++-1008018 ++-1013079 ++-1015082 ++-1004118 ++-1022020 ++-1007030 ++-1005046 ++-1009019 ++-1006087 ++-1021011 ++-1011046 ++-1017028 ++-1003144 ++-1016070 ++-1020053 ++-1008019 ++-1012072 ++-1005047 ++-1015083 ++-1007031 ++-1022021 ++-1013080 ++-1014048 ++-1009020 ++-1006088 ++-1004119 ++-1021012 ++-1017029 ++-1011047 ++-1003145 ++-1008020 ++-1015084 ++-1016071 ++-1020054 ++-1012073 ++-1005048 ++-1007032 ++-1013081 ++-1006089 ++-1009021 ++-1014049 ++-1021013 ++-1004120 ++-1008021 ++-1020055 ++-1016072 ++-1007033 ++-1011048 ++-1017030 ++-1013082 ++-1012074 ++-1021014 ++-1003146 ++-1022022 ++-1015085 ++-1005049 ++-1009022 ++-1020056 ++-1016073 ++-1008022 ++-1014050 ++-1006090 ++-1004121 ++-1012075 ++-1017031 ++-1011049 ++-1007034 ++-1013083 ++-1003147 ++-1022023 ++-1021015 ++-1005050 ++-1009023 ++-1015086 ++-1008023 ++-1020057 ++-1016074 ++-1006091 ++-1014051 ++-1004122 ++-1012076 ++-1011050 ++-1017032 ++-1007035 ++-1022024 ++-1021016 ++-1013084 ++-1005051 ++-1008024 ++-1015087 ++-1003148 ++-1016075 ++-1006092 ++-1004123 ++-1020058 ++-1014052 ++-1011051 ++-1017033 ++-1007036 ++-1012077 ++-1022025 ++-1013085 ++-1021017 ++-1005052 ++-1003149 ++-1015088 ++-1009024 ++-1008025 ++-1006093 ++-1004124 ++-1016076 ++-1020059 ++-1007037 ++-1014053 ++-1022026 ++-1011052 ++-1013086 ++-1012078 ++-1017034 ++-1005053 ++-1021018 ++-1015089 ++-1004125 ++-1006094 ++-1016077 ++-1009025 ++-1008026 ++-1011053 ++-1020060 ++-1013087 ++-1022027 ++-1014054 ++-1004126 ++-1007038 ++-1009026 ++-1006095 ++-1016078 ++-1021019 ++-1003150 ++-1005054 ++-1017035 ++-1020061 ++-1022028 ++-1008027 ++-1011054 ++-1012079 ++-1015090 ++-1014055 ++-1004127 ++-1007039 ++-1009027 ++-1016079 ++-1021020 ++-1005055 ++-1003151 ++-1013088 ++-1006096 ++-1017036 ++-1022029 ++-1008028 ++-1020062 ++-1015091 ++-1012080 ++-1004128 ++-1014056 ++-1007040 ++-1009028 ++-1021021 ++-1005056 ++-1016080 ++-1017037 ++-1006097 ++-1013089 ++-1003152 ++-1015092 ++-1008029 ++-1022030 ++-1007041 ++-1009029 ++-1004129 ++-1011055 ++-1012081 ++-1020063 ++-1021022 ++-1019000 ++-1017038 ++-1016081 ++-1014057 ++-1008030 ++-1003153 ++-1013090 ++-1006098 ++-1012082 ++-1015093 ++-1019001 ++-1011056 ++-1007042 ++-1005057 ++-1009030 ++-1022031 ++-1020064 ++-1004130 ++-1021023 ++-1017039 ++-1003154 ++-1008031 ++-1006099 ++-1014058 ++-1013091 ++-1012083 ++-1016082 ++-1015094 ++-1020065 ++-1004131 ++-1017040 ++-1019002 ++-1011057 ++-1005058 ++-1003155 ++-1022032 ++-1021024 ++-1007043 ++-1006100 ++-1012084 ++-1014059 ++-1016083 ++-1008032 ++-1009031 ++-1013092 ++-1012085 ++-1007044 ++-1011058 ++-1022033 ++-1020066 ++-1006101 ++-1021025 ++-1015095 ++-1009032 ++-1004132 ++-1017041 ++-1016084 ++-1019003 ++-1014060 ++-1005059 ++-1011059 ++-1008033 ++-1014061 ++-1013093 ++-1007045 ++-1012086 ++-1020067 ++-1005060 ++-1016085 ++-1023000 ++-1021026 ++-1004133 ++-1011060 ++-1015096 ++-1022034 ++-1019004 ++-1008034 ++-1014062 ++-1017042 ++-1013094 ++-1004134 ++-1012087 ++-1005061 ++-1020068 ++-1021027 ++-1009033 ++-1016086 ++-1006102 ++-1007046 ++-1022035 ++-1019005 ++-1015097 ++-1011061 ++-1014063 ++-1004135 ++-1020069 ++-1005062 ++-1009034 ++-1023001 ++-1021028 ++-1016087 ++-1019006 ++-1017043 ++-1007047 ++-1012088 ++-1008035 ++-1015098 ++-1011062 ++-1005063 ++-1006103 ++-1020070 ++-1022036 ++-1014064 ++-1004136 ++-1009035 ++-1013095 ++-1019007 ++-1007048 ++-1023002 ++-1012089 ++-1011063 ++-1021029 ++-1016088 ++-1005064 ++-1015099 ++-1008036 ++-1017044 ++-1022037 ++-1013096 ++-1004137 ++-1020071 ++-1014065 ++-1019008 ++-1006104 ++-1009036 ++-1011064 ++-1021030 ++-1017045 ++-1023003 ++-1016089 ++-1013097 ++-1020072 ++-1014066 ++-1006105 ++-1009037 ++-1014067 ++-1016090 ++-1020073 ++-1009038 ++-1015100 ++-1004138 ++-1012090 ++-1005065 ++-1008037 ++-1014068 ++-1016091 ++-1011065 ++-1013098 ++-1021031 ++-1022038 ++-1007049 ++-1013099 ++-1019009 ++-1012091 ++-1020074 ++-1006106 ++-1021032 ++-1017046 ++-1009039 ++-1016092 ++-1023004 ++-1008038 ++-1011066 ++-1022039 ++-1014069 ++-1007050 ++-1015101 ++-1013100 ++-1004139 ++-1005066 ++-1019010 ++-1017047 ++-1016093 ++-1023005 ++-1012092 ++-1008039 ++-1021033 ++-1009040 ++-1011067 ++-1020075 ++-1006107 ++-1014070 ++-1015102 ++-1009041 ++-1007051 ++-1021034 ++-1016094 ++-1006108 ++-1019011 ++-1013101 ++-1005067 ++-1022040 ++-1017048 ++-1020076 ++-1008040 ++-1023006 ++-1012093 ++-1011068 ++-1004140 ++-1015103 ++-1014071 ++-1016095 ++-1021035 ++-1023007 ++-1020077 ++-1013102 ++-1006109 ++-1017049 ++-1022041 ++-1005068 ++-1009042 ++-1011069 ++-1012094 ++-1019012 ++-1008041 ++-1007052 ++-1004141 ++-1021036 ++-1015104 ++-1023008 ++-1017050 ++-1013103 ++-1016096 ++-1009043 ++-1022042 ++-1011070 ++-1012095 ++-1005069 ++-1019013 ++-1007053 ++-1014072 ++-1006110 ++-1020078 ++-1008042 ++-1004142 ++-1013104 ++-1022043 ++-1012096 ++-1021037 ++-1009044 ++-1014073 ++-1008043 ++-1019014 ++-1016097 ++-1007054 ++-1017051 ++-1023009 ++-1011071 ++-1005070 ++-1006111 ++-1004143 ++-1020079 ++-1015105 ++-1012097 ++-1013105 ++-1009045 ++-1019015 ++-1014074 ++-1007055 ++-1016098 ++-1008044 ++-1021038 ++-1022044 ++-1006112 ++-1017052 ++-1023010 ++-1004144 ++-1015106 ++-1020080 ++-1011072 ++-1009046 ++-1005071 ++-1013106 ++-1019016 ++-1014075 ++-1012098 ++-1006113 ++-1015107 ++-1017053 ++-1007056 ++-1011073 ++-1009047 ++-1020081 ++-1016099 ++-1014076 ++-1006114 ++-1022045 ++-1021039 ++-1012099 ++-1008045 ++-1019017 ++-1005072 ++-1004145 ++-1013107 ++-1023011 ++-1015108 ++-1009048 ++-1020082 ++-1017054 ++-1016100 ++-1007057 ++-1014077 ++-1011074 ++-1006115 ++-1022046 ++-1004146 ++-1019018 ++-1021040 ++-1013108 ++-1012100 ++-1008046 ++-1005073 ++-1023012 ++-1017055 ++-1015109 ++-1020083 ++-1007058 ++-1011075 ++-1006116 ++-1009049 ++-1016101 ++-1004147 ++-1014078 ++-1019019 ++-1022047 ++-1012101 ++-1008047 ++-1021041 ++-1023013 ++-1017056 ++-1013109 ++-1007059 ++-1020084 ++-1011076 ++-1005074 ++-1015110 ++-1016102 ++-1004148 ++-1019020 ++-1014079 ++-1009050 ++-1006117 ++-1022048 ++-1008048 ++-1021042 ++-1017057 ++-1012102 ++-1023014 ++-1005075 ++-1011077 ++-1015111 ++-1016103 ++-1019021 ++-1014080 ++-1008049 ++-1007060 ++-1013110 ++-1020085 ++-1017058 ++-1004149 ++-1009051 ++-1006118 ++-1022049 ++-1023015 ++-1021043 ++-1005076 ++-1011078 ++-1008050 ++-1019022 ++-1012103 ++-1004150 ++-1015112 ++-1017059 ++-1016104 ++-1020086 ++-1014081 ++-1007061 ++-1009052 ++-1013111 ++-1006119 ++-1021044 ++-1005077 ++-1022050 ++-1019023 ++-1012104 ++-1011079 ++-1008051 ++-1015113 ++-1017060 ++-1023016 ++-1020087 ++-1007062 ++-1009053 ++-1004151 ++-1014082 ++-1016105 ++-1006120 ++-1021045 ++-1005078 ++-1019024 ++-1013112 ++-1011080 ++-1022051 ++-1017061 ++-1023017 ++-1012105 ++-1008052 ++-1007063 ++-1020088 ++-1015114 ++-1006121 ++-1009054 ++-1004152 ++-1016106 ++-1014083 ++-1005079 ++-1021046 ++-1013113 ++-1019025 ++-1017062 ++-1011081 ++-1022052 ++-1008053 ++-1007064 ++-1015115 ++-1020089 ++-1014084 ++-1021047 ++-1007065 ++-1005080 ++-1022053 ++-1013114 ++-1017063 ++-1023018 ++-1006122 ++-1012106 ++-1008054 ++-1016107 ++-1004153 ++-1011082 ++-1019026 ++-1009055 ++-1015116 ++-1014085 ++-1020090 ++-1007066 ++-1005081 ++-1006123 ++-1004154 ++-1022054 ++-1012107 ++-1008055 ++-1009056 ++-1021048 ++-1017064 ++-1023019 ++-1013115 ++-1019027 ++-1011083 ++-1016108 ++-1015117 ++-1007067 ++-1014086 ++-1005082 ++-1020091 ++-1004155 ++-1009057 ++-1012108 ++-1008056 ++-1022055 ++-1006124 ++-1019028 ++-1016109 ++-1011084 ++-1021049 ++-1013116 ++-1023020 ++-1017065 ++-1015118 ++-1007068 ++-1014087 ++-1008057 ++-1005083 ++-1022056 ++-1020092 ++-1009058 ++-1006125 ++-1012109 ++-1023021 ++-1016110 ++-1021050 ++-1019029 ++-1011085 ++-1007069 ++-1017066 ++-1013117 ++-1008058 ++-1014088 ++-1015119 ++-1009059 ++-1022057 ++-1020093 ++-1012110 ++-1005084 ++-1016111 ++-1006126 ++-1011086 ++-1007070 ++-1014089 ++-1012111 ++-1009060 ++-1008059 ++-1021051 ++-1023022 ++-1022058 ++-1013118 ++-1011087 ++-1005085 ++-1024000 ++-1017067 ++-1016112 ++-1012112 ++-1022059 ++-1009061 ++-1008060 ++-1019030 ++-1015120 ++-1006127 ++-1014090 ++-1007071 ++-1020094 ++-1023023 ++-1021052 ++-1013119 ++-1017068 ++-1011088 ++-1024001 ++-1016113 ++-1005086 ++-1009062 ++-1012113 ++-1022060 ++-1008061 ++-1006128 ++-1014091 ++-1007072 ++-1023024 ++-1017069 ++-1021053 ++-1013120 ++-1019031 ++-1020095 ++-1015121 ++-1024002 ++-1011089 ++-1016114 ++-1005087 ++-1018000 ++-1009063 ++-1008062 ++-1022061 ++-1006129 ++-1012114 ++-1007073 ++-1014092 ++-1023025 ++-1021054 ++-1013121 ++-1020096 ++-1017070 ++-1011090 ++-1024003 ++-1019032 ++-1015122 ++-1016115 ++-1005088 ++-1008063 ++-1009064 ++-1023026 ++-1018001 ++-1006130 ++-1007074 ++-1022062 ++-1012115 ++-1014093 ++-1021055 ++-1020097 ++-1013122 ++-1024004 ++-1017071 ++-1016116 ++-1005089 ++-1008064 ++-1015123 ++-1009065 ++-1006131 ++-1018002 ++-1022063 ++-1011091 ++-1007075 ++-1023027 ++-1014094 ++-1021056 ++-1020098 ++-1012116 ++-1024005 ++-1016117 ++-1017072 ++-1013123 ++-1005090 ++-1008065 ++-1009066 ++-1018003 ++-1019033 ++-1015124 ++-1005091 ++-1015125 ++-1005092 ++-1006132 ++-1012117 ++-1020099 ++-1022064 ++-1023028 ++-1007076 ++-1005093 ++-1011092 ++-1013124 ++-1017073 ++-1009067 ++-1008066 ++-1021057 ++-1018004 ++-1019034 ++-1024006 ++-1016118 ++-1015126 ++-1014095 ++-1006133 ++-1020100 ++-1012118 ++-1022065 ++-1011093 ++-1007077 ++-1017074 ++-1005094 ++-1009068 ++-1019035 ++-1023029 ++-1008067 ++-1024007 ++-1021058 ++-1013125 ++-1015127 ++-1018005 ++-1014096 ++-1006134 ++-1012119 ++-1016119 ++-1020101 ++-1022066 ++-1017075 ++-1007078 ++-1005095 ++-1021059 ++-1009069 ++-1024008 ++-1015128 ++-1011094 ++-1023030 ++-1019036 ++-1008068 ++-1013126 ++-1014097 ++-1018006 ++-1006135 ++-1022067 ++-1012120 ++-1016120 ++-1005096 ++-1020102 ++-1019037 ++-1009070 ++-1008069 ++-1015129 ++-1013127 ++-1014098 ++-1023031 ++-1011095 ++-1007079 ++-1024009 ++-1017076 ++-1021060 ++-1018007 ++-1006136 ++-1016121 ++-1022068 ++-1005097 ++-1020103 ++-1019038 ++-1012121 ++-1008070 ++-1014099 ++-1009071 ++-1017077 ++-1011096 ++-1013128 ++-1015130 ++-1024010 ++-1007080 ++-1018008 ++-1006137 ++-1022069 ++-1016122 ++-1021061 ++-1020104 ++-1019039 ++-1008071 ++-1014100 ++-1009072 ++-1005098 ++-1012122 ++-1011097 ++-1017078 ++-1024011 ++-1018009 ++-1013129 ++-1022070 ++-1016123 ++-1007081 ++-1006138 ++-1020105 ++-1015131 ++-1021062 ++-1005099 ++-1008072 ++-1019040 ++-1023032 ++-1009073 ++-1012123 ++-1011098 ++-1024012 ++-1014101 ++-1017079 ++-1018010 ++-1022071 ++-1007082 ++-1006139 ++-1013130 ++-1021063 ++-1016124 ++-1015132 ++-1020106 ++-1011099 ++-1019041 ++-1023033 ++-1009074 ++-1007083 ++-1012124 ++-1018011 ++-1021064 ++-1022072 ++-1006140 ++-1023034 ++-1019042 ++-1007084 ++-1011100 ++-1022073 ++-1020107 ++-1006141 ++-1018012 ++-1021065 ++-1012125 ++-1009075 ++-1019043 ++-1014102 ++-1008073 ++-1024013 ++-1017080 ++-1005100 ++-1023035 ++-1011101 ++-1016125 ++-1013131 ++-1020108 ++-1007085 ++-1015133 ++-1018013 ++-1021066 ++-1009076 ++-1006142 ++-1012126 ++-1017081 ++-1015134 ++-1016126 ++-1023036 ++-1022074 ++-1021067 ++-1014103 ++-1006143 ++-1019044 ++-1008074 ++-1013132 ++-1005101 ++-1024014 ++-1017082 ++-1009077 ++-1020109 ++-1011102 ++-1015135 ++-1018014 ++-1007086 ++-1012127 ++-1021068 ++-1022075 ++-1023037 ++-1024015 ++-1016127 ++-1014104 ++-1013133 ++-1020110 ++-1008075 ++-1019045 ++-1018015 ++-1005102 ++-1007087 ++-1011103 ++-1006144 ++-1021069 ++-1009078 ++-1017083 ++-1015136 ++-1012128 ++-1020111 ++-1005103 ++-1013134 ++-1019046 ++-1018016 ++-1022076 ++-1016128 ++-1023038 ++-1014105 ++-1024016 ++-1008076 ++-1007088 ++-1017084 ++-1009079 ++-1015137 ++-1022077 ++-1018017 ++-1021070 ++-1020112 ++-1005104 ++-1011104 ++-1012129 ++-1019047 ++-1016129 ++-1023039 ++-1006145 ++-1013135 ++-1024017 ++-1008077 ++-1014106 ++-1007089 ++-1017085 ++-1015138 ++-1009080 ++-1018018 ++-1021071 ++-1014107 ++-1008078 ++-1005105 ++-1024018 ++-1016130 ++-1019048 ++-1022078 ++-1013136 ++-1020113 ++-1011105 ++-1023040 ++-1012130 ++-1006146 ++-1007090 ++-1017086 ++-1021072 ++-1015139 ++-1020114 ++-1013137 ++-1009081 ++-1016131 ++-1022079 ++-1018019 ++-1024019 ++-1011106 ++-1019049 ++-1005106 ++-1012131 ++-1014108 ++-1023041 ++-1006147 ++-1007091 ++-1017087 ++-1008079 ++-1015140 ++-1021073 ++-1013138 ++-1020115 ++-1022080 ++-1006148 ++-1016132 ++-1011107 ++-1007092 ++-1014109 ++-1018020 ++-1009082 ++-1017088 ++-1023042 ++-1005107 ++-1021074 ++-1024020 ++-1020116 ++-1015141 ++-1008080 ++-1019050 ++-1012132 ++-1013139 ++-1022081 ++-1016133 ++-1014110 ++-1007093 ++-1018021 ++-1024021 ++-1020117 ++-1011108 ++-1006149 ++-1021075 ++-1005108 ++-1009083 ++-1019051 ++-1022082 ++-1008081 ++-1015142 ++-1023043 ++-1017089 ++-1014111 ++-1018022 ++-1007094 ++-1012133 ++-1013140 ++-1016134 ++-1010000 ++-1021076 ++-1009084 ++-1024022 ++-1005109 ++-1020118 ++-1019052 ++-1015143 ++-1017090 ++-1023044 ++-1014112 ++-1011109 ++-1010001 ++-1007095 ++-1018023 ++-1008082 ++-1016135 ++-1006150 ++-1022083 ++-1024023 ++-1017091 ++-1022084 ++-1014113 ++-1013141 ++-1021077 ++-1018024 ++-1012134 ++-1015144 ++-1010002 ++-1020119 ++-1024024 ++-1007096 ++-1011110 ++-1016136 ++-1008083 ++-1019053 ++-1005110 ++-1024025 ++-1021078 ++-1012135 ++-1023045 ++-1017092 ++-1015145 ++-1009085 ++-1010003 ++-1022085 ++-1018025 ++-1011111 ++-1014114 ++-1013142 ++-1007097 ++-1006151 ++-1019054 ++-1016137 ++-1005111 ++-1020120 ++-1008084 ++-1024026 ++-1023046 ++-1009086 ++-1011112 ++-1017093 ++-1022086 ++-1012136 ++-1010004 ++-1015146 ++-1013143 ++-1018026 ++-1014115 ++-1019055 ++-1007098 ++-1016138 ++-1020121 ++-1017094 ++-1008085 ++-1010005 ++-1018027 ++-1015147 ++-1023047 ++-1011113 ++-1019056 ++-1022087 ++-1024027 ++-1012137 ++-1006152 ++-1009087 ++-1018028 ++-1021079 ++-1013144 ++-1005112 ++-1020122 ++-1014116 ++-1007099 ++-1010006 ++-1008086 ++-1016139 ++-1017095 ++-1023048 ++-1024028 ++-1014117 ++-1024029 ++-1007100 ++-1011114 ++-1015148 ++-1022088 ++-1012138 ++-1006153 ++-1021080 ++-1023049 ++-1009088 ++-1019057 ++-1005113 ++-1013145 ++-1010007 ++-1018029 ++-1014118 ++-1007101 ++-1020123 ++-1019058 ++-1008087 ++-1016140 ++-1021081 ++-1009089 ++-1017096 ++-1006154 ++-1005114 ++-1012139 ++-1010008 ++-1011115 ++-1022089 ++-1024030 ++-1023050 ++-1007102 ++-1019059 ++-1021082 ++-1020124 ++-1018030 ++-1008088 ++-1009090 ++-1016141 ++-1014119 ++-1013146 ++-1017097 ++-1005115 ++-1010009 ++-1012140 ++-1011116 ++-1023051 ++-1022090 ++-1015149 ++-1024031 ++-1006155 ++-1007103 ++-1019060 ++-1021083 ++-1020125 ++-1009091 ++-1017098 ++-1018031 ++-1014120 ++-1005116 ++-1010010 ++-1008089 ++-1012141 ++-1016142 ++-1011117 ++-1022091 ++-1013147 ++-1023052 ++-1015150 ++-1007104 ++-1021084 ++-1024032 ++-1019061 ++-1017099 ++-1009092 ++-1020126 ++-1014121 ++-1018032 ++-1005117 ++-1008090 ++-1012142 ++-1011118 ++-1010011 ++-1016143 ++-1021085 ++-1024033 ++-1007105 ++-1022092 ++-1013148 ++-1023053 ++-1019062 ++-1015151 ++-1017100 ++-1009093 ++-1020127 ++-1014122 ++-1005118 ++-1011119 ++-1008091 ++-1016144 ++-1018033 ++-1012143 ++-1010012 ++-1021086 ++-1007106 ++-1024034 ++-1026000 ++-1022093 ++-1017101 ++-1013149 ++-1019063 ++-1020128 ++-1023054 ++-1014123 ++-1015152 ++-1009094 ++-1011120 ++-1008092 ++-1016145 ++-1005119 ++-1010013 ++-1012144 ++-1007107 ++-1018034 ++-1021087 ++-1026001 ++-1022094 ++-1024035 ++-1019064 ++-1017102 ++-1013150 ++-1014124 ++-1011121 ++-1020129 ++-1023055 ++-1009095 ++-1015153 ++-1008093 ++-1007108 ++-1016146 ++-1010014 ++-1012145 ++-1021088 ++-1022095 ++-1005120 ++-1024036 ++-1026002 ++-1019065 ++-1018035 ++-1023056 ++-1017103 ++-1020130 ++-1013151 ++-1014125 ++-1008094 ++-1011122 ++-1007109 ++-1015154 ++-1009096 ++-1022096 ++-1016147 ++-1021089 ++-1005121 ++-1026003 ++-1024037 ++-1019066 ++-1017104 ++-1020131 ++-1010015 ++-1011123 ++-1018036 ++-1015155 ++-1012146 ++-1017105 ++-1014126 ++-1023057 ++-1008095 ++-1026004 ++-1022097 ++-1019067 ++-1021090 ++-1016148 ++-1009097 ++-1024038 ++-1013152 ++-1007110 ++-1005122 ++-1011124 ++-1010016 ++-1020132 ++-1018037 ++-1017106 ++-1014127 ++-1015156 ++-1008096 ++-1023058 ++-1019068 ++-1009098 ++-1026005 ++-1013153 ++-1024039 ++-1022098 ++-1021091 ++-1012147 ++-1007111 ++-1005123 ++-1010017 ++-1011125 ++-1018038 ++-1016149 ++-1017107 ++-1020133 ++-1014128 ++-1008097 ++-1023059 ++-1019069 ++-1026006 ++-1015157 ++-1022099 ++-1009099 ++-1024040 ++-1005124 ++-1013154 ++-1018039 ++-1011126 ++-1021092 ++-1017108 ++-1007112 ++-1020134 ++-1010018 ++-1016150 ++-1023060 ++-1014129 ++-1019070 ++-1008098 ++-1012148 ++-1026007 ++-1022100 ++-1024041 ++-1015158 ++-1017109 ++-1009100 ++-1011127 ++-1013155 ++-1007113 ++-1020135 ++-1018040 ++-1005125 ++-1021093 ++-1019071 ++-1016151 ++-1008099 ++-1023061 ++-1010019 ++-1026008 ++-1014130 ++-1012149 ++-1024042 ++-1022101 ++-1009101 ++-1017110 ++-1007114 ++-1005126 ++-1011128 ++-1021094 ++-1020136 ++-1008100 ++-1010020 ++-1019072 ++-1026009 ++-1014131 ++-1023062 ++-1018041 ++-1016152 ++-1012150 ++-1022102 ++-1009102 ++-1024043 ++-1007115 ++-1017111 ++-1021095 ++-1020137 ++-1010021 ++-1005127 ++-1008101 ++-1014132 ++-1011129 ++-1026010 ++-1019073 ++-1022103 ++-1018042 ++-1009103 ++-1023063 ++-1016153 ++-1024044 ++-1007116 ++-1017112 ++-1012151 ++-1020138 ++-1035000 ++-1033000 ++-1021096 ++-1010022 ++-1005128 ++-1008102 ++-1011130 ++-1026011 ++-1014133 ++-1019074 ++-1022104 ++-1018043 ++-1007117 ++-1017113 ++-1009104 ++-1023064 ++-1016154 ++-1024045 ++-1035001 ++-1020139 ++-1021097 ++-1012152 ++-1008103 ++-1033001 ++-1011131 ++-1010023 ++-1014134 ++-1026012 ++-1019075 ++-1005129 ++-1018044 ++-1022105 ++-1023065 ++-1017114 ++-1007118 ++-1024046 ++-1035002 ++-1009105 ++-1016155 ++-1008104 ++-1020140 ++-1033002 ++-1011132 ++-1010024 ++-1014135 ++-1021098 ++-1019076 ++-1026013 ++-1005130 ++-1018045 ++-1012153 ++-1022106 ++-1023066 ++-1024047 ++-1017115 ++-1009106 ++-1035003 ++-1007119 ++-1011133 ++-1008105 ++-1014136 ++-1016156 ++-1026014 ++-1020141 ++-1010025 ++-1021099 ++-1033003 ++-1018046 ++-1022107 ++-1019077 ++-1005131 ++-1024048 ++-1023067 ++-1035004 ++-1008106 ++-1017116 ++-1007120 ++-1011134 ++-1012154 ++-1014137 ++-1009107 ++-1026015 ++-1010026 ++-1021100 ++-1018047 ++-1020142 ++-1022108 ++-1033004 ++-1019078 ++-1005132 ++-1023068 ++-1008107 ++-1035005 ++-1017117 ++-1024049 ++-1007121 ++-1009108 ++-1010027 ++-1014138 ++-1011135 ++-1026016 ++-1012155 ++-1018048 ++-1033005 ++-1020143 ++-1021101 ++-1022109 ++-1005133 ++-1023069 ++-1035006 ++-1019079 ++-1008108 ++-1024050 ++-1017118 ++-1009109 ++-1010028 ++-1036000 ++-1007122 ++-1011136 ++-1033006 ++-1020144 ++-1014139 ++-1008109 ++-1022110 ++-1012156 ++-1019080 ++-1005134 ++-1024051 ++-1033007 ++-1036001 ++-1011137 ++-1007123 ++-1014140 ++-1022111 ++-1019081 ++-1008110 ++-1011138 ++-1033008 ++-1024052 ++-1005135 ++-1036002 ++-1007124 ++-1018049 ++-1023070 ++-1014141 ++-1017119 ++-1021102 ++-1026017 ++-1009110 ++-1035007 ++-1019082 ++-1022112 ++-1010029 ++-1011139 ++-1008111 ++-1020145 ++-1024053 ++-1014142 ++-1018050 ++-1033009 ++-1036003 ++-1022113 ++-1026018 ++-1032000 ++-1019083 ++-1007125 ++-1010030 ++-1005136 ++-1011140 ++-1008112 ++-1017120 ++-1024054 ++-1023071 ++-1014143 ++-1009111 ++-1035008 ++-1032001 ++-1011141 ++-1018051 ++-1021103 ++-1026019 ++-1005137 ++-1008113 ++-1017121 ++-1010031 ++-1019084 ++-1007126 ++-1022114 ++-1009112 ++-1024055 ++-1036004 ++-1033010 ++-1018052 ++-1023072 ++-1014144 ++-1005138 ++-1026020 ++-1021104 ++-1008114 ++-1035009 ++-1010032 ++-1032002 ++-1014145 ++-1007127 ++-1019085 ++-1036005 ++-1018053 ++-1009113 ++-1024056 ++-1017122 ++-1011142 ++-1026021 ++-1033011 ++-1020146 ++-1032003 ++-1005139 ++-1021105 ++-1022115 ++-1010033 ++-1019086 ++-1036006 ++-1011143 ++-1014146 ++-1023073 ++-1018054 ++-1008115 ++-1033012 ++-1026022 ++-1035010 ++-1032004 ++-1007128 ++-1024057 ++-1020147 ++-1017123 ++-1005140 ++-1018055 ++-1009114 ++-1019087 ++-1036007 ++-1021106 ++-1010034 ++-1008116 ++-1023074 ++-1011144 ++-1022116 ++-1033013 ++-1014147 ++-1017124 ++-1005141 ++-1026023 ++-1009115 ++-1010035 ++-1007129 ++-1032005 ++-1018056 ++-1026024 ++-1036008 ++-1021107 ++-1024058 ++-1022117 ++-1008117 ++-1035011 ++-1007130 ++-1032006 ++-1011145 ++-1010036 ++-1005142 ++-1019088 ++-1020148 ++-1033014 ++-1014148 ++-1023075 ++-1009116 ++-1017125 ++-1022118 ++-1021108 ++-1026025 ++-1032007 ++-1008118 ++-1036009 ++-1007131 ++-1018057 ++-1023076 ++-1024059 ++-1010037 ++-1011146 ++-1035012 ++-1017126 ++-1020149 ++-1022119 ++-1019089 ++-1033015 ++-1005143 ++-1021109 ++-1008119 ++-1036010 ++-1026026 ++-1024060 ++-1014149 ++-1032008 ++-1010038 ++-1011147 ++-1021110 ++-1033016 ++-1026027 ++-1032009 ++-1009117 ++-1007132 ++-1018058 ++-1026028 ++-1008120 ++-1020150 ++-1023077 ++-1033017 ++-1036011 ++-1014150 ++-1035013 ++-1019090 ++-1011148 ++-1007133 ++-1020151 ++-1020152 ++-1021111 ++-1010039 ++-1022120 ++-1008121 ++-1023078 ++-1017127 ++-1036012 ++-1026029 ++-1033018 ++-1024061 ++-1009118 ++-1018059 ++-1035014 ++-1035015 ++-1020153 ++-1035016 ++-1032010 ++-1023079 ++-1005144 ++-1036013 ++-1026030 ++-1017128 ++-1033019 ++-1024062 ++-1032011 ++-1022121 ++-1035017 ++-1008122 ++-1007134 ++-1019091 ++-1010040 ++-1018060 ++-1011149 ++-1014151 ++-1021112 ++-1020154 ++-1009119 ++-1005145 ++-1023080 ++-1036014 ++-1026031 ++-1024063 ++-1032012 ++-1033020 ++-1022122 ++-1017129 ++-1019092 ++-1018061 ++-1035018 ++-1021113 ++-1008123 ++-1007135 ++-1009120 ++-1010041 ++-1011150 ++-1014152 ++-1036015 ++-1023081 ++-1026032 ++-1032013 ++-1005146 ++-1024064 ++-1033021 ++-1022123 ++-1035019 ++-1019093 ++-1020155 ++-1018062 ++-1017130 ++-1008124 ++-1010042 ++-1009121 ++-1021114 ++-1007136 ++-1011151 ++-1036016 ++-1026033 ++-1032014 ++-1023082 ++-1014153 ++-1024065 ++-1033022 ++-1022124 ++-1019094 ++-1018063 ++-1005147 ++-1017131 ++-1035020 ++-1008125 ++-1010043 ++-1009122 ++-1007137 ++-1036017 ++-1026034 ++-1011152 ++-1024066 ++-1032015 ++-1023083 ++-1021115 ++-1019095 ++-1022125 ++-1014154 ++-1018064 ++-1033023 ++-1017132 ++-1035021 ++-1036018 ++-1009123 ++-1010044 ++-1008126 ++-1007138 ++-1026035 ++-1005148 ++-1024067 ++-1032016 ++-1023084 ++-1011153 ++-1021116 ++-1018065 ++-1022126 ++-1017133 ++-1033024 ++-1019096 ++-1014155 ++-1040000 ++-1009124 ++-1010045 ++-1035022 ++-1036019 ++-1026036 ++-1008127 ++-1024068 ++-1032017 ++-1023085 ++-1007139 ++-1033025 ++-1018066 ++-1021117 ++-1022127 ++-1040001 ++-1011154 ++-1005149 ++-1017134 ++-1019097 ++-1014156 ++-1009125 ++-1026037 ++-1008128 ++-1035023 ++-1010046 ++-1024069 ++-1032018 ++-1023086 ++-1036020 ++-1007140 ++-1033026 ++-1021118 ++-1022128 ++-1018067 ++-1019098 ++-1040002 ++-1011155 ++-1017135 ++-1009126 ++-1005150 ++-1035024 ++-1010047 ++-1026038 ++-1007141 ++-1032019 ++-1008129 ++-1033027 ++-1022129 ++-1023087 ++-1021119 ++-1024070 ++-1018068 ++-1017136 ++-1019099 ++-1040003 ++-1036021 ++-1007142 ++-1035025 ++-1024071 ++-1005151 ++-1023088 ++-1010048 ++-1009127 ++-1021120 ++-1033028 ++-1011156 ++-1040004 ++-1032020 ++-1008130 ++-1026039 ++-1022130 ++-1021121 ++-1034000 ++-1007143 ++-1036022 ++-1010049 ++-1017137 ++-1019100 ++-1035026 ++-1033029 ++-1040005 ++-1018069 ++-1023089 ++-1005152 ++-1026040 ++-1024072 ++-1009128 ++-1007144 ++-1010050 ++-1036023 ++-1040006 ++-1031000 ++-1008131 ++-1021122 ++-1034001 ++-1019101 ++-1032021 ++-1017138 ++-1023090 ++-1033030 ++-1035027 ++-1026041 ++-1022131 ++-1005153 ++-1018070 ++-1024073 ++-1009129 ++-1036024 ++-1007145 ++-1010051 ++-1031001 ++-1040007 ++-1019102 ++-1023091 ++-1021123 ++-1017139 ++-1035028 ++-1034002 ++-1008132 ++-1033031 ++-1024074 ++-1032022 ++-1009130 ++-1026042 ++-1005154 ++-1007146 ++-1018071 ++-1036025 ++-1022132 ++-1031002 ++-1021124 ++-1019103 ++-1023092 ++-1034003 ++-1010052 ++-1040008 ++-1033032 ++-1024075 ++-1017140 ++-1008133 ++-1009131 ++-1032023 ++-1035029 ++-1018072 ++-1026043 ++-1005155 ++-1031003 ++-1007147 ++-1022133 ++-1036026 ++-1021125 ++-1019104 ++-1023093 ++-1033033 ++-1040009 ++-1024076 ++-1017141 ++-1008134 ++-1034004 ++-1010053 ++-1009132 ++-1035030 ++-1018073 ++-1026044 ++-1032024 ++-1036027 ++-1007148 ++-1019105 ++-1031004 ++-1021126 ++-1040010 ++-1022134 ++-1033034 ++-1023094 ++-1024077 ++-1017142 ++-1034005 ++-1008135 ++-1018074 ++-1035031 ++-1009133 ++-1026045 ++-1010054 ++-1036028 ++-1031005 ++-1007149 ++-1032025 ++-1019106 ++-1021127 ++-1033035 ++-1022135 ++-1017143 ++-1024078 ++-1040011 ++-1008136 ++-1010055 ++-1018075 ++-1026046 ++-1034006 ++-1023095 ++-1035032 ++-1009134 ++-1036029 ++-1007150 ++-1031006 ++-1019107 ++-1032026 ++-1021128 ++-1022136 ++-1017144 ++-1025000 ++-1024079 ++-1040012 ++-1033036 ++-1010056 ++-1018076 ++-1023096 ++-1008137 ++-1026047 ++-1034007 ++-1009135 ++-1035033 ++-1031007 ++-1036030 ++-1032027 ++-1019108 ++-1007151 ++-1022137 ++-1025001 ++-1040013 ++-1017145 ++-1021129 ++-1024080 ++-1033037 ++-1018077 ++-1008138 ++-1023097 ++-1026048 ++-1010057 ++-1009136 ++-1034008 ++-1032028 ++-1036031 ++-1019109 ++-1035034 ++-1007152 ++-1031008 ++-1022138 ++-1040014 ++-1021130 ++-1024081 ++-1017146 ++-1025002 ++-1023098 ++-1018078 ++-1010058 ++-1033038 ++-1008139 ++-1009137 ++-1034009 ++-1026049 ++-1036032 ++-1032029 ++-1019110 ++-1022139 ++-1007153 ++-1021131 ++-1035035 ++-1024082 ++-1031009 ++-1025003 ++-1017147 ++-1040015 ++-1018079 ++-1023099 ++-1008140 ++-1033039 ++-1010059 ++-1026050 ++-1009138 ++-1036033 ++-1034010 ++-1032030 ++-1019111 ++-1022140 ++-1007154 ++-1031010 ++-1017148 ++-1021132 ++-1035036 ++-1024083 ++-1023100 ++-1008141 ++-1040016 ++-1025004 ++-1010060 ++-1026051 ++-1033040 ++-1018080 ++-1009139 ++-1036034 ++-1034011 ++-1019112 ++-1007155 ++-1032031 ++-1021133 ++-1017149 ++-1023101 ++-1022141 ++-1035037 ++-1031011 ++-1008142 ++-1024084 ++-1040017 ++-1025005 ++-1010061 ++-1033041 ++-1026052 ++-1018081 ++-1034012 ++-1036035 ++-1009140 ++-1007156 ++-1032032 ++-1021134 ++-1019113 ++-1023102 ++-1031012 ++-1025006 ++-1022142 ++-1017150 ++-1035038 ++-1033042 ++-1024085 ++-1040018 ++-1008143 ++-1010062 ++-1018082 ++-1026053 ++-1009141 ++-1036036 ++-1034013 ++-1019114 ++-1032033 ++-1021135 ++-1023103 ++-1007157 ++-1022143 ++-1035039 ++-1033043 ++-1025007 ++-1010063 ++-1024086 ++-1040019 ++-1024087 ++-1022144 ++-1026054 ++-1031013 ++-1019115 ++-1017151 ++-1009142 ++-1034014 ++-1018083 ++-1008144 ++-1025008 ++-1023104 ++-1035040 ++-1036037 ++-1032034 ++-1033044 ++-1010064 ++-1021136 ++-1040020 ++-1031014 ++-1009143 ++-1019116 ++-1026055 ++-1024088 ++-1018084 ++-1034015 ++-1036038 ++-1022145 ++-1017152 ++-1035041 ++-1008145 ++-1033045 ++-1025009 ++-1010065 ++-1023105 ++-1032035 ++-1027000 ++-1021137 ++-1040021 ++-1031015 ++-1009144 ++-1024089 ++-1026056 ++-1018085 ++-1019117 ++-1036039 ++-1017153 ++-1035042 ++-1008146 ++-1033046 ++-1025010 ++-1022146 ++-1034016 ++-1010066 ++-1023106 ++-1032036 ++-1021138 ++-1027001 ++-1040022 ++-1031016 ++-1009145 ++-1026057 ++-1036040 ++-1018086 ++-1033047 ++-1019118 ++-1008147 ++-1022147 ++-1024090 ++-1023107 ++-1032037 ++-1010067 ++-1035043 ++-1025011 ++-1027002 ++-1034017 ++-1031017 ++-1040023 ++-1021139 ++-1017154 ++-1009146 ++-1026058 ++-1036041 ++-1019119 ++-1018087 ++-1024091 ++-1033048 ++-1032038 ++-1022148 ++-1035044 ++-1010068 ++-1008148 ++-1025012 ++-1040024 ++-1027003 ++-1034018 ++-1023108 ++-1021140 ++-1026059 ++-1031018 ++-1036042 ++-1018088 ++-1019120 ++-1009147 ++-1033049 ++-1024092 ++-1010069 ++-1022149 ++-1008149 ++-1032039 ++-1035045 ++-1027004 ++-1040025 ++-1026060 ++-1025013 ++-1021141 ++-1023109 ++-1034019 ++-1008150 ++-1021142 ++-1022150 ++-1036043 ++-1019121 ++-1009148 ++-1040026 ++-1031019 ++-1033050 ++-1035046 ++-1032040 ++-1024093 ++-1018089 ++-1010070 ++-1023110 ++-1027005 ++-1021143 ++-1034020 ++-1008151 ++-1025014 ++-1026061 ++-1037000 ++-1036044 ++-1019122 ++-1022151 ++-1040027 ++-1009149 ++-1033051 ++-1031020 ++-1023111 ++-1027006 ++-1021144 ++-1024094 ++-1035047 ++-1032041 ++-1008152 ++-1034021 ++-1026062 ++-1037001 ++-1010071 ++-1025015 ++-1018090 ++-1036045 ++-1022152 ++-1040028 ++-1019123 ++-1031021 ++-1009150 ++-1027007 ++-1033052 ++-1032042 ++-1008153 ++-1021145 ++-1035048 ++-1023112 ++-1024095 ++-1010072 ++-1037002 ++-1036046 ++-1026063 ++-1040029 ++-1018091 ++-1008154 ++-1010073 ++-1025016 ++-1035049 ++-1009151 ++-1034022 ++-1027008 ++-1031022 ++-1022153 ++-1033053 ++-1026064 ++-1019124 ++-1023113 ++-1032043 ++-1024096 ++-1021146 ++-1036047 ++-1037003 ++-1040030 ++-1008155 ++-1018092 ++-1025017 ++-1010074 ++-1035050 ++-1027009 ++-1034023 ++-1019125 ++-1031023 ++-1032044 ++-1024097 ++-1023114 ++-1037004 ++-1009152 ++-1021147 ++-1036048 ++-1026065 ++-1033054 ++-1022154 ++-1008156 ++-1040031 ++-1010075 ++-1032045 ++-1031024 ++-1019126 ++-1018093 ++-1027010 ++-1037005 ++-1025018 ++-1035051 ++-1036049 ++-1023115 ++-1040032 ++-1009153 ++-1033055 ++-1034024 ++-1021148 ++-1024098 ++-1026066 ++-1022155 ++-1032046 ++-1018094 ++-1010076 ++-1031025 ++-1019127 ++-1027011 ++-1040033 ++-1037006 ++-1025019 ++-1035052 ++-1021149 ++-1034025 ++-1036050 ++-1033056 ++-1023116 ++-1024099 ++-1032047 ++-1026067 ++-1010077 ++-1031026 ++-1019128 ++-1027012 ++-1018095 ++-1022156 ++-1040034 ++-1037007 ++-1021150 ++-1025020 ++-1034026 ++-1036051 ++-1033057 ++-1028000 ++-1023117 ++-1009154 ++-1035053 ++-1024100 ++-1026068 ++-1019129 ++-1031027 ++-1037008 ++-1027013 ++-1034027 ++-1010078 ++-1040035 ++-1036052 ++-1021151 ++-1025021 ++-1033058 ++-1023118 ++-1028001 ++-1022157 ++-1026069 ++-1024101 ++-1040036 ++-1019130 ++-1037009 ++-1010079 ++-1032048 ++-1034028 ++-1027014 ++-1031028 ++-1025022 ++-1033059 ++-1018096 ++-1036053 ++-1023119 ++-1021152 ++-1026070 ++-1028002 ++-1022158 ++-1024102 ++-1035054 ++-1009155 ++-1040037 ++-1010080 ++-1037010 ++-1019131 ++-1027015 ++-1032049 ++-1033060 ++-1036054 ++-1034029 ++-1031029 ++-1025023 ++-1023120 ++-1028003 ++-1018097 ++-1024103 ++-1026071 ++-1022159 ++-1035055 ++-1019132 ++-1010081 ++-1037011 ++-1032050 ++-1040038 ++-1027016 ++-1034030 ++-1033061 ++-1009156 ++-1031030 ++-1021153 ++-1036055 ++-1025024 ++-1018098 ++-1023121 ++-1028004 ++-1024104 ++-1035056 ++-1010082 ++-1026072 ++-1022160 ++-1037012 ++-1027017 ++-1019133 ++-1040039 ++-1032051 ++-1033062 ++-1031031 ++-1034031 ++-1036056 ++-1018099 ++-1035057 ++-1025025 ++-1021154 ++-1010083 ++-1028005 ++-1023122 ++-1024105 ++-1026073 ++-1037013 ++-1022161 ++-1033063 ++-1040040 ++-1027018 ++-1019134 ++-1036057 ++-1031032 ++-1032052 ++-1034032 ++-1018100 ++-1035058 ++-1025026 ++-1010084 ++-1023123 ++-1028006 ++-1024106 ++-1026074 ++-1021155 ++-1040041 ++-1033064 ++-1037014 ++-1027019 ++-1036058 ++-1022162 ++-1031033 ++-1019135 ++-1034033 ++-1018101 ++-1035059 ++-1032053 ++-1029000 ++-1023124 ++-1028007 ++-1025027 ++-1010085 ++-1026075 ++-1024107 ++-1040042 ++-1033065 ++-1037015 ++-1027020 ++-1031034 ++-1036059 ++-1019136 ++-1034034 ++-1018102 ++-1022163 ++-1035060 ++-1023125 ++-1028008 ++-1032054 ++-1026076 ++-1029001 ++-1024108 ++-1025028 ++-1010086 ++-1027021 ++-1040043 ++-1031035 ++-1033066 ++-1019137 ++-1037016 ++-1034035 ++-1036060 ++-1023126 ++-1035061 ++-1018103 ++-1028009 ++-1032055 ++-1022164 ++-1029002 ++-1026077 ++-1025029 ++-1027022 ++-1031036 ++-1010087 ++-1040044 ++-1033067 ++-1024109 ++-1019138 ++-1034036 ++-1037017 ++-1041000 ++-1032056 ++-1028010 ++-1026078 ++-1035062 ++-1024110 ++-1040045 ++-1010088 ++-1029003 ++-1031037 ++-1018104 ++-1036061 ++-1033068 ++-1023127 ++-1035063 ++-1025030 ++-1041001 ++-1010089 ++-1027023 ++-1024111 ++-1022165 ++-1028011 ++-1026079 ++-1032057 ++-1037018 ++-1019139 ++-1040046 ++-1034037 ++-1018105 ++-1029004 ++-1023128 ++-1025031 ++-1041002 ++-1010090 ++-1031038 ++-1028012 ++-1036062 ++-1019140 ++-1033069 ++-1037019 ++-1035064 ++-1032058 ++-1026080 ++-1022166 ++-1034038 ++-1024112 ++-1018106 ++-1040047 ++-1027024 ++-1023129 ++-1029005 ++-1028013 ++-1033070 ++-1031039 ++-1010091 ++-1041003 ++-1025032 ++-1036063 ++-1024113 ++-1035065 ++-1026081 ++-1032059 ++-1019141 ++-1034039 ++-1027025 ++-1018107 ++-1040048 ++-1037020 ++-1022167 ++-1023130 ++-1029006 ++-1028014 ++-1031040 ++-1010092 ++-1041004 ++-1033071 ++-1024114 ++-1025033 ++-1019142 ++-1034040 ++-1026082 ++-1036064 ++-1018108 ++-1035066 ++-1040049 ++-1037021 ++-1032060 ++-1027026 ++-1023131 ++-1029007 ++-1022168 ++-1031041 ++-1010093 ++-1028015 ++-1041005 ++-1034041 ++-1024115 ++-1019143 ++-1025034 ++-1026083 ++-1036065 ++-1033072 ++-1035067 ++-1018109 ++-1037022 ++-1032061 ++-1029008 ++-1040050 ++-1023132 ++-1027027 ++-1031042 ++-1028016 ++-1010094 ++-1041006 ++-1024116 ++-1022169 ++-1019144 ++-1025035 ++-1034042 ++-1033073 ++-1040051 ++-1032062 ++-1037023 ++-1036066 ++-1029009 ++-1035068 ++-1027028 ++-1026084 ++-1010095 ++-1023133 ++-1040052 ++-1018110 ++-1031043 ++-1035069 ++-1036067 ++-1034043 ++-1033074 ++-1024117 ++-1041007 ++-1019145 ++-1022170 ++-1028017 ++-1025036 ++-1037024 ++-1032063 ++-1029010 ++-1027029 ++-1026085 ++-1018111 ++-1035070 ++-1023134 ++-1031044 ++-1024118 ++-1034044 ++-1041008 ++-1040053 ++-1036068 ++-1019146 ++-1037025 ++-1033075 ++-1028018 ++-1025037 ++-1029011 ++-1010096 ++-1027030 ++-1022171 ++-1032064 ++-1026086 ++-1035071 ++-1023135 ++-1031045 ++-1018112 ++-1024119 ++-1034045 ++-1036069 ++-1019147 ++-1037026 ++-1033076 ++-1025038 ++-1010097 ++-1041009 ++-1040054 ++-1029012 ++-1028019 ++-1027031 ++-1032065 ++-1026087 ++-1023136 ++-1031046 ++-1024120 ++-1018113 ++-1022172 ++-1035072 ++-1036070 ++-1034046 ++-1025039 ++-1040055 ++-1010098 ++-1041010 ++-1027032 ++-1029013 ++-1033077 ++-1028020 ++-1032066 ++-1019148 ++-1037027 ++-1026088 ++-1031047 ++-1024121 ++-1023137 ++-1034047 ++-1018114 ++-1036071 ++-1022173 ++-1035073 ++-1025040 ++-1010099 ++-1027033 ++-1033078 ++-1040056 ++-1028021 ++-1032067 ++-1041011 ++-1029014 ++-1037028 ++-1026089 ++-1031048 ++-1019149 ++-1023138 ++-1024122 ++-1025041 ++-1010100 ++-1034048 ++-1035074 ++-1018115 ++-1033079 ++-1036072 ++-1040057 ++-1027034 ++-1022174 ++-1041012 ++-1029015 ++-1028022 ++-1031049 ++-1026090 ++-1037029 ++-1032068 ++-1025042 ++-1023139 ++-1018116 ++-1024123 ++-1010101 ++-1035075 ++-1033080 ++-1034049 ++-1029016 ++-1036073 ++-1028023 ++-1041013 ++-1040058 ++-1031050 ++-1027035 ++-1037030 ++-1022175 ++-1032069 ++-1026091 ++-1019150 ++-1023140 ++-1025043 ++-1024124 ++-1010102 ++-1018117 ++-1034050 ++-1036074 ++-1041014 ++-1028024 ++-1040059 ++-1035076 ++-1033081 ++-1032070 ++-1026092 ++-1031051 ++-1022176 ++-1037031 ++-1023141 ++-1019151 ++-1027036 ++-1024125 ++-1029017 ++-1010103 ++-1025044 ++-1034051 ++-1041015 ++-1018118 ++-1033082 ++-1028025 ++-1026093 ++-1035077 ++-1032071 ++-1031052 ++-1026094 ++-1040060 ++-1037032 ++-1036075 ++-1029018 ++-1010104 ++-1019152 ++-1022177 ++-1032072 ++-1034052 ++-1024126 ++-1033083 ++-1027037 ++-1026095 ++-1035078 ++-1018119 ++-1028026 ++-1031053 ++-1023142 ++-1041016 ++-1025045 ++-1040061 ++-1036076 ++-1037033 ++-1034053 ++-1024127 ++-1035079 ++-1033084 ++-1026096 ++-1022178 ++-1029019 ++-1028027 ++-1010105 ++-1032073 ++-1025046 ++-1041017 ++-1027038 ++-1019153 ++-1018120 ++-1037034 ++-1031054 ++-1040062 ++-1034054 ++-1028028 ++-1036077 ++-1027039 ++-1022179 ++-1025047 ++-1033085 ++-1037035 ++-1026097 ++-1018121 ++-1029020 ++-1019154 ++-1023143 ++-1032074 ++-1024128 ++-1035080 ++-1041018 ++-1010106 ++-1034055 ++-1040063 ++-1028029 ++-1036078 ++-1031055 ++-1027040 ++-1025048 ++-1033086 ++-1026098 ++-1022180 ++-1024129 ++-1018122 ++-1032075 ++-1041019 ++-1035081 ++-1037036 ++-1019155 ++-1029021 ++-1010107 ++-1040064 ++-1034056 ++-1028030 ++-1023144 ++-1036079 ++-1031056 ++-1026099 ++-1025049 ++-1033087 ++-1027041 ++-1024130 ++-1032076 ++-1018123 ++-1035082 ++-1040065 ++-1041020 ++-1010108 ++-1037037 ++-1019156 ++-1022181 ++-1036080 ++-1034057 ++-1029022 ++-1028031 ++-1031057 ++-1023145 ++-1033088 ++-1025050 ++-1026100 ++-1024131 ++-1027042 ++-1018124 ++-1040066 ++-1032077 ++-1035083 ++-1037038 ++-1041021 ++-1010109 ++-1034058 ++-1029023 ++-1036081 ++-1033089 ++-1024132 ++-1025051 ++-1028032 ++-1022182 ++-1031058 ++-1023146 ++-1018125 ++-1027043 ++-1026101 ++-1032078 ++-1035084 ++-1040067 ++-1041022 ++-1037039 ++-1034059 ++-1029024 ++-1010110 ++-1033090 ++-1024133 ++-1025052 ++-1028033 ++-1031059 ++-1036082 ++-1022183 ++-1035085 ++-1018126 ++-1026102 ++-1040068 ++-1029025 ++-1041023 ++-1027044 ++-1010111 ++-1023147 ++-1025053 ++-1024134 ++-1037040 ++-1032079 ++-1031060 ++-1026103 ++-1022184 ++-1039000 ++-1036083 ++-1034060 ++-1040069 ++-1018127 ++-1029026 ++-1028034 ++-1035086 ++-1033091 ++-1041024 ++-1024135 ++-1032080 ++-1031061 ++-1037041 ++-1010112 ++-1026104 ++-1040070 ++-1025054 ++-1039001 ++-1036084 ++-1034061 ++-1023148 ++-1027045 ++-1028035 ++-1018128 ++-1033092 ++-1041025 ++-1010113 ++-1026105 ++-1031062 ++-1035087 ++-1022185 ++-1029027 ++-1032081 ++-1023149 ++-1034062 ++-1036085 ++-1040071 ++-1037042 ++-1027046 ++-1039002 ++-1025055 ++-1024136 ++-1018129 ++-1026106 ++-1035088 ++-1031063 ++-1028036 ++-1033093 ++-1029028 ++-1010114 ++-1036086 ++-1032082 ++-1040072 ++-1037043 ++-1034063 ++-1025056 ++-1039003 ++-1024137 ++-1022186 ++-1041026 ++-1027047 ++-1023150 ++-1018130 ++-1033094 ++-1036087 ++-1026107 ++-1029029 ++-1010115 ++-1040073 ++-1034064 ++-1035089 ++-1024138 ++-1031064 ++-1032083 ++-1027048 ++-1028037 ++-1037044 ++-1041027 ++-1025057 ++-1039004 ++-1022187 ++-1018131 ++-1023151 ++-1033095 ++-1026108 ++-1036088 ++-1010116 ++-1028038 ++-1024139 ++-1035090 ++-1032084 ++-1034065 ++-1027049 ++-1041028 ++-1031065 ++-1037045 ++-1025058 ++-1029030 ++-1040074 ++-1039005 ++-1018132 ++-1033096 ++-1026109 ++-1036089 ++-1022188 ++-1023152 ++-1010117 ++-1028039 ++-1024140 ++-1035091 ++-1041029 ++-1032085 ++-1027050 ++-1029031 ++-1031066 ++-1025059 ++-1040075 ++-1037046 ++-1034066 ++-1039006 ++-1018133 ++-1033097 ++-1036090 ++-1026110 ++-1028040 ++-1010118 ++-1035092 ++-1023153 ++-1032086 ++-1029032 ++-1041030 ++-1024141 ++-1027051 ++-1040076 ++-1025060 ++-1022189 ++-1039007 ++-1037047 ++-1031067 ++-1018134 ++-1034067 ++-1036091 ++-1033098 ++-1028041 ++-1026111 ++-1010119 ++-1035093 ++-1039008 ++-1024142 ++-1023154 ++-1029033 ++-1032087 ++-1041031 ++-1027052 ++-1031068 ++-1040077 ++-1022190 ++-1037048 ++-1018135 ++-1025061 ++-1036092 ++-1028042 ++-1026112 ++-1034068 ++-1035094 ++-1010120 ++-1033099 ++-1024143 ++-1029034 ++-1040078 ++-1041032 ++-1032088 ++-1027053 ++-1039009 ++-1037049 ++-1018136 ++-1025062 ++-1031069 ++-1022191 ++-1023155 ++-1036093 ++-1034069 ++-1026113 ++-1035095 ++-1028043 ++-1033100 ++-1024144 ++-1010121 ++-1041033 ++-1027054 ++-1040079 ++-1029035 ++-1037050 ++-1032089 ++-1018137 ++-1039010 ++-1031070 ++-1026114 ++-1034070 ++-1025063 ++-1023156 ++-1036094 ++-1024145 ++-1033101 ++-1035096 ++-1022192 ++-1041034 ++-1028044 ++-1027055 ++-1040080 ++-1010122 ++-1018138 ++-1037051 ++-1032090 ++-1031071 ++-1029036 ++-1026115 ++-1034071 ++-1025064 ++-1039011 ++-1036095 ++-1024146 ++-1033102 ++-1035097 ++-1041035 ++-1028045 ++-1022193 ++-1018139 ++-1037052 ++-1040081 ++-1027056 ++-1029037 ++-1032091 ++-1010123 ++-1026116 ++-1031072 ++-1024147 ++-1025065 ++-1039012 ++-1034072 ++-1036096 ++-1033103 ++-1041036 ++-1035098 ++-1018140 ++-1022194 ++-1028046 ++-1037053 ++-1040082 ++-1029038 ++-1027057 ++-1010124 ++-1025066 ++-1031073 ++-1024148 ++-1032092 ++-1026117 ++-1039013 ++-1034073 ++-1036097 ++-1043000 ++-1033104 ++-1018141 ++-1041037 ++-1037054 ++-1040083 ++-1035099 ++-1028047 ++-1024149 ++-1031074 ++-1025067 ++-1032093 ++-1022195 ++-1026118 ++-1027058 ++-1029039 ++-1039014 ++-1043001 ++-1010125 ++-1036098 ++-1033105 ++-1034074 ++-1018142 ++-1040084 ++-1041038 ++-1035100 ++-1024150 ++-1028048 ++-1037055 ++-1031075 ++-1025068 ++-1026119 ++-1022196 ++-1029040 ++-1039015 ++-1032094 ++-1043002 ++-1010126 ++-1027059 ++-1026120 ++-1029041 ++-1033106 ++-1031076 ++-1036099 ++-1035101 ++-1024151 ++-1043003 ++-1041039 ++-1018143 ++-1034075 ++-1040085 ++-1028049 ++-1010127 ++-1037056 ++-1039016 ++-1027060 ++-1025069 ++-1032095 ++-1029042 ++-1026121 ++-1033107 ++-1031077 ++-1036100 ++-1035102 ++-1024152 ++-1043004 ++-1034076 ++-1028050 ++-1041040 ++-1010128 ++-1018144 ++-1027061 ++-1040086 ++-1025070 ++-1037057 ++-1032096 ++-1039017 ++-1033108 ++-1031078 ++-1035103 ++-1026122 ++-1034077 ++-1040087 ++-1018145 ++-1036101 ++-1027062 ++-1043005 ++-1028051 ++-1024153 ++-1025071 ++-1041041 ++-1037058 ++-1032097 ++-1010129 ++-1029043 ++-1033109 ++-1039018 ++-1031079 ++-1042000 ++-1035104 ++-1026123 ++-1040088 ++-1043006 ++-1024154 ++-1037059 ++-1034078 ++-1018146 ++-1036102 ++-1041042 ++-1027063 ++-1033110 ++-1029044 ++-1010130 ++-1031080 ++-1024155 ++-1031081 ++-1032098 ++-1043007 ++-1025072 ++-1036103 ++-1037060 ++-1026124 ++-1027064 ++-1042001 ++-1028052 ++-1034079 ++-1035105 ++-1039019 ++-1018147 ++-1010131 ++-1029045 ++-1033111 ++-1041043 ++-1040089 ++-1024156 ++-1043008 ++-1031082 ++-1032099 ++-1037061 ++-1036104 ++-1027065 ++-1025073 ++-1035106 ++-1042002 ++-1034080 ++-1026125 ++-1033112 ++-1010132 ++-1018148 ++-1029046 ++-1041044 ++-1039020 ++-1028053 ++-1040090 ++-1043009 ++-1031083 ++-1032100 ++-1037062 ++-1036105 ++-1027066 ++-1035107 ++-1042003 ++-1025074 ++-1033113 ++-1034081 ++-1029047 ++-1026126 ++-1041045 ++-1018149 ++-1010133 ++-1043010 ++-1037063 ++-1032101 ++-1040091 ++-1039021 ++-1028054 ++-1029048 ++-1044000 ++-1037064 ++-1032102 ++-1036106 ++-1031084 ++-1041046 ++-1039022 ++-1033114 ++-1040092 ++-1042004 ++-1027067 ++-1043011 ++-1026127 ++-1025075 ++-1035108 ++-1034082 ++-1028055 ++-1018150 ++-1010134 ++-1029049 ++-1031085 ++-1037065 ++-1041047 ++-1039023 ++-1036107 ++-1033115 ++-1040093 ++-1032103 ++-1044001 ++-1043012 ++-1026128 ++-1042005 ++-1027068 ++-1028056 ++-1034083 ++-1010135 ++-1035109 ++-1025076 ++-1018151 ++-1029050 ++-1031086 ++-1039024 ++-1037066 ++-1033116 ++-1036108 ++-1041048 ++-1032104 ++-1028057 ++-1034084 ++-1010136 ++-1043013 ++-1044002 ++-1027069 ++-1026129 ++-1031087 ++-1029051 ++-1018152 ++-1040094 ++-1025077 ++-1042006 ++-1044003 ++-1043014 ++-1027070 ++-1039025 ++-1037067 ++-1033117 ++-1036109 ++-1028058 ++-1035110 ++-1041049 ++-1034085 ++-1026130 ++-1032105 ++-1010137 ++-1040095 ++-1018153 ++-1031088 ++-1029052 ++-1043015 ++-1025078 ++-1027071 ++-1044004 ++-1042007 ++-1039026 ++-1037068 ++-1033118 ++-1036110 ++-1028059 ++-1035111 ++-1041050 ++-1026131 ++-1034086 ++-1032106 ++-1010138 ++-1040096 ++-1018154 ++-1043016 ++-1031089 ++-1025079 ++-1027072 ++-1042008 ++-1039027 ++-1029053 ++-1041051 ++-1037069 ++-1028060 ++-1034087 ++-1044005 ++-1026132 ++-1010139 ++-1018155 ++-1033119 ++-1036111 ++-1035112 ++-1032107 ++-1040097 ++-1043017 ++-1025080 ++-1027073 ++-1042009 ++-1039028 ++-1031090 ++-1029054 ++-1028061 ++-1034088 ++-1041052 ++-1037070 ++-1010140 ++-1032108 ++-1033120 ++-1035113 ++-1043018 ++-1040098 ++-1042010 ++-1026133 ++-1027074 ++-1039029 ++-1044006 ++-1036112 ++-1025081 ++-1031091 ++-1028062 ++-1029055 ++-1034089 ++-1037071 ++-1032109 ++-1042011 ++-1035114 ++-1043019 ++-1041053 ++-1040099 ++-1026134 ++-1010141 ++-1033121 ++-1044007 ++-1027075 ++-1036113 ++-1039030 ++-1025082 ++-1031092 ++-1028063 ++-1029056 ++-1034090 ++-1035115 ++-1042012 ++-1041054 ++-1040100 ++-1038000 ++-1037072 ++-1032110 ++-1026135 ++-1044008 ++-1010142 ++-1036114 ++-1010143 ++-1029057 ++-1035116 ++-1033122 ++-1040101 ++-1025083 ++-1031093 ++-1041055 ++-1042013 ++-1036115 ++-1039031 ++-1043020 ++-1028064 ++-1034091 ++-1032111 ++-1027076 ++-1037073 ++-1044009 ++-1038001 ++-1026136 ++-1010144 ++-1035117 ++-1031094 ++-1033123 ++-1041056 ++-1029058 ++-1040102 ++-1025084 ++-1036116 ++-1042014 ++-1043021 ++-1032112 ++-1028065 ++-1034092 ++-1038002 ++-1039032 ++-1010145 ++-1027077 ++-1037074 ++-1035118 ++-1044010 ++-1026137 ++-1041057 ++-1031095 ++-1029059 ++-1036117 ++-1033124 ++-1040103 ++-1043022 ++-1042015 ++-1028066 ++-1025085 ++-1034093 ++-1038003 ++-1039033 ++-1027078 ++-1037075 ++-1032113 ++-1035119 ++-1010146 ++-1044011 ++-1026138 ++-1041058 ++-1031096 ++-1036118 ++-1029060 ++-1043023 ++-1033125 ++-1028067 ++-1025086 ++-1034094 ++-1040104 ++-1042016 ++-1032114 ++-1038004 ++-1035120 ++-1039034 ++-1037076 ++-1027079 ++-1044012 ++-1041059 ++-1010147 ++-1036119 ++-1026139 ++-1034095 ++-1031097 ++-1040105 ++-1043024 ++-1029061 ++-1028068 ++-1033126 ++-1025087 ++-1035121 ++-1038005 ++-1042017 ++-1032115 ++-1037077 ++-1027080 ++-1044013 ++-1039035 ++-1041060 ++-1010148 ++-1026140 ++-1034096 ++-1031098 ++-1040106 ++-1036120 ++-1029062 ++-1033127 ++-1035122 ++-1025088 ++-1043025 ++-1038006 ++-1032116 ++-1028069 ++-1027081 ++-1044014 ++-1037078 ++-1010149 ++-1042018 ++-1034097 ++-1026141 ++-1031099 ++-1041061 ++-1039036 ++-1040107 ++-1029063 ++-1033128 ++-1036121 ++-1028070 ++-1027082 ++-1044015 ++-1035123 ++-1010150 ++-1042019 ++-1025089 ++-1032117 ++-1026142 ++-1031100 ++-1034098 ++-1033129 ++-1028071 ++-1036122 ++-1044016 ++-1042020 ++-1010151 ++-1032118 ++-1026143 ++-1033130 ++-1028072 ++-1044017 ++-1010152 ++-1032119 ++-1026144 ++-1044018 ++-1033131 ++-1010153 ++-1032120 ++-1044019 ++-1010154 ++-1044020 ++-1010155 ++-1044021 ++-1031101 ++-1038007 ++-1035124 ++-1039037 ++-1034099 ++-1037079 ++-1042021 ++-1043026 ++-1026145 ++-1041062 ++-1044022 ++-1025090 ++-1032121 ++-1027083 ++-1028073 ++-1040108 ++-1036123 ++-1029064 ++-1039038 ++-1033132 ++-1035125 ++-1031102 ++-1038008 ++-1042022 ++-1044023 ++-1043027 ++-1034100 ++-1025091 ++-1032122 ++-1040109 ++-1037080 ++-1033133 ++-1026146 ++-1035126 ++-1028074 ++-1027084 ++-1029065 ++-1041063 ++-1039039 ++-1038009 ++-1044024 ++-1042023 ++-1036124 ++-1040110 ++-1043028 ++-1034101 ++-1031103 ++-1033134 ++-1032123 ++-1037081 ++-1025092 ++-1030000 ++-1035127 ++-1028075 ++-1027085 ++-1029066 ++-1039040 ++-1042024 ++-1036125 ++-1044025 ++-1040111 ++-1026147 ++-1034102 ++-1041064 ++-1038010 ++-1029067 ++-1038011 ++-1041065 ++-1039041 ++-1042025 ++-1031104 ++-1029068 ++-1038012 ++-1033135 ++-1041066 ++-1042026 ++-1031105 ++-1039042 ++-1036126 ++-1041067 ++-1033136 ++-1042027 ++-1040112 ++-1037082 ++-1039043 ++-1025093 ++-1041068 ++-1029069 ++-1030001 ++-1044026 ++-1032124 ++-1038013 ++-1042028 ++-1043029 ++-1036127 ++-1033137 ++-1031106 ++-1040113 ++-1039044 ++-1026148 ++-1037083 ++-1044027 ++-1032125 ++-1041069 ++-1029070 ++-1025094 ++-1030002 ++-1034103 ++-1038014 ++-1035128 ++-1043030 ++-1028076 ++-1031107 ++-1033138 ++-1042029 ++-1036128 ++-1027086 ++-1040114 ++-1037084 ++-1032126 ++-1026149 ++-1039045 ++-1044028 ++-1025095 ++-1041070 ++-1029071 ++-1034104 ++-1035129 ++-1038015 ++-1030003 ++-1028077 ++-1043031 ++-1042030 ++-1036129 ++-1031108 ++-1037085 ++-1032127 ++-1033139 ++-1044029 ++-1026150 ++-1040115 ++-1027087 ++-1041071 ++-1025096 ++-1034105 ++-1035130 ++-1039046 ++-1028078 ++-1038016 ++-1029072 ++-1043032 ++-1030004 ++-1036130 ++-1037086 ++-1033140 ++-1042031 ++-1044030 ++-1032128 ++-1040116 ++-1031109 ++-1041072 ++-1034106 ++-1035131 ++-1025097 ++-1039047 ++-1026151 ++-1027088 ++-1029073 ++-1028079 ++-1038017 ++-1043033 ++-1030005 ++-1037087 ++-1033141 ++-1036131 ++-1042032 ++-1031110 ++-1040117 ++-1032129 ++-1034107 ++-1039048 ++-1025098 ++-1028080 ++-1026152 ++-1043034 ++-1036132 ++-1034108 ++-1035132 ++-1041073 ++-1044031 ++-1027089 ++-1037088 ++-1039049 ++-1038018 ++-1029074 ++-1030006 ++-1036133 ++-1032130 ++-1042033 ++-1043035 ++-1026153 ++-1028081 ++-1031111 ++-1033142 ++-1040118 ++-1034109 ++-1025099 ++-1044032 ++-1035133 ++-1041074 ++-1027090 ++-1029075 ++-1038019 ++-1037089 ++-1032131 ++-1030007 ++-1042034 ++-1039050 ++-1036134 ++-1043036 ++-1033143 ++-1025100 ++-1031112 ++-1026154 ++-1035134 ++-1034110 ++-1028082 ++-1027091 ++-1040119 ++-1038020 ++-1044033 ++-1029076 ++-1032132 ++-1041075 ++-1042035 ++-1039051 ++-1037090 ++-1030008 ++-1043037 ++-1033144 ++-1036135 ++-1035135 ++-1028083 ++-1031113 ++-1034111 ++-1026155 ++-1025101 ++-1040120 ++-1044034 ++-1029077 ++-1027092 ++-1042036 ++-1041076 ++-1038021 ++-1039052 ++-1037091 ++-1030009 ++-1032133 ++-1043038 ++-1026156 ++-1028084 ++-1033145 ++-1031114 ++-1034112 ++-1035136 ++-1025102 ++-1036136 ++-1029078 ++-1040121 ++-1042037 ++-1027093 ++-1044035 ++-1038022 ++-1039053 ++-1032134 ++-1030010 ++-1041077 ++-1037092 ++-1028085 ++-1031115 ++-1042038 ++-1035137 ++-1025103 ++-1043039 ++-1029079 ++-1036137 ++-1034113 ++-1040122 ++-1033146 ++-1037093 ++-1038023 ++-1039054 ++-1032135 ++-1027094 ++-1041078 ++-1030011 ++-1044036 ++-1028086 ++-1042039 ++-1043040 ++-1031116 ++-1029080 ++-1025104 ++-1034114 ++-1036138 ++-1032136 ++-1038024 ++-1039055 ++-1037094 ++-1041079 ++-1033147 ++-1035138 ++-1040123 ++-1044037 ++-1027095 ++-1030012 ++-1031117 ++-1043041 ++-1034115 ++-1029081 ++-1028087 ++-1042040 ++-1046000 ++-1032137 ++-1036139 ++-1038025 ++-1041080 ++-1035139 ++-1025105 ++-1039056 ++-1027096 ++-1044038 ++-1037095 ++-1033148 ++-1030013 ++-1040124 ++-1038026 ++-1028088 ++-1046001 ++-1034116 ++-1029082 ++-1044039 ++-1031118 ++-1041081 ++-1027097 ++-1042041 ++-1032138 ++-1040125 ++-1030014 ++-1043042 ++-1036140 ++-1025106 ++-1035140 ++-1037096 ++-1039057 ++-1033149 ++-1038027 ++-1046002 ++-1029083 ++-1044040 ++-1027098 ++-1028089 ++-1041082 ++-1031119 ++-1034117 ++-1032139 ++-1040126 ++-1043043 ++-1030015 ++-1025107 ++-1037097 ++-1033150 ++-1042042 ++-1035141 ++-1036141 ++-1039058 ++-1038028 ++-1029084 ++-1046003 ++-1027099 ++-1028090 ++-1041083 ++-1044041 ++-1031120 ++-1032140 ++-1043044 ++-1033151 ++-1034118 ++-1025108 ++-1035142 ++-1040127 ++-1030016 ++-1036142 ++-1039059 ++-1037098 ++-1042043 ++-1029085 ++-1046004 ++-1027100 ++-1038029 ++-1041084 ++-1028091 ++-1031121 ++-1033152 ++-1044042 ++-1034119 ++-1040128 ++-1032141 ++-1039060 ++-1025109 ++-1037099 ++-1035143 ++-1036143 ++-1046005 ++-1043045 ++-1042044 ++-1029086 ++-1027101 ++-1038030 ++-1028092 ++-1041085 ++-1031122 ++-1033153 ++-1040129 ++-1034120 ++-1032142 ++-1044043 ++-1037100 ++-1039061 ++-1030017 ++-1036144 ++-1035144 ++-1042045 ++-1043046 ++-1029087 ++-1025110 ++-1046006 ++-1028093 ++-1031123 ++-1038031 ++-1040130 ++-1041086 ++-1027102 ++-1033154 ++-1034121 ++-1032143 ++-1044044 ++-1037101 ++-1039062 ++-1036145 ++-1030018 ++-1035145 ++-1043047 ++-1042046 ++-1025111 ++-1046007 ++-1028094 ++-1031124 ++-1029088 ++-1041087 ++-1038032 ++-1033155 ++-1032144 ++-1027103 ++-1044045 ++-1040131 ++-1037102 ++-1034122 ++-1036146 ++-1039063 ++-1030019 ++-1035146 ++-1042047 ++-1043048 ++-1025112 ++-1046008 ++-1028095 ++-1031125 ++-1029089 ++-1041088 ++-1033156 ++-1038033 ++-1032145 ++-1027104 ++-1036147 ++-1030020 ++-1039064 ++-1034123 ++-1044046 ++-1040132 ++-1042048 ++-1043049 ++-1037103 ++-1035147 ++-1031126 ++-1029090 ++-1025113 ++-1041089 ++-1046009 ++-1028096 ++-1027105 ++-1034124 ++-1036148 ++-1025114 ++-1040133 ++-1032146 ++-1028097 ++-1042049 ++-1027106 ++-1037104 ++-1043050 ++-1038034 ++-1039065 ++-1044047 ++-1041090 ++-1035148 ++-1046010 ++-1030021 ++-1031127 ++-1036149 ++-1034125 ++-1029091 ++-1032147 ++-1025115 ++-1040134 ++-1037105 ++-1042050 ++-1039066 ++-1027107 ++-1043051 ++-1038035 ++-1044048 ++-1041091 ++-1031128 ++-1046011 ++-1030022 ++-1028098 ++-1035149 ++-1036150 ++-1034126 ++-1029092 ++-1040135 ++-1032148 ++-1027108 ++-1042051 ++-1025116 ++-1038036 ++-1044049 ++-1039067 ++-1037106 ++-1041092 ++-1035150 ++-1030023 ++-1053000 ++-1029093 ++-1046012 ++-1031129 ++-1036151 ++-1028099 ++-1043052 ++-1032149 ++-1027109 ++-1040136 ++-1034127 ++-1042052 ++-1025117 ++-1037107 ++-1041093 ++-1038037 ++-1044050 ++-1053001 ++-1030024 ++-1043053 ++-1031130 ++-1039068 ++-1036152 ++-1035151 ++-1040137 ++-1046013 ++-1028100 ++-1032150 ++-1034128 ++-1029094 ++-1042053 ++-1037108 ++-1038038 ++-1025118 ++-1027110 ++-1041094 ++-1044051 ++-1053002 ++-1031131 ++-1036153 ++-1039069 ++-1040138 ++-1030025 ++-1043054 ++-1028101 ++-1046014 ++-1034129 ++-1032151 ++-1035152 ++-1038039 ++-1029095 ++-1025119 ++-1042054 ++-1027111 ++-1041095 ++-1037109 ++-1044052 ++-1031132 ++-1039070 ++-1040139 ++-1053003 ++-1028102 ++-1043055 ++-1036154 ++-1046015 ++-1032152 ++-1035153 ++-1034130 ++-1038040 ++-1030026 ++-1025120 ++-1027112 ++-1029096 ++-1041096 ++-1037110 ++-1042055 ++-1031133 ++-1040140 ++-1044053 ++-1053004 ++-1036155 ++-1043056 ++-1039071 ++-1046016 ++-1038041 ++-1032153 ++-1028103 ++-1025121 ++-1029097 ++-1027113 ++-1035154 ++-1034131 ++-1042056 ++-1037111 ++-1030027 ++-1041097 ++-1040141 ++-1044054 ++-1043057 ++-1053005 ++-1031134 ++-1046017 ++-1036156 ++-1039072 ++-1032154 ++-1038042 ++-1028104 ++-1025122 ++-1029098 ++-1027114 ++-1035155 ++-1042057 ++-1037112 ++-1040142 ++-1034132 ++-1044055 ++-1041098 ++-1043058 ++-1053006 ++-1030028 ++-1028105 ++-1039073 ++-1029099 ++-1031135 ++-1027115 ++-1040143 ++-1034133 ++-1043059 ++-1030029 ++-1046018 ++-1042058 ++-1038043 ++-1032155 ++-1044056 ++-1025123 ++-1039074 ++-1028106 ++-1053007 ++-1035156 ++-1032156 ++-1031136 ++-1027116 ++-1042059 ++-1037113 ++-1046019 ++-1029100 ++-1041099 ++-1038044 ++-1040144 ++-1044057 ++-1043060 ++-1025124 ++-1034134 ++-1056000 ++-1030030 ++-1039075 ++-1053008 ++-1031137 ++-1027117 ++-1028107 ++-1037114 ++-1042060 ++-1046020 ++-1041100 ++-1040145 ++-1025125 ++-1029101 ++-1034135 ++-1043061 ++-1044058 ++-1056001 ++-1038045 ++-1030031 ++-1031138 ++-1053009 ++-1028108 ++-1027118 ++-1042061 ++-1039076 ++-1041101 ++-1046021 ++-1037115 ++-1034136 ++-1025126 ++-1043062 ++-1029102 ++-1040146 ++-1056002 ++-1030032 ++-1044059 ++-1031139 ++-1038046 ++-1027119 ++-1042062 ++-1028109 ++-1053010 ++-1046022 ++-1025127 ++-1052000 ++-1039077 ++-1034137 ++-1029103 ++-1043063 ++-1030033 ++-1040147 ++-1041102 ++-1055000 ++-1037116 ++-1056003 ++-1044060 ++-1027120 ++-1031140 ++-1038047 ++-1042063 ++-1053011 ++-1028110 ++-1039078 ++-1046023 ++-1043064 ++-1029104 ++-1037117 ++-1040148 ++-1055001 ++-1025128 ++-1052001 ++-1056004 ++-1044061 ++-1034138 ++-1031141 ++-1027121 ++-1041103 ++-1030034 ++-1038048 ++-1046024 ++-1053012 ++-1042064 ++-1043065 ++-1029105 ++-1039079 ++-1037118 ++-1040149 ++-1052002 ++-1055002 ++-1044062 ++-1056005 ++-1028111 ++-1031142 ++-1025129 ++-1027122 ++-1034139 ++-1030035 ++-1041104 ++-1038049 ++-1029106 ++-1042065 ++-1046025 ++-1052003 ++-1055003 ++-1044063 ++-1053013 ++-1037119 ++-1043066 ++-1040150 ++-1056006 ++-1027123 ++-1039080 ++-1031143 ++-1030036 ++-1028112 ++-1025130 ++-1034140 ++-1038050 ++-1041105 ++-1046026 ++-1052004 ++-1029107 ++-1055004 ++-1042066 ++-1053014 ++-1043067 ++-1027124 ++-1040151 ++-1056007 ++-1037120 ++-1044064 ++-1031144 ++-1025131 ++-1030037 ++-1039081 ++-1028113 ++-1034141 ++-1038051 ++-1041106 ++-1052005 ++-1046027 ++-1029108 ++-1055005 ++-1027125 ++-1042067 ++-1040152 ++-1053015 ++-1037121 ++-1043068 ++-1034142 ++-1044065 ++-1025132 ++-1039082 ++-1031145 ++-1046028 ++-1052006 ++-1028114 ++-1037122 ++-1056008 ++-1038052 ++-1034143 ++-1027126 ++-1030038 ++-1041107 ++-1029109 ++-1043069 ++-1025133 ++-1055006 ++-1044066 ++-1042068 ++-1031146 ++-1053016 ++-1040153 ++-1039083 ++-1028115 ++-1046029 ++-1037123 ++-1056009 ++-1034144 ++-1027127 ++-1041108 ++-1052007 ++-1038053 ++-1044067 ++-1053017 ++-1025134 ++-1055007 ++-1040154 ++-1029110 ++-1030039 ++-1042069 ++-1031147 ++-1043070 ++-1028116 ++-1046030 ++-1039084 ++-1056010 ++-1037124 ++-1027128 ++-1034145 ++-1041109 ++-1038054 ++-1044068 ++-1053018 ++-1042070 ++-1055008 ++-1040155 ++-1052008 ++-1031148 ++-1028117 ++-1025135 ++-1029111 ++-1030040 ++-1039085 ++-1056011 ++-1046031 ++-1043071 ++-1037125 ++-1041110 ++-1038055 ++-1034146 ++-1044069 ++-1027129 ++-1055009 ++-1042071 ++-1028118 ++-1053019 ++-1052009 ++-1031149 ++-1040156 ++-1030041 ++-1025136 ++-1029112 ++-1046032 ++-1037126 ++-1043072 ++-1056012 ++-1039086 ++-1027130 ++-1034147 ++-1044070 ++-1038056 ++-1055010 ++-1053020 ++-1042072 ++-1028119 ++-1052010 ++-1041111 ++-1031150 ++-1030042 ++-1025137 ++-1046033 ++-1037127 ++-1039087 ++-1029113 ++-1027131 ++-1043073 ++-1034148 ++-1044071 ++-1038057 ++-1056013 ++-1055011 ++-1053021 ++-1041112 ++-1042073 ++-1052011 ++-1028120 ++-1025138 ++-1037128 ++-1046034 ++-1030043 ++-1027132 ++-1043074 ++-1031151 ++-1029114 ++-1034149 ++-1044072 ++-1039088 ++-1041113 ++-1056014 ++-1055012 ++-1053022 ++-1038058 ++-1042074 ++-1052012 ++-1025139 ++-1027133 ++-1028121 ++-1046035 ++-1034150 ++-1060000 ++-1044073 ++-1037129 ++-1029115 ++-1039089 ++-1031152 ++-1030044 ++-1043075 ++-1041114 ++-1056015 ++-1038059 ++-1055013 ++-1052013 ++-1053023 ++-1025140 ++-1042075 ++-1034151 ++-1060001 ++-1046036 ++-1039090 ++-1027134 ++-1037130 ++-1028122 ++-1030045 ++-1044074 ++-1038060 ++-1031153 ++-1056016 ++-1029116 ++-1055014 ++-1043076 ++-1041115 ++-1053024 ++-1025141 ++-1052014 ++-1034152 ++-1060002 ++-1042076 ++-1027135 ++-1039091 ++-1046037 ++-1037131 ++-1030046 ++-1028123 ++-1044075 ++-1038061 ++-1056017 ++-1031154 ++-1055015 ++-1029117 ++-1025142 ++-1042077 ++-1041116 ++-1043077 ++-1053025 ++-1052015 ++-1034153 ++-1060003 ++-1039092 ++-1027136 ++-1046038 ++-1030047 ++-1044076 ++-1028124 ++-1031155 ++-1037132 ++-1056018 ++-1055016 ++-1029118 ++-1038062 ++-1025143 ++-1041117 ++-1042078 ++-1043078 ++-1053026 ++-1060004 ++-1027137 ++-1052016 ++-1046039 ++-1034154 ++-1044077 ++-1028125 ++-1039093 ++-1030048 ++-1031156 ++-1037133 ++-1055017 ++-1029119 ++-1038063 ++-1056019 ++-1041118 ++-1042079 ++-1043079 ++-1025144 ++-1053027 ++-1052017 ++-1027138 ++-1060005 ++-1044078 ++-1034155 ++-1037134 ++-1056020 ++-1043080 ++-1038064 ++-1029120 ++-1046040 ++-1037135 ++-1055018 ++-1028126 ++-1042080 ++-1030049 ++-1041119 ++-1025145 ++-1052018 ++-1044079 ++-1039094 ++-1060006 ++-1056021 ++-1027139 ++-1053028 ++-1034156 ++-1029121 ++-1043081 ++-1046041 ++-1037136 ++-1028127 ++-1041120 ++-1038065 ++-1042081 ++-1044080 ++-1039095 ++-1060007 ++-1025146 ++-1055019 ++-1056022 ++-1052019 ++-1027140 ++-1030050 ++-1051000 ++-1053029 ++-1043082 ++-1046042 ++-1029122 ++-1041121 ++-1038066 ++-1037137 ++-1028128 ++-1042082 ++-1044081 ++-1039096 ++-1025147 ++-1060008 ++-1056023 ++-1055020 ++-1030051 ++-1027141 ++-1052020 ++-1051001 ++-1053030 ++-1043083 ++-1046043 ++-1029123 ++-1041122 ++-1037138 ++-1038067 ++-1060009 ++-1028129 ++-1042083 ++-1044082 ++-1039097 ++-1055021 ++-1056024 ++-1052021 ++-1051002 ++-1025148 ++-1053031 ++-1030052 ++-1027142 ++-1046044 ++-1054000 ++-1041123 ++-1043084 ++-1029124 ++-1042084 ++-1038068 ++-1039098 ++-1037139 ++-1028130 ++-1060010 ++-1056025 ++-1051003 ++-1044083 ++-1055022 ++-1030053 ++-1052022 ++-1053032 ++-1027143 ++-1025149 ++-1046045 ++-1054001 ++-1041124 ++-1038069 ++-1055023 ++-1041125 ++-1037140 ++-1030054 ++-1038070 ++-1043085 ++-1056026 ++-1039099 ++-1028131 ++-1044084 ++-1029125 ++-1054002 ++-1025150 ++-1051004 ++-1042085 ++-1060011 ++-1027144 ++-1052023 ++-1041126 ++-1055024 ++-1046046 ++-1053033 ++-1037141 ++-1028132 ++-1029126 ++-1039100 ++-1038071 ++-1030055 ++-1043086 ++-1025151 ++-1054003 ++-1056027 ++-1051005 ++-1041127 ++-1044085 ++-1060012 ++-1052024 ++-1055025 ++-1042086 ++-1027145 ++-1046047 ++-1037142 ++-1053034 ++-1028133 ++-1039101 ++-1043087 ++-1038072 ++-1029127 ++-1056028 ++-1054004 ++-1030056 ++-1051006 ++-1041128 ++-1060013 ++-1044086 ++-1052025 ++-1055026 ++-1042087 ++-1025152 ++-1027146 ++-1046048 ++-1037143 ++-1053035 ++-1039102 ++-1043088 ++-1028134 ++-1054005 ++-1029128 ++-1038073 ++-1051007 ++-1030057 ++-1060014 ++-1052026 ++-1056029 ++-1041129 ++-1025153 ++-1042088 ++-1046049 ++-1027147 ++-1044087 ++-1037144 ++-1039103 ++-1055027 ++-1028135 ++-1053036 ++-1043089 ++-1025154 ++-1051008 ++-1060015 ++-1056030 ++-1046050 ++-1038074 ++-1054006 ++-1029129 ++-1041130 ++-1053037 ++-1051009 ++-1052027 ++-1043090 ++-1027148 ++-1042089 ++-1030058 ++-1028136 ++-1025155 ++-1055028 ++-1039104 ++-1037145 ++-1060016 ++-1044088 ++-1046051 ++-1038075 ++-1056031 ++-1029130 ++-1053038 ++-1052028 ++-1051010 ++-1054007 ++-1027149 ++-1042090 ++-1041131 ++-1044089 ++-1043091 ++-1060017 ++-1039105 ++-1030059 ++-1037146 ++-1055029 ++-1028137 ++-1046052 ++-1029131 ++-1038076 ++-1056032 ++-1054008 ++-1051011 ++-1052029 ++-1027150 ++-1041132 ++-1053039 ++-1042091 ++-1043092 ++-1060018 ++-1037147 ++-1028138 ++-1055030 ++-1044090 ++-1039106 ++-1030060 ++-1029132 ++-1038077 ++-1046053 ++-1056033 ++-1052030 ++-1054009 ++-1027151 ++-1053040 ++-1043093 ++-1045000 ++-1051012 ++-1028139 ++-1041133 ++-1042092 ++-1055031 ++-1039107 ++-1029133 ++-1044091 ++-1037148 ++-1038078 ++-1030061 ++-1056034 ++-1060019 ++-1054010 ++-1046054 ++-1053041 ++-1027152 ++-1043094 ++-1045001 ++-1051013 ++-1052031 ++-1041134 ++-1042093 ++-1028140 ++-1055032 ++-1029134 ++-1039108 ++-1044092 ++-1056035 ++-1053042 ++-1027153 ++-1054011 ++-1038079 ++-1060020 ++-1037149 ++-1030062 ++-1052032 ++-1051014 ++-1046055 ++-1045002 ++-1043095 ++-1042094 ++-1041135 ++-1028141 ++-1055033 ++-1029135 ++-1044093 ++-1039109 ++-1053043 ++-1060021 ++-1027154 ++-1054012 ++-1056036 ++-1051015 ++-1038080 ++-1037150 ++-1030063 ++-1052033 ++-1043096 ++-1042095 ++-1046056 ++-1045003 ++-1042096 ++-1054013 ++-1029136 ++-1041136 ++-1030064 ++-1037151 ++-1044094 ++-1055034 ++-1051016 ++-1056037 ++-1028142 ++-1027155 ++-1053044 ++-1039110 ++-1045004 ++-1046057 ++-1060022 ++-1043097 ++-1038081 ++-1052034 ++-1042097 ++-1029137 ++-1041137 ++-1030065 ++-1054014 ++-1037152 ++-1051017 ++-1056038 ++-1028143 ++-1045005 ++-1046058 ++-1060023 ++-1044095 ++-1055035 ++-1053045 ++-1043098 ++-1039111 ++-1038082 ++-1052035 ++-1029138 ++-1042098 ++-1030066 ++-1054015 ++-1041138 ++-1028144 ++-1051018 ++-1045006 ++-1060024 ++-1046059 ++-1037153 ++-1056039 ++-1055036 ++-1043099 ++-1044096 ++-1039112 ++-1029139 ++-1053046 ++-1052036 ++-1038083 ++-1042099 ++-1030067 ++-1028145 ++-1041139 ++-1051019 ++-1045007 ++-1060025 ++-1054016 ++-1056040 ++-1037154 ++-1046060 ++-1047000 ++-1043100 ++-1052037 ++-1053047 ++-1055037 ++-1044097 ++-1039113 ++-1029140 ++-1030068 ++-1028146 ++-1041140 ++-1051020 ++-1042100 ++-1038084 ++-1045008 ++-1060026 ++-1037155 ++-1046061 ++-1056041 ++-1054017 ++-1053048 ++-1055038 ++-1052038 ++-1043101 ++-1047001 ++-1044098 ++-1039114 ++-1029141 ++-1030069 ++-1028147 ++-1041141 ++-1038085 ++-1045009 ++-1060027 ++-1037156 ++-1051021 ++-1042101 ++-1054018 ++-1052039 ++-1053049 ++-1047002 ++-1046062 ++-1055039 ++-1056042 ++-1044099 ++-1039115 ++-1030070 ++-1043102 ++-1029142 ++-1041142 ++-1038086 ++-1028148 ++-1045010 ++-1060028 ++-1042102 ++-1054019 ++-1052040 ++-1051022 ++-1055040 ++-1047003 ++-1039116 ++-1046063 ++-1044100 ++-1053050 ++-1056043 ++-1041143 ++-1029143 ++-1030071 ++-1038087 ++-1043103 ++-1028149 ++-1042103 ++-1060029 ++-1045011 ++-1052041 ++-1047004 ++-1054020 ++-1039117 ++-1053051 ++-1044101 ++-1051023 ++-1055041 ++-1046064 ++-1041144 ++-1029144 ++-1030072 ++-1028150 ++-1056044 ++-1043104 ++-1060030 ++-1038088 ++-1045012 ++-1047005 ++-1057000 ++-1042104 ++-1052042 ++-1054021 ++-1053052 ++-1044102 ++-1039118 ++-1041145 ++-1051024 ++-1055042 ++-1046065 ++-1030073 ++-1029145 ++-1041146 ++-1056045 ++-1053053 ++-1046066 ++-1038089 ++-1060031 ++-1057001 ++-1055043 ++-1042105 ++-1043105 ++-1028151 ++-1039119 ++-1044103 ++-1052043 ++-1051025 ++-1054022 ++-1045013 ++-1047006 ++-1030074 ++-1029146 ++-1057002 ++-1046067 ++-1038090 ++-1056046 ++-1041147 ++-1053054 ++-1055044 ++-1060032 ++-1043106 ++-1039120 ++-1052044 ++-1045014 ++-1044104 ++-1042106 ++-1047007 ++-1028152 ++-1030075 ++-1051026 ++-1054023 ++-1029147 ++-1057003 ++-1046068 ++-1056047 ++-1041148 ++-1053055 ++-1055045 ++-1039121 ++-1043107 ++-1052045 ++-1060033 ++-1038091 ++-1045015 ++-1047008 ++-1028153 ++-1030076 ++-1044105 ++-1051027 ++-1054024 ++-1042107 ++-1029148 ++-1046069 ++-1057004 ++-1041149 ++-1039122 ++-1047009 ++-1052046 ++-1051028 ++-1046070 ++-1060034 ++-1045016 ++-1044106 ++-1053056 ++-1056048 ++-1057005 ++-1038092 ++-1055046 ++-1052047 ++-1030077 ++-1043108 ++-1028154 ++-1029149 ++-1041150 ++-1042108 ++-1047010 ++-1039123 ++-1054025 ++-1060035 ++-1046071 ++-1053057 ++-1051029 ++-1045017 ++-1055047 ++-1057006 ++-1038093 ++-1044107 ++-1056049 ++-1043109 ++-1030078 ++-1041151 ++-1028155 ++-1052048 ++-1042109 ++-1047011 ++-1054026 ++-1039124 ++-1029150 ++-1060036 ++-1046072 ++-1053058 ++-1057007 ++-1045018 ++-1055048 ++-1038094 ++-1044108 ++-1051030 ++-1052049 ++-1056050 ++-1041152 ++-1030079 ++-1042110 ++-1047012 ++-1043110 ++-1028156 ++-1054027 ++-1029151 ++-1046073 ++-1039125 ++-1053059 ++-1060037 ++-1038095 ++-1044109 ++-1057008 ++-1045019 ++-1051031 ++-1052050 ++-1055049 ++-1042111 ++-1041153 ++-1043111 ++-1056051 ++-1029152 ++-1030080 ++-1047013 ++-1054028 ++-1039126 ++-1044110 ++-1038096 ++-1046074 ++-1045020 ++-1057009 ++-1060038 ++-1053060 ++-1052051 ++-1051032 ++-1055050 ++-1042112 ++-1029153 ++-1043112 ++-1047014 ++-1039127 ++-1044111 ++-1054029 ++-1030081 ++-1056052 ++-1041154 ++-1053061 ++-1046075 ++-1045021 ++-1038097 ++-1057010 ++-1052052 ++-1042113 ++-1029154 ++-1060039 ++-1051033 ++-1054030 ++-1055051 ++-1048000 ++-1041155 ++-1039128 ++-1044112 ++-1043113 ++-1047015 ++-1038098 ++-1053062 ++-1030082 ++-1056053 ++-1057011 ++-1060040 ++-1045022 ++-1044113 ++-1046076 ++-1042114 ++-1051034 ++-1029155 ++-1054031 ++-1048001 ++-1052053 ++-1039129 ++-1055052 ++-1043114 ++-1047016 ++-1053063 ++-1030083 ++-1057012 ++-1044114 ++-1060041 ++-1056054 ++-1038099 ++-1045023 ++-1042115 ++-1051035 ++-1054032 ++-1046077 ++-1029156 ++-1048002 ++-1052054 ++-1043115 ++-1039130 ++-1044115 ++-1053064 ++-1030084 ++-1047017 ++-1042116 ++-1057013 ++-1055053 ++-1038100 ++-1054033 ++-1056055 ++-1048003 ++-1052055 ++-1053065 ++-1060042 ++-1044116 ++-1051036 ++-1047018 ++-1045024 ++-1043116 ++-1042117 ++-1056056 ++-1046078 ++-1038101 ++-1039131 ++-1048004 ++-1054034 ++-1055054 ++-1061000 ++-1052056 ++-1030085 ++-1057014 ++-1053066 ++-1047019 ++-1049000 ++-1060043 ++-1043117 ++-1045025 ++-1044117 ++-1046079 ++-1051037 ++-1039132 ++-1048005 ++-1056057 ++-1061001 ++-1030086 ++-1052057 ++-1047020 ++-1038102 ++-1043118 ++-1054035 ++-1053067 ++-1042118 ++-1044118 ++-1057015 ++-1049001 ++-1045026 ++-1046080 ++-1052058 ++-1061002 ++-1056058 ++-1048006 ++-1060044 ++-1038103 ++-1055055 ++-1030087 ++-1051038 ++-1047021 ++-1053068 ++-1042119 ++-1043119 ++-1057016 ++-1044119 ++-1049002 ++-1045027 ++-1054036 ++-1055056 ++-1046081 ++-1039133 ++-1061003 ++-1052059 ++-1038104 ++-1030088 ++-1056059 ++-1051039 ++-1047022 ++-1053069 ++-1060045 ++-1048007 ++-1054037 ++-1056060 ++-1061004 ++-1060046 ++-1057017 ++-1044120 ++-1055057 ++-1049003 ++-1051040 ++-1046082 ++-1042120 ++-1038105 ++-1045028 ++-1043120 ++-1048008 ++-1056061 ++-1047023 ++-1030089 ++-1054038 ++-1052060 ++-1061005 ++-1057018 ++-1038106 ++-1049004 ++-1053070 ++-1051041 ++-1060047 ++-1046083 ++-1039134 ++-1043121 ++-1044121 ++-1045029 ++-1047024 ++-1061006 ++-1054039 ++-1057019 ++-1053071 ++-1056062 ++-1042121 ++-1048009 ++-1055058 ++-1049005 ++-1030090 ++-1052061 ++-1045030 ++-1038107 ++-1051042 ++-1046084 ++-1043122 ++-1047025 ++-1044122 ++-1060048 ++-1039135 ++-1054040 ++-1053072 ++-1061007 ++-1056063 ++-1030091 ++-1051043 ++-1048010 ++-1057020 ++-1042122 ++-1038108 ++-1044123 ++-1052062 ++-1061008 ++-1046085 ++-1043123 ++-1039136 ++-1049006 ++-1045031 ++-1055059 ++-1053073 ++-1056064 ++-1048011 ++-1060049 ++-1038109 ++-1051044 ++-1030092 ++-1047026 ++-1039137 ++-1046086 ++-1049007 ++-1054041 ++-1045032 ++-1043124 ++-1044124 ++-1057021 ++-1052063 ++-1053074 ++-1057022 ++-1046087 ++-1048012 ++-1042123 ++-1056065 ++-1060050 ++-1061009 ++-1054042 ++-1051045 ++-1030093 ++-1055060 ++-1052064 ++-1049008 ++-1038110 ++-1053075 ++-1045033 ++-1043125 ++-1057023 ++-1046088 ++-1047027 ++-1044125 ++-1039138 ++-1042124 ++-1048013 ++-1060051 ++-1056066 ++-1061010 ++-1055061 ++-1052065 ++-1054043 ++-1038111 ++-1045034 ++-1043126 ++-1030094 ++-1053076 ++-1057024 ++-1051046 ++-1044126 ++-1046089 ++-1049009 ++-1039139 ++-1047028 ++-1042125 ++-1048014 ++-1056067 ++-1055062 ++-1060052 ++-1045035 ++-1057025 ++-1038112 ++-1061011 ++-1043127 ++-1052066 ++-1054044 ++-1051047 ++-1044127 ++-1030095 ++-1039140 ++-1049010 ++-1053077 ++-1046090 ++-1047029 ++-1042126 ++-1048015 ++-1056068 ++-1060053 ++-1055063 ++-1038113 ++-1051048 ++-1043128 ++-1045036 ++-1052067 ++-1054045 ++-1057026 ++-1044128 ++-1061012 ++-1047030 ++-1042127 ++-1030096 ++-1049011 ++-1039141 ++-1056069 ++-1048016 ++-1053078 ++-1046091 ++-1060054 ++-1055064 ++-1051049 ++-1057027 ++-1038114 ++-1052068 ++-1061013 ++-1043129 ++-1054046 ++-1045037 ++-1042128 ++-1047031 ++-1044129 ++-1049012 ++-1046092 ++-1030097 ++-1056070 ++-1048017 ++-1053079 ++-1039142 ++-1060055 ++-1057028 ++-1038115 ++-1055065 ++-1043130 ++-1051050 ++-1052069 ++-1054047 ++-1047032 ++-1044130 ++-1042129 ++-1061014 ++-1045038 ++-1056071 ++-1046093 ++-1048018 ++-1030098 ++-1049013 ++-1060056 ++-1053080 ++-1039143 ++-1057029 ++-1055066 ++-1043131 ++-1047033 ++-1038116 ++-1054048 ++-1051051 ++-1044131 ++-1052070 ++-1061015 ++-1056072 ++-1042130 ++-1045039 ++-1048019 ++-1046094 ++-1049014 ++-1038117 ++-1054049 ++-1030099 ++-1060057 ++-1057030 ++-1051052 ++-1055067 ++-1039144 ++-1053081 ++-1047034 ++-1043132 ++-1042131 ++-1045040 ++-1048020 ++-1046095 ++-1044132 ++-1056073 ++-1061016 ++-1052071 ++-1054050 ++-1038118 ++-1039145 ++-1049015 ++-1030100 ++-1051053 ++-1057031 ++-1042132 ++-1053082 ++-1047035 ++-1045041 ++-1043133 ++-1060058 ++-1044133 ++-1056074 ++-1055068 ++-1048021 ++-1046096 ++-1052072 ++-1038119 ++-1061017 ++-1039146 ++-1042133 ++-1054051 ++-1057032 ++-1049016 ++-1053083 ++-1030101 ++-1051054 ++-1060059 ++-1056075 ++-1048022 ++-1047036 ++-1055069 ++-1045042 ++-1043134 ++-1046097 ++-1044134 ++-1052073 ++-1061018 ++-1038120 ++-1042134 ++-1057033 ++-1054052 ++-1053084 ++-1030102 ++-1039147 ++-1049017 ++-1056076 ++-1051055 ++-1048023 ++-1060060 ++-1045043 ++-1055070 ++-1046098 ++-1043135 ++-1061019 ++-1042135 ++-1051056 ++-1044135 ++-1054053 ++-1038121 ++-1056077 ++-1045044 ++-1052074 ++-1053085 ++-1057034 ++-1049018 ++-1047037 ++-1048024 ++-1055071 ++-1030103 ++-1039148 ++-1060061 ++-1046099 ++-1042136 ++-1043136 ++-1061020 ++-1053086 ++-1038122 ++-1051057 ++-1056078 ++-1052075 ++-1054054 ++-1049019 ++-1055072 ++-1045045 ++-1044136 ++-1047038 ++-1057035 ++-1030104 ++-1039149 ++-1053087 ++-1048025 ++-1055073 ++-1060062 ++-1044137 ++-1052076 ++-1046100 ++-1051058 ++-1045046 ++-1054055 ++-1047039 ++-1030105 ++-1039150 ++-1043137 ++-1057036 ++-1056079 ++-1049020 ++-1061021 ++-1053088 ++-1042137 ++-1038123 ++-1048026 ++-1051059 ++-1060063 ++-1055074 ++-1052077 ++-1044138 ++-1046101 ++-1039151 ++-1045047 ++-1030106 ++-1056080 ++-1043138 ++-1054056 ++-1042138 ++-1061022 ++-1049021 ++-1047040 ++-1057037 ++-1053089 ++-1038124 ++-1051060 ++-1039152 ++-1055075 ++-1052078 ++-1048027 ++-1044139 ++-1060064 ++-1045048 ++-1030107 ++-1046102 ++-1061023 ++-1042139 ++-1049022 ++-1043139 ++-1056081 ++-1053090 ++-1051061 ++-1030108 ++-1060065 ++-1053091 ++-1055076 ++-1047041 ++-1045049 ++-1039153 ++-1044140 ++-1030109 ++-1038125 ++-1057038 ++-1054057 ++-1057039 ++-1056082 ++-1046103 ++-1061024 ++-1045050 ++-1049023 ++-1047042 ++-1030110 ++-1045051 ++-1049024 ++-1042140 ++-1061025 ++-1051062 ++-1055077 ++-1056083 ++-1045052 ++-1049025 ++-1057040 ++-1053092 ++-1048028 ++-1030111 ++-1060066 ++-1052079 ++-1051063 ++-1038126 ++-1043140 ++-1055078 ++-1061026 ++-1046104 ++-1045053 ++-1049026 ++-1056084 ++-1044141 ++-1042141 ++-1039154 ++-1047043 ++-1054058 ++-1060067 ++-1048029 ++-1030112 ++-1043141 ++-1061027 ++-1045054 ++-1046105 ++-1056085 ++-1044142 ++-1053093 ++-1057041 ++-1049027 ++-1052080 ++-1042142 ++-1039155 ++-1047044 ++-1051064 ++-1048030 ++-1054059 ++-1055079 ++-1030113 ++-1060068 ++-1038127 ++-1061028 ++-1045055 ++-1043142 ++-1046106 ++-1044143 ++-1053094 ++-1056086 ++-1047045 ++-1054060 ++-1042143 ++-1049028 ++-1052081 ++-1057042 ++-1051065 ++-1048031 ++-1039156 ++-1038128 ++-1061029 ++-1055080 ++-1030114 ++-1045056 ++-1060069 ++-1043143 ++-1046107 ++-1053095 ++-1044144 ++-1054061 ++-1049029 ++-1052082 ++-1047046 ++-1057043 ++-1042144 ++-1051066 ++-1056087 ++-1038129 ++-1045057 ++-1048032 ++-1055081 ++-1043144 ++-1046108 ++-1061030 ++-1060070 ++-1030115 ++-1044145 ++-1047047 ++-1054062 ++-1042145 ++-1038130 ++-1056088 ++-1049030 ++-1053096 ++-1057044 ++-1051067 ++-1052083 ++-1045058 ++-1046109 ++-1055082 ++-1060071 ++-1048033 ++-1061031 ++-1030116 ++-1043145 ++-1042146 ++-1047048 ++-1038131 ++-1056089 ++-1044146 ++-1057045 ++-1049031 ++-1054063 ++-1053097 ++-1052084 ++-1045059 ++-1046110 ++-1059000 ++-1051068 ++-1055083 ++-1060072 ++-1061032 ++-1048034 ++-1030117 ++-1042147 ++-1047049 ++-1043146 ++-1056090 ++-1038132 ++-1044147 ++-1057046 ++-1049032 ++-1054064 ++-1053098 ++-1052085 ++-1045060 ++-1046111 ++-1055084 ++-1060073 ++-1030118 ++-1061033 ++-1051069 ++-1042148 ++-1059001 ++-1043147 ++-1048035 ++-1044148 ++-1056091 ++-1057047 ++-1047050 ++-1054065 ++-1038133 ++-1049033 ++-1052086 ++-1053099 ++-1046112 ++-1051070 ++-1060074 ++-1045061 ++-1055085 ++-1061034 ++-1042149 ++-1030119 ++-1048036 ++-1057048 ++-1043148 ++-1047051 ++-1059002 ++-1044149 ++-1054066 ++-1056092 ++-1038134 ++-1052087 ++-1053100 ++-1046113 ++-1049034 ++-1045062 ++-1061035 ++-1038135 ++-1051071 ++-1060075 ++-1042150 ++-1044150 ++-1043149 ++-1049035 ++-1030120 ++-1054067 ++-1047052 ++-1059003 ++-1057049 ++-1056093 ++-1048037 ++-1055086 ++-1053101 ++-1038136 ++-1045063 ++-1061036 ++-1046114 ++-1052088 ++-1051072 ++-1060076 ++-1042151 ++-1057050 ++-1044151 ++-1054068 ++-1043150 ++-1047053 ++-1030121 ++-1055087 ++-1059004 ++-1045064 ++-1061037 ++-1053102 ++-1038137 ++-1049036 ++-1048038 ++-1056094 ++-1052089 ++-1046115 ++-1060077 ++-1051073 ++-1057051 ++-1047054 ++-1042152 ++-1044152 ++-1054069 ++-1055088 ++-1045065 ++-1030122 ++-1043151 ++-1059005 ++-1049037 ++-1052090 ++-1056095 ++-1061038 ++-1046116 ++-1053103 ++-1048039 ++-1038138 ++-1051074 ++-1055089 ++-1057052 ++-1060078 ++-1042153 ++-1054070 ++-1044153 ++-1047055 ++-1045066 ++-1030123 ++-1043152 ++-1048040 ++-1059006 ++-1046117 ++-1061039 ++-1052091 ++-1049038 ++-1053104 ++-1056096 ++-1038139 ++-1057053 ++-1051075 ++-1047056 ++-1055090 ++-1044154 ++-1060079 ++-1043153 ++-1054071 ++-1061040 ++-1030124 ++-1048041 ++-1045067 ++-1042154 ++-1049039 ++-1046118 ++-1059007 ++-1053105 ++-1056097 ++-1052092 ++-1051076 ++-1055091 ++-1043154 ++-1054072 ++-1044155 ++-1038140 ++-1060080 ++-1057054 ++-1061041 ++-1048042 ++-1047057 ++-1053106 ++-1045068 ++-1059008 ++-1046119 ++-1030125 ++-1042155 ++-1049040 ++-1056098 ++-1052093 ++-1044156 ++-1054073 ++-1055092 ++-1043155 ++-1038141 ++-1051077 ++-1060081 ++-1053107 ++-1048043 ++-1057055 ++-1061042 ++-1030126 ++-1054074 ++-1047058 ++-1059009 ++-1046120 ++-1045069 ++-1049041 ++-1038142 ++-1055093 ++-1043156 ++-1060082 ++-1042156 ++-1056099 ++-1053108 ++-1052094 ++-1051078 ++-1057056 ++-1061043 ++-1047059 ++-1054075 ++-1048044 ++-1055094 ++-1046121 ++-1045070 ++-1049042 ++-1060083 ++-1030127 ++-1059010 ++-1042157 ++-1056100 ++-1038143 ++-1053109 ++-1052095 ++-1051079 ++-1057057 ++-1048045 ++-1061044 ++-1054076 ++-1049043 ++-1047060 ++-1046122 ++-1045071 ++-1059011 ++-1064000 ++-1030128 ++-1055095 ++-1060084 ++-1056101 ++-1042158 ++-1057058 ++-1053110 ++-1038144 ++-1051080 ++-1052096 ++-1054077 ++-1048046 ++-1049044 ++-1047061 ++-1064001 ++-1061045 ++-1059012 ++-1060085 ++-1055096 ++-1045072 ++-1046123 ++-1053111 ++-1030129 ++-1063000 ++-1056102 ++-1057059 ++-1038145 ++-1052097 ++-1048047 ++-1054078 ++-1047062 ++-1051081 ++-1049045 ++-1055097 ++-1064002 ++-1059013 ++-1061046 ++-1060086 ++-1063001 ++-1045073 ++-1053112 ++-1046124 ++-1038146 ++-1030130 ++-1056103 ++-1048048 ++-1051082 ++-1055098 ++-1049046 ++-1052098 ++-1054079 ++-1057060 ++-1064003 ++-1061047 ++-1045074 ++-1047063 ++-1063002 ++-1053113 ++-1060087 ++-1059014 ++-1030131 ++-1038147 ++-1046125 ++-1062000 ++-1056104 ++-1051083 ++-1048049 ++-1052099 ++-1055099 ++-1049047 ++-1064004 ++-1054080 ++-1063003 ++-1045075 ++-1047064 ++-1061048 ++-1057061 ++-1060088 ++-1046126 ++-1038148 ++-1053114 ++-1062001 ++-1030132 ++-1056105 ++-1059015 ++-1051084 ++-1048050 ++-1052100 ++-1054081 ++-1049048 ++-1047065 ++-1064005 ++-1055100 ++-1045076 ++-1053115 ++-1057062 ++-1051085 ++-1060089 ++-1030133 ++-1046127 ++-1061049 ++-1062002 ++-1063004 ++-1038149 ++-1048051 ++-1054082 ++-1049049 ++-1059016 ++-1061050 ++-1030134 ++-1056106 ++-1055101 ++-1052101 ++-1062003 ++-1051086 ++-1045077 ++-1057063 ++-1053116 ++-1047066 ++-1064006 ++-1046128 ++-1048052 ++-1060090 ++-1054083 ++-1063005 ++-1038150 ++-1055102 ++-1061051 ++-1030135 ++-1059017 ++-1049050 ++-1052102 ++-1056107 ++-1062004 ++-1047067 ++-1060091 ++-1057064 ++-1053117 ++-1054084 ++-1048053 ++-1045078 ++-1051087 ++-1038151 ++-1046129 ++-1049051 ++-1030136 ++-1055103 ++-1056108 ++-1064007 ++-1059018 ++-1063006 ++-1061052 ++-1052103 ++-1062005 ++-1048054 ++-1047068 ++-1054085 ++-1057065 ++-1051088 ++-1053118 ++-1045079 ++-1049052 ++-1060092 ++-1055104 ++-1056109 ++-1038152 ++-1064008 ++-1030137 ++-1059019 ++-1046130 ++-1063007 ++-1062006 ++-1061053 ++-1052104 ++-1048055 ++-1057066 ++-1047069 ++-1056110 ++-1053119 ++-1054086 ++-1051089 ++-1049053 ++-1055105 ++-1045080 ++-1060093 ++-1030138 ++-1046131 ++-1059020 ++-1064009 ++-1057067 ++-1045081 ++-1061054 ++-1062007 ++-1038153 ++-1047070 ++-1048056 ++-1052105 ++-1051090 ++-1063008 ++-1049054 ++-1053120 ++-1057068 ++-1055106 ++-1059021 ++-1054087 ++-1045082 ++-1030139 ++-1038154 ++-1046132 ++-1047071 ++-1060094 ++-1052106 ++-1056111 ++-1061055 ++-1062008 ++-1064010 ++-1063009 ++-1051091 ++-1055107 ++-1048057 ++-1057069 ++-1049055 ++-1059022 ++-1053121 ++-1038155 ++-1054088 ++-1046133 ++-1060095 ++-1052107 ++-1045083 ++-1030140 ++-1064011 ++-1051092 ++-1056112 ++-1047072 ++-1062009 ++-1057070 ++-1063010 ++-1061056 ++-1048058 ++-1049056 ++-1055108 ++-1053122 ++-1046134 ++-1060096 ++-1052108 ++-1059023 ++-1054089 ++-1045084 ++-1051093 ++-1030141 ++-1063011 ++-1064012 ++-1057071 ++-1062010 ++-1047073 ++-1056113 ++-1048059 ++-1049057 ++-1055109 ++-1061057 ++-1046135 ++-1059024 ++-1053123 ++-1060097 ++-1052109 ++-1054090 ++-1045085 ++-1051094 ++-1063012 ++-1057072 ++-1064013 ++-1030142 ++-1049058 ++-1047074 ++-1062011 ++-1056114 ++-1046136 ++-1052110 ++-1053124 ++-1048060 ++-1059025 ++-1060098 ++-1061058 ++-1055110 ++-1054091 ++-1051095 ++-1063013 ++-1045086 ++-1058000 ++-1030143 ++-1064014 ++-1047075 ++-1049059 ++-1056115 ++-1057073 ++-1048061 ++-1053125 ++-1062012 ++-1052111 ++-1054092 ++-1046137 ++-1045087 ++-1060099 ++-1059026 ++-1063014 ++-1055111 ++-1061059 ++-1051096 ++-1064015 ++-1030144 ++-1056116 ++-1049060 ++-1058001 ++-1048062 ++-1053126 ++-1047076 ++-1057074 ++-1054093 ++-1052112 ++-1062013 ++-1060100 ++-1059027 ++-1046138 ++-1030145 ++-1063015 ++-1061060 ++-1055112 ++-1045088 ++-1051097 ++-1064016 ++-1056117 ++-1048063 ++-1049061 ++-1053127 ++-1058002 ++-1047077 ++-1057075 ++-1054094 ++-1052113 ++-1062014 ++-1059028 ++-1053128 ++-1048064 ++-1046139 ++-1045089 ++-1051098 ++-1056118 ++-1064017 ++-1030146 ++-1049062 ++-1060101 ++-1063016 ++-1055113 ++-1062015 ++-1061061 ++-1048065 ++-1047078 ++-1058003 ++-1053129 ++-1052114 ++-1059029 ++-1057076 ++-1046140 ++-1054095 ++-1045090 ++-1064018 ++-1063017 ++-1060102 ++-1051099 ++-1056119 ++-1049063 ++-1053130 ++-1030147 ++-1062016 ++-1047079 ++-1055114 ++-1052115 ++-1061062 ++-1058004 ++-1048066 ++-1046141 ++-1059030 ++-1057077 ++-1054096 ++-1064019 ++-1045091 ++-1060103 ++-1051100 ++-1030148 ++-1063018 ++-1053131 ++-1056120 ++-1049064 ++-1062017 ++-1047080 ++-1052116 ++-1055115 ++-1061063 ++-1048067 ++-1059031 ++-1058005 ++-1057078 ++-1045092 ++-1060104 ++-1046142 ++-1054097 ++-1064020 ++-1030149 ++-1051101 ++-1063019 ++-1053132 ++-1047081 ++-1049065 ++-1052117 ++-1048068 ++-1056121 ++-1055116 ++-1058006 ++-1062018 ++-1059032 ++-1057079 ++-1060105 ++-1045093 ++-1061064 ++-1049066 ++-1051102 ++-1046143 ++-1063020 ++-1054098 ++-1053133 ++-1047082 ++-1052118 ++-1030150 ++-1048069 ++-1064021 ++-1062019 ++-1058007 ++-1059033 ++-1057080 ++-1055117 ++-1060106 ++-1056122 ++-1061065 ++-1047083 ++-1049067 ++-1045094 ++-1054099 ++-1063021 ++-1046144 ++-1053134 ++-1048070 ++-1030151 ++-1051103 ++-1064022 ++-1057081 ++-1059034 ++-1052119 ++-1060107 ++-1058008 ++-1062020 ++-1055118 ++-1056123 ++-1063022 ++-1049068 ++-1045095 ++-1047084 ++-1046145 ++-1054100 ++-1061066 ++-1051104 ++-1048071 ++-1057082 ++-1063023 ++-1064023 ++-1053135 ++-1055119 ++-1060108 ++-1051105 ++-1045096 ++-1047085 ++-1030152 ++-1061067 ++-1058009 ++-1054101 ++-1063024 ++-1062021 ++-1052120 ++-1059035 ++-1049069 ++-1048072 ++-1057083 ++-1046146 ++-1056124 ++-1064024 ++-1055120 ++-1049070 ++-1051106 ++-1061068 ++-1054102 ++-1059036 ++-1030153 ++-1060109 ++-1063025 ++-1046147 ++-1053136 ++-1045097 ++-1047086 ++-1057084 ++-1052121 ++-1048073 ++-1062022 ++-1058010 ++-1056125 ++-1064025 ++-1055121 ++-1051107 ++-1061069 ++-1063026 ++-1059037 ++-1060110 ++-1046148 ++-1049071 ++-1053137 ++-1030154 ++-1047087 ++-1048074 ++-1062023 ++-1052122 ++-1054103 ++-1058011 ++-1045098 ++-1056126 ++-1051108 ++-1057085 ++-1055122 ++-1064026 ++-1061070 ++-1046149 ++-1063027 ++-1059038 ++-1048075 ++-1030155 ++-1054104 ++-1058012 ++-1055123 ++-1061071 ++-1059039 ++-1030156 ++-1048076 ++-1058013 ++-1055124 ++-1054105 ++-1063028 ++-1061072 ++-1045099 ++-1062024 ++-1057086 ++-1051109 ++-1049072 ++-1052123 ++-1064027 ++-1046150 ++-1047088 ++-1060111 ++-1053138 ++-1056127 ++-1059040 ++-1055125 ++-1045100 ++-1064028 ++-1063029 ++-1062025 ++-1051110 ++-1049073 ++-1047089 ++-1046151 ++-1056128 ++-1061073 ++-1059041 ++-1058014 ++-1055126 ++-1057087 ++-1054106 ++-1052124 ++-1060112 ++-1048077 ++-1053139 ++-1045101 ++-1063030 ++-1064029 ++-1046152 ++-1059042 ++-1051111 ++-1049074 ++-1054107 ++-1061074 ++-1055127 ++-1056129 ++-1058015 ++-1050000 ++-1047090 ++-1062026 ++-1052125 ++-1057088 ++-1060113 ++-1045102 ++-1063031 ++-1048078 ++-1053140 ++-1064030 ++-1046153 ++-1054108 ++-1056130 ++-1052126 ++-1055128 ++-1053141 ++-1058016 ++-1056131 ++-1059043 ++-1062027 ++-1046154 ++-1049075 ++-1057089 ++-1063032 ++-1047091 ++-1050001 ++-1051112 ++-1045103 ++-1061075 ++-1052127 ++-1054109 ++-1060114 ++-1064031 ++-1055129 ++-1053142 ++-1048079 ++-1058017 ++-1062028 ++-1059044 ++-1056132 ++-1046155 ++-1054110 ++-1061076 ++-1049076 ++-1050002 ++-1045104 ++-1063033 ++-1060115 ++-1047092 ++-1052128 ++-1048080 ++-1051113 ++-1057090 ++-1055130 ++-1064032 ++-1058018 ++-1053143 ++-1046156 ++-1062029 ++-1056133 ++-1054111 ++-1059045 ++-1060116 ++-1061077 ++-1049077 ++-1050003 ++-1063034 ++-1045105 ++-1048081 ++-1047093 ++-1057091 ++-1052129 ++-1053144 ++-1055131 ++-1051114 ++-1058019 ++-1064033 ++-1062030 ++-1059046 ++-1056134 ++-1061078 ++-1060117 ++-1054112 ++-1063035 ++-1049078 ++-1050004 ++-1047094 ++-1048082 ++-1045106 ++-1052130 ++-1057092 ++-1058020 ++-1055132 ++-1051115 ++-1064034 ++-1056135 ++-1062031 ++-1061079 ++-1053145 ++-1060118 ++-1054113 ++-1059047 ++-1063036 ++-1050005 ++-1049079 ++-1048083 ++-1047095 ++-1045107 ++-1051116 ++-1057093 ++-1056136 ++-1052131 ++-1058021 ++-1055133 ++-1062032 ++-1060119 ++-1064035 ++-1054114 ++-1053146 ++-1061080 ++-1066000 ++-1063037 ++-1048084 ++-1059048 ++-1057094 ++-1047096 ++-1062033 ++-1049080 ++-1050006 ++-1051117 ++-1059049 ++-1054115 ++-1064036 ++-1045108 ++-1066001 ++-1056137 ++-1063038 ++-1060120 ++-1057095 ++-1053147 ++-1055134 ++-1052132 ++-1061081 ++-1058022 ++-1048085 ++-1062034 ++-1047097 ++-1051118 ++-1050007 ++-1064037 ++-1054116 ++-1045109 ++-1066002 ++-1059050 ++-1056138 ++-1049081 ++-1063039 ++-1057096 ++-1060121 ++-1053148 ++-1052133 ++-1048086 ++-1055135 ++-1058023 ++-1061082 ++-1051119 ++-1064038 ++-1062035 ++-1054117 ++-1047098 ++-1050008 ++-1045110 ++-1056139 ++-1049082 ++-1057097 ++-1060122 ++-1066003 ++-1059051 ++-1063040 ++-1053149 ++-1048087 ++-1055136 ++-1052134 ++-1061083 ++-1058024 ++-1045111 ++-1051120 ++-1047099 ++-1050009 ++-1064039 ++-1054118 ++-1066004 ++-1060123 ++-1056140 ++-1057098 ++-1062036 ++-1059052 ++-1049083 ++-1063041 ++-1053150 ++-1058025 ++-1050010 ++-1054119 ++-1048088 ++-1063042 ++-1062037 ++-1051121 ++-1045112 ++-1056141 ++-1061084 ++-1052135 ++-1055137 ++-1050011 ++-1064040 ++-1047100 ++-1066005 ++-1059053 ++-1058026 ++-1053151 ++-1057099 ++-1048089 ++-1049084 ++-1060124 ++-1054120 ++-1063043 ++-1051122 ++-1062038 ++-1045113 ++-1056142 ++-1059054 ++-1053152 ++-1053153 ++-1058027 ++-1052136 ++-1061085 ++-1064041 ++-1045114 ++-1066006 ++-1047101 ++-1055138 ++-1050012 ++-1062039 ++-1049085 ++-1059055 ++-1054121 ++-1051123 ++-1048090 ++-1057100 ++-1060125 ++-1056143 ++-1053154 ++-1063044 ++-1052137 ++-1058028 ++-1061086 ++-1055139 ++-1062040 ++-1047102 ++-1050013 ++-1066007 ++-1045115 ++-1064042 ++-1054122 ++-1048091 ++-1051124 ++-1059056 ++-1057101 ++-1049086 ++-1052138 ++-1058029 ++-1061087 ++-1055140 ++-1050014 ++-1062041 ++-1064043 ++-1048092 ++-1059057 ++-1049087 ++-1057102 ++-1045116 ++-1056144 ++-1053155 ++-1063045 ++-1054123 ++-1060126 ++-1066008 ++-1047103 ++-1052139 ++-1058030 ++-1055141 ++-1062042 ++-1051125 ++-1048093 ++-1059058 ++-1050015 ++-1061088 ++-1056145 ++-1057103 ++-1054124 ++-1047104 ++-1066009 ++-1045117 ++-1052140 ++-1053156 ++-1063046 ++-1060127 ++-1049088 ++-1064044 ++-1055142 ++-1051126 ++-1058031 ++-1062043 ++-1050016 ++-1061089 ++-1048094 ++-1056146 ++-1059059 ++-1057104 ++-1066010 ++-1054125 ++-1047105 ++-1052141 ++-1063047 ++-1045118 ++-1064045 ++-1055143 ++-1062044 ++-1060128 ++-1049089 ++-1050017 ++-1051127 ++-1058032 ++-1061090 ++-1048095 ++-1056147 ++-1057105 ++-1059060 ++-1054126 ++-1063048 ++-1052142 ++-1062045 ++-1064046 ++-1055144 ++-1060129 ++-1045119 ++-1051128 ++-1066011 ++-1047106 ++-1058033 ++-1061091 ++-1048096 ++-1050018 ++-1059061 ++-1049090 ++-1056148 ++-1057106 ++-1063049 ++-1054127 ++-1055145 ++-1064047 ++-1073000 ++-1052143 ++-1060130 ++-1051129 ++-1061092 ++-1048097 ++-1062046 ++-1059062 ++-1066012 ++-1056149 ++-1057107 ++-1045120 ++-1058034 ++-1047107 ++-1050019 ++-1063050 ++-1054128 ++-1055146 ++-1049091 ++-1059063 ++-1064048 ++-1066013 ++-1060131 ++-1073001 ++-1048098 ++-1056150 ++-1061093 ++-1058035 ++-1062047 ++-1050020 ++-1051130 ++-1057108 ++-1052144 ++-1045121 ++-1047108 ++-1054129 ++-1063051 ++-1064049 ++-1060132 ++-1066014 ++-1055147 ++-1049092 ++-1056151 ++-1048099 ++-1059064 ++-1073002 ++-1050021 ++-1061094 ++-1057109 ++-1047109 ++-1045122 ++-1060133 ++-1063052 ++-1066015 ++-1064050 ++-1056152 ++-1048100 ++-1073003 ++-1059065 ++-1057110 ++-1061095 ++-1047110 ++-1050022 ++-1060134 ++-1045123 ++-1064051 ++-1063053 ++-1056153 ++-1066016 ++-1048101 ++-1073004 ++-1051131 ++-1054130 ++-1058036 ++-1052145 ++-1062048 ++-1059066 ++-1055148 ++-1049093 ++-1061096 ++-1057111 ++-1050023 ++-1060135 ++-1045124 ++-1064052 ++-1056154 ++-1063054 ++-1052146 ++-1051132 ++-1058037 ++-1061097 ++-1054131 ++-1055149 ++-1057112 ++-1045125 ++-1063055 ++-1056155 ++-1064053 ++-1050024 ++-1047111 ++-1062049 ++-1059067 ++-1048102 ++-1049094 ++-1066017 ++-1073005 ++-1052147 ++-1058038 ++-1051133 ++-1060136 ++-1055150 ++-1054132 ++-1061098 ++-1063056 ++-1049095 ++-1062050 ++-1045126 ++-1057113 ++-1047112 ++-1048103 ++-1066018 ++-1051134 ++-1050025 ++-1064054 ++-1058039 ++-1059068 ++-1060137 ++-1073006 ++-1052148 ++-1055151 ++-1061099 ++-1054133 ++-1063057 ++-1048104 ++-1045127 ++-1057114 ++-1062051 ++-1049096 ++-1064055 ++-1047113 ++-1058040 ++-1051135 ++-1059069 ++-1050026 ++-1066019 ++-1073007 ++-1052149 ++-1061100 ++-1054134 ++-1055152 ++-1060138 ++-1045128 ++-1048105 ++-1062052 ++-1064056 ++-1063058 ++-1047114 ++-1051136 ++-1058041 ++-1059070 ++-1057115 ++-1050027 ++-1049097 ++-1076000 ++-1066020 ++-1073008 ++-1061101 ++-1054135 ++-1055153 ++-1060139 ++-1059071 ++-1058042 ++-1052150 ++-1062053 ++-1045129 ++-1064057 ++-1048106 ++-1061102 ++-1060140 ++-1051137 ++-1073009 ++-1047115 ++-1063059 ++-1050028 ++-1076001 ++-1055154 ++-1066021 ++-1057116 ++-1054136 ++-1049098 ++-1059072 ++-1052151 ++-1062054 ++-1064058 ++-1058043 ++-1048107 ++-1061103 ++-1073010 ++-1045130 ++-1047116 ++-1054137 ++-1050029 ++-1055155 ++-1076002 ++-1051138 ++-1062055 ++-1049099 ++-1063060 ++-1059073 ++-1060141 ++-1052152 ++-1061104 ++-1048108 ++-1058044 ++-1057117 ++-1073011 ++-1064059 ++-1045131 ++-1066022 ++-1050030 ++-1054138 ++-1063061 ++-1055156 ++-1062056 ++-1047117 ++-1073012 ++-1049100 ++-1059074 ++-1051139 ++-1064060 ++-1076003 ++-1052153 ++-1061105 ++-1057118 ++-1060142 ++-1058045 ++-1048109 ++-1045132 ++-1066023 ++-1054139 ++-1063062 ++-1047118 ++-1050031 ++-1049101 ++-1064061 ++-1062057 ++-1059075 ++-1052154 ++-1048110 ++-1073013 ++-1051140 ++-1058046 ++-1076004 ++-1060143 ++-1061106 ++-1045133 ++-1066024 ++-1057119 ++-1054140 ++-1063063 ++-1050032 ++-1049102 ++-1064062 ++-1052155 ++-1047119 ++-1062058 ++-1058047 ++-1073014 ++-1059076 ++-1051141 ++-1048111 ++-1076005 ++-1060144 ++-1045134 ++-1054141 ++-1061107 ++-1063064 ++-1066025 ++-1057120 ++-1064063 ++-1050033 ++-1052156 ++-1049103 ++-1058048 ++-1062059 ++-1075000 ++-1047120 ++-1048112 ++-1060145 ++-1059077 ++-1073015 ++-1076006 ++-1054142 ++-1051142 ++-1061108 ++-1045135 ++-1064064 ++-1063065 ++-1050034 ++-1066026 ++-1052157 ++-1049104 ++-1057121 ++-1058049 ++-1075001 ++-1047121 ++-1048113 ++-1060146 ++-1062060 ++-1059078 ++-1051143 ++-1054143 ++-1073016 ++-1061109 ++-1076007 ++-1045136 ++-1066027 ++-1063066 ++-1049105 ++-1050035 ++-1064065 ++-1058050 ++-1047122 ++-1075002 ++-1057122 ++-1052158 ++-1062061 ++-1060147 ++-1048114 ++-1054144 ++-1059079 ++-1073017 ++-1061110 ++-1051144 ++-1076008 ++-1045137 ++-1063067 ++-1066028 ++-1058051 ++-1050036 ++-1064066 ++-1057123 ++-1049106 ++-1054145 ++-1047123 ++-1060148 ++-1048115 ++-1075003 ++-1059080 ++-1062062 ++-1051145 ++-1076009 ++-1073018 ++-1045138 ++-1061111 ++-1066029 ++-1063068 ++-1058052 ++-1050037 ++-1064067 ++-1049107 ++-1048116 ++-1047124 ++-1057124 ++-1062063 ++-1064068 ++-1054146 ++-1059081 ++-1060149 ++-1051146 ++-1061112 ++-1050038 ++-1066030 ++-1049108 ++-1045139 ++-1075004 ++-1073019 ++-1076010 ++-1062064 ++-1064069 ++-1063069 ++-1048117 ++-1057125 ++-1047125 ++-1058053 ++-1072000 ++-1054147 ++-1060150 ++-1059082 ++-1050039 ++-1061113 ++-1045140 ++-1066031 ++-1051147 ++-1063070 ++-1062065 ++-1073020 ++-1076011 ++-1049109 ++-1075005 ++-1057126 ++-1064070 ++-1058054 ++-1047126 ++-1048118 ++-1072001 ++-1060151 ++-1054148 ++-1059083 ++-1061114 ++-1050040 ++-1073021 ++-1066032 ++-1063071 ++-1051148 ++-1045141 ++-1062066 ++-1049110 ++-1048119 ++-1057127 ++-1047127 ++-1058055 ++-1060152 ++-1054149 ++-1064071 ++-1072002 ++-1059084 ++-1050041 ++-1047128 ++-1075006 ++-1076012 ++-1061115 ++-1058056 ++-1063072 ++-1064072 ++-1073022 ++-1066033 ++-1054150 ++-1060153 ++-1062067 ++-1057128 ++-1048120 ++-1045142 ++-1051149 ++-1049111 ++-1059085 ++-1050042 ++-1072003 ++-1063073 ++-1075007 ++-1076013 ++-1073023 ++-1061116 ++-1047129 ++-1058057 ++-1054151 ++-1060154 ++-1064073 ++-1062068 ++-1057129 ++-1045143 ++-1051150 ++-1059086 ++-1066034 ++-1048121 ++-1050043 ++-1072004 ++-1049112 ++-1075008 ++-1076014 ++-1073024 ++-1058058 ++-1064074 ++-1061117 ++-1051151 ++-1054152 ++-1076015 ++-1063074 ++-1062069 ++-1060155 ++-1048122 ++-1073025 ++-1045144 ++-1057130 ++-1047130 ++-1072005 ++-1061118 ++-1054153 ++-1059087 ++-1075009 ++-1058059 ++-1064075 ++-1066035 ++-1050044 ++-1049113 ++-1076016 ++-1063075 ++-1062070 ++-1060156 ++-1045145 ++-1073026 ++-1072006 ++-1048123 ++-1051152 ++-1061119 ++-1047131 ++-1057131 ++-1054154 ++-1058060 ++-1050045 ++-1075010 ++-1064076 ++-1076017 ++-1059088 ++-1063076 ++-1062071 ++-1066036 ++-1049114 ++-1045146 ++-1072007 ++-1051153 ++-1073027 ++-1047132 ++-1057132 ++-1061120 ++-1050046 ++-1048124 ++-1075011 ++-1054155 ++-1076018 ++-1058061 ++-1064077 ++-1062072 ++-1066037 ++-1049115 ++-1059089 ++-1063077 ++-1051154 ++-1045147 ++-1072008 ++-1047133 ++-1050047 ++-1073028 ++-1057133 ++-1048125 ++-1054156 ++-1061121 ++-1076019 ++-1058062 ++-1075012 ++-1059090 ++-1062073 ++-1063078 ++-1049116 ++-1066038 ++-1064078 ++-1051155 ++-1072009 ++-1080000 ++-1047134 ++-1045148 ++-1048126 ++-1057134 ++-1058063 ++-1050048 ++-1076020 ++-1073029 ++-1075013 ++-1059091 ++-1062074 ++-1061122 ++-1063079 ++-1049117 ++-1080001 ++-1066039 ++-1064079 ++-1072010 ++-1045149 ++-1047135 ++-1048127 ++-1058064 ++-1050049 ++-1057135 ++-1073030 ++-1076021 ++-1062075 ++-1075014 ++-1061123 ++-1059092 ++-1049118 ++-1066040 ++-1080002 ++-1063080 ++-1045150 ++-1072011 ++-1064080 ++-1048128 ++-1050050 ++-1057136 ++-1073031 ++-1074000 ++-1047136 ++-1058065 ++-1075015 ++-1062076 ++-1059093 ++-1061124 ++-1076022 ++-1049119 ++-1066041 ++-1063081 ++-1064081 ++-1072012 ++-1073032 ++-1074001 ++-1048129 ++-1076023 ++-1057137 ++-1062077 ++-1072013 ++-1080003 ++-1050051 ++-1048130 ++-1049120 ++-1074002 ++-1058066 ++-1045151 ++-1075016 ++-1073033 ++-1063082 ++-1064082 ++-1071000 ++-1047137 ++-1076024 ++-1066042 ++-1057138 ++-1061125 ++-1059094 ++-1072014 ++-1062078 ++-1048131 ++-1049121 ++-1080004 ++-1073034 ++-1064083 ++-1058067 ++-1050052 ++-1075017 ++-1063083 ++-1074003 ++-1045152 ++-1047138 ++-1061126 ++-1071001 ++-1072015 ++-1076025 ++-1066043 ++-1062079 ++-1059095 ++-1048132 ++-1057139 ++-1049122 ++-1073035 ++-1080005 ++-1075018 ++-1064084 ++-1050053 ++-1058068 ++-1047139 ++-1071002 ++-1074004 ++-1063084 ++-1066044 ++-1072016 ++-1045153 ++-1048133 ++-1076026 ++-1059096 ++-1049123 ++-1057140 ++-1080006 ++-1064085 ++-1073036 ++-1061127 ++-1058069 ++-1050054 ++-1062080 ++-1075019 ++-1047140 ++-1074005 ++-1071003 ++-1072017 ++-1063085 ++-1066045 ++-1045154 ++-1059097 ++-1073037 ++-1048134 ++-1064086 ++-1050055 ++-1072018 ++-1062081 ++-1061128 ++-1076027 ++-1049124 ++-1075020 ++-1057141 ++-1071004 ++-1074006 ++-1058070 ++-1063086 ++-1066046 ++-1080007 ++-1045155 ++-1047141 ++-1073038 ++-1050056 ++-1072019 ++-1059098 ++-1048135 ++-1062082 ++-1076028 ++-1061129 ++-1057142 ++-1064087 ++-1071005 ++-1074007 ++-1058071 ++-1049125 ++-1066047 ++-1045156 ++-1080008 ++-1075021 ++-1063087 ++-1050057 ++-1047142 ++-1073039 ++-1072020 ++-1059099 ++-1048136 ++-1057143 ++-1058072 ++-1074008 ++-1076029 ++-1066048 ++-1047143 ++-1062083 ++-1064088 ++-1073040 ++-1071006 ++-1049126 ++-1072021 ++-1075022 ++-1048137 ++-1050058 ++-1061130 ++-1080009 ++-1057144 ++-1063088 ++-1059100 ++-1058073 ++-1047144 ++-1049127 ++-1076030 ++-1062084 ++-1074009 ++-1064089 ++-1073041 ++-1066049 ++-1048138 ++-1072022 ++-1075023 ++-1050059 ++-1057145 ++-1061131 ++-1071007 ++-1080010 ++-1063089 ++-1059101 ++-1058074 ++-1047145 ++-1065000 ++-1076031 ++-1074010 ++-1049128 ++-1066050 ++-1048139 ++-1064090 ++-1075024 ++-1072023 ++-1062085 ++-1050060 ++-1057146 ++-1073042 ++-1071008 ++-1061132 ++-1058075 ++-1063090 ++-1059102 ++-1080011 ++-1065001 ++-1049129 ++-1064091 ++-1047146 ++-1074011 ++-1048140 ++-1066051 ++-1062086 ++-1072024 ++-1075025 ++-1057147 ++-1076032 ++-1071009 ++-1073043 ++-1058076 ++-1061133 ++-1050061 ++-1059103 ++-1080012 ++-1063091 ++-1049130 ++-1064092 ++-1074012 ++-1047147 ++-1072025 ++-1065002 ++-1048141 ++-1066052 ++-1062087 ++-1057148 ++-1076033 ++-1061134 ++-1073044 ++-1075026 ++-1050062 ++-1058077 ++-1071010 ++-1059104 ++-1063092 ++-1049131 ++-1064093 ++-1047148 ++-1074013 ++-1072026 ++-1057149 ++-1066053 ++-1062088 ++-1061135 ++-1048142 ++-1075027 ++-1065003 ++-1073045 ++-1071011 ++-1076034 ++-1050063 ++-1063093 ++-1058078 ++-1049132 ++-1047149 ++-1080013 ++-1064094 ++-1059105 ++-1074014 ++-1057150 ++-1062089 ++-1061136 ++-1066054 ++-1075028 ++-1048143 ++-1072027 ++-1076035 ++-1050064 ++-1058079 ++-1063094 ++-1049133 ++-1071012 ++-1073046 ++-1080014 ++-1065004 ++-1059106 ++-1064095 ++-1074015 ++-1047150 ++-1076036 ++-1049134 ++-1061137 ++-1066055 ++-1048144 ++-1062090 ++-1065005 ++-1071013 ++-1073047 ++-1047151 ++-1064096 ++-1074016 ++-1059107 ++-1048145 ++-1066056 ++-1076037 ++-1061138 ++-1062091 ++-1071014 ++-1049135 ++-1065006 ++-1073048 ++-1057151 ++-1063095 ++-1058080 ++-1075029 ++-1050065 ++-1074017 ++-1072028 ++-1064097 ++-1059108 ++-1048146 ++-1047152 ++-1061139 ++-1080015 ++-1076038 ++-1066057 ++-1062092 ++-1065007 ++-1073049 ++-1071015 ++-1063096 ++-1058081 ++-1049136 ++-1075030 ++-1064098 ++-1057152 ++-1059109 ++-1050066 ++-1061140 ++-1047153 ++-1074018 ++-1072029 ++-1080016 ++-1076039 ++-1048147 ++-1066058 ++-1073050 ++-1062093 ++-1058082 ++-1071016 ++-1065008 ++-1075031 ++-1063097 ++-1064099 ++-1049137 ++-1059110 ++-1050067 ++-1074019 ++-1057153 ++-1066059 ++-1072030 ++-1048148 ++-1080017 ++-1065009 ++-1049138 ++-1064100 ++-1062094 ++-1071017 ++-1050068 ++-1073051 ++-1075032 ++-1058083 ++-1061141 ++-1047154 ++-1074020 ++-1066060 ++-1059111 ++-1057154 ++-1048149 ++-1072031 ++-1076040 ++-1063098 ++-1080018 ++-1064101 ++-1065010 ++-1071018 ++-1066061 ++-1058084 ++-1049139 ++-1080019 ++-1076041 ++-1057155 ++-1063099 ++-1072032 ++-1050069 ++-1059112 ++-1074021 ++-1073052 ++-1075033 ++-1062095 ++-1058085 ++-1048150 ++-1061142 ++-1066062 ++-1065011 ++-1071019 ++-1049140 ++-1080020 ++-1047155 ++-1064102 ++-1076042 ++-1072033 ++-1063100 ++-1057156 ++-1062096 ++-1050070 ++-1075034 ++-1073053 ++-1059113 ++-1066063 ++-1061143 ++-1074022 ++-1048151 ++-1064103 ++-1058086 ++-1049141 ++-1047156 ++-1065012 ++-1063101 ++-1071020 ++-1080021 ++-1057157 ++-1076043 ++-1072034 ++-1059114 ++-1050071 ++-1061144 ++-1073054 ++-1075035 ++-1062097 ++-1048152 ++-1058087 ++-1064104 ++-1074023 ++-1066064 ++-1049142 ++-1063102 ++-1071021 ++-1072035 ++-1080022 ++-1065013 ++-1076044 ++-1057158 ++-1050072 ++-1059115 ++-1061145 ++-1075036 ++-1048153 ++-1073055 ++-1064105 ++-1066065 ++-1058088 ++-1074024 ++-1049143 ++-1063103 ++-1072036 ++-1062098 ++-1080023 ++-1071022 ++-1065014 ++-1050073 ++-1076045 ++-1048154 ++-1061146 ++-1075037 ++-1064106 ++-1058089 ++-1073056 ++-1059116 ++-1049144 ++-1074025 ++-1066066 ++-1067000 ++-1063104 ++-1062099 ++-1071023 ++-1080024 ++-1071024 ++-1072037 ++-1061147 ++-1074026 ++-1050074 ++-1048155 ++-1049145 ++-1071025 ++-1065015 ++-1076046 ++-1064107 ++-1062100 ++-1073057 ++-1080025 ++-1063105 ++-1059117 ++-1066067 ++-1067001 ++-1058090 ++-1075038 ++-1072038 ++-1061148 ++-1050075 ++-1074027 ++-1071026 ++-1077000 ++-1049146 ++-1048156 ++-1076047 ++-1065016 ++-1062101 ++-1064108 ++-1080026 ++-1073058 ++-1063106 ++-1066068 ++-1058091 ++-1061149 ++-1072039 ++-1075039 ++-1059118 ++-1067002 ++-1049147 ++-1050076 ++-1074028 ++-1071027 ++-1076048 ++-1077001 ++-1062102 ++-1065017 ++-1064109 ++-1080027 ++-1058092 ++-1073059 ++-1071028 ++-1059119 ++-1066069 ++-1049148 ++-1063107 ++-1075040 ++-1064110 ++-1072040 ++-1077002 ++-1050077 ++-1065018 ++-1061150 ++-1076049 ++-1062103 ++-1067003 ++-1074029 ++-1071029 ++-1059120 ++-1064111 ++-1050078 ++-1061151 ++-1067004 ++-1076050 ++-1077003 ++-1080028 ++-1066070 ++-1058093 ++-1063108 ++-1073060 ++-1065019 ++-1074030 ++-1049149 ++-1062104 ++-1075041 ++-1072041 ++-1071030 ++-1068000 ++-1064112 ++-1059121 ++-1050079 ++-1076051 ++-1067005 ++-1077004 ++-1066071 ++-1058094 ++-1061152 ++-1063109 ++-1074031 ++-1075042 ++-1065020 ++-1080029 ++-1073061 ++-1062105 ++-1049150 ++-1068001 ++-1071031 ++-1072042 ++-1059122 ++-1050080 ++-1064113 ++-1076052 ++-1077005 ++-1074032 ++-1058095 ++-1075043 ++-1067006 ++-1066072 ++-1073062 ++-1063110 ++-1049151 ++-1061153 ++-1062106 ++-1068002 ++-1065021 ++-1080030 ++-1071032 ++-1072043 ++-1050081 ++-1064114 ++-1076053 ++-1059123 ++-1067007 ++-1058096 ++-1077006 ++-1073063 ++-1066073 ++-1075044 ++-1074033 ++-1068003 ++-1049152 ++-1062107 ++-1071033 ++-1061154 ++-1080031 ++-1063111 ++-1072044 ++-1065022 ++-1050082 ++-1076054 ++-1064115 ++-1059124 ++-1067008 ++-1058097 ++-1077007 ++-1073064 ++-1068004 ++-1074034 ++-1062108 ++-1066074 ++-1072045 ++-1080032 ++-1075045 ++-1049153 ++-1061155 ++-1071034 ++-1050083 ++-1063112 ++-1059125 ++-1058098 ++-1065023 ++-1076055 ++-1064116 ++-1073065 ++-1068005 ++-1077008 ++-1067009 ++-1072046 ++-1062109 ++-1080033 ++-1049154 ++-1074035 ++-1066075 ++-1050084 ++-1071035 ++-1075046 ++-1059126 ++-1063113 ++-1061156 ++-1076056 ++-1065024 ++-1073066 ++-1058099 ++-1067010 ++-1068006 ++-1072047 ++-1064117 ++-1062110 ++-1077009 ++-1074036 ++-1049155 ++-1066076 ++-1071036 ++-1050085 ++-1080034 ++-1075047 ++-1059127 ++-1073067 ++-1058100 ++-1063114 ++-1068007 ++-1076057 ++-1065025 ++-1062111 ++-1072048 ++-1049156 ++-1067011 ++-1064118 ++-1066077 ++-1077010 ++-1075048 ++-1050086 ++-1074037 ++-1080035 ++-1071037 ++-1059128 ++-1058101 ++-1073068 ++-1068008 ++-1062112 ++-1072049 ++-1063115 ++-1076058 ++-1066078 ++-1065026 ++-1067012 ++-1077011 ++-1075049 ++-1050087 ++-1064119 ++-1080036 ++-1074038 ++-1071038 ++-1059129 ++-1081000 ++-1058102 ++-1072050 ++-1062113 ++-1073069 ++-1068009 ++-1076059 ++-1067013 ++-1066079 ++-1063116 ++-1077012 ++-1075050 ++-1065027 ++-1064120 ++-1059130 ++-1081001 ++-1050088 ++-1080037 ++-1058103 ++-1074039 ++-1071039 ++-1062114 ++-1063117 ++-1072051 ++-1076060 ++-1068010 ++-1073070 ++-1067014 ++-1066080 ++-1069000 ++-1075051 ++-1077013 ++-1059131 ++-1064121 ++-1081002 ++-1071040 ++-1065028 ++-1058104 ++-1050089 ++-1080038 ++-1074040 ++-1062115 ++-1076061 ++-1073071 ++-1072052 ++-1068011 ++-1063118 ++-1067015 ++-1069001 ++-1059132 ++-1077014 ++-1064122 ++-1075052 ++-1081003 ++-1065029 ++-1058105 ++-1071041 ++-1062116 ++-1074041 ++-1066081 ++-1050090 ++-1080039 ++-1072053 ++-1069002 ++-1059133 ++-1068012 ++-1063119 ++-1073072 ++-1067016 ++-1081004 ++-1064123 ++-1077015 ++-1065030 ++-1066082 ++-1076062 ++-1075053 ++-1062117 ++-1058106 ++-1074042 ++-1050091 ++-1071042 ++-1080040 ++-1068013 ++-1069003 ++-1072054 ++-1059134 ++-1067017 ++-1063120 ++-1073073 ++-1064124 ++-1077016 ++-1081005 ++-1075054 ++-1076063 ++-1050092 ++-1062118 ++-1066083 ++-1058107 ++-1065031 ++-1074043 ++-1071043 ++-1080041 ++-1068014 ++-1069004 ++-1067018 ++-1059135 ++-1064125 ++-1063121 ++-1073074 ++-1072055 ++-1062119 ++-1075055 ++-1081006 ++-1077017 ++-1050093 ++-1058108 ++-1071044 ++-1068015 ++-1076064 ++-1064126 ++-1074044 ++-1080042 ++-1065032 ++-1066084 ++-1075056 ++-1069005 ++-1064127 ++-1059136 ++-1068016 ++-1077018 ++-1050094 ++-1058109 ++-1062120 ++-1067019 ++-1071045 ++-1063122 ++-1072056 ++-1076065 ++-1081007 ++-1069006 ++-1073075 ++-1080043 ++-1074045 ++-1065033 ++-1066085 ++-1075057 ++-1064128 ++-1068017 ++-1067020 ++-1063123 ++-1069007 ++-1071046 ++-1064129 ++-1076066 ++-1050095 ++-1077019 ++-1062121 ++-1072057 ++-1066086 ++-1081008 ++-1073076 ++-1074046 ++-1059137 ++-1065034 ++-1058110 ++-1068018 ++-1071047 ++-1063124 ++-1080044 ++-1075058 ++-1069008 ++-1067021 ++-1050096 ++-1064130 ++-1076067 ++-1062122 ++-1072058 ++-1077020 ++-1081009 ++-1066087 ++-1059138 ++-1073077 ++-1074047 ++-1071048 ++-1068019 ++-1058111 ++-1063125 ++-1069009 ++-1080045 ++-1065035 ++-1075059 ++-1064131 ++-1050097 ++-1067022 ++-1076068 ++-1062123 ++-1072059 ++-1073078 ++-1077021 ++-1059139 ++-1074048 ++-1071049 ++-1066088 ++-1081010 ++-1064132 ++-1075060 ++-1068020 ++-1067023 ++-1065036 ++-1063126 ++-1072060 ++-1058112 ++-1080046 ++-1050098 ++-1069010 ++-1059140 ++-1062124 ++-1073079 ++-1076069 ++-1077022 ++-1074049 ++-1071050 ++-1081011 ++-1066089 ++-1068021 ++-1075061 ++-1058113 ++-1063127 ++-1072061 ++-1069011 ++-1064133 ++-1080047 ++-1067024 ++-1062125 ++-1059141 ++-1065037 ++-1076070 ++-1077023 ++-1050099 ++-1074050 ++-1071051 ++-1073080 ++-1081012 ++-1075062 ++-1066090 ++-1068022 ++-1063128 ++-1058114 ++-1069012 ++-1072062 ++-1059142 ++-1065038 ++-1067025 ++-1062126 ++-1064134 ++-1080048 ++-1073081 ++-1076071 ++-1077024 ++-1074051 ++-1071052 ++-1050100 ++-1081013 ++-1075063 ++-1066091 ++-1068023 ++-1069013 ++-1058115 ++-1063129 ++-1072063 ++-1059143 ++-1067026 ++-1065039 ++-1062127 ++-1073082 ++-1076072 ++-1050101 ++-1069014 ++-1072064 ++-1068024 ++-1064135 ++-1058116 ++-1062128 ++-1076073 ++-1081014 ++-1075064 ++-1071053 ++-1074052 ++-1077025 ++-1066092 ++-1065040 ++-1073083 ++-1080049 ++-1050102 ++-1059144 ++-1063130 ++-1067027 ++-1069015 ++-1068025 ++-1072065 ++-1064136 ++-1058117 ++-1076074 ++-1062129 ++-1081015 ++-1075065 ++-1071054 ++-1074053 ++-1077026 ++-1066093 ++-1063131 ++-1080050 ++-1065041 ++-1068026 ++-1050103 ++-1067028 ++-1073084 ++-1064137 ++-1059145 ++-1069016 ++-1076075 ++-1062130 ++-1072066 ++-1081016 ++-1058118 ++-1074054 ++-1066094 ++-1071055 ++-1075066 ++-1077027 ++-1080051 ++-1063132 ++-1050104 ++-1064138 ++-1068027 ++-1067029 ++-1069017 ++-1059146 ++-1076076 ++-1065042 ++-1072067 ++-1081017 ++-1073085 ++-1062131 ++-1058119 ++-1074055 ++-1071056 ++-1066095 ++-1075067 ++-1077028 ++-1080052 ++-1067030 ++-1063133 ++-1068028 ++-1064139 ++-1050105 ++-1069018 ++-1059147 ++-1076077 ++-1065043 ++-1073086 ++-1072068 ++-1062132 ++-1058120 ++-1075068 ++-1071057 ++-1066096 ++-1074056 ++-1081018 ++-1080053 ++-1063134 ++-1068029 ++-1077029 ++-1069019 ++-1059148 ++-1050106 ++-1076078 ++-1064140 ++-1067031 ++-1065044 ++-1058121 ++-1073087 ++-1072069 ++-1062133 ++-1075069 ++-1066097 ++-1071058 ++-1081019 ++-1074057 ++-1080054 ++-1063135 ++-1069020 ++-1068030 ++-1050107 ++-1076079 ++-1062134 ++-1065045 ++-1077030 ++-1058122 ++-1075070 ++-1067032 ++-1073088 ++-1072070 ++-1066098 ++-1071059 ++-1059149 ++-1064141 ++-1081020 ++-1074058 ++-1080055 ++-1069021 ++-1063136 ++-1068031 ++-1076080 ++-1062135 ++-1065046 ++-1050108 ++-1058123 ++-1067033 ++-1075071 ++-1073089 ++-1072071 ++-1071060 ++-1066099 ++-1077031 ++-1064142 ++-1074059 ++-1081021 ++-1059150 ++-1063137 ++-1069022 ++-1080056 ++-1076081 ++-1068032 ++-1065047 ++-1058124 ++-1050109 ++-1072072 ++-1067034 ++-1062136 ++-1066100 ++-1071061 ++-1077032 ++-1064143 ++-1073090 ++-1075072 ++-1074060 ++-1081022 ++-1069023 ++-1059151 ++-1068033 ++-1080057 ++-1076082 ++-1063138 ++-1072073 ++-1065048 ++-1062137 ++-1066101 ++-1064144 ++-1050110 ++-1071062 ++-1067035 ++-1058125 ++-1073091 ++-1077033 ++-1074061 ++-1081023 ++-1075073 ++-1068034 ++-1076083 ++-1069024 ++-1059152 ++-1072074 ++-1062138 ++-1080058 ++-1063139 ++-1065049 ++-1066102 ++-1064145 ++-1058126 ++-1067036 ++-1050111 ++-1074062 ++-1071063 ++-1081024 ++-1076084 ++-1073092 ++-1077034 ++-1075074 ++-1059153 ++-1068035 ++-1069025 ++-1072075 ++-1065050 ++-1062139 ++-1064146 ++-1058127 ++-1063140 ++-1067037 ++-1066103 ++-1080059 ++-1081025 ++-1050112 ++-1074063 ++-1071064 ++-1076085 ++-1073093 ++-1077035 ++-1068036 ++-1065051 ++-1059154 ++-1075075 ++-1062140 ++-1058128 ++-1069026 ++-1072076 ++-1081026 ++-1080060 ++-1064147 ++-1063141 ++-1074064 ++-1067038 ++-1066104 ++-1050113 ++-1076086 ++-1071065 ++-1068037 ++-1073094 ++-1065052 ++-1077036 ++-1058129 ++-1075076 ++-1059155 ++-1069027 ++-1072077 ++-1064148 ++-1063142 ++-1081027 ++-1067039 ++-1080061 ++-1062141 ++-1074065 ++-1076087 ++-1066105 ++-1071066 ++-1065053 ++-1050114 ++-1068038 ++-1077037 ++-1063143 ++-1073095 ++-1058130 ++-1075077 ++-1064149 ++-1072078 ++-1069028 ++-1067040 ++-1062142 ++-1081028 ++-1080062 ++-1076088 ++-1074066 ++-1065054 ++-1071067 ++-1066106 ++-1063144 ++-1050115 ++-1073096 ++-1077038 ++-1068039 ++-1058131 ++-1072079 ++-1075078 ++-1062143 ++-1067041 ++-1081029 ++-1069029 ++-1064150 ++-1065055 ++-1071068 ++-1063145 ++-1081030 ++-1069030 ++-1074067 ++-1080063 ++-1076089 ++-1073097 ++-1050116 ++-1058132 ++-1081031 ++-1064151 ++-1072080 ++-1066107 ++-1065056 ++-1063146 ++-1062144 ++-1071069 ++-1067042 ++-1075079 ++-1077039 ++-1079000 ++-1069031 ++-1068040 ++-1073098 ++-1050117 ++-1076090 ++-1074068 ++-1080064 ++-1058133 ++-1066108 ++-1072081 ++-1065057 ++-1081032 ++-1063147 ++-1067043 ++-1077040 ++-1064152 ++-1079001 ++-1069032 ++-1071070 ++-1062145 ++-1068041 ++-1073099 ++-1050118 ++-1075080 ++-1080065 ++-1058134 ++-1076091 ++-1074069 ++-1066109 ++-1065058 ++-1072082 ++-1063148 ++-1081033 ++-1067044 ++-1077041 ++-1079002 ++-1073100 ++-1064153 ++-1062146 ++-1071071 ++-1068042 ++-1069033 ++-1075081 ++-1080066 ++-1076092 ++-1058135 ++-1050119 ++-1065059 ++-1074070 ++-1063149 ++-1072083 ++-1066110 ++-1079003 ++-1081034 ++-1064154 ++-1073101 ++-1062147 ++-1067045 ++-1068043 ++-1071072 ++-1077042 ++-1069034 ++-1076093 ++-1075082 ++-1065060 ++-1058136 ++-1080067 ++-1050120 ++-1063150 ++-1074071 ++-1079004 ++-1066111 ++-1081035 ++-1073102 ++-1072084 ++-1062148 ++-1067046 ++-1064155 ++-1068044 ++-1077043 ++-1076094 ++-1075083 ++-1069035 ++-1065061 ++-1071073 ++-1058137 ++-1080068 ++-1063151 ++-1074072 ++-1050121 ++-1081036 ++-1073103 ++-1079005 ++-1062149 ++-1067047 ++-1066112 ++-1077044 ++-1076095 ++-1072085 ++-1065062 ++-1069036 ++-1068045 ++-1075084 ++-1071074 ++-1080069 ++-1058138 ++-1063152 ++-1081037 ++-1079006 ++-1073104 ++-1074073 ++-1066113 ++-1076096 ++-1062150 ++-1072086 ++-1050122 ++-1065063 ++-1077045 ++-1068046 ++-1067048 ++-1069037 ++-1071075 ++-1080070 ++-1058139 ++-1063153 ++-1075085 ++-1079007 ++-1073105 ++-1065064 ++-1069038 ++-1081038 ++-1072087 ++-1066114 ++-1062151 ++-1050123 ++-1084000 ++-1076097 ++-1071076 ++-1074074 ++-1077046 ++-1058140 ++-1075086 ++-1065065 ++-1063154 ++-1073106 ++-1079008 ++-1068047 ++-1067049 ++-1069039 ++-1081039 ++-1062152 ++-1076098 ++-1080071 ++-1050124 ++-1072088 ++-1066115 ++-1071077 ++-1084001 ++-1077047 ++-1065066 ++-1075087 ++-1073107 ++-1058141 ++-1063155 ++-1069040 ++-1074075 ++-1067050 ++-1079009 ++-1068048 ++-1081040 ++-1076099 ++-1072089 ++-1080072 ++-1050125 ++-1084002 ++-1071078 ++-1062153 ++-1075088 ++-1077048 ++-1073108 ++-1065067 ++-1069041 ++-1067051 ++-1079010 ++-1081041 ++-1062154 ++-1071079 ++-1080073 ++-1066116 ++-1063156 ++-1058142 ++-1050126 ++-1072090 ++-1074076 ++-1068049 ++-1076100 ++-1084003 ++-1075089 ++-1080074 ++-1050127 ++-1081042 ++-1058143 ++-1071080 ++-1069042 ++-1073109 ++-1063157 ++-1066117 ++-1080075 ++-1068050 ++-1081043 ++-1074077 ++-1072091 ++-1062155 ++-1063158 ++-1076101 ++-1058144 ++-1077049 ++-1050128 ++-1067052 ++-1065068 ++-1071081 ++-1084004 ++-1069043 ++-1066118 ++-1073110 ++-1079011 ++-1075090 ++-1081044 ++-1072092 ++-1068051 ++-1076102 ++-1050129 ++-1071082 ++-1065069 ++-1062156 ++-1069044 ++-1066119 ++-1067053 ++-1079012 ++-1074078 ++-1080076 ++-1058145 ++-1077050 ++-1084005 ++-1075091 ++-1073111 ++-1081045 ++-1072093 ++-1076103 ++-1071083 ++-1065070 ++-1050130 ++-1066120 ++-1058146 ++-1074079 ++-1080077 ++-1069045 ++-1068052 ++-1079013 ++-1067054 ++-1075092 ++-1077051 ++-1073112 ++-1084006 ++-1072094 ++-1081046 ++-1050131 ++-1065071 ++-1066121 ++-1076104 ++-1058147 ++-1071084 ++-1069046 ++-1080078 ++-1068053 ++-1075093 ++-1074080 ++-1083000 ++-1079014 ++-1084007 ++-1067055 ++-1077052 ++-1072095 ++-1073113 ++-1081047 ++-1065072 ++-1069047 ++-1075094 ++-1071085 ++-1050132 ++-1076105 ++-1082000 ++-1083001 ++-1079015 ++-1066122 ++-1058148 ++-1074081 ++-1068054 ++-1080079 ++-1067056 ++-1065073 ++-1069048 ++-1081048 ++-1084008 ++-1072096 ++-1077053 ++-1073114 ++-1071086 ++-1050133 ++-1075095 ++-1076106 ++-1058149 ++-1082001 ++-1083002 ++-1066123 ++-1079016 ++-1068055 ++-1074082 ++-1069049 ++-1067057 ++-1081049 ++-1071087 ++-1073115 ++-1080080 ++-1084009 ++-1050134 ++-1065074 ++-1072097 ++-1077054 ++-1076107 ++-1075096 ++-1066124 ++-1083003 ++-1079017 ++-1058150 ++-1082002 ++-1068056 ++-1069050 ++-1074083 ++-1081050 ++-1067058 ++-1073116 ++-1071088 ++-1050135 ++-1080081 ++-1084010 ++-1072098 ++-1066125 ++-1076108 ++-1077055 ++-1075097 ++-1079018 ++-1083004 ++-1065075 ++-1082003 ++-1058151 ++-1069051 ++-1074084 ++-1068057 ++-1073117 ++-1071089 ++-1080082 ++-1067059 ++-1081051 ++-1050136 ++-1084011 ++-1066126 ++-1079019 ++-1072099 ++-1075098 ++-1076109 ++-1065076 ++-1058152 ++-1084012 ++-1065077 ++-1082004 ++-1069052 ++-1083005 ++-1077056 ++-1074085 ++-1067060 ++-1068058 ++-1073118 ++-1071090 ++-1050137 ++-1058153 ++-1081052 ++-1075099 ++-1066127 ++-1079020 ++-1072100 ++-1065078 ++-1084013 ++-1080083 ++-1069053 ++-1076110 ++-1083006 ++-1067061 ++-1077057 ++-1073119 ++-1068059 ++-1074086 ++-1082005 ++-1058154 ++-1066128 ++-1079021 ++-1075100 ++-1050138 ++-1065079 ++-1072101 ++-1081053 ++-1080084 ++-1071091 ++-1069054 ++-1084014 ++-1083007 ++-1076111 ++-1067062 ++-1073120 ++-1068060 ++-1074087 ++-1082006 ++-1058155 ++-1077058 ++-1066129 ++-1075101 ++-1079022 ++-1065080 ++-1050139 ++-1080085 ++-1081054 ++-1072102 ++-1071092 ++-1069055 ++-1083008 ++-1073121 ++-1076112 ++-1068061 ++-1074088 ++-1067063 ++-1082007 ++-1077059 ++-1058156 ++-1084015 ++-1050140 ++-1079023 ++-1066130 ++-1080086 ++-1075102 ++-1065081 ++-1072103 ++-1081055 ++-1069056 ++-1083009 ++-1071093 ++-1068062 ++-1073122 ++-1076113 ++-1077060 ++-1050141 ++-1067064 ++-1074089 ++-1066131 ++-1082008 ++-1080087 ++-1084016 ++-1075103 ++-1072104 ++-1079024 ++-1081056 ++-1065082 ++-1083010 ++-1068063 ++-1071094 ++-1069057 ++-1073123 ++-1077061 ++-1076114 ++-1067065 ++-1074090 ++-1050142 ++-1080088 ++-1079025 ++-1066132 ++-1075104 ++-1065083 ++-1084017 ++-1081057 ++-1083011 ++-1072105 ++-1071095 ++-1069058 ++-1068064 ++-1082009 ++-1076115 ++-1074091 ++-1067066 ++-1073124 ++-1050143 ++-1077062 ++-1079026 ++-1080089 ++-1065084 ++-1066133 ++-1083012 ++-1078000 ++-1081058 ++-1071096 ++-1084018 ++-1069059 ++-1072106 ++-1075105 ++-1068065 ++-1076116 ++-1082010 ++-1073125 ++-1074092 ++-1067067 ++-1077063 ++-1080090 ++-1065085 ++-1066134 ++-1079027 ++-1050144 ++-1083013 ++-1078001 ++-1081059 ++-1069060 ++-1072107 ++-1084019 ++-1082011 ++-1071097 ++-1076117 ++-1075106 ++-1073126 ++-1067068 ++-1068066 ++-1074093 ++-1080091 ++-1065086 ++-1066135 ++-1050145 ++-1077064 ++-1079028 ++-1078002 ++-1083014 ++-1082012 ++-1084020 ++-1075107 ++-1076118 ++-1081060 ++-1069061 ++-1071098 ++-1067069 ++-1068067 ++-1073127 ++-1072108 ++-1066136 ++-1080092 ++-1065087 ++-1074094 ++-1077065 ++-1083015 ++-1050146 ++-1079029 ++-1078003 ++-1084021 ++-1081061 ++-1069062 ++-1075108 ++-1082013 ++-1071099 ++-1076119 ++-1068068 ++-1073128 ++-1072109 ++-1080093 ++-1066137 ++-1067070 ++-1077066 ++-1078004 ++-1050147 ++-1074095 ++-1065088 ++-1083016 ++-1079030 ++-1081062 ++-1084022 ++-1075109 ++-1082014 ++-1069063 ++-1068069 ++-1071100 ++-1073129 ++-1076120 ++-1072110 ++-1066138 ++-1077067 ++-1080094 ++-1050148 ++-1067071 ++-1065089 ++-1074096 ++-1078005 ++-1079031 ++-1081063 ++-1084023 ++-1083017 ++-1069064 ++-1068070 ++-1082015 ++-1075110 ++-1071101 ++-1072111 ++-1076121 ++-1073130 ++-1066139 ++-1077068 ++-1080095 ++-1050149 ++-1078006 ++-1081064 ++-1074097 ++-1065090 ++-1082016 ++-1066140 ++-1083018 ++-1072112 ++-1078007 ++-1068071 ++-1075111 ++-1069065 ++-1079032 ++-1071102 ++-1072113 ++-1076122 ++-1074098 ++-1073131 ++-1065091 ++-1050150 ++-1067072 ++-1077069 ++-1082017 ++-1083019 ++-1081065 ++-1078008 ++-1084024 ++-1080096 ++-1066141 ++-1050151 ++-1076123 ++-1069066 ++-1071103 ++-1082018 ++-1072114 ++-1084025 ++-1074099 ++-1067073 ++-1083020 ++-1065092 ++-1079033 ++-1080097 ++-1073132 ++-1081066 ++-1078009 ++-1075112 ++-1068072 ++-1077070 ++-1074100 ++-1069067 ++-1066142 ++-1072115 ++-1065093 ++-1067074 ++-1082019 ++-1073133 ++-1050152 ++-1081067 ++-1083021 ++-1076124 ++-1079034 ++-1078010 ++-1080098 ++-1071104 ++-1084026 ++-1068073 ++-1075113 ++-1078011 ++-1077071 ++-1067075 ++-1066143 ++-1076125 ++-1080099 ++-1050153 ++-1083022 ++-1065094 ++-1079035 ++-1071105 ++-1072116 ++-1068074 ++-1082020 ++-1073134 ++-1075114 ++-1069068 ++-1081068 ++-1074101 ++-1065095 ++-1084027 ++-1067076 ++-1078012 ++-1050154 ++-1073135 ++-1066144 ++-1082021 ++-1077072 ++-1079036 ++-1074102 ++-1083023 ++-1072117 ++-1080100 ++-1075115 ++-1076126 ++-1081069 ++-1084028 ++-1069069 ++-1067077 ++-1079037 ++-1072118 ++-1071106 ++-1065096 ++-1075116 ++-1078013 ++-1068075 ++-1073136 ++-1077073 ++-1050155 ++-1076127 ++-1082022 ++-1066145 ++-1080101 ++-1083024 ++-1067078 ++-1084029 ++-1081070 ++-1074103 ++-1069070 ++-1079038 ++-1078014 ++-1073137 ++-1071107 ++-1075117 ++-1076128 ++-1067079 ++-1077074 ++-1074104 ++-1068076 ++-1065097 ++-1072119 ++-1083025 ++-1081071 ++-1082023 ++-1080102 ++-1084030 ++-1079039 ++-1066146 ++-1071108 ++-1069071 ++-1073138 ++-1078015 ++-1079040 ++-1067080 ++-1075118 ++-1082024 ++-1068077 ++-1072120 ++-1080103 ++-1074105 ++-1066147 ++-1081072 ++-1083026 ++-1084031 ++-1071109 ++-1070000 ++-1073139 ++-1077075 ++-1069072 ++-1065098 ++-1074106 ++-1076129 ++-1078016 ++-1082025 ++-1075119 ++-1072121 ++-1067081 ++-1081073 ++-1076130 ++-1075120 ++-1070001 ++-1071110 ++-1066148 ++-1079041 ++-1080104 ++-1068078 ++-1081074 ++-1065099 ++-1074107 ++-1082026 ++-1072122 ++-1083027 ++-1078017 ++-1065100 ++-1076131 ++-1084032 ++-1075121 ++-1070002 ++-1068079 ++-1076132 ++-1069073 ++-1081075 ++-1079042 ++-1077076 ++-1080105 ++-1082027 ++-1073140 ++-1067082 ++-1074108 ++-1065101 ++-1066149 ++-1083028 ++-1071111 ++-1078018 ++-1075122 ++-1072123 ++-1084033 ++-1070003 ++-1073141 ++-1068080 ++-1083029 ++-1080106 ++-1075123 ++-1077077 ++-1076133 ++-1065102 ++-1067083 ++-1069074 ++-1082028 ++-1084034 ++-1079043 ++-1078019 ++-1072124 ++-1073142 ++-1083030 ++-1082029 ++-1084035 ++-1071112 ++-1074109 ++-1066150 ++-1075124 ++-1068081 ++-1081076 ++-1070004 ++-1072125 ++-1082030 ++-1079044 ++-1076134 ++-1080107 ++-1065103 ++-1067084 ++-1077078 ++-1078020 ++-1069075 ++-1083031 ++-1071113 ++-1084036 ++-1070005 ++-1079045 ++-1072126 ++-1066151 ++-1071114 ++-1084037 ++-1075125 ++-1077079 ++-1065104 ++-1068082 ++-1070006 ++-1067085 ++-1078021 ++-1076135 ++-1069076 ++-1080108 ++-1083032 ++-1079046 ++-1072127 ++-1066152 ++-1084038 ++-1068083 ++-1077080 ++-1078022 ++-1065105 ++-1080109 ++-1073143 ++-1067086 ++-1070007 ++-1074110 ++-1079047 ++-1076136 ++-1069077 ++-1071115 ++-1075126 ++-1072128 ++-1083033 ++-1081077 ++-1082031 ++-1084039 ++-1068084 ++-1066153 ++-1067087 ++-1078023 ++-1077081 ++-1080110 ++-1076137 ++-1070008 ++-1065106 ++-1083034 ++-1074111 ++-1073144 ++-1072129 ++-1069078 ++-1079048 ++-1071116 ++-1075127 ++-1082032 ++-1081078 ++-1068085 ++-1066154 ++-1084040 ++-1080111 ++-1076138 ++-1077082 ++-1067088 ++-1083035 ++-1065107 ++-1074112 ++-1078024 ++-1070009 ++-1072130 ++-1073145 ++-1082033 ++-1079049 ++-1071117 ++-1084041 ++-1066155 ++-1069079 ++-1081079 ++-1075128 ++-1080112 ++-1068086 ++-1076139 ++-1077083 ++-1067089 ++-1083036 ++-1074113 ++-1070010 ++-1065108 ++-1072131 ++-1078025 ++-1079050 ++-1073146 ++-1071118 ++-1084042 ++-1069080 ++-1066156 ++-1082034 ++-1081080 ++-1075129 ++-1080113 ++-1076140 ++-1068087 ++-1077084 ++-1067090 ++-1070011 ++-1083037 ++-1065109 ++-1072132 ++-1074114 ++-1069081 ++-1081081 ++-1078026 ++-1084043 ++-1079051 ++-1082035 ++-1073147 ++-1071119 ++-1067091 ++-1075130 ++-1077085 ++-1080114 ++-1076141 ++-1068088 ++-1083038 ++-1065110 ++-1070012 ++-1069082 ++-1074115 ++-1078027 ++-1072133 ++-1082036 ++-1084044 ++-1071120 ++-1081082 ++-1079052 ++-1075131 ++-1076142 ++-1067092 ++-1083039 ++-1073148 ++-1080115 ++-1077086 ++-1082037 ++-1065111 ++-1070013 ++-1068089 ++-1074116 ++-1069083 ++-1078028 ++-1072134 ++-1075132 ++-1084045 ++-1086000 ++-1080116 ++-1079053 ++-1073149 ++-1067093 ++-1076143 ++-1083040 ++-1081083 ++-1065112 ++-1077087 ++-1070014 ++-1078029 ++-1069084 ++-1068090 ++-1082038 ++-1074117 ++-1075133 ++-1072135 ++-1084046 ++-1071121 ++-1086001 ++-1079054 ++-1065113 ++-1083041 ++-1073150 ++-1081084 ++-1076144 ++-1067094 ++-1080117 ++-1070015 ++-1078030 ++-1069085 ++-1079055 ++-1082039 ++-1075134 ++-1073151 ++-1077088 ++-1083042 ++-1071122 ++-1084047 ++-1074118 ++-1081085 ++-1076145 ++-1068091 ++-1067095 ++-1065114 ++-1069086 ++-1072136 ++-1070016 ++-1086002 ++-1078031 ++-1080118 ++-1073152 ++-1075135 ++-1079056 ++-1082040 ++-1077089 ++-1083043 ++-1084048 ++-1080119 ++-1070017 ++-1071123 ++-1078032 ++-1065115 ++-1083044 ++-1074119 ++-1081086 ++-1086003 ++-1067096 ++-1079057 ++-1073153 ++-1069087 ++-1072137 ++-1068092 ++-1075136 ++-1084049 ++-1076146 ++-1077090 ++-1070018 ++-1082041 ++-1065116 ++-1080120 ++-1078033 ++-1083045 ++-1081087 ++-1074120 ++-1071124 ++-1086004 ++-1073154 ++-1067097 ++-1084050 ++-1079058 ++-1068093 ++-1077091 ++-1076147 ++-1075137 ++-1072138 ++-1069088 ++-1080121 ++-1065117 ++-1082042 ++-1070019 ++-1078034 ++-1083046 ++-1081088 ++-1071125 ++-1074121 ++-1086005 ++-1079059 ++-1073155 ++-1067098 ++-1068094 ++-1084051 ++-1069089 ++-1075138 ++-1076148 ++-1077092 ++-1072139 ++-1065118 ++-1082043 ++-1083047 ++-1070020 ++-1080122 ++-1078035 ++-1081089 ++-1086006 ++-1071126 ++-1074122 ++-1067099 ++-1079060 ++-1068095 ++-1069090 ++-1076149 ++-1075139 ++-1072140 ++-1077093 ++-1084052 ++-1065119 ++-1083048 ++-1082044 ++-1081090 ++-1070021 ++-1080123 ++-1078036 ++-1086007 ++-1067100 ++-1079061 ++-1074123 ++-1076150 ++-1069091 ++-1068096 ++-1071127 ++-1077094 ++-1065120 ++-1075140 ++-1072141 ++-1084053 ++-1081091 ++-1082045 ++-1083049 ++-1070022 ++-1086008 ++-1078037 ++-1079062 ++-1093000 ++-1080124 ++-1067101 ++-1074124 ++-1076151 ++-1069092 ++-1071128 ++-1068097 ++-1065121 ++-1077095 ++-1081092 ++-1072142 ++-1075141 ++-1082046 ++-1083050 ++-1084054 ++-1086009 ++-1070023 ++-1079063 ++-1093001 ++-1067102 ++-1076152 ++-1078038 ++-1080125 ++-1069093 ++-1065122 ++-1081093 ++-1074125 ++-1071129 ++-1082047 ++-1077096 ++-1072143 ++-1075142 ++-1068098 ++-1086010 ++-1083051 ++-1067103 ++-1084055 ++-1070024 ++-1076153 ++-1093002 ++-1079064 ++-1080126 ++-1065123 ++-1078039 ++-1074126 ++-1069094 ++-1081094 ++-1071130 ++-1075143 ++-1072144 ++-1082048 ++-1077097 ++-1068099 ++-1093003 ++-1067104 ++-1084056 ++-1070025 ++-1083052 ++-1086011 ++-1080127 ++-1076154 ++-1079065 ++-1065124 ++-1078040 ++-1069095 ++-1074127 ++-1081095 ++-1072145 ++-1093004 ++-1082049 ++-1071131 ++-1067105 ++-1077098 ++-1075144 ++-1084057 ++-1070026 ++-1068100 ++-1080128 ++-1065125 ++-1086012 ++-1079066 ++-1083053 ++-1076155 ++-1069096 ++-1078041 ++-1081096 ++-1072146 ++-1074128 ++-1093005 ++-1077099 ++-1071132 ++-1067106 ++-1082050 ++-1084058 ++-1070027 ++-1068101 ++-1080129 ++-1065126 ++-1083054 ++-1075145 ++-1086013 ++-1081097 ++-1079067 ++-1076156 ++-1074129 ++-1069097 ++-1078042 ++-1093006 ++-1077100 ++-1072147 ++-1082051 ++-1071133 ++-1067107 ++-1084059 ++-1068102 ++-1065127 ++-1083055 ++-1070028 ++-1075146 ++-1080130 ++-1081098 ++-1079068 ++-1086014 ++-1069098 ++-1077101 ++-1078043 ++-1072148 ++-1074130 ++-1082052 ++-1093007 ++-1071134 ++-1067108 ++-1084060 ++-1068103 ++-1065128 ++-1070029 ++-1075147 ++-1080131 ++-1079069 ++-1081099 ++-1083056 ++-1086015 ++-1072149 ++-1069099 ++-1077102 ++-1074131 ++-1078044 ++-1071135 ++-1093008 ++-1082053 ++-1067109 ++-1084061 ++-1065129 ++-1070030 ++-1080132 ++-1068104 ++-1079070 ++-1081100 ++-1083057 ++-1075148 ++-1096000 ++-1069100 ++-1072150 ++-1074132 ++-1078045 ++-1086016 ++-1071136 ++-1093009 ++-1077103 ++-1067110 ++-1065130 ++-1070031 ++-1084062 ++-1082054 ++-1080133 ++-1068105 ++-1075149 ++-1079071 ++-1083058 ++-1069101 ++-1072151 ++-1081101 ++-1078046 ++-1096001 ++-1074133 ++-1067111 ++-1065131 ++-1074134 ++-1065132 ++-1086017 ++-1071137 ++-1080134 ++-1082055 ++-1068106 ++-1075150 ++-1093010 ++-1077104 ++-1084063 ++-1069102 ++-1067112 ++-1083059 ++-1079072 ++-1070032 ++-1072152 ++-1081102 ++-1096002 ++-1078047 ++-1065133 ++-1074135 ++-1086018 ++-1071138 ++-1080135 ++-1068107 ++-1075151 ++-1069103 ++-1084064 ++-1082056 ++-1093011 ++-1067113 ++-1077105 ++-1079073 ++-1070033 ++-1096003 ++-1081103 ++-1072153 ++-1078048 ++-1065134 ++-1083060 ++-1071139 ++-1086019 ++-1080136 ++-1068108 ++-1074136 ++-1069104 ++-1075152 ++-1082057 ++-1084065 ++-1093012 ++-1067114 ++-1070034 ++-1081104 ++-1079074 ++-1078049 ++-1077106 ++-1072154 ++-1071140 ++-1065135 ++-1086020 ++-1096004 ++-1074137 ++-1083061 ++-1068109 ++-1080137 ++-1069105 ++-1075153 ++-1084066 ++-1082058 ++-1067115 ++-1093013 ++-1068110 ++-1093014 ++-1067116 ++-1068111 ++-1086021 ++-1065136 ++-1071141 ++-1078050 ++-1077107 ++-1081105 ++-1096005 ++-1072155 ++-1070035 ++-1069106 ++-1079075 ++-1067117 ++-1074138 ++-1084067 ++-1075154 ++-1082059 ++-1080138 ++-1068112 ++-1093015 ++-1083062 ++-1065137 ++-1071142 ++-1086022 ++-1078051 ++-1081106 ++-1070036 ++-1079076 ++-1075155 ++-1067118 ++-1074139 ++-1084068 ++-1077108 ++-1096006 ++-1069107 ++-1093016 ++-1082060 ++-1080139 ++-1068113 ++-1083063 ++-1086023 ++-1071143 ++-1070037 ++-1081107 ++-1078052 ++-1079077 ++-1074140 ++-1082061 ++-1069108 ++-1065138 ++-1067119 ++-1093017 ++-1080140 ++-1084069 ++-1068114 ++-1096007 ++-1077109 ++-1083064 ++-1071144 ++-1070038 ++-1078053 ++-1086024 ++-1081108 ++-1082062 ++-1074141 ++-1093018 ++-1079078 ++-1065139 ++-1069109 ++-1067120 ++-1068115 ++-1092000 ++-1077110 ++-1084070 ++-1080141 ++-1083065 ++-1096008 ++-1078054 ++-1070039 ++-1071145 ++-1081109 ++-1086025 ++-1093019 ++-1082063 ++-1074142 ++-1079079 ++-1065140 ++-1069110 ++-1095000 ++-1078055 ++-1096009 ++-1067121 ++-1068116 ++-1084071 ++-1077111 ++-1092001 ++-1083066 ++-1080142 ++-1070040 ++-1071146 ++-1081110 ++-1069111 ++-1068117 ++-1065141 ++-1070041 ++-1079080 ++-1086026 ++-1095001 ++-1092002 ++-1078056 ++-1080143 ++-1074143 ++-1096010 ++-1093020 ++-1084072 ++-1077112 ++-1067122 ++-1081111 ++-1071147 ++-1083067 ++-1068118 ++-1074144 ++-1093021 ++-1096011 ++-1082064 ++-1077113 ++-1065142 ++-1084073 ++-1067123 ++-1086027 ++-1069112 ++-1095002 ++-1070042 ++-1078057 ++-1068119 ++-1081112 ++-1092003 ++-1093022 ++-1079081 ++-1071148 ++-1083068 ++-1074145 ++-1084074 ++-1096012 ++-1082065 ++-1077114 ++-1080144 ++-1069113 ++-1065143 ++-1095003 ++-1070043 ++-1067124 ++-1086028 ++-1068120 ++-1079082 ++-1078058 ++-1083069 ++-1084075 ++-1092004 ++-1081113 ++-1093023 ++-1082066 ++-1077115 ++-1071149 ++-1095004 ++-1070044 ++-1086029 ++-1074146 ++-1079083 ++-1069114 ++-1096013 ++-1092005 ++-1068121 ++-1080145 ++-1083070 ++-1067125 ++-1065144 ++-1078059 ++-1084076 ++-1093024 ++-1077116 ++-1082067 ++-1071150 ++-1081114 ++-1070045 ++-1096014 ++-1095005 ++-1079084 ++-1074147 ++-1080146 ++-1068122 ++-1065145 ++-1069115 ++-1093025 ++-1084077 ++-1086030 ++-1077117 ++-1083071 ++-1081115 ++-1092006 ++-1082068 ++-1067126 ++-1078060 ++-1071151 ++-1070046 ++-1079085 ++-1095006 ++-1068123 ++-1074148 ++-1096015 ++-1080147 ++-1093026 ++-1084078 ++-1069116 ++-1077118 ++-1083072 ++-1081116 ++-1092007 ++-1065146 ++-1082069 ++-1086031 ++-1078061 ++-1071152 ++-1067127 ++-1070047 ++-1095007 ++-1074149 ++-1079086 ++-1093027 ++-1080148 ++-1078062 ++-1096016 ++-1077119 ++-1068124 ++-1069117 ++-1084079 ++-1081117 ++-1065147 ++-1070048 ++-1071153 ++-1092008 ++-1086032 ++-1067128 ++-1083073 ++-1082070 ++-1093028 ++-1080149 ++-1079087 ++-1095008 ++-1078063 ++-1069118 ++-1074150 ++-1096017 ++-1068125 ++-1065148 ++-1081118 ++-1086033 ++-1070049 ++-1084080 ++-1077120 ++-1083074 ++-1071154 ++-1067129 ++-1093029 ++-1082071 ++-1080150 ++-1092009 ++-1079088 ++-1095009 ++-1078064 ++-1069119 ++-1074151 ++-1068126 ++-1081119 ++-1086034 ++-1070050 ++-1084081 ++-1065149 ++-1083075 ++-1096018 ++-1077121 ++-1082072 ++-1093030 ++-1080151 ++-1071155 ++-1092010 ++-1067130 ++-1095010 ++-1079089 ++-1065150 ++-1086035 ++-1078065 ++-1077122 ++-1065151 ++-1084082 ++-1081120 ++-1077123 ++-1093031 ++-1081121 ++-1074152 ++-1091000 ++-1065152 ++-1081122 ++-1069120 ++-1080152 ++-1079090 ++-1096019 ++-1067131 ++-1070051 ++-1083076 ++-1084083 ++-1092011 ++-1078066 ++-1082073 ++-1093032 ++-1086036 ++-1068127 ++-1095011 ++-1077124 ++-1074153 ++-1081123 ++-1067132 ++-1069121 ++-1092012 ++-1083077 ++-1080153 ++-1065153 ++-1091001 ++-1086037 ++-1093033 ++-1079091 ++-1068128 ++-1095012 ++-1084084 ++-1070052 ++-1082074 ++-1096020 ++-1078067 ++-1074154 ++-1077125 ++-1081124 ++-1092013 ++-1065154 ++-1080154 ++-1067133 ++-1069122 ++-1086038 ++-1079092 ++-1083078 ++-1068129 ++-1082075 ++-1093034 ++-1091002 ++-1096021 ++-1078068 ++-1077126 ++-1095013 ++-1070053 ++-1092014 ++-1081125 ++-1074155 ++-1084085 ++-1080155 ++-1065155 ++-1067134 ++-1069123 ++-1086039 ++-1083079 ++-1079093 ++-1082076 ++-1093035 ++-1091003 ++-1096022 ++-1078069 ++-1095014 ++-1068130 ++-1070054 ++-1092015 ++-1081126 ++-1077127 ++-1084086 ++-1069124 ++-1065156 ++-1086040 ++-1067135 ++-1079094 ++-1093036 ++-1082077 ++-1096023 ++-1091004 ++-1083080 ++-1095015 ++-1078070 ++-1070055 ++-1068131 ++-1081127 ++-1077128 ++-1092016 ++-1067136 ++-1069125 ++-1084087 ++-1079095 ++-1083081 ++-1082078 ++-1096024 ++-1086041 ++-1091005 ++-1093037 ++-1068132 ++-1078071 ++-1095016 ++-1081128 ++-1077129 ++-1094000 ++-1070056 ++-1092017 ++-1079096 ++-1083082 ++-1084088 ++-1082079 ++-1091006 ++-1069126 ++-1100000 ++-1068133 ++-1093038 ++-1067137 ++-1096025 ++-1081129 ++-1077130 ++-1086042 ++-1094001 ++-1095017 ++-1078072 ++-1070057 ++-1084089 ++-1083083 ++-1069127 ++-1091007 ++-1092018 ++-1100001 ++-1082080 ++-1079097 ++-1093039 ++-1096026 ++-1085000 ++-1081130 ++-1077131 ++-1068134 ++-1095018 ++-1086043 ++-1067138 ++-1078073 ++-1094002 ++-1070058 ++-1083084 ++-1091008 ++-1092019 ++-1084090 ++-1100002 ++-1082081 ++-1093040 ++-1069128 ++-1081131 ++-1085001 ++-1079098 ++-1096027 ++-1095019 ++-1078074 ++-1067139 ++-1077132 ++-1068135 ++-1086044 ++-1083085 ++-1094003 ++-1091009 ++-1084091 ++-1092020 ++-1070059 ++-1069129 ++-1082082 ++-1079099 ++-1100003 ++-1085002 ++-1081132 ++-1093041 ++-1096028 ++-1095020 ++-1077133 ++-1078075 ++-1083086 ++-1068136 ++-1092021 ++-1069130 ++-1096029 ++-1081133 ++-1093042 ++-1094004 ++-1079100 ++-1095021 ++-1077134 ++-1067140 ++-1086045 ++-1078076 ++-1084092 ++-1085003 ++-1082083 ++-1070060 ++-1081134 ++-1091010 ++-1092022 ++-1083087 ++-1093043 ++-1100004 ++-1069131 ++-1068137 ++-1094005 ++-1096030 ++-1079101 ++-1084093 ++-1086046 ++-1078077 ++-1095022 ++-1077135 ++-1085004 ++-1082084 ++-1070061 ++-1091011 ++-1067141 ++-1092023 ++-1069132 ++-1068138 ++-1094006 ++-1081135 ++-1083088 ++-1096031 ++-1100005 ++-1093044 ++-1079102 ++-1086047 ++-1095023 ++-1084094 ++-1077136 ++-1085005 ++-1082085 ++-1078078 ++-1091012 ++-1067142 ++-1068139 ++-1069133 ++-1094007 ++-1081136 ++-1083089 ++-1070062 ++-1096032 ++-1092024 ++-1093045 ++-1079103 ++-1086048 ++-1100006 ++-1095024 ++-1084095 ++-1085006 ++-1082086 ++-1078079 ++-1077137 ++-1068140 ++-1091013 ++-1067143 ++-1096033 ++-1069134 ++-1092025 ++-1070063 ++-1081137 ++-1094008 ++-1100007 ++-1086049 ++-1079104 ++-1084096 ++-1083090 ++-1085007 ++-1093046 ++-1095025 ++-1082087 ++-1078080 ++-1068141 ++-1077138 ++-1091014 ++-1067144 ++-1092026 ++-1094009 ++-1081138 ++-1096034 ++-1086050 ++-1070064 ++-1100008 ++-1079105 ++-1084097 ++-1069135 ++-1083091 ++-1085008 ++-1095026 ++-1082088 ++-1093047 ++-1068142 ++-1077139 ++-1078081 ++-1067145 ++-1091015 ++-1092027 ++-1086051 ++-1070065 ++-1094010 ++-1096035 ++-1079106 ++-1084098 ++-1081139 ++-1085009 ++-1100009 ++-1095027 ++-1083092 ++-1068143 ++-1082089 ++-1093048 ++-1077140 ++-1091016 ++-1069136 ++-1078082 ++-1067146 ++-1086052 ++-1096036 ++-1092028 ++-1081140 ++-1070066 ++-1094011 ++-1085010 ++-1079107 ++-1084099 ++-1068144 ++-1095028 ++-1100010 ++-1083093 ++-1093049 ++-1082090 ++-1091017 ++-1078083 ++-1077141 ++-1069137 ++-1086053 ++-1067147 ++-1092029 ++-1096037 ++-1094012 ++-1081141 ++-1084100 ++-1079108 ++-1083094 ++-1068145 ++-1070067 ++-1085011 ++-1082091 ++-1093050 ++-1095029 ++-1100011 ++-1067148 ++-1069138 ++-1077142 ++-1096038 ++-1086054 ++-1094013 ++-1091018 ++-1078084 ++-1081142 ++-1084101 ++-1092030 ++-1079109 ++-1068146 ++-1070068 ++-1085012 ++-1093051 ++-1095030 ++-1083095 ++-1082092 ++-1067149 ++-1069139 ++-1077143 ++-1086055 ++-1094014 ++-1096039 ++-1100012 ++-1070069 ++-1082093 ++-1083096 ++-1077144 ++-1079110 ++-1078085 ++-1081143 ++-1068147 ++-1094015 ++-1084102 ++-1085013 ++-1093052 ++-1091019 ++-1092031 ++-1069140 ++-1095031 ++-1100013 ++-1086056 ++-1067150 ++-1096040 ++-1070070 ++-1077145 ++-1082094 ++-1083097 ++-1079111 ++-1078086 ++-1081144 ++-1084103 ++-1091020 ++-1077146 ++-1092032 ++-1083098 ++-1094016 ++-1068148 ++-1069141 ++-1100014 ++-1079112 ++-1085014 ++-1067151 ++-1082095 ++-1095032 ++-1096041 ++-1086057 ++-1093053 ++-1091021 ++-1077147 ++-1084104 ++-1078087 ++-1081145 ++-1070071 ++-1092033 ++-1094017 ++-1083099 ++-1068149 ++-1069142 ++-1079113 ++-1100015 ++-1085015 ++-1067152 ++-1093054 ++-1096042 ++-1086058 ++-1082096 ++-1091022 ++-1081146 ++-1083100 ++-1095033 ++-1070072 ++-1077148 ++-1100016 ++-1069143 ++-1078088 ++-1084105 ++-1093055 ++-1091023 ++-1085016 ++-1092034 ++-1082097 ++-1096043 ++-1094018 ++-1081147 ++-1079114 ++-1083101 ++-1068150 ++-1095034 ++-1067153 ++-1086059 ++-1077149 ++-1069144 ++-1100017 ++-1082098 ++-1096044 ++-1084106 ++-1094019 ++-1081148 ++-1078089 ++-1070073 ++-1093056 ++-1095035 ++-1079115 ++-1091024 ++-1083102 ++-1092035 ++-1085017 ++-1067154 ++-1068151 ++-1077150 ++-1093057 ++-1069145 ++-1086060 ++-1081149 ++-1084107 ++-1100018 ++-1091025 ++-1091026 ++-1079116 ++-1083103 ++-1094020 ++-1096045 ++-1095036 ++-1070074 ++-1078090 ++-1082099 ++-1092036 ++-1093058 ++-1084108 ++-1085018 ++-1069146 ++-1100019 ++-1086061 ++-1067155 ++-1091027 ++-1095037 ++-1079117 ++-1093059 ++-1092037 ++-1094021 ++-1077151 ++-1084109 ++-1096046 ++-1081150 ++-1070075 ++-1068152 ++-1086062 ++-1082100 ++-1083104 ++-1078091 ++-1085019 ++-1100020 ++-1079118 ++-1095038 ++-1092038 ++-1093060 ++-1096047 ++-1091028 ++-1086063 ++-1069147 ++-1070076 ++-1084110 ++-1082101 ++-1094022 ++-1083105 ++-1068153 ++-1078092 ++-1077152 ++-1085020 ++-1081151 ++-1100021 ++-1079119 ++-1095039 ++-1069148 ++-1092039 ++-1085021 ++-1084111 ++-1096048 ++-1091029 ++-1093061 ++-1078093 ++-1068154 ++-1094023 ++-1070077 ++-1077153 ++-1082102 ++-1079120 ++-1086064 ++-1081152 ++-1083106 ++-1087000 ++-1095040 ++-1100022 ++-1069149 ++-1092040 ++-1085022 ++-1084112 ++-1078094 ++-1094024 ++-1093062 ++-1082103 ++-1086065 ++-1070078 ++-1091030 ++-1068155 ++-1096049 ++-1087001 ++-1083107 ++-1100023 ++-1079121 ++-1081153 ++-1095041 ++-1077154 ++-1092041 ++-1085023 ++-1094025 ++-1069150 ++-1082104 ++-1078095 ++-1093063 ++-1084113 ++-1070079 ++-1091031 ++-1086066 ++-1100024 ++-1083108 ++-1068156 ++-1096050 ++-1095042 ++-1087002 ++-1092042 ++-1079122 ++-1085024 ++-1077155 ++-1081154 ++-1078096 ++-1093064 ++-1094026 ++-1084114 ++-1070080 ++-1086067 ++-1082105 ++-1069151 ++-1100025 ++-1091032 ++-1096051 ++-1087003 ++-1083109 ++-1092043 ++-1079123 ++-1085025 ++-1095043 ++-1078097 ++-1093065 ++-1070081 ++-1084115 ++-1094027 ++-1081155 ++-1077156 ++-1086068 ++-1092044 ++-1085026 ++-1070082 ++-1082106 ++-1096052 ++-1100026 ++-1083110 ++-1095044 ++-1094028 ++-1091033 ++-1087004 ++-1079124 ++-1069152 ++-1093066 ++-1092045 ++-1078098 ++-1081156 ++-1084116 ++-1085027 ++-1088000 ++-1086069 ++-1070083 ++-1082107 ++-1096053 ++-1083111 ++-1095045 ++-1100027 ++-1087005 ++-1078099 ++-1093067 ++-1094029 ++-1084117 ++-1092046 ++-1085028 ++-1083112 ++-1085029 ++-1096054 ++-1069153 ++-1079125 ++-1094030 ++-1086070 ++-1091034 ++-1078100 ++-1084118 ++-1070084 ++-1093068 ++-1092047 ++-1100028 ++-1082108 ++-1088001 ++-1087006 ++-1097000 ++-1083113 ++-1095046 ++-1085030 ++-1096055 ++-1069154 ++-1079126 ++-1086071 ++-1094031 ++-1084119 ++-1093069 ++-1092048 ++-1088002 ++-1070085 ++-1078101 ++-1091035 ++-1097001 ++-1083114 ++-1085031 ++-1100029 ++-1087007 ++-1095047 ++-1082109 ++-1101000 ++-1096056 ++-1069155 ++-1086072 ++-1079127 ++-1094032 ++-1084120 ++-1070086 ++-1093070 ++-1083115 ++-1091036 ++-1078102 ++-1088003 ++-1092049 ++-1097002 ++-1100030 ++-1095048 ++-1101001 ++-1096057 ++-1085032 ++-1087008 ++-1082110 ++-1084121 ++-1086073 ++-1079128 ++-1094033 ++-1093071 ++-1091037 ++-1083116 ++-1078103 ++-1069156 ++-1070087 ++-1092050 ++-1095049 ++-1100031 ++-1097003 ++-1101002 ++-1088004 ++-1087009 ++-1085033 ++-1096058 ++-1086074 ++-1079129 ++-1094034 ++-1083117 ++-1084122 ++-1093072 ++-1082111 ++-1078104 ++-1091038 ++-1070088 ++-1095050 ++-1088005 ++-1092051 ++-1097004 ++-1100032 ++-1101003 ++-1087010 ++-1085034 ++-1086075 ++-1096059 ++-1084123 ++-1079130 ++-1082112 ++-1083118 ++-1094035 ++-1093073 ++-1095051 ++-1078105 ++-1070089 ++-1088006 ++-1097005 ++-1086076 ++-1096060 ++-1101004 ++-1092052 ++-1079131 ++-1085035 ++-1100033 ++-1091039 ++-1083119 ++-1082113 ++-1094036 ++-1084124 ++-1087011 ++-1093074 ++-1078106 ++-1088007 ++-1089000 ++-1086077 ++-1070090 ++-1095052 ++-1096061 ++-1092053 ++-1097006 ++-1101005 ++-1085036 ++-1079132 ++-1100034 ++-1083120 ++-1082114 ++-1094037 ++-1091040 ++-1087012 ++-1088008 ++-1093075 ++-1084125 ++-1078107 ++-1089001 ++-1086078 ++-1095053 ++-1070091 ++-1096062 ++-1097007 ++-1092054 ++-1085037 ++-1079133 ++-1094038 ++-1101006 ++-1091041 ++-1100035 ++-1082115 ++-1087013 ++-1084126 ++-1083121 ++-1095054 ++-1086079 ++-1088009 ++-1089002 ++-1093076 ++-1096063 ++-1070092 ++-1078108 ++-1092055 ++-1097008 ++-1091042 ++-1086080 ++-1087014 ++-1086081 ++-1084127 ++-1079134 ++-1095055 ++-1085038 ++-1089003 ++-1083122 ++-1100036 ++-1082116 ++-1094039 ++-1070093 ++-1101007 ++-1088010 ++-1097009 ++-1092056 ++-1093077 ++-1091043 ++-1096064 ++-1078109 ++-1086082 ++-1087015 ++-1095056 ++-1079135 ++-1085039 ++-1100037 ++-1083123 ++-1082117 ++-1094040 ++-1070094 ++-1089004 ++-1093078 ++-1092057 ++-1096065 ++-1078110 ++-1101008 ++-1097010 ++-1088011 ++-1087016 ++-1095057 ++-1079136 ++-1091044 ++-1086083 ++-1100038 ++-1085040 ++-1084128 ++-1083124 ++-1089005 ++-1070095 ++-1082118 ++-1096066 ++-1094041 ++-1101009 ++-1093079 ++-1097011 ++-1088012 ++-1078111 ++-1092058 ++-1079137 ++-1087017 ++-1095058 ++-1086084 ++-1091045 ++-1100039 ++-1085041 ++-1089006 ++-1082119 ++-1096067 ++-1070096 ++-1084129 ++-1088013 ++-1094042 ++-1101010 ++-1083125 ++-1092059 ++-1078112 ++-1079138 ++-1097012 ++-1093080 ++-1087018 ++-1086085 ++-1095059 ++-1089007 ++-1091046 ++-1100040 ++-1085042 ++-1084130 ++-1088014 ++-1101011 ++-1083126 ++-1078113 ++-1082120 ++-1096068 ++-1079139 ++-1092060 ++-1094043 ++-1070097 ++-1093081 ++-1087019 ++-1097013 ++-1086086 ++-1095060 ++-1084131 ++-1091047 ++-1088015 ++-1100041 ++-1085043 ++-1078114 ++-1089008 ++-1083127 ++-1101012 ++-1082121 ++-1079140 ++-1092061 ++-1096069 ++-1087020 ++-1086087 ++-1097014 ++-1095061 ++-1093082 ++-1070098 ++-1091048 ++-1094044 ++-1088016 ++-1100042 ++-1084132 ++-1089009 ++-1096070 ++-1083128 ++-1082122 ++-1078115 ++-1097015 ++-1093083 ++-1085044 ++-1095062 ++-1092062 ++-1101013 ++-1079141 ++-1087021 ++-1086088 ++-1091049 ++-1088017 ++-1084133 ++-1100043 ++-1094045 ++-1070099 ++-1082123 ++-1083129 ++-1095063 ++-1086089 ++-1079142 ++-1085045 ++-1084134 ++-1078116 ++-1096071 ++-1097016 ++-1089010 ++-1087022 ++-1100044 ++-1093084 ++-1092063 ++-1091050 ++-1088018 ++-1101014 ++-1082124 ++-1070100 ++-1094046 ++-1079143 ++-1083130 ++-1086090 ++-1095064 ++-1084135 ++-1097017 ++-1089011 ++-1085046 ++-1078117 ++-1091051 ++-1088019 ++-1087023 ++-1092064 ++-1101015 ++-1096072 ++-1093085 ++-1100045 ++-1070101 ++-1083131 ++-1094047 ++-1082125 ++-1079144 ++-1095065 ++-1086091 ++-1097018 ++-1084136 ++-1085047 ++-1089012 ++-1078118 ++-1088020 ++-1091052 ++-1100046 ++-1083132 ++-1087024 ++-1096073 ++-1070102 ++-1101016 ++-1079145 ++-1082126 ++-1095066 ++-1093086 ++-1086092 ++-1092065 ++-1085048 ++-1094048 ++-1084137 ++-1089013 ++-1078119 ++-1100047 ++-1097019 ++-1088021 ++-1083133 ++-1087025 ++-1091053 ++-1070103 ++-1101017 ++-1095067 ++-1079146 ++-1096074 ++-1082127 ++-1093087 ++-1086093 ++-1092066 ++-1089014 ++-1085049 ++-1094049 ++-1084138 ++-1097020 ++-1083134 ++-1078120 ++-1088022 ++-1070104 ++-1100048 ++-1091054 ++-1096075 ++-1087026 ++-1101018 ++-1095068 ++-1086094 ++-1092067 ++-1082128 ++-1089015 ++-1093088 ++-1084139 ++-1094050 ++-1085050 ++-1097021 ++-1079147 ++-1100049 ++-1083135 ++-1091055 ++-1078121 ++-1087027 ++-1096076 ++-1088023 ++-1101019 ++-1095069 ++-1070105 ++-1092068 ++-1086095 ++-1082129 ++-1089016 ++-1093089 ++-1085051 ++-1084140 ++-1091056 ++-1094051 ++-1083136 ++-1097022 ++-1087028 ++-1078122 ++-1095070 ++-1079148 ++-1101020 ++-1070106 ++-1086096 ++-1093090 ++-1082130 ++-1088024 ++-1092069 ++-1085052 ++-1101021 ++-1096077 ++-1093091 ++-1100050 ++-1089017 ++-1091057 ++-1095071 ++-1078123 ++-1084141 ++-1070107 ++-1079149 ++-1083137 ++-1097023 ++-1086097 ++-1094052 ++-1085053 ++-1088025 ++-1082131 ++-1087029 ++-1092070 ++-1096078 ++-1089018 ++-1100051 ++-1095072 ++-1093092 ++-1084142 ++-1086098 ++-1091058 ++-1097024 ++-1101022 ++-1070108 ++-1083138 ++-1079150 ++-1094053 ++-1078124 ++-1082132 ++-1096079 ++-1087030 ++-1100052 ++-1088026 ++-1085054 ++-1092071 ++-1089019 ++-1095073 ++-1086099 ++-1091059 ++-1093093 ++-1101023 ++-1084143 ++-1097025 ++-1070109 ++-1094054 ++-1083139 ++-1078125 ++-1096080 ++-1100053 ++-1088027 ++-1082133 ++-1087031 ++-1079151 ++-1085055 ++-1095074 ++-1084144 ++-1093094 ++-1092072 ++-1091060 ++-1089020 ++-1097026 ++-1086100 ++-1101024 ++-1094055 ++-1070110 ++-1083140 ++-1088028 ++-1078126 ++-1100054 ++-1096081 ++-1087032 ++-1091061 ++-1084145 ++-1082134 ++-1089021 ++-1079152 ++-1093095 ++-1095075 ++-1085056 ++-1092073 ++-1086101 ++-1101025 ++-1097027 ++-1083141 ++-1088029 ++-1094056 ++-1070111 ++-1100055 ++-1078127 ++-1082135 ++-1096082 ++-1087033 ++-1095076 ++-1093096 ++-1089022 ++-1085057 ++-1092074 ++-1091062 ++-1101026 ++-1086102 ++-1083142 ++-1097028 ++-1100056 ++-1084146 ++-1079153 ++-1088030 ++-1070112 ++-1094057 ++-1096083 ++-1078128 ++-1095077 ++-1082136 ++-1087034 ++-1089023 ++-1092075 ++-1086103 ++-1093097 ++-1089024 ++-1087035 ++-1091063 ++-1100057 ++-1070113 ++-1083143 ++-1088031 ++-1094058 ++-1078129 ++-1084147 ++-1096084 ++-1097029 ++-1101027 ++-1092076 ++-1085058 ++-1095078 ++-1079154 ++-1093098 ++-1082137 ++-1086104 ++-1089025 ++-1070114 ++-1078130 ++-1100058 ++-1088032 ++-1091064 ++-1097030 ++-1083144 ++-1092077 ++-1095079 ++-1101028 ++-1087036 ++-1094059 ++-1084148 ++-1096085 ++-1079155 ++-1093099 ++-1082138 ++-1086105 ++-1089026 ++-1085059 ++-1078131 ++-1088033 ++-1100059 ++-1091065 ++-1095080 ++-1070115 ++-1097031 ++-1092078 ++-1101029 ++-1083145 ++-1094060 ++-1087037 ++-1093100 ++-1096086 ++-1082139 ++-1089027 ++-1085060 ++-1084149 ++-1086106 ++-1078132 ++-1079156 ++-1100060 ++-1088034 ++-1097032 ++-1070116 ++-1095081 ++-1101030 ++-1092079 ++-1083146 ++-1094061 ++-1091066 ++-1087038 ++-1096087 ++-1089028 ++-1085061 ++-1093101 ++-1086107 ++-1078133 ++-1084150 ++-1100061 ++-1095082 ++-1094062 ++-1082140 ++-1088035 ++-1083147 ++-1070117 ++-1101031 ++-1091067 ++-1092080 ++-1097033 ++-1093102 ++-1089029 ++-1085062 ++-1086108 ++-1083148 ++-1094063 ++-1087039 ++-1088036 ++-1095083 ++-1101032 ++-1084151 ++-1082141 ++-1097034 ++-1093103 ++-1096088 ++-1091068 ++-1070118 ++-1085063 ++-1078134 ++-1089030 ++-1100062 ++-1092081 ++-1083149 ++-1094064 ++-1088037 ++-1101033 ++-1087040 ++-1095084 ++-1091069 ++-1086109 ++-1092082 ++-1089031 ++-1096089 ++-1093104 ++-1083150 ++-1084152 ++-1085064 ++-1082142 ++-1097035 ++-1094065 ++-1100063 ++-1101034 ++-1070119 ++-1092083 ++-1095085 ++-1088038 ++-1078135 ++-1087041 ++-1099000 ++-1091070 ++-1086110 ++-1089032 ++-1094066 ++-1096090 ++-1101035 ++-1100064 ++-1085065 ++-1083151 ++-1097036 ++-1082143 ++-1084153 ++-1087042 ++-1093105 ++-1089033 ++-1094067 ++-1095086 ++-1099001 ++-1091071 ++-1100065 ++-1088039 ++-1083152 ++-1101036 ++-1082144 ++-1093106 ++-1089034 ++-1085066 ++-1097037 ++-1084154 ++-1092084 ++-1070120 ++-1087043 ++-1095087 ++-1078136 ++-1091072 ++-1099002 ++-1101037 ++-1094068 ++-1083153 ++-1088040 ++-1096091 ++-1086111 ++-1089035 ++-1082145 ++-1070121 ++-1100066 ++-1078137 ++-1097038 ++-1099003 ++-1085067 ++-1095088 ++-1093107 ++-1101038 ++-1092085 ++-1094069 ++-1091073 ++-1084155 ++-1087044 ++-1096092 ++-1070122 ++-1100067 ++-1086112 ++-1085068 ++-1088041 ++-1095089 ++-1082146 ++-1089036 ++-1091074 ++-1097039 ++-1100068 ++-1083154 ++-1094070 ++-1093108 ++-1086113 ++-1087045 ++-1089037 ++-1095090 ++-1096093 ++-1085069 ++-1084156 ++-1092086 ++-1101039 ++-1100069 ++-1088042 ++-1082147 ++-1094071 ++-1083155 ++-1089038 ++-1095091 ++-1085070 ++-1092087 ++-1082148 ++-1101040 ++-1099004 ++-1086114 ++-1070123 ++-1078138 ++-1100070 ++-1087046 ++-1091075 ++-1097040 ++-1094072 ++-1096094 ++-1083156 ++-1089039 ++-1093109 ++-1078139 ++-1085071 ++-1095092 ++-1087047 ++-1091076 ++-1086115 ++-1070124 ++-1082149 ++-1097041 ++-1088043 ++-1092088 ++-1096095 ++-1100071 ++-1101041 ++-1089040 ++-1078140 ++-1095093 ++-1099005 ++-1094073 ++-1086116 ++-1093110 ++-1104000 ++-1100072 ++-1082150 ++-1085072 ++-1087048 ++-1092089 ++-1091077 ++-1088044 ++-1096096 ++-1070125 ++-1097042 ++-1101042 ++-1089041 ++-1078141 ++-1086117 ++-1093111 ++-1096097 ++-1095094 ++-1085073 ++-1092090 ++-1099006 ++-1100073 ++-1104001 ++-1087049 ++-1091078 ++-1097043 ++-1101043 ++-1094074 ++-1088045 ++-1082151 ++-1070126 ++-1089042 ++-1078142 ++-1103000 ++-1101044 ++-1086118 ++-1096098 ++-1092091 ++-1091079 ++-1082152 ++-1095095 ++-1103001 ++-1087050 ++-1070127 ++-1085074 ++-1099007 ++-1104002 ++-1096099 ++-1089043 ++-1097044 ++-1100074 ++-1094075 ++-1082153 ++-1093112 ++-1091080 ++-1078143 ++-1088046 ++-1092092 ++-1086119 ++-1101045 ++-1095096 ++-1070128 ++-1085075 ++-1103002 ++-1087051 ++-1089044 ++-1104003 ++-1096100 ++-1100075 ++-1078144 ++-1082154 ++-1091081 ++-1086120 ++-1088047 ++-1101046 ++-1094076 ++-1097045 ++-1092093 ++-1070129 ++-1093113 ++-1095097 ++-1103003 ++-1085076 ++-1099008 ++-1089045 ++-1104004 ++-1087052 ++-1078145 ++-1088048 ++-1091082 ++-1101047 ++-1092094 ++-1097046 ++-1094077 ++-1070130 ++-1096101 ++-1086121 ++-1093114 ++-1100076 ++-1103004 ++-1095098 ++-1082155 ++-1089046 ++-1087053 ++-1104005 ++-1099009 ++-1078146 ++-1085077 ++-1091083 ++-1088049 ++-1086122 ++-1093115 ++-1095099 ++-1087054 ++-1078147 ++-1101048 ++-1086123 ++-1100077 ++-1070131 ++-1096102 ++-1089047 ++-1097047 ++-1099010 ++-1094078 ++-1085078 ++-1104006 ++-1091084 ++-1092095 ++-1086124 ++-1087055 ++-1095100 ++-1082156 ++-1093116 ++-1103005 ++-1104007 ++-1078148 ++-1097048 ++-1092096 ++-1101049 ++-1085079 ++-1100078 ++-1088050 ++-1096103 ++-1086125 ++-1089048 ++-1091085 ++-1070132 ++-1087056 ++-1099011 ++-1103006 ++-1093117 ++-1104008 ++-1094079 ++-1078149 ++-1101050 ++-1097049 ++-1100079 ++-1070133 ++-1095101 ++-1085080 ++-1099012 ++-1092097 ++-1091086 ++-1088051 ++-1096104 ++-1086126 ++-1087057 ++-1089049 ++-1093118 ++-1078150 ++-1101051 ++-1094080 ++-1097050 ++-1104009 ++-1100080 ++-1103007 ++-1099013 ++-1088052 ++-1095102 ++-1096105 ++-1092098 ++-1091087 ++-1070134 ++-1087058 ++-1085081 ++-1086127 ++-1089050 ++-1102000 ++-1101052 ++-1093119 ++-1104010 ++-1099014 ++-1095103 ++-1100081 ++-1103008 ++-1070135 ++-1091088 ++-1086128 ++-1092099 ++-1102001 ++-1089051 ++-1104011 ++-1099015 ++-1088053 ++-1096106 ++-1093120 ++-1078151 ++-1095104 ++-1097051 ++-1094081 ++-1085082 ++-1070136 ++-1103009 ++-1100082 ++-1087059 ++-1086129 ++-1101053 ++-1102002 ++-1091089 ++-1092100 ++-1104012 ++-1099016 ++-1093121 ++-1096107 ++-1088054 ++-1089052 ++-1085083 ++-1087060 ++-1078152 ++-1095105 ++-1100083 ++-1094082 ++-1070137 ++-1097052 ++-1102003 ++-1103010 ++-1091090 ++-1086130 ++-1093122 ++-1089053 ++-1092101 ++-1087061 ++-1078153 ++-1095106 ++-1088055 ++-1100084 ++-1085084 ++-1094083 ++-1101054 ++-1104013 ++-1102004 ++-1086131 ++-1087062 ++-1097053 ++-1096108 ++-1086132 ++-1099017 ++-1070138 ++-1093123 ++-1100085 ++-1091091 ++-1089054 ++-1078154 ++-1102005 ++-1103011 ++-1092102 ++-1087063 ++-1104014 ++-1101055 ++-1095107 ++-1088056 ++-1085085 ++-1094084 ++-1097054 ++-1096109 ++-1091092 ++-1086133 ++-1092103 ++-1089055 ++-1087064 ++-1099018 ++-1078155 ++-1096110 ++-1104015 ++-1101056 ++-1070139 ++-1091093 ++-1097055 ++-1086134 ++-1095108 ++-1087065 ++-1093124 ++-1092104 ++-1103012 ++-1088057 ++-1100086 ++-1089056 ++-1099019 ++-1085086 ++-1094085 ++-1102006 ++-1078156 ++-1104016 ++-1101057 ++-1091094 ++-1070140 ++-1096111 ++-1093125 ++-1095109 ++-1087066 ++-1097056 ++-1092105 ++-1103013 ++-1086135 ++-1088058 ++-1089057 ++-1099020 ++-1085087 ++-1102007 ++-1101058 ++-1096112 ++-1094086 ++-1088059 ++-1086136 ++-1100087 ++-1089058 ++-1093126 ++-1102008 ++-1095110 ++-1070141 ++-1087067 ++-1091095 ++-1099021 ++-1104017 ++-1103014 ++-1097057 ++-1085088 ++-1096113 ++-1101059 ++-1094087 ++-1088060 ++-1092106 ++-1100088 ++-1086137 ++-1095111 ++-1087068 ++-1089059 ++-1102009 ++-1093127 ++-1099022 ++-1103015 ++-1091096 ++-1104018 ++-1096114 ++-1101060 ++-1070142 ++-1097058 ++-1085089 ++-1088061 ++-1094088 ++-1100089 ++-1095112 ++-1086138 ++-1092107 ++-1087069 ++-1089060 ++-1098000 ++-1103016 ++-1091097 ++-1085090 ++-1094089 ++-1104019 ++-1087070 ++-1099023 ++-1101061 ++-1093128 ++-1096115 ++-1088062 ++-1070143 ++-1097059 ++-1102010 ++-1100090 ++-1098001 ++-1089061 ++-1086139 ++-1085091 ++-1092108 ++-1091098 ++-1103017 ++-1094090 ++-1095113 ++-1104020 ++-1101062 ++-1087071 ++-1093129 ++-1099024 ++-1088063 ++-1096116 ++-1070144 ++-1100091 ++-1089062 ++-1097060 ++-1102011 ++-1095114 ++-1094091 ++-1104021 ++-1086140 ++-1103018 ++-1092109 ++-1098002 ++-1101063 ++-1085092 ++-1091099 ++-1087072 ++-1099025 ++-1088064 ++-1093130 ++-1070145 ++-1096117 ++-1089063 ++-1102012 ++-1097061 ++-1100092 ++-1094092 ++-1104022 ++-1086141 ++-1085093 ++-1098003 ++-1095115 ++-1091100 ++-1103019 ++-1070146 ++-1087073 ++-1088065 ++-1092110 ++-1093131 ++-1099026 ++-1101064 ++-1089064 ++-1096118 ++-1102013 ++-1100093 ++-1104023 ++-1097062 ++-1094093 ++-1086142 ++-1098004 ++-1103020 ++-1095116 ++-1085094 ++-1087074 ++-1091101 ++-1070147 ++-1093132 ++-1099027 ++-1101065 ++-1088066 ++-1092111 ++-1102014 ++-1089065 ++-1096119 ++-1097063 ++-1094094 ++-1100094 ++-1104024 ++-1087075 ++-1086143 ++-1095117 ++-1098005 ++-1070148 ++-1103021 ++-1093133 ++-1099028 ++-1085095 ++-1091102 ++-1101066 ++-1092112 ++-1088067 ++-1089066 ++-1102015 ++-1097064 ++-1094095 ++-1104025 ++-1100095 ++-1096120 ++-1098006 ++-1087076 ++-1070149 ++-1093134 ++-1086144 ++-1103022 ++-1095118 ++-1099029 ++-1091103 ++-1085096 ++-1092113 ++-1088068 ++-1089067 ++-1102016 ++-1101067 ++-1094096 ++-1104026 ++-1100096 ++-1097065 ++-1087077 ++-1098007 ++-1096121 ++-1086145 ++-1070150 ++-1103023 ++-1091104 ++-1092114 ++-1095119 ++-1093135 ++-1085097 ++-1088069 ++-1099030 ++-1089068 ++-1104027 ++-1094097 ++-1101068 ++-1097066 ++-1102017 ++-1098008 ++-1100097 ++-1070151 ++-1103024 ++-1087078 ++-1096122 ++-1086146 ++-1091105 ++-1093136 ++-1095120 ++-1099031 ++-1092115 ++-1089069 ++-1104028 ++-1088070 ++-1094098 ++-1101069 ++-1085098 ++-1097067 ++-1102018 ++-1100098 ++-1103025 ++-1070152 ++-1098009 ++-1091106 ++-1096123 ++-1095121 ++-1093137 ++-1099032 ++-1086147 ++-1100099 ++-1103026 ++-1104029 ++-1070153 ++-1091107 ++-1092116 ++-1096124 ++-1102019 ++-1085099 ++-1098010 ++-1089070 ++-1101070 ++-1097068 ++-1087079 ++-1088071 ++-1094099 ++-1095122 ++-1093138 ++-1103027 ++-1086148 ++-1094100 ++-1099033 ++-1087080 ++-1093139 ++-1091108 ++-1102020 ++-1100100 ++-1092117 ++-1097069 ++-1088072 ++-1089071 ++-1096125 ++-1095123 ++-1098011 ++-1087081 ++-1101071 ++-1104030 ++-1085100 ++-1103028 ++-1099034 ++-1086149 ++-1094101 ++-1093140 ++-1102021 ++-1100101 ++-1088073 ++-1091109 ++-1097070 ++-1092118 ++-1089072 ++-1070154 ++-1087082 ++-1103029 ++-1098012 ++-1096126 ++-1095124 ++-1094102 ++-1101072 ++-1085101 ++-1100102 ++-1097071 ++-1088074 ++-1093141 ++-1104031 ++-1102022 ++-1086150 ++-1103030 ++-1099035 ++-1097072 ++-1089073 ++-1091110 ++-1096127 ++-1094103 ++-1070155 ++-1098013 ++-1092119 ++-1101073 ++-1100103 ++-1087083 ++-1085102 ++-1095125 ++-1088075 ++-1093142 ++-1086151 ++-1102023 ++-1104032 ++-1089074 ++-1091111 ++-1103031 ++-1099036 ++-1094104 ++-1096128 ++-1098014 ++-1100104 ++-1095126 ++-1097073 ++-1085103 ++-1092120 ++-1101074 ++-1087084 ++-1086152 ++-1093143 ++-1104033 ++-1102024 ++-1088076 ++-1070156 ++-1099037 ++-1089075 ++-1094105 ++-1091112 ++-1103032 ++-1100105 ++-1098015 ++-1097074 ++-1095127 ++-1087085 ++-1085104 ++-1093144 ++-1096129 ++-1092121 ++-1104034 ++-1101075 ++-1086153 ++-1099038 ++-1094106 ++-1088077 ++-1103033 ++-1089076 ++-1091113 ++-1102025 ++-1097075 ++-1100106 ++-1095128 ++-1098016 ++-1087086 ++-1085105 ++-1096130 ++-1093145 ++-1086154 ++-1092122 ++-1088078 ++-1091114 ++-1098017 ++-1100107 ++-1102026 ++-1099039 ++-1095129 ++-1096131 ++-1104035 ++-1097076 ++-1101076 ++-1089077 ++-1085106 ++-1087087 ++-1103034 ++-1090000 ++-1094107 ++-1093146 ++-1086155 ++-1092123 ++-1088079 ++-1091115 ++-1104036 ++-1095130 ++-1099040 ++-1097077 ++-1102027 ++-1100108 ++-1101077 ++-1090001 ++-1103035 ++-1098018 ++-1087088 ++-1085107 ++-1096132 ++-1093147 ++-1094108 ++-1088080 ++-1089078 ++-1086156 ++-1091116 ++-1092124 ++-1095131 ++-1099041 ++-1097078 ++-1101078 ++-1090002 ++-1087089 ++-1098019 ++-1100109 ++-1102028 ++-1085108 ++-1104037 ++-1103036 ++-1093148 ++-1088081 ++-1096133 ++-1089079 ++-1094109 ++-1091117 ++-1101079 ++-1092125 ++-1104038 ++-1089080 ++-1095132 ++-1094110 ++-1100110 ++-1090003 ++-1098020 ++-1099042 ++-1102029 ++-1096134 ++-1101080 ++-1087090 ++-1091118 ++-1097079 ++-1088082 ++-1085109 ++-1093149 ++-1103037 ++-1092126 ++-1089081 ++-1104039 ++-1100111 ++-1095133 ++-1098021 ++-1090004 ++-1099043 ++-1087091 ++-1094111 ++-1101081 ++-1085110 ++-1088083 ++-1091119 ++-1097080 ++-1102030 ++-1103038 ++-1096135 ++-1106000 ++-1093150 ++-1104040 ++-1089082 ++-1100112 ++-1085111 ++-1092127 ++-1101082 ++-1102031 ++-1103039 ++-1094112 ++-1087092 ++-1098022 ++-1096136 ++-1088084 ++-1097081 ++-1090005 ++-1106001 ++-1093151 ++-1100113 ++-1101083 ++-1085112 ++-1092128 ++-1103040 ++-1102032 ++-1087093 ++-1106002 ++-1096137 ++-1097082 ++-1094113 ++-1095134 ++-1098023 ++-1088085 ++-1093152 ++-1090006 ++-1099044 ++-1091120 ++-1101084 ++-1092129 ++-1104041 ++-1100114 ++-1103041 ++-1106003 ++-1102033 ++-1087094 ++-1085113 ++-1089083 ++-1097083 ++-1096138 ++-1094114 ++-1088086 ++-1098024 ++-1093153 ++-1095135 ++-1090007 ++-1104042 ++-1099045 ++-1103042 ++-1091121 ++-1101085 ++-1092130 ++-1106004 ++-1087095 ++-1102034 ++-1089084 ++-1097084 ++-1085114 ++-1088087 ++-1094115 ++-1098025 ++-1093154 ++-1096139 ++-1100115 ++-1104043 ++-1095136 ++-1099046 ++-1101086 ++-1090008 ++-1092131 ++-1106005 ++-1102035 ++-1103043 ++-1089085 ++-1087096 ++-1094116 ++-1091122 ++-1093155 ++-1090009 ++-1091123 ++-1087097 ++-1089086 ++-1094117 ++-1090010 ++-1091124 ++-1087098 ++-1089087 ++-1094118 ++-1085115 ++-1097085 ++-1098026 ++-1088088 ++-1095137 ++-1100116 ++-1096140 ++-1099047 ++-1101087 ++-1090011 ++-1104044 ++-1103044 ++-1113000 ++-1102036 ++-1092132 ++-1106006 ++-1091125 ++-1087099 ++-1089088 ++-1085116 ++-1088089 ++-1097086 ++-1094119 ++-1099048 ++-1101088 ++-1095138 ++-1096141 ++-1103045 ++-1090012 ++-1113001 ++-1089089 ++-1087100 ++-1104045 ++-1098027 ++-1100117 ++-1092133 ++-1106007 ++-1091126 ++-1088090 ++-1085117 ++-1096142 ++-1094120 ++-1095139 ++-1097087 ++-1098028 ++-1095140 ++-1098029 ++-1102037 ++-1103046 ++-1096143 ++-1101089 ++-1092134 ++-1094121 ++-1087101 ++-1106008 ++-1100118 ++-1089090 ++-1099049 ++-1104046 ++-1085118 ++-1095141 ++-1113002 ++-1098030 ++-1090013 ++-1097088 ++-1091127 ++-1088091 ++-1103047 ++-1092135 ++-1089091 ++-1095142 ++-1099050 ++-1102038 ++-1087102 ++-1101090 ++-1098031 ++-1100119 ++-1094122 ++-1090014 ++-1106009 ++-1088092 ++-1113003 ++-1085119 ++-1091128 ++-1103048 ++-1095143 ++-1089092 ++-1092136 ++-1101091 ++-1100120 ++-1087103 ++-1088093 ++-1090015 ++-1103049 ++-1106010 ++-1113004 ++-1089093 ++-1095144 ++-1085120 ++-1091129 ++-1099051 ++-1102039 ++-1101092 ++-1094123 ++-1098032 ++-1103050 ++-1092137 ++-1100121 ++-1104047 ++-1096144 ++-1088094 ++-1097089 ++-1113005 ++-1090016 ++-1087104 ++-1099052 ++-1089094 ++-1085121 ++-1102040 ++-1091130 ++-1106011 ++-1095145 ++-1103051 ++-1101093 ++-1087105 ++-1097090 ++-1092138 ++-1106012 ++-1096145 ++-1100122 ++-1094124 ++-1088095 ++-1099053 ++-1113006 ++-1098033 ++-1104048 ++-1089095 ++-1102041 ++-1095146 ++-1085122 ++-1090017 ++-1101094 ++-1092139 ++-1087106 ++-1097091 ++-1099054 ++-1103052 ++-1091131 ++-1098034 ++-1106013 ++-1089096 ++-1094125 ++-1100123 ++-1106014 ++-1106015 ++-1096146 ++-1091132 ++-1095147 ++-1087107 ++-1104049 ++-1101095 ++-1097092 ++-1103053 ++-1100124 ++-1090018 ++-1088096 ++-1102042 ++-1085123 ++-1098035 ++-1089097 ++-1094126 ++-1113007 ++-1092140 ++-1099055 ++-1087108 ++-1106016 ++-1104050 ++-1091133 ++-1097093 ++-1101096 ++-1095148 ++-1096147 ++-1090019 ++-1087109 ++-1103054 ++-1088097 ++-1085124 ++-1089098 ++-1102043 ++-1094127 ++-1098036 ++-1099056 ++-1092141 ++-1113008 ++-1100125 ++-1090020 ++-1096148 ++-1087110 ++-1106017 ++-1104051 ++-1103055 ++-1101097 ++-1085125 ++-1091134 ++-1097094 ++-1098037 ++-1102044 ++-1095149 ++-1113009 ++-1090021 ++-1099057 ++-1089099 ++-1094128 ++-1092142 ++-1088098 ++-1100126 ++-1104052 ++-1097095 ++-1106018 ++-1101098 ++-1096149 ++-1102045 ++-1103056 ++-1090022 ++-1089100 ++-1100127 ++-1104053 ++-1091135 ++-1092143 ++-1113010 ++-1098038 ++-1087111 ++-1095150 ++-1085126 ++-1106019 ++-1102046 ++-1099058 ++-1103057 ++-1096150 ++-1090023 ++-1101099 ++-1097096 ++-1089101 ++-1092144 ++-1113011 ++-1100128 ++-1094129 ++-1104054 ++-1088099 ++-1087112 ++-1091136 ++-1097097 ++-1106020 ++-1095151 ++-1092145 ++-1103058 ++-1096151 ++-1098039 ++-1102047 ++-1085127 ++-1101100 ++-1100129 ++-1099059 ++-1090024 ++-1104055 ++-1113012 ++-1089102 ++-1091137 ++-1104056 ++-1085128 ++-1101101 ++-1090025 ++-1091138 ++-1106021 ++-1097098 ++-1092146 ++-1096152 ++-1095152 ++-1087113 ++-1103059 ++-1088100 ++-1099060 ++-1094130 ++-1100130 ++-1085129 ++-1098040 ++-1090026 ++-1113013 ++-1102048 ++-1101102 ++-1089103 ++-1104057 ++-1097099 ++-1091139 ++-1099061 ++-1087114 ++-1095153 ++-1092147 ++-1096153 ++-1088101 ++-1100131 ++-1106022 ++-1104058 ++-1090027 ++-1103060 ++-1101103 ++-1094131 ++-1113014 ++-1085130 ++-1098041 ++-1102049 ++-1091140 ++-1097100 ++-1099062 ++-1095154 ++-1088102 ++-1096154 ++-1103061 ++-1089104 ++-1092148 ++-1106023 ++-1100132 ++-1090028 ++-1094132 ++-1098042 ++-1087115 ++-1113015 ++-1104059 ++-1085131 ++-1101104 ++-1091141 ++-1097101 ++-1102050 ++-1099063 ++-1095155 ++-1088103 ++-1103062 ++-1089105 ++-1100133 ++-1090029 ++-1087116 ++-1094133 ++-1104060 ++-1092149 ++-1106024 ++-1091142 ++-1085132 ++-1098043 ++-1097102 ++-1096155 ++-1113016 ++-1102051 ++-1099064 ++-1103063 ++-1101105 ++-1088104 ++-1087117 ++-1090030 ++-1104061 ++-1089106 ++-1094134 ++-1106025 ++-1091143 ++-1098044 ++-1100134 ++-1097103 ++-1092150 ++-1099065 ++-1102052 ++-1085133 ++-1113017 ++-1088105 ++-1103064 ++-1101106 ++-1094135 ++-1089107 ++-1087118 ++-1090031 ++-1106026 ++-1091144 ++-1100135 ++-1104062 ++-1092151 ++-1099066 ++-1102053 ++-1115000 ++-1097104 ++-1098045 ++-1103065 ++-1085134 ++-1101107 ++-1088106 ++-1113018 ++-1089108 ++-1094136 ++-1106027 ++-1087119 ++-1091145 ++-1100136 ++-1092152 ++-1104063 ++-1090032 ++-1103066 ++-1097105 ++-1115001 ++-1099067 ++-1085135 ++-1102054 ++-1101108 ++-1098046 ++-1116000 ++-1089109 ++-1113019 ++-1087120 ++-1088107 ++-1106028 ++-1094137 ++-1091146 ++-1104064 ++-1092153 ++-1100137 ++-1115002 ++-1103067 ++-1097106 ++-1099068 ++-1090033 ++-1101109 ++-1116001 ++-1085136 ++-1102055 ++-1113020 ++-1087121 ++-1089110 ++-1091147 ++-1106029 ++-1098047 ++-1104065 ++-1094138 ++-1092154 ++-1100138 ++-1088108 ++-1115003 ++-1103068 ++-1097107 ++-1090034 ++-1116002 ++-1087122 ++-1102056 ++-1099069 ++-1101110 ++-1089111 ++-1091148 ++-1113021 ++-1098048 ++-1104066 ++-1094139 ++-1092155 ++-1100139 ++-1103069 ++-1085137 ++-1106030 ++-1088109 ++-1115004 ++-1090035 ++-1097108 ++-1116003 ++-1102057 ++-1089112 ++-1099070 ++-1087123 ++-1098049 ++-1104067 ++-1091149 ++-1094140 ++-1101111 ++-1103070 ++-1106031 ++-1085138 ++-1100140 ++-1097109 ++-1113022 ++-1116004 ++-1102058 ++-1089113 ++-1103071 ++-1115005 ++-1087124 ++-1106032 ++-1085139 ++-1099071 ++-1090036 ++-1088110 ++-1101112 ++-1116005 ++-1092156 ++-1104068 ++-1103072 ++-1094141 ++-1102059 ++-1113023 ++-1097110 ++-1100141 ++-1089114 ++-1098050 ++-1091150 ++-1106033 ++-1087125 ++-1115006 ++-1099072 ++-1085140 ++-1090037 ++-1088111 ++-1101113 ++-1103073 ++-1104069 ++-1116006 ++-1113024 ++-1102060 ++-1100142 ++-1098051 ++-1094142 ++-1091151 ++-1087126 ++-1106034 ++-1097111 ++-1089115 ++-1115007 ++-1099073 ++-1090038 ++-1101114 ++-1103074 ++-1085141 ++-1113025 ++-1104070 ++-1116007 ++-1088112 ++-1100143 ++-1087127 ++-1094143 ++-1091152 ++-1102061 ++-1106035 ++-1098052 ++-1089116 ++-1097112 ++-1115008 ++-1103075 ++-1101115 ++-1090039 ++-1104071 ++-1099074 ++-1085142 ++-1116008 ++-1088113 ++-1091153 ++-1089117 ++-1087128 ++-1094144 ++-1113026 ++-1100144 ++-1106036 ++-1097113 ++-1112000 ++-1098053 ++-1102062 ++-1115009 ++-1101116 ++-1090040 ++-1089118 ++-1088114 ++-1104072 ++-1112001 ++-1087129 ++-1098054 ++-1094145 ++-1115010 ++-1103076 ++-1099075 ++-1085143 ++-1116009 ++-1100145 ++-1113027 ++-1106037 ++-1102063 ++-1091154 ++-1097114 ++-1090041 ++-1101117 ++-1089119 ++-1104073 ++-1087130 ++-1088115 ++-1112002 ++-1094146 ++-1098055 ++-1116010 ++-1113028 ++-1099076 ++-1085144 ++-1115011 ++-1103077 ++-1097115 ++-1101118 ++-1100146 ++-1090042 ++-1102064 ++-1106038 ++-1091155 ++-1087131 ++-1089120 ++-1104074 ++-1088116 ++-1112003 ++-1116011 ++-1113029 ++-1098056 ++-1094147 ++-1085145 ++-1115012 ++-1103078 ++-1101119 ++-1090043 ++-1099077 ++-1102065 ++-1097116 ++-1087132 ++-1100147 ++-1106039 ++-1089121 ++-1088117 ++-1104075 ++-1112004 ++-1116012 ++-1113030 ++-1094148 ++-1098057 ++-1085146 ++-1103079 ++-1102066 ++-1099078 ++-1115013 ++-1087133 ++-1101120 ++-1106040 ++-1090044 ++-1088118 ++-1100148 ++-1104076 ++-1097117 ++-1112005 ++-1089122 ++-1113031 ++-1098058 ++-1116013 ++-1094149 ++-1103080 ++-1085147 ++-1102067 ++-1099079 ++-1106041 ++-1100149 ++-1101121 ++-1088119 ++-1104077 ++-1090045 ++-1112006 ++-1087134 ++-1097118 ++-1089123 ++-1115014 ++-1113032 ++-1111000 ++-1098059 ++-1116014 ++-1085148 ++-1103081 ++-1094150 ++-1102068 ++-1099080 ++-1088120 ++-1106042 ++-1112007 ++-1099081 ++-1104078 ++-1113033 ++-1101122 ++-1090046 ++-1094151 ++-1100150 ++-1102069 ++-1116015 ++-1111001 ++-1098060 ++-1087135 ++-1097119 ++-1085149 ++-1088121 ++-1103082 ++-1112008 ++-1106043 ++-1115015 ++-1099082 ++-1089124 ++-1090047 ++-1104079 ++-1101123 ++-1113034 ++-1100151 ++-1111002 ++-1116016 ++-1102070 ++-1088122 ++-1112009 ++-1085150 ++-1106044 ++-1087136 ++-1098061 ++-1097120 ++-1103083 ++-1099083 ++-1089125 ++-1094152 ++-1115016 ++-1090048 ++-1101124 ++-1111003 ++-1104080 ++-1100152 ++-1116017 ++-1088123 ++-1113035 ++-1102071 ++-1085151 ++-1087137 ++-1106045 ++-1103084 ++-1112010 ++-1094153 ++-1098062 ++-1089126 ++-1099084 ++-1090049 ++-1097121 ++-1101125 ++-1111004 ++-1115017 ++-1102072 ++-1104081 ++-1088124 ++-1116018 ++-1100153 ++-1085152 ++-1113036 ++-1098063 ++-1094154 ++-1106046 ++-1087138 ++-1103085 ++-1112011 ++-1099085 ++-1090050 ++-1097122 ++-1115018 ++-1089127 ++-1101126 ++-1111005 ++-1102073 ++-1104082 ++-1088125 ++-1100154 ++-1116019 ++-1106047 ++-1113037 ++-1094155 ++-1085153 ++-1098064 ++-1103086 ++-1090051 ++-1112012 ++-1087139 ++-1089128 ++-1097123 ++-1099086 ++-1101127 ++-1115019 ++-1102074 ++-1111006 ++-1104083 ++-1116020 ++-1113038 ++-1100155 ++-1088126 ++-1085154 ++-1094156 ++-1103087 ++-1087140 ++-1090052 ++-1112013 ++-1089129 ++-1106048 ++-1098065 ++-1101128 ++-1111007 ++-1115020 ++-1099087 ++-1102075 ++-1097124 ++-1116021 ++-1113039 ++-1104084 ++-1088127 ++-1100156 ++-1087141 ++-1103088 ++-1085155 ++-1112014 ++-1098066 ++-1106049 ++-1089130 ++-1099088 ++-1090053 ++-1111008 ++-1097125 ++-1101129 ++-1102076 ++-1115021 ++-1116022 ++-1103089 ++-1113040 ++-1104085 ++-1087142 ++-1098067 ++-1112015 ++-1106050 ++-1089131 ++-1088128 ++-1099089 ++-1090054 ++-1111009 ++-1102077 ++-1097126 ++-1101130 ++-1116023 ++-1115022 ++-1103090 ++-1114000 ++-1104086 ++-1112016 ++-1113041 ++-1106051 ++-1089132 ++-1087143 ++-1098068 ++-1088129 ++-1099090 ++-1111010 ++-1097127 ++-1101131 ++-1102078 ++-1116024 ++-1090055 ++-1103091 ++-1113042 ++-1115023 ++-1114001 ++-1106052 ++-1104087 ++-1089133 ++-1112017 ++-1099091 ++-1111011 ++-1105000 ++-1087144 ++-1098069 ++-1120000 ++-1090056 ++-1102079 ++-1097128 ++-1116025 ++-1088130 ++-1103092 ++-1101132 ++-1113043 ++-1115024 ++-1089134 ++-1104088 ++-1099092 ++-1114002 ++-1106053 ++-1105001 ++-1112018 ++-1120001 ++-1087145 ++-1090057 ++-1111012 ++-1116026 ++-1097129 ++-1102080 ++-1088131 ++-1098070 ++-1103093 ++-1113044 ++-1115025 ++-1101133 ++-1089135 ++-1099093 ++-1105002 ++-1114003 ++-1104089 ++-1106054 ++-1120002 ++-1112019 ++-1116027 ++-1090058 ++-1097130 ++-1111013 ++-1088132 ++-1102081 ++-1087146 ++-1103094 ++-1098071 ++-1115026 ++-1113045 ++-1105003 ++-1101134 ++-1104090 ++-1089136 ++-1099094 ++-1114004 ++-1120003 ++-1097131 ++-1090059 ++-1106055 ++-1088133 ++-1102082 ++-1116028 ++-1112020 ++-1103095 ++-1111014 ++-1087147 ++-1098072 ++-1115027 ++-1113046 ++-1105004 ++-1104091 ++-1114005 ++-1099095 ++-1097132 ++-1120004 ++-1101135 ++-1102083 ++-1089137 ++-1112021 ++-1106056 ++-1087148 ++-1115028 ++-1087149 ++-1116029 ++-1088134 ++-1111015 ++-1090060 ++-1103096 ++-1097133 ++-1099096 ++-1101136 ++-1098073 ++-1105005 ++-1113047 ++-1087150 ++-1112022 ++-1114006 ++-1089138 ++-1104092 ++-1102084 ++-1115029 ++-1106057 ++-1120005 ++-1088135 ++-1097134 ++-1111016 ++-1090061 ++-1098074 ++-1103097 ++-1101137 ++-1112023 ++-1105006 ++-1113048 ++-1099097 ++-1116030 ++-1114007 ++-1102085 ++-1089139 ++-1120006 ++-1104093 ++-1115030 ++-1106058 ++-1087151 ++-1088136 ++-1097135 ++-1098075 ++-1111017 ++-1103098 ++-1105007 ++-1113049 ++-1116031 ++-1112024 ++-1102086 ++-1114008 ++-1104094 ++-1101138 ++-1120007 ++-1097136 ++-1106059 ++-1115031 ++-1088137 ++-1098076 ++-1087152 ++-1090062 ++-1099098 ++-1089140 ++-1103099 ++-1111018 ++-1113050 ++-1104095 ++-1102087 ++-1105008 ++-1116032 ++-1114009 ++-1112025 ++-1097137 ++-1098077 ++-1104096 ++-1102088 ++-1098078 ++-1113051 ++-1088138 ++-1089141 ++-1120008 ++-1115032 ++-1101139 ++-1103100 ++-1099099 ++-1106060 ++-1116033 ++-1087153 ++-1114010 ++-1111019 ++-1104097 ++-1097138 ++-1090063 ++-1112026 ++-1102089 ++-1105009 ++-1089142 ++-1088139 ++-1120009 ++-1099100 ++-1101140 ++-1113052 ++-1104098 ++-1116034 ++-1087154 ++-1106061 ++-1098079 ++-1111020 ++-1103101 ++-1090064 ++-1115033 ++-1097139 ++-1102090 ++-1114011 ++-1105010 ++-1112027 ++-1089143 ++-1120010 ++-1088140 ++-1099101 ++-1101141 ++-1113053 ++-1116035 ++-1098080 ++-1111021 ++-1087155 ++-1104099 ++-1103102 ++-1090065 ++-1114012 ++-1106062 ++-1115034 ++-1105011 ++-1102091 ++-1112028 ++-1097140 ++-1120011 ++-1099102 ++-1088141 ++-1089144 ++-1101142 ++-1116036 ++-1111022 ++-1113054 ++-1114013 ++-1106063 ++-1103103 ++-1090066 ++-1115035 ++-1098081 ++-1104100 ++-1102092 ++-1120012 ++-1099103 ++-1105012 ++-1097141 ++-1112029 ++-1089145 ++-1088142 ++-1116037 ++-1101143 ++-1111023 ++-1114014 ++-1106064 ++-1090067 ++-1098082 ++-1102093 ++-1104101 ++-1113055 ++-1097142 ++-1115036 ++-1112030 ++-1101144 ++-1089146 ++-1088143 ++-1103104 ++-1105013 ++-1120013 ++-1106065 ++-1115037 ++-1107000 ++-1111024 ++-1116038 ++-1099104 ++-1101145 ++-1089147 ++-1113056 ++-1104102 ++-1088144 ++-1098083 ++-1090068 ++-1102094 ++-1112031 ++-1097143 ++-1120014 ++-1105014 ++-1114015 ++-1106066 ++-1115038 ++-1116039 ++-1111025 ++-1099105 ++-1113057 ++-1103105 ++-1089148 ++-1107001 ++-1102095 ++-1098084 ++-1088145 ++-1101146 ++-1104103 ++-1120015 ++-1090069 ++-1112032 ++-1097144 ++-1115039 ++-1111026 ++-1114016 ++-1116040 ++-1103106 ++-1106067 ++-1099106 ++-1107002 ++-1102096 ++-1089149 ++-1113058 ++-1098085 ++-1105015 ++-1104104 ++-1112033 ++-1101147 ++-1115040 ++-1090070 ++-1111027 ++-1120016 ++-1103107 ++-1116041 ++-1088146 ++-1102097 ++-1114017 ++-1097145 ++-1106068 ++-1099107 ++-1107003 ++-1098086 ++-1113059 ++-1090071 ++-1104105 ++-1105016 ++-1116042 ++-1101148 ++-1111028 ++-1115041 ++-1112034 ++-1089150 ++-1120017 ++-1103108 ++-1102098 ++-1088147 ++-1106069 ++-1113060 ++-1099108 ++-1098087 ++-1104106 ++-1097146 ++-1114018 ++-1101149 ++-1116043 ++-1090072 ++-1103109 ++-1112035 ++-1115042 ++-1105017 ++-1111029 ++-1120018 ++-1102099 ++-1088148 ++-1089151 ++-1107004 ++-1106070 ++-1099109 ++-1104107 ++-1113061 ++-1098088 ++-1114019 ++-1101150 ++-1097147 ++-1116044 ++-1111030 ++-1112036 ++-1115043 ++-1103110 ++-1102100 ++-1105018 ++-1107005 ++-1089152 ++-1120019 ++-1088149 ++-1106071 ++-1090073 ++-1113062 ++-1099110 ++-1104108 ++-1098089 ++-1097148 ++-1111031 ++-1114020 ++-1101151 ++-1112037 ++-1103111 ++-1115044 ++-1102101 ++-1116045 ++-1107006 ++-1105019 ++-1089153 ++-1088150 ++-1120020 ++-1090074 ++-1113063 ++-1106072 ++-1104109 ++-1114021 ++-1099111 ++-1111032 ++-1098090 ++-1101152 ++-1115045 ++-1112038 ++-1097149 ++-1103112 ++-1107007 ++-1089154 ++-1102102 ++-1120021 ++-1090075 ++-1116046 ++-1105020 ++-1104110 ++-1088151 ++-1113064 ++-1106073 ++-1114022 ++-1111033 ++-1098091 ++-1099112 ++-1115046 ++-1103113 ++-1101153 ++-1107008 ++-1112039 ++-1120022 ++-1089155 ++-1097150 ++-1102103 ++-1090076 ++-1104111 ++-1113065 ++-1088152 ++-1116047 ++-1106074 ++-1105021 ++-1114023 ++-1111034 ++-1099113 ++-1115047 ++-1107009 ++-1101154 ++-1120023 ++-1102104 ++-1103114 ++-1098092 ++-1112040 ++-1089156 ++-1097151 ++-1116048 ++-1104112 ++-1090077 ++-1113066 ++-1114024 ++-1106075 ++-1088153 ++-1105022 ++-1099114 ++-1115048 ++-1111035 ++-1101155 ++-1102105 ++-1107010 ++-1120024 ++-1103115 ++-1112041 ++-1098093 ++-1104113 ++-1090078 ++-1114025 ++-1088154 ++-1097152 ++-1116049 ++-1105023 ++-1113067 ++-1106076 ++-1115049 ++-1099115 ++-1101156 ++-1107011 ++-1111036 ++-1102106 ++-1120025 ++-1114026 ++-1113068 ++-1106077 ++-1112042 ++-1103116 ++-1098094 ++-1088155 ++-1116050 ++-1104114 ++-1090079 ++-1097153 ++-1099116 ++-1105024 ++-1107012 ++-1113069 ++-1114027 ++-1102107 ++-1111037 ++-1120026 ++-1115050 ++-1109000 ++-1112043 ++-1103117 ++-1098095 ++-1099117 ++-1104115 ++-1097154 ++-1102108 ++-1113070 ++-1090080 ++-1116051 ++-1105025 ++-1106078 ++-1107013 ++-1111038 ++-1114028 ++-1109001 ++-1120027 ++-1099118 ++-1115051 ++-1098096 ++-1104116 ++-1103118 ++-1112044 ++-1097155 ++-1121000 ++-1090081 ++-1116052 ++-1106079 ++-1113071 ++-1114029 ++-1105026 ++-1111039 ++-1109002 ++-1107014 ++-1102109 ++-1099119 ++-1115052 ++-1104117 ++-1098097 ++-1103119 ++-1120028 ++-1112045 ++-1090082 ++-1102110 ++-1103120 ++-1116053 ++-1106080 ++-1115053 ++-1099120 ++-1120029 ++-1109003 ++-1111040 ++-1104118 ++-1098098 ++-1112046 ++-1107015 ++-1105027 ++-1097156 ++-1113072 ++-1114030 ++-1121001 ++-1108000 ++-1102111 ++-1090083 ++-1106081 ++-1103121 ++-1116054 ++-1111041 ++-1120030 ++-1112047 ++-1102112 ++-1104119 ++-1105028 ++-1098099 ++-1090084 ++-1121002 ++-1107016 ++-1103122 ++-1115054 ++-1108001 ++-1109004 ++-1113073 ++-1099121 ++-1114031 ++-1111042 ++-1116055 ++-1102113 ++-1112048 ++-1098100 ++-1120031 ++-1105029 ++-1115055 ++-1104120 ++-1109005 ++-1106082 ++-1108002 ++-1114032 ++-1107017 ++-1090085 ++-1099122 ++-1103123 ++-1113074 ++-1121003 ++-1116056 ++-1112049 ++-1102114 ++-1098101 ++-1120032 ++-1104121 ++-1109006 ++-1103124 ++-1107018 ++-1115056 ++-1090086 ++-1116057 ++-1108003 ++-1114033 ++-1099123 ++-1111043 ++-1121004 ++-1106083 ++-1113075 ++-1117000 ++-1103125 ++-1104122 ++-1112050 ++-1105030 ++-1102115 ++-1120033 ++-1109007 ++-1098102 ++-1115057 ++-1107019 ++-1106084 ++-1111044 ++-1121005 ++-1099124 ++-1113076 ++-1103126 ++-1108004 ++-1114034 ++-1105031 ++-1090087 ++-1102116 ++-1112051 ++-1109008 ++-1117001 ++-1102117 ++-1112052 ++-1117002 ++-1112053 ++-1102118 ++-1117003 ++-1103127 ++-1090088 ++-1116058 ++-1104123 ++-1107020 ++-1098103 ++-1108005 ++-1099125 ++-1120034 ++-1111045 ++-1114035 ++-1115058 ++-1109009 ++-1113077 ++-1121006 ++-1105032 ++-1103128 ++-1117004 ++-1102119 ++-1106085 ++-1112054 ++-1104124 ++-1116059 ++-1090089 ++-1098104 ++-1099126 ++-1108006 ++-1107021 ++-1120035 ++-1105033 ++-1106086 ++-1109010 ++-1111046 ++-1103129 ++-1115059 ++-1112055 ++-1114036 ++-1102120 ++-1090090 ++-1117005 ++-1121007 ++-1113078 ++-1099127 ++-1104125 ++-1108007 ++-1116060 ++-1107022 ++-1105034 ++-1098105 ++-1103130 ++-1106087 ++-1120036 ++-1111047 ++-1114037 ++-1112056 ++-1109011 ++-1115060 ++-1102121 ++-1121008 ++-1090091 ++-1099128 ++-1113079 ++-1105035 ++-1104126 ++-1107023 ++-1098106 ++-1103131 ++-1106088 ++-1120037 ++-1117006 ++-1111048 ++-1108008 ++-1109012 ++-1116061 ++-1115061 ++-1112057 ++-1114038 ++-1090092 ++-1121009 ++-1103132 ++-1113080 ++-1099129 ++-1104127 ++-1106089 ++-1120038 ++-1108009 ++-1107024 ++-1117007 ++-1114039 ++-1105036 ++-1109013 ++-1111049 ++-1090093 ++-1102122 ++-1116062 ++-1098107 ++-1115062 ++-1103133 ++-1104128 ++-1121010 ++-1099130 ++-1112058 ++-1106090 ++-1113081 ++-1108010 ++-1114040 ++-1120039 ++-1105037 ++-1111050 ++-1116063 ++-1107025 ++-1117008 ++-1098108 ++-1109014 ++-1104129 ++-1090094 ++-1102123 ++-1103134 ++-1099131 ++-1112059 ++-1121011 ++-1114041 ++-1120040 ++-1121012 ++-1115063 ++-1113082 ++-1104130 ++-1108011 ++-1103135 ++-1120041 ++-1098109 ++-1106091 ++-1105038 ++-1099132 ++-1116064 ++-1107026 ++-1109015 ++-1112060 ++-1090095 ++-1117009 ++-1111051 ++-1102124 ++-1115064 ++-1114042 ++-1121013 ++-1113083 ++-1103136 ++-1120042 ++-1098110 ++-1099133 ++-1106092 ++-1104131 ++-1109016 ++-1108012 ++-1107027 ++-1116065 ++-1105039 ++-1112061 ++-1090096 ++-1111052 ++-1117010 ++-1102125 ++-1114043 ++-1115065 ++-1121014 ++-1113084 ++-1103137 ++-1098111 ++-1105040 ++-1090097 ++-1103138 ++-1120043 ++-1106093 ++-1102126 ++-1107028 ++-1099134 ++-1109017 ++-1108013 ++-1104132 ++-1116066 ++-1112062 ++-1103139 ++-1105041 ++-1111053 ++-1117011 ++-1114044 ++-1090098 ++-1113085 ++-1098112 ++-1115066 ++-1121015 ++-1120044 ++-1106094 ++-1102127 ++-1108014 ++-1099135 ++-1104133 ++-1105042 ++-1109018 ++-1103140 ++-1116067 ++-1111054 ++-1107029 ++-1117012 ++-1112063 ++-1114045 ++-1090099 ++-1113086 ++-1115067 ++-1121016 ++-1120045 ++-1098113 ++-1102128 ++-1099136 ++-1105043 ++-1106095 ++-1103141 ++-1108015 ++-1111055 ++-1107030 ++-1114046 ++-1109019 ++-1112064 ++-1117013 ++-1116068 ++-1104134 ++-1121017 ++-1090100 ++-1115068 ++-1098114 ++-1113087 ++-1102129 ++-1120046 ++-1105044 ++-1099137 ++-1103142 ++-1111056 ++-1106096 ++-1107031 ++-1114047 ++-1112065 ++-1108016 ++-1117014 ++-1109020 ++-1121018 ++-1090101 ++-1098115 ++-1113088 ++-1116069 ++-1115069 ++-1104135 ++-1120047 ++-1102130 ++-1103143 ++-1099138 ++-1111057 ++-1105045 ++-1106097 ++-1107032 ++-1112066 ++-1108017 ++-1114048 ++-1090102 ++-1113089 ++-1098116 ++-1115070 ++-1117015 ++-1109021 ++-1121019 ++-1120048 ++-1102131 ++-1103144 ++-1116070 ++-1099139 ++-1105046 ++-1104136 ++-1106098 ++-1107033 ++-1112067 ++-1111058 ++-1108018 ++-1090103 ++-1113090 ++-1098117 ++-1115071 ++-1114049 ++-1109022 ++-1116071 ++-1102132 ++-1117016 ++-1121020 ++-1099140 ++-1120049 ++-1104137 ++-1105047 ++-1103145 ++-1107034 ++-1112068 ++-1106099 ++-1108019 ++-1113091 ++-1090104 ++-1111059 ++-1115072 ++-1114050 ++-1116072 ++-1102133 ++-1121021 ++-1104138 ++-1113092 ++-1117017 ++-1103146 ++-1116073 ++-1112069 ++-1111060 ++-1090105 ++-1108020 ++-1107035 ++-1102134 ++-1120050 ++-1098118 ++-1106100 ++-1114051 ++-1109023 ++-1105048 ++-1099141 ++-1115073 ++-1104139 ++-1121022 ++-1117018 ++-1113093 ++-1103147 ++-1111061 ++-1107036 ++-1116074 ++-1105049 ++-1108021 ++-1102135 ++-1120051 ++-1109024 ++-1090106 ++-1099142 ++-1112070 ++-1104140 ++-1106101 ++-1098119 ++-1114052 ++-1115074 ++-1117019 ++-1121023 ++-1113094 ++-1103148 ++-1111062 ++-1105050 ++-1107037 ++-1102136 ++-1116075 ++-1090107 ++-1109025 ++-1106102 ++-1099143 ++-1120052 ++-1108022 ++-1114053 ++-1117020 ++-1113095 ++-1115075 ++-1121024 ++-1103149 ++-1104141 ++-1112071 ++-1098120 ++-1111063 ++-1116076 ++-1105051 ++-1109026 ++-1107038 ++-1106103 ++-1120053 ++-1090108 ++-1102137 ++-1117021 ++-1113096 ++-1099144 ++-1115076 ++-1108023 ++-1114054 ++-1103150 ++-1121025 ++-1098121 ++-1104142 ++-1111064 ++-1116077 ++-1112072 ++-1090109 ++-1109027 ++-1105052 ++-1099145 ++-1102138 ++-1107039 ++-1115077 ++-1117022 ++-1120054 ++-1106104 ++-1103151 ++-1121026 ++-1114055 ++-1113097 ++-1104143 ++-1098122 ++-1111065 ++-1108024 ++-1116078 ++-1112073 ++-1105053 ++-1099146 ++-1090110 ++-1102139 ++-1115078 ++-1109028 ++-1121027 ++-1117023 ++-1112074 ++-1108025 ++-1104144 ++-1107040 ++-1116079 ++-1103152 ++-1114056 ++-1106105 ++-1120055 ++-1111066 ++-1099147 ++-1113098 ++-1090111 ++-1098123 ++-1102140 ++-1115079 ++-1112075 ++-1109029 ++-1121028 ++-1108026 ++-1107041 ++-1117024 ++-1103153 ++-1116080 ++-1120056 ++-1104145 ++-1111067 ++-1098124 ++-1115080 ++-1107042 ++-1102141 ++-1111068 ++-1112076 ++-1115081 ++-1117025 ++-1106106 ++-1090112 ++-1099148 ++-1103154 ++-1108027 ++-1105054 ++-1121029 ++-1104146 ++-1120057 ++-1114057 ++-1109030 ++-1113099 ++-1098125 ++-1107043 ++-1116081 ++-1102142 ++-1112077 ++-1111069 ++-1117026 ++-1090113 ++-1099149 ++-1115082 ++-1108028 ++-1106107 ++-1103155 ++-1121030 ++-1120058 ++-1105055 ++-1109031 ++-1114058 ++-1104147 ++-1116082 ++-1111070 ++-1117027 ++-1098126 ++-1113100 ++-1102143 ++-1112078 ++-1107044 ++-1115083 ++-1099150 ++-1090114 ++-1108029 ++-1121031 ++-1109032 ++-1114059 ++-1120059 ++-1104148 ++-1106108 ++-1111071 ++-1105056 ++-1116083 ++-1098127 ++-1117028 ++-1113101 ++-1112079 ++-1102144 ++-1115084 ++-1099151 ++-1107045 ++-1109033 ++-1121032 ++-1108030 ++-1090115 ++-1104149 ++-1106109 ++-1116084 ++-1111072 ++-1114060 ++-1098128 ++-1120060 ++-1105057 ++-1102145 ++-1117029 ++-1112080 ++-1113102 ++-1099152 ++-1115085 ++-1123000 ++-1107046 ++-1104150 ++-1090116 ++-1109034 ++-1113103 ++-1108031 ++-1120061 ++-1111073 ++-1121033 ++-1098129 ++-1105058 ++-1106110 ++-1116085 ++-1109035 ++-1102146 ++-1104151 ++-1112081 ++-1114061 ++-1117030 ++-1090117 ++-1113104 ++-1099153 ++-1107047 ++-1123001 ++-1115086 ++-1108032 ++-1120062 ++-1121034 ++-1116086 ++-1111074 ++-1102147 ++-1109036 ++-1104152 ++-1106111 ++-1098130 ++-1112082 ++-1114062 ++-1105059 ++-1090118 ++-1099154 ++-1113105 ++-1123002 ++-1117031 ++-1108033 ++-1107048 ++-1115087 ++-1120063 ++-1116087 ++-1121035 ++-1106112 ++-1111075 ++-1098131 ++-1109037 ++-1112083 ++-1104153 ++-1105060 ++-1123003 ++-1102148 ++-1113106 ++-1099155 ++-1114063 ++-1090119 ++-1107049 ++-1108034 ++-1115088 ++-1117032 ++-1121036 ++-1116088 ++-1120064 ++-1098132 ++-1111076 ++-1109038 ++-1112084 ++-1106113 ++-1104154 ++-1123004 ++-1105061 ++-1114064 ++-1102149 ++-1115089 ++-1113107 ++-1107050 ++-1090120 ++-1108035 ++-1121037 ++-1116089 ++-1117033 ++-1120065 ++-1112085 ++-1109039 ++-1104155 ++-1111077 ++-1123005 ++-1098133 ++-1114065 ++-1102150 ++-1115090 ++-1106114 ++-1105062 ++-1090121 ++-1107051 ++-1121038 ++-1120066 ++-1108036 ++-1113108 ++-1109040 ++-1116090 ++-1111078 ++-1117034 ++-1123006 ++-1112086 ++-1098134 ++-1119000 ++-1102151 ++-1115091 ++-1106115 ++-1105063 ++-1114066 ++-1108037 ++-1120067 ++-1107052 ++-1121039 ++-1109041 ++-1116091 ++-1090122 ++-1111079 ++-1113109 ++-1123007 ++-1098135 ++-1119001 ++-1102152 ++-1115092 ++-1106116 ++-1117035 ++-1105064 ++-1112087 ++-1108038 ++-1121040 ++-1114067 ++-1107053 ++-1111080 ++-1120068 ++-1116092 ++-1090123 ++-1109042 ++-1113110 ++-1124000 ++-1119002 ++-1123008 ++-1098136 ++-1115093 ++-1112088 ++-1105065 ++-1117036 ++-1102153 ++-1108039 ++-1114068 ++-1106117 ++-1121041 ++-1111081 ++-1120069 ++-1109043 ++-1113111 ++-1107054 ++-1116093 ++-1090124 ++-1124001 ++-1098137 ++-1119003 ++-1112089 ++-1115094 ++-1123009 ++-1105066 ++-1117037 ++-1108040 ++-1114069 ++-1102154 ++-1121042 ++-1120070 ++-1106118 ++-1109044 ++-1107055 ++-1113112 ++-1116094 ++-1090125 ++-1111082 ++-1124002 ++-1119004 ++-1098138 ++-1115095 ++-1117038 ++-1123010 ++-1112090 ++-1105067 ++-1108041 ++-1120071 ++-1121043 ++-1106119 ++-1109045 ++-1114070 ++-1107056 ++-1113113 ++-1102155 ++-1111083 ++-1090126 ++-1115096 ++-1116095 ++-1098139 ++-1124003 ++-1112091 ++-1119005 ++-1121044 ++-1117039 ++-1108042 ++-1105068 ++-1123011 ++-1109046 ++-1120072 ++-1106120 ++-1114071 ++-1113114 ++-1102156 ++-1107057 ++-1116096 ++-1111084 ++-1090127 ++-1098140 ++-1115097 ++-1124004 ++-1112092 ++-1119006 ++-1117040 ++-1121045 ++-1124005 ++-1119007 ++-1117041 ++-1115098 ++-1109047 ++-1113115 ++-1107058 ++-1111085 ++-1121046 ++-1123012 ++-1112093 ++-1105069 ++-1116097 ++-1114072 ++-1108043 ++-1098141 ++-1090128 ++-1106121 ++-1120073 ++-1124006 ++-1109048 ++-1107059 ++-1112094 ++-1122000 ++-1119008 ++-1113116 ++-1108044 ++-1111086 ++-1116098 ++-1115099 ++-1114073 ++-1120074 ++-1121047 ++-1117042 ++-1098142 ++-1105070 ++-1123013 ++-1090129 ++-1106122 ++-1109049 ++-1124007 ++-1107060 ++-1112095 ++-1122001 ++-1111087 ++-1119009 ++-1120075 ++-1117043 ++-1116099 ++-1121048 ++-1113117 ++-1114074 ++-1108045 ++-1115100 ++-1105071 ++-1098143 ++-1106123 ++-1123014 ++-1090130 ++-1107061 ++-1109050 ++-1124008 ++-1122002 ++-1111088 ++-1120076 ++-1117044 ++-1119010 ++-1112096 ++-1121049 ++-1114075 ++-1116100 ++-1108046 ++-1123015 ++-1098144 ++-1106124 ++-1105072 ++-1107062 ++-1115101 ++-1113118 ++-1109051 ++-1122003 ++-1090131 ++-1124009 ++-1117045 ++-1105073 ++-1121050 ++-1111089 ++-1114076 ++-1112097 ++-1120077 ++-1124010 ++-1119011 ++-1098145 ++-1117046 ++-1108047 ++-1090132 ++-1122004 ++-1115102 ++-1116101 ++-1107063 ++-1106125 ++-1123016 ++-1109052 ++-1113119 ++-1105074 ++-1111090 ++-1121051 ++-1090133 ++-1108048 ++-1120078 ++-1098146 ++-1106126 ++-1112098 ++-1115103 ++-1116102 ++-1124011 ++-1114077 ++-1122005 ++-1117047 ++-1119012 ++-1107064 ++-1109053 ++-1113120 ++-1105075 ++-1123017 ++-1121052 ++-1111091 ++-1090134 ++-1120079 ++-1115104 ++-1106127 ++-1116103 ++-1112099 ++-1122006 ++-1108049 ++-1124012 ++-1119013 ++-1114078 ++-1098147 ++-1109054 ++-1117048 ++-1105076 ++-1107065 ++-1121053 ++-1123018 ++-1090135 ++-1111092 ++-1113121 ++-1115105 ++-1120080 ++-1106128 ++-1112100 ++-1122007 ++-1119014 ++-1116104 ++-1109055 ++-1108050 ++-1107066 ++-1124013 ++-1098148 ++-1117049 ++-1114079 ++-1105077 ++-1090136 ++-1113122 ++-1121054 ++-1120081 ++-1123019 ++-1115106 ++-1112101 ++-1111093 ++-1119015 ++-1106129 ++-1122008 ++-1116105 ++-1109056 ++-1108051 ++-1107067 ++-1117050 ++-1105078 ++-1090137 ++-1124014 ++-1098149 ++-1121055 ++-1114080 ++-1115107 ++-1113123 ++-1111094 ++-1119016 ++-1112102 ++-1120082 ++-1123020 ++-1116106 ++-1122009 ++-1108052 ++-1106130 ++-1105079 ++-1124015 ++-1109057 ++-1117051 ++-1107068 ++-1090138 ++-1098150 ++-1111095 ++-1119017 ++-1115108 ++-1112103 ++-1121056 ++-1120083 ++-1114081 ++-1116107 ++-1113124 ++-1122010 ++-1108053 ++-1106131 ++-1123021 ++-1105080 ++-1109058 ++-1124016 ++-1115109 ++-1107069 ++-1124017 ++-1090139 ++-1119018 ++-1098151 ++-1122011 ++-1111096 ++-1113125 ++-1123022 ++-1114082 ++-1117052 ++-1120084 ++-1115110 ++-1106132 ++-1105081 ++-1108054 ++-1109059 ++-1116108 ++-1121057 ++-1112104 ++-1107070 ++-1122012 ++-1113126 ++-1098152 ++-1111097 ++-1090140 ++-1114083 ++-1124018 ++-1106133 ++-1117053 ++-1120085 ++-1119019 ++-1115111 ++-1105082 ++-1108055 ++-1123023 ++-1116109 ++-1112105 ++-1109060 ++-1121058 ++-1113127 ++-1098153 ++-1122013 ++-1107071 ++-1114084 ++-1090141 ++-1117054 ++-1111098 ++-1124019 ++-1119020 ++-1106134 ++-1120086 ++-1115112 ++-1105083 ++-1116110 ++-1123024 ++-1108056 ++-1112106 ++-1122014 ++-1109061 ++-1113128 ++-1107072 ++-1121059 ++-1117055 ++-1098154 ++-1090142 ++-1114085 ++-1124020 ++-1111099 ++-1106135 ++-1115113 ++-1119021 ++-1120087 ++-1123025 ++-1105084 ++-1109062 ++-1116111 ++-1122015 ++-1112107 ++-1108057 ++-1121060 ++-1107073 ++-1098155 ++-1114086 ++-1113129 ++-1117056 ++-1111100 ++-1119022 ++-1106136 ++-1090143 ++-1115114 ++-1124021 ++-1120088 ++-1105085 ++-1116112 ++-1109063 ++-1123026 ++-1112108 ++-1121061 ++-1107074 ++-1122016 ++-1108058 ++-1114087 ++-1117057 ++-1113130 ++-1111101 ++-1119023 ++-1115115 ++-1120089 ++-1105086 ++-1106137 ++-1124022 ++-1090144 ++-1116113 ++-1123027 ++-1112109 ++-1121062 ++-1109064 ++-1109065 ++-1119024 ++-1114088 ++-1105087 ++-1107075 ++-1113131 ++-1108059 ++-1111102 ++-1112110 ++-1122017 ++-1115116 ++-1120090 ++-1090145 ++-1124023 ++-1117058 ++-1121063 ++-1116114 ++-1123028 ++-1119025 ++-1106138 ++-1109066 ++-1105088 ++-1114089 ++-1118000 ++-1113132 ++-1107076 ++-1111103 ++-1108060 ++-1115117 ++-1117059 ++-1124024 ++-1112111 ++-1121064 ++-1106139 ++-1122018 ++-1119026 ++-1116115 ++-1120091 ++-1090146 ++-1105089 ++-1123029 ++-1118001 ++-1114090 ++-1109067 ++-1113133 ++-1111104 ++-1107077 ++-1108061 ++-1115118 ++-1117060 ++-1121065 ++-1124025 ++-1112112 ++-1106140 ++-1123030 ++-1090147 ++-1122019 ++-1116116 ++-1114091 ++-1118002 ++-1105090 ++-1120092 ++-1119027 ++-1109068 ++-1107078 ++-1113134 ++-1108062 ++-1115119 ++-1111105 ++-1112113 ++-1121066 ++-1124026 ++-1106141 ++-1117061 ++-1116117 ++-1123031 ++-1090148 ++-1105091 ++-1118003 ++-1119028 ++-1109069 ++-1114092 ++-1122020 ++-1108063 ++-1120093 ++-1107079 ++-1117062 ++-1111106 ++-1113135 ++-1106142 ++-1121067 ++-1115120 ++-1116118 ++-1112114 ++-1105092 ++-1124027 ++-1119029 ++-1109070 ++-1118004 ++-1090149 ++-1123032 ++-1108064 ++-1122021 ++-1107080 ++-1117063 ++-1114093 ++-1120094 ++-1113136 ++-1106143 ++-1111107 ++-1116119 ++-1121068 ++-1115121 ++-1105093 ++-1119030 ++-1090150 ++-1112115 ++-1118005 ++-1124028 ++-1123033 ++-1109071 ++-1108065 ++-1122022 ++-1107081 ++-1116120 ++-1106144 ++-1121069 ++-1105094 ++-1117064 ++-1113137 ++-1115122 ++-1114094 ++-1120095 ++-1111108 ++-1119031 ++-1090151 ++-1118006 ++-1123034 ++-1109072 ++-1112116 ++-1124029 ++-1108066 ++-1116121 ++-1122023 ++-1106145 ++-1114095 ++-1107082 ++-1113138 ++-1115123 ++-1105095 ++-1121070 ++-1120096 ++-1119032 ++-1117065 ++-1123035 ++-1109073 ++-1124030 ++-1090152 ++-1111109 ++-1118007 ++-1112117 ++-1108067 ++-1122024 ++-1114096 ++-1107083 ++-1116122 ++-1105096 ++-1106146 ++-1115124 ++-1113139 ++-1119033 ++-1120097 ++-1117066 ++-1123036 ++-1121071 ++-1111110 ++-1090153 ++-1124031 ++-1109074 ++-1112118 ++-1114097 ++-1108068 ++-1116123 ++-1111111 ++-1118008 ++-1112119 ++-1123037 ++-1119034 ++-1107084 ++-1105097 ++-1090154 ++-1122025 ++-1120098 ++-1113140 ++-1121072 ++-1115125 ++-1124032 ++-1114098 ++-1108069 ++-1117067 ++-1109075 ++-1106147 ++-1116124 ++-1105098 ++-1119035 ++-1090155 ++-1111112 ++-1123038 ++-1121073 ++-1115126 ++-1124033 ++-1120099 ++-1109076 ++-1118009 ++-1117068 ++-1107085 ++-1112120 ++-1108070 ++-1113141 ++-1114099 ++-1116125 ++-1122026 ++-1105099 ++-1119036 ++-1111113 ++-1121074 ++-1115127 ++-1124034 ++-1109077 ++-1123039 ++-1107086 ++-1118010 ++-1117069 ++-1108071 ++-1113142 ++-1120100 ++-1114100 ++-1122027 ++-1116126 ++-1105100 ++-1112121 ++-1106148 ++-1119037 ++-1121075 ++-1111114 ++-1124035 ++-1115128 ++-1109078 ++-1107087 ++-1117070 ++-1123040 ++-1113143 ++-1118011 ++-1120101 ++-1114101 ++-1122028 ++-1112122 ++-1108072 ++-1105101 ++-1116127 ++-1121076 ++-1106149 ++-1119038 ++-1124036 ++-1115129 ++-1109079 ++-1110000 ++-1117071 ++-1107088 ++-1114102 ++-1123041 ++-1106150 ++-1112123 ++-1116128 ++-1118012 ++-1124037 ++-1123042 ++-1113144 ++-1112124 ++-1120102 ++-1118013 ++-1122029 ++-1110001 ++-1116129 ++-1111115 ++-1109080 ++-1108073 ++-1121077 ++-1119039 ++-1107089 ++-1117072 ++-1106151 ++-1115130 ++-1124038 ++-1105102 ++-1114103 ++-1123043 ++-1113145 ++-1120103 ++-1111116 ++-1112125 ++-1122030 ++-1118014 ++-1116130 ++-1108074 ++-1121078 ++-1109081 ++-1110002 ++-1106152 ++-1117073 ++-1107090 ++-1114104 ++-1119040 ++-1123044 ++-1124039 ++-1115131 ++-1105103 ++-1111117 ++-1113146 ++-1120104 ++-1122031 ++-1108075 ++-1112126 ++-1116131 ++-1118015 ++-1109082 ++-1110003 ++-1121079 ++-1114105 ++-1107091 ++-1106153 ++-1124040 ++-1123045 ++-1117074 ++-1115132 ++-1119041 ++-1105104 ++-1111118 ++-1122032 ++-1116132 ++-1113147 ++-1112127 ++-1118016 ++-1114106 ++-1120105 ++-1109083 ++-1121080 ++-1108076 ++-1110004 ++-1107092 ++-1123046 ++-1117075 ++-1124041 ++-1115133 ++-1106154 ++-1119042 ++-1105105 ++-1111119 ++-1116133 ++-1113148 ++-1109084 ++-1112128 ++-1118017 ++-1114107 ++-1108077 ++-1122033 ++-1120106 ++-1110005 ++-1107093 ++-1123047 ++-1115134 ++-1117076 ++-1121081 ++-1106155 ++-1124042 ++-1119043 ++-1109085 ++-1118018 ++-1116134 ++-1105106 ++-1114108 ++-1113149 ++-1108078 ++-1120107 ++-1122034 ++-1112129 ++-1111120 ++-1123048 ++-1115135 ++-1117077 ++-1121082 ++-1107094 ++-1110006 ++-1106156 ++-1119044 ++-1118019 ++-1114109 ++-1116135 ++-1124043 ++-1108079 ++-1109086 ++-1105107 ++-1112130 ++-1122035 ++-1123049 ++-1120108 ++-1115136 ++-1117078 ++-1110007 ++-1113150 ++-1111121 ++-1107095 ++-1121083 ++-1119045 ++-1116136 ++-1108080 ++-1114110 ++-1105108 ++-1118020 ++-1109087 ++-1124044 ++-1120109 ++-1112131 ++-1117079 ++-1122036 ++-1123050 ++-1111122 ++-1121084 ++-1110008 ++-1115137 ++-1108081 ++-1113151 ++-1107096 ++-1116137 ++-1119046 ++-1114111 ++-1118021 ++-1124045 ++-1120110 ++-1112132 ++-1117080 ++-1105109 ++-1109088 ++-1119047 ++-1112133 ++-1121085 ++-1114112 ++-1123051 ++-1122037 ++-1111123 ++-1120111 ++-1113152 ++-1108082 ++-1124046 ++-1110009 ++-1116138 ++-1115138 ++-1117081 ++-1107097 ++-1118022 ++-1126000 ++-1109089 ++-1105110 ++-1119048 ++-1114113 ++-1123052 ++-1112134 ++-1111124 ++-1121086 ++-1108083 ++-1120112 ++-1122038 ++-1115139 ++-1116139 ++-1117082 ++-1113153 ++-1107098 ++-1124047 ++-1110010 ++-1126001 ++-1118023 ++-1109090 ++-1114114 ++-1105111 ++-1123053 ++-1108084 ++-1111125 ++-1121087 ++-1119049 ++-1122039 ++-1112135 ++-1117083 ++-1120113 ++-1115140 ++-1116140 ++-1118024 ++-1107099 ++-1113154 ++-1110011 ++-1124048 ++-1109091 ++-1105112 ++-1123054 ++-1126002 ++-1114115 ++-1119050 ++-1121088 ++-1108085 ++-1120114 ++-1122040 ++-1118025 ++-1112136 ++-1117084 ++-1107100 ++-1115141 ++-1116141 ++-1109092 ++-1113155 ++-1111126 ++-1123055 ++-1124049 ++-1126003 ++-1105113 ++-1110012 ++-1114116 ++-1119051 ++-1121089 ++-1120115 ++-1122041 ++-1112137 ++-1117085 ++-1118026 ++-1108086 ++-1115142 ++-1116142 ++-1109093 ++-1123056 ++-1105114 ++-1111127 ++-1124050 ++-1110013 ++-1107101 ++-1114117 ++-1126004 ++-1119052 ++-1121090 ++-1122042 ++-1117086 ++-1112138 ++-1118027 ++-1116143 ++-1115143 ++-1120116 ++-1110014 ++-1108087 ++-1114118 ++-1109094 ++-1123057 ++-1105115 ++-1124051 ++-1111128 ++-1119053 ++-1121091 ++-1107102 ++-1122043 ++-1117087 ++-1126005 ++-1108088 ++-1110015 ++-1133000 ++-1112139 ++-1116144 ++-1115144 ++-1120117 ++-1118028 ++-1114119 ++-1109095 ++-1123058 ++-1111129 ++-1124052 ++-1122044 ++-1110016 ++-1117088 ++-1126006 ++-1105116 ++-1119054 ++-1133001 ++-1121092 ++-1118029 ++-1107103 ++-1115145 ++-1116145 ++-1108089 ++-1120118 ++-1112140 ++-1114120 ++-1109096 ++-1111130 ++-1123059 ++-1122045 ++-1105117 ++-1121093 ++-1126007 ++-1110017 ++-1124053 ++-1133002 ++-1117089 ++-1107104 ++-1116146 ++-1120119 ++-1108090 ++-1115146 ++-1112141 ++-1118030 ++-1114121 ++-1109097 ++-1119055 ++-1123060 ++-1111131 ++-1105118 ++-1110018 ++-1133003 ++-1121094 ++-1126008 ++-1117090 ++-1124054 ++-1122046 ++-1112142 ++-1115147 ++-1109098 ++-1118031 ++-1107105 ++-1114122 ++-1116147 ++-1120120 ++-1108091 ++-1119056 ++-1123061 ++-1107106 ++-1109099 ++-1122047 ++-1111132 ++-1119057 ++-1116148 ++-1115148 ++-1120121 ++-1110019 ++-1114123 ++-1108092 ++-1118032 ++-1112143 ++-1124055 ++-1126009 ++-1117091 ++-1105119 ++-1133004 ++-1121095 ++-1123062 ++-1119058 ++-1109100 ++-1107107 ++-1122048 ++-1114124 ++-1115149 ++-1120122 ++-1108093 ++-1110020 ++-1112144 ++-1126010 ++-1117092 ++-1118033 ++-1111133 ++-1124056 ++-1121096 ++-1133005 ++-1116149 ++-1105120 ++-1107108 ++-1114125 ++-1123063 ++-1109101 ++-1119059 ++-1122049 ++-1112145 ++-1108094 ++-1126011 ++-1115150 ++-1124057 ++-1120123 ++-1111134 ++-1121097 ++-1117093 ++-1110021 ++-1118034 ++-1116150 ++-1105121 ++-1133006 ++-1114126 ++-1123064 ++-1107109 ++-1109102 ++-1122050 ++-1119060 ++-1108095 ++-1112146 ++-1126012 ++-1111135 ++-1120124 ++-1124058 ++-1121098 ++-1117094 ++-1116151 ++-1105122 ++-1114127 ++-1110022 ++-1118035 ++-1123065 ++-1133007 ++-1109103 ++-1107110 ++-1119061 ++-1108096 ++-1122051 ++-1124059 ++-1112147 ++-1111136 ++-1117095 ++-1120125 ++-1121099 ++-1116152 ++-1105123 ++-1114128 ++-1126013 ++-1118036 ++-1110023 ++-1123066 ++-1133008 ++-1109104 ++-1107111 ++-1124060 ++-1120126 ++-1117096 ++-1108097 ++-1121100 ++-1116153 ++-1119062 ++-1122052 ++-1105124 ++-1118037 ++-1114129 ++-1112148 ++-1111137 ++-1123067 ++-1126014 ++-1110024 ++-1135000 ++-1109105 ++-1107112 ++-1133009 ++-1117097 ++-1108098 ++-1121101 ++-1124061 ++-1116154 ++-1120127 ++-1119063 ++-1122053 ++-1123068 ++-1111138 ++-1126015 ++-1112149 ++-1114130 ++-1109106 ++-1116155 ++-1109107 ++-1107113 ++-1110025 ++-1117098 ++-1121102 ++-1135001 ++-1133010 ++-1108099 ++-1118038 ++-1119064 ++-1122054 ++-1105125 ++-1126016 ++-1112150 ++-1120128 ++-1124062 ++-1123069 ++-1114131 ++-1116156 ++-1111139 ++-1109108 ++-1107114 ++-1110026 ++-1135002 ++-1121103 ++-1118039 ++-1126017 ++-1112151 ++-1122055 ++-1105126 ++-1117099 ++-1133011 ++-1108100 ++-1120129 ++-1124063 ++-1119065 ++-1123070 ++-1114132 ++-1111140 ++-1107115 ++-1109109 ++-1121104 ++-1110027 ++-1135003 ++-1126018 ++-1108101 ++-1124064 ++-1118040 ++-1105127 ++-1120130 ++-1133012 ++-1119066 ++-1112152 ++-1123071 ++-1122056 ++-1117100 ++-1114133 ++-1111141 ++-1107116 ++-1121105 ++-1135004 ++-1109110 ++-1110028 ++-1124065 ++-1108102 ++-1120131 ++-1105128 ++-1119067 ++-1126019 ++-1123072 ++-1118041 ++-1117101 ++-1133013 ++-1112153 ++-1114134 ++-1136000 ++-1122057 ++-1107117 ++-1111142 ++-1121106 ++-1109111 ++-1119068 ++-1126020 ++-1135005 ++-1110029 ++-1123073 ++-1136001 ++-1120132 ++-1118042 ++-1117102 ++-1124066 ++-1119069 ++-1108103 ++-1109112 ++-1105129 ++-1111143 ++-1107118 ++-1122058 ++-1126021 ++-1121107 ++-1133014 ++-1114135 ++-1112154 ++-1135006 ++-1110030 ++-1123074 ++-1117103 ++-1119070 ++-1136002 ++-1105130 ++-1108104 ++-1109113 ++-1111144 ++-1118043 ++-1120133 ++-1126022 ++-1124067 ++-1107119 ++-1114136 ++-1121108 ++-1122059 ++-1133015 ++-1112155 ++-1135007 ++-1123075 ++-1110031 ++-1117104 ++-1111145 ++-1126023 ++-1119071 ++-1136003 ++-1109114 ++-1124068 ++-1120134 ++-1105131 ++-1107120 ++-1108105 ++-1114137 ++-1118044 ++-1133016 ++-1121109 ++-1122060 ++-1135008 ++-1123076 ++-1110032 ++-1119072 ++-1111146 ++-1136004 ++-1117105 ++-1109115 ++-1107121 ++-1105132 ++-1120135 ++-1108106 ++-1126024 ++-1124069 ++-1114138 ++-1133017 ++-1121110 ++-1118045 ++-1135009 ++-1122061 ++-1111147 ++-1119073 ++-1109116 ++-1120136 ++-1136005 ++-1108107 ++-1126025 ++-1105133 ++-1107122 ++-1124070 ++-1123077 ++-1132000 ++-1110033 ++-1114139 ++-1133018 ++-1135010 ++-1122062 ++-1111148 ++-1109117 ++-1118046 ++-1126026 ++-1136006 ++-1133019 ++-1117106 ++-1121111 ++-1120137 ++-1108108 ++-1126027 ++-1124071 ++-1119074 ++-1107123 ++-1132001 ++-1105134 ++-1123078 ++-1111149 ++-1118047 ++-1136007 ++-1109118 ++-1114140 ++-1122063 ++-1135011 ++-1133020 ++-1110034 ++-1117107 ++-1123079 ++-1118048 ++-1105135 ++-1122064 ++-1120138 ++-1114141 ++-1121112 ++-1126028 ++-1109119 ++-1135012 ++-1110035 ++-1111150 ++-1107124 ++-1132002 ++-1124072 ++-1136008 ++-1133021 ++-1119075 ++-1108109 ++-1122065 ++-1120139 ++-1123080 ++-1105136 ++-1135013 ++-1132003 ++-1109120 ++-1110036 ++-1117108 ++-1111151 ++-1114142 ++-1118049 ++-1121113 ++-1124073 ++-1107125 ++-1133022 ++-1119076 ++-1126029 ++-1136009 ++-1108110 ++-1120140 ++-1123081 ++-1122066 ++-1135014 ++-1105137 ++-1132004 ++-1109121 ++-1114143 ++-1117109 ++-1124074 ++-1133023 ++-1110037 ++-1111152 ++-1118050 ++-1119077 ++-1136010 ++-1121114 ++-1107126 ++-1126030 ++-1123082 ++-1122067 ++-1132005 ++-1120141 ++-1135015 ++-1109122 ++-1114144 ++-1105138 ++-1117110 ++-1110038 ++-1124075 ++-1133024 ++-1107127 ++-1111153 ++-1126031 ++-1118051 ++-1121115 ++-1122068 ++-1136011 ++-1119078 ++-1132006 ++-1123083 ++-1114145 ++-1120142 ++-1117111 ++-1135016 ++-1124076 ++-1109123 ++-1105139 ++-1110039 ++-1133025 ++-1111154 ++-1122069 ++-1118052 ++-1121116 ++-1107128 ++-1126032 ++-1123084 ++-1132007 ++-1114146 ++-1136012 ++-1119079 ++-1117112 ++-1124077 ++-1110040 ++-1105140 ++-1120143 ++-1135017 ++-1109124 ++-1133026 ++-1111155 ++-1122070 ++-1118053 ++-1121117 ++-1114147 ++-1136013 ++-1123085 ++-1126033 ++-1107129 ++-1119080 ++-1117113 ++-1105141 ++-1124078 ++-1120144 ++-1132008 ++-1110041 ++-1109125 ++-1135018 ++-1111156 ++-1122071 ++-1133027 ++-1118054 ++-1136014 ++-1114148 ++-1121118 ++-1126034 ++-1119081 ++-1107130 ++-1123086 ++-1105142 ++-1117114 ++-1124079 ++-1120145 ++-1110042 ++-1135019 ++-1109126 ++-1132009 ++-1122072 ++-1133028 ++-1118055 ++-1121119 ++-1126035 ++-1108111 ++-1119082 ++-1123087 ++-1136015 ++-1124080 ++-1117115 ++-1120146 ++-1114149 ++-1110043 ++-1105143 ++-1107131 ++-1135020 ++-1109127 ++-1122073 ++-1132010 ++-1118056 ++-1133029 ++-1121120 ++-1119083 ++-1126036 ++-1123088 ++-1124081 ++-1117116 ++-1108112 ++-1105144 ++-1136016 ++-1110044 ++-1114150 ++-1120147 ++-1109128 ++-1135021 ++-1107132 ++-1122074 ++-1132011 ++-1133030 ++-1131000 ++-1121121 ++-1119084 ++-1126037 ++-1124082 ++-1118057 ++-1117117 ++-1108113 ++-1110045 ++-1114151 ++-1136017 ++-1121122 ++-1109129 ++-1131001 ++-1123089 ++-1135022 ++-1132012 ++-1120148 ++-1105145 ++-1122075 ++-1107133 ++-1118058 ++-1124083 ++-1119085 ++-1117118 ++-1133031 ++-1108114 ++-1114152 ++-1110046 ++-1131002 ++-1107134 ++-1118059 ++-1109130 ++-1123090 ++-1126038 ++-1105146 ++-1122076 ++-1117119 ++-1121123 ++-1136018 ++-1110047 ++-1114153 ++-1120149 ++-1132013 ++-1133032 ++-1119086 ++-1108115 ++-1135023 ++-1131003 ++-1107135 ++-1124084 ++-1126039 ++-1109131 ++-1118060 ++-1123091 ++-1105147 ++-1136019 ++-1121124 ++-1114154 ++-1120150 ++-1122077 ++-1132014 ++-1110048 ++-1117120 ++-1135024 ++-1107136 ++-1119087 ++-1108116 ++-1126040 ++-1118061 ++-1133033 ++-1123092 ++-1131004 ++-1109132 ++-1136020 ++-1105148 ++-1117121 ++-1122078 ++-1124085 ++-1132015 ++-1114155 ++-1110049 ++-1121125 ++-1120151 ++-1107137 ++-1135025 ++-1126041 ++-1118062 ++-1133034 ++-1119088 ++-1108117 ++-1123093 ++-1131005 ++-1109133 ++-1117122 ++-1136021 ++-1105149 ++-1122079 ++-1120152 ++-1114156 ++-1107138 ++-1135026 ++-1124086 ++-1132016 ++-1110050 ++-1121126 ++-1118063 ++-1126042 ++-1133035 ++-1108118 ++-1119089 ++-1109134 ++-1131006 ++-1117123 ++-1122080 ++-1123094 ++-1120153 ++-1136022 ++-1105150 ++-1124087 ++-1132017 ++-1135027 ++-1110051 ++-1118064 ++-1107139 ++-1121127 ++-1126043 ++-1108119 ++-1117124 ++-1131007 ++-1119090 ++-1123095 ++-1122081 ++-1133036 ++-1109135 ++-1136023 ++-1110052 ++-1132018 ++-1120154 ++-1135028 ++-1118065 ++-1105151 ++-1126044 ++-1121128 ++-1124088 ++-1108120 ++-1117125 ++-1107140 ++-1122082 ++-1133037 ++-1131008 ++-1136024 ++-1119091 ++-1109136 ++-1132019 ++-1120155 ++-1123096 ++-1118066 ++-1105152 ++-1110053 ++-1108121 ++-1135029 ++-1117126 ++-1121129 ++-1124089 ++-1126045 ++-1107141 ++-1133038 ++-1131009 ++-1134000 ++-1132020 ++-1136025 ++-1122083 ++-1118067 ++-1105153 ++-1109137 ++-1119092 ++-1120156 ++-1110054 ++-1123097 ++-1135030 ++-1121130 ++-1117127 ++-1108122 ++-1124090 ++-1126046 ++-1107142 ++-1134001 ++-1133039 ++-1132021 ++-1118068 ++-1131010 ++-1105154 ++-1119093 ++-1110055 ++-1123098 ++-1136026 ++-1117128 ++-1122084 ++-1121131 ++-1135031 ++-1108123 ++-1109138 ++-1126047 ++-1107143 ++-1124091 ++-1133040 ++-1134002 ++-1118069 ++-1119094 ++-1132022 ++-1110056 ++-1131011 ++-1117129 ++-1136027 ++-1108124 ++-1121132 ++-1109139 ++-1122085 ++-1105155 ++-1123099 ++-1107144 ++-1124092 ++-1133041 ++-1135032 ++-1126048 ++-1118070 ++-1134003 ++-1119095 ++-1132023 ++-1117130 ++-1131012 ++-1121133 ++-1123100 ++-1136028 ++-1110057 ++-1122086 ++-1107145 ++-1140000 ++-1108125 ++-1123101 ++-1109140 ++-1119096 ++-1135033 ++-1134004 ++-1132024 ++-1124093 ++-1117131 ++-1126049 ++-1121134 ++-1133042 ++-1118071 ++-1131013 ++-1107146 ++-1108126 ++-1123102 ++-1136029 ++-1119097 ++-1110058 ++-1109141 ++-1122087 ++-1134005 ++-1135034 ++-1140001 ++-1118072 ++-1124094 ++-1136030 ++-1125000 ++-1132025 ++-1108127 ++-1131014 ++-1140002 ++-1135035 ++-1109142 ++-1119098 ++-1122088 ++-1134006 ++-1121135 ++-1117132 ++-1123103 ++-1110059 ++-1133043 ++-1107147 ++-1126050 ++-1124095 ++-1136031 ++-1108128 ++-1140003 ++-1135036 ++-1119099 ++-1122089 ++-1118073 ++-1121136 ++-1110060 ++-1133044 ++-1125001 ++-1134007 ++-1107148 ++-1131015 ++-1132026 ++-1109143 ++-1126051 ++-1117133 ++-1123104 ++-1124096 ++-1136032 ++-1135037 ++-1140004 ++-1122090 ++-1110061 ++-1119100 ++-1118074 ++-1133045 ++-1134008 ++-1108129 ++-1121137 ++-1132027 ++-1131016 ++-1107149 ++-1126052 ++-1123105 ++-1125002 ++-1109144 ++-1117134 ++-1136033 ++-1140005 ++-1122091 ++-1124097 ++-1110062 ++-1133046 ++-1118075 ++-1119101 ++-1135038 ++-1108130 ++-1121138 ++-1107150 ++-1131017 ++-1134009 ++-1132028 ++-1125003 ++-1126053 ++-1109145 ++-1123106 ++-1136034 ++-1117135 ++-1140006 ++-1110063 ++-1133047 ++-1118076 ++-1124098 ++-1135039 ++-1108131 ++-1122092 ++-1107151 ++-1121139 ++-1132029 ++-1134010 ++-1119102 ++-1123107 ++-1126054 ++-1131018 ++-1136035 ++-1125004 ++-1109146 ++-1110064 ++-1117136 ++-1134011 ++-1132030 ++-1109147 ++-1117137 ++-1107152 ++-1118077 ++-1140007 ++-1126055 ++-1122093 ++-1135040 ++-1110065 ++-1123108 ++-1124099 ++-1133048 ++-1134012 ++-1121140 ++-1119103 ++-1108132 ++-1125005 ++-1136036 ++-1132031 ++-1117138 ++-1131019 ++-1109148 ++-1107153 ++-1118078 ++-1126056 ++-1140008 ++-1135041 ++-1110066 ++-1133049 ++-1124100 ++-1122094 ++-1125006 ++-1108133 ++-1136037 ++-1121141 ++-1123109 ++-1132032 ++-1131020 ++-1109149 ++-1134013 ++-1119104 ++-1107154 ++-1117139 ++-1126057 ++-1118079 ++-1135042 ++-1124101 ++-1110067 ++-1140009 ++-1108134 ++-1122095 ++-1125007 ++-1123110 ++-1136038 ++-1121142 ++-1132033 ++-1133050 ++-1131021 ++-1134014 ++-1109150 ++-1119105 ++-1107155 ++-1117140 ++-1126058 ++-1125008 ++-1135043 ++-1118080 ++-1122096 ++-1124102 ++-1110068 ++-1109151 ++-1108135 ++-1140010 ++-1123111 ++-1121143 ++-1136039 ++-1131022 ++-1134015 ++-1133051 ++-1132034 ++-1119106 ++-1107156 ++-1117141 ++-1126059 ++-1125009 ++-1110069 ++-1135044 ++-1108136 ++-1109152 ++-1140011 ++-1122097 ++-1121144 ++-1118081 ++-1131023 ++-1124103 ++-1134016 ++-1123112 ++-1119107 ++-1136040 ++-1107157 ++-1133052 ++-1132035 ++-1126060 ++-1125010 ++-1117142 ++-1109153 ++-1122098 ++-1110070 ++-1121145 ++-1135045 ++-1124104 ++-1108137 ++-1140012 ++-1118082 ++-1134017 ++-1131024 ++-1107158 ++-1119108 ++-1123113 ++-1132036 ++-1126061 ++-1136041 ++-1125011 ++-1109154 ++-1133053 ++-1121146 ++-1117143 ++-1135046 ++-1110071 ++-1140013 ++-1122099 ++-1131025 ++-1124105 ++-1108138 ++-1118083 ++-1125012 ++-1134018 ++-1132037 ++-1119109 ++-1136042 ++-1126062 ++-1123114 ++-1117144 ++-1133054 ++-1124106 ++-1122100 ++-1121147 ++-1109155 ++-1131026 ++-1110072 ++-1136043 ++-1135047 ++-1118084 ++-1134019 ++-1132038 ++-1125013 ++-1126063 ++-1108139 ++-1140014 ++-1119110 ++-1123115 ++-1117145 ++-1133055 ++-1122101 ++-1121148 ++-1124107 ++-1131027 ++-1136044 ++-1125014 ++-1110073 ++-1134020 ++-1109156 ++-1132039 ++-1135048 ++-1108140 ++-1118085 ++-1123116 ++-1126064 ++-1140015 ++-1119111 ++-1117146 ++-1133056 ++-1124108 ++-1121149 ++-1131028 ++-1110074 ++-1134021 ++-1122102 ++-1136045 ++-1135049 ++-1108141 ++-1127000 ++-1132040 ++-1125015 ++-1123117 ++-1126065 ++-1118086 ++-1117147 ++-1133057 ++-1140016 ++-1119112 ++-1124109 ++-1131029 ++-1122103 ++-1136046 ++-1135050 ++-1125016 ++-1121150 ++-1134022 ++-1127001 ++-1117148 ++-1108142 ++-1132041 ++-1126066 ++-1110075 ++-1140017 ++-1123118 ++-1133058 ++-1131030 ++-1119113 ++-1124110 ++-1122104 ++-1118087 ++-1135051 ++-1125017 ++-1134023 ++-1129000 ++-1121151 ++-1108143 ++-1127002 ++-1117149 ++-1136047 ++-1140018 ++-1132042 ++-1123119 ++-1110076 ++-1126067 ++-1131031 ++-1133059 ++-1118088 ++-1119114 ++-1122105 ++-1129001 ++-1135052 ++-1125018 ++-1124111 ++-1108144 ++-1136048 ++-1121152 ++-1117150 ++-1134024 ++-1140019 ++-1110077 ++-1123120 ++-1135053 ++-1108145 ++-1127003 ++-1132043 ++-1140020 ++-1134025 ++-1119115 ++-1122106 ++-1135054 ++-1136049 ++-1126068 ++-1125019 ++-1133060 ++-1117151 ++-1129002 ++-1110078 ++-1131032 ++-1118089 ++-1123121 ++-1124112 ++-1132044 ++-1121153 ++-1108146 ++-1127004 ++-1122107 ++-1119116 ++-1134026 ++-1136050 ++-1140021 ++-1133061 ++-1117152 ++-1126069 ++-1129003 ++-1118090 ++-1135055 ++-1125020 ++-1131033 ++-1132045 ++-1121154 ++-1110079 ++-1124113 ++-1123122 ++-1127005 ++-1119117 ++-1108147 ++-1125021 ++-1140022 ++-1118091 ++-1124114 ++-1127006 ++-1123123 ++-1132046 ++-1134027 ++-1131034 ++-1117153 ++-1121155 ++-1110080 ++-1126070 ++-1135056 ++-1136051 ++-1122108 ++-1129004 ++-1125022 ++-1119118 ++-1133062 ++-1108148 ++-1118092 ++-1140023 ++-1124115 ++-1127007 ++-1132047 ++-1134028 ++-1123124 ++-1117154 ++-1110081 ++-1136052 ++-1126071 ++-1119119 ++-1129005 ++-1131035 ++-1118093 ++-1133063 ++-1135057 ++-1125023 ++-1108149 ++-1140024 ++-1122109 ++-1124116 ++-1117155 ++-1132048 ++-1110082 ++-1134029 ++-1127008 ++-1131036 ++-1135058 ++-1123125 ++-1118094 ++-1136053 ++-1133064 ++-1125024 ++-1126072 ++-1119120 ++-1140025 ++-1129006 ++-1122110 ++-1108150 ++-1134030 ++-1127009 ++-1124117 ++-1131037 ++-1132049 ++-1110083 ++-1123126 ++-1125025 ++-1136054 ++-1119121 ++-1126073 ++-1135059 ++-1129007 ++-1122111 ++-1140026 ++-1141000 ++-1118095 ++-1133065 ++-1108151 ++-1134031 ++-1124118 ++-1110084 ++-1131038 ++-1125026 ++-1132050 ++-1123127 ++-1136055 ++-1126074 ++-1119122 ++-1127010 ++-1135060 ++-1129008 ++-1141001 ++-1133066 ++-1118096 ++-1122112 ++-1140027 ++-1108152 ++-1124119 ++-1110085 ++-1134032 ++-1131039 ++-1123128 ++-1137000 ++-1132051 ++-1127011 ++-1126075 ++-1119123 ++-1133067 ++-1129009 ++-1141002 ++-1124120 ++-1134033 ++-1108153 ++-1136056 ++-1125027 ++-1118097 ++-1127012 ++-1122113 ++-1140028 ++-1135061 ++-1131040 ++-1132052 ++-1110086 ++-1123129 ++-1126076 ++-1129010 ++-1141003 ++-1133068 ++-1137001 ++-1119124 ++-1134034 ++-1108154 ++-1124121 ++-1136057 ++-1127013 ++-1125028 ++-1118098 ++-1122114 ++-1131041 ++-1110087 ++-1129011 ++-1140029 ++-1132053 ++-1135062 ++-1137002 ++-1123130 ++-1134035 ++-1126077 ++-1141004 ++-1133069 ++-1119125 ++-1108155 ++-1124122 ++-1127014 ++-1122115 ++-1131042 ++-1136058 ++-1129012 ++-1137003 ++-1141005 ++-1118099 ++-1140030 ++-1125029 ++-1110088 ++-1108156 ++-1123131 ++-1135063 ++-1127015 ++-1133070 ++-1126078 ++-1132054 ++-1134036 ++-1131043 ++-1124123 ++-1122116 ++-1119126 ++-1129013 ++-1110089 ++-1140031 ++-1125030 ++-1141006 ++-1137004 ++-1135064 ++-1127016 ++-1118100 ++-1136059 ++-1133071 ++-1129014 ++-1126079 ++-1137005 ++-1141007 ++-1125031 ++-1140032 ++-1132055 ++-1134037 ++-1123132 ++-1126080 ++-1136060 ++-1129015 ++-1135065 ++-1133072 ++-1131044 ++-1110090 ++-1122117 ++-1124124 ++-1137006 ++-1127017 ++-1141008 ++-1119127 ++-1123133 ++-1140033 ++-1118101 ++-1125032 ++-1134038 ++-1132056 ++-1136061 ++-1135066 ++-1133073 ++-1126081 ++-1110091 ++-1122118 ++-1124125 ++-1131045 ++-1137007 ++-1128000 ++-1129016 ++-1140034 ++-1132057 ++-1127018 ++-1123134 ++-1125033 ++-1118102 ++-1141009 ++-1134039 ++-1136062 ++-1119128 ++-1133074 ++-1110092 ++-1126082 ++-1135067 ++-1122119 ++-1127019 ++-1140035 ++-1118103 ++-1132058 ++-1141010 ++-1131046 ++-1129017 ++-1122120 ++-1124126 ++-1125034 ++-1133075 ++-1123135 ++-1134040 ++-1128001 ++-1137008 ++-1136063 ++-1110093 ++-1127020 ++-1118104 ++-1132059 ++-1135068 ++-1131047 ++-1137009 ++-1126083 ++-1140036 ++-1123136 ++-1119129 ++-1141011 ++-1134041 ++-1125035 ++-1124127 ++-1127021 ++-1122121 ++-1135069 ++-1129018 ++-1137010 ++-1118105 ++-1128002 ++-1110094 ++-1131048 ++-1132060 ++-1133076 ++-1136064 ++-1126084 ++-1140037 ++-1119130 ++-1123137 ++-1125036 ++-1134042 ++-1122122 ++-1124128 ++-1135070 ++-1118106 ++-1129019 ++-1131049 ++-1127022 ++-1141012 ++-1137011 ++-1128003 ++-1132061 ++-1110095 ++-1136065 ++-1133077 ++-1126085 ++-1119131 ++-1140038 ++-1125037 ++-1123138 ++-1122123 ++-1134043 ++-1129020 ++-1131050 ++-1124129 ++-1127023 ++-1137012 ++-1128004 ++-1141013 ++-1132062 ++-1118107 ++-1110096 ++-1135071 ++-1136066 ++-1133078 ++-1126086 ++-1119132 ++-1140039 ++-1123139 ++-1128005 ++-1123140 ++-1131051 ++-1129021 ++-1125038 ++-1141014 ++-1124130 ++-1118108 ++-1134044 ++-1122124 ++-1127024 ++-1132063 ++-1137013 ++-1135072 ++-1128006 ++-1110097 ++-1140040 ++-1126087 ++-1136067 ++-1119133 ++-1133079 ++-1131052 ++-1123141 ++-1125039 ++-1129022 ++-1141015 ++-1127025 ++-1124131 ++-1118109 ++-1134045 ++-1132064 ++-1135073 ++-1126088 ++-1140041 ++-1119134 ++-1122125 ++-1136068 ++-1110098 ++-1128007 ++-1137014 ++-1131053 ++-1133080 ++-1125040 ++-1141016 ++-1127026 ++-1123142 ++-1124132 ++-1129023 ++-1118110 ++-1135074 ++-1134046 ++-1132065 ++-1119135 ++-1122126 ++-1136069 ++-1110099 ++-1140042 ++-1131054 ++-1126089 ++-1128008 ++-1125041 ++-1137015 ++-1141017 ++-1133081 ++-1123143 ++-1127027 ++-1124133 ++-1129024 ++-1118111 ++-1122127 ++-1136070 ++-1134047 ++-1132066 ++-1129025 ++-1141018 ++-1123144 ++-1110100 ++-1126090 ++-1128009 ++-1119136 ++-1127028 ++-1140043 ++-1135075 ++-1125042 ++-1137016 ++-1131055 ++-1134048 ++-1133082 ++-1124134 ++-1118112 ++-1133083 ++-1125043 ++-1127029 ++-1131056 ++-1132067 ++-1135076 ++-1129026 ++-1136071 ++-1122128 ++-1119137 ++-1123145 ++-1137017 ++-1125044 ++-1141019 ++-1140044 ++-1124135 ++-1110101 ++-1126091 ++-1118113 ++-1128010 ++-1134049 ++-1133084 ++-1131057 ++-1132068 ++-1136072 ++-1135077 ++-1119138 ++-1122129 ++-1127030 ++-1140045 ++-1124136 ++-1129027 ++-1118114 ++-1123146 ++-1134050 ++-1141020 ++-1137018 ++-1125045 ++-1133085 ++-1110102 ++-1126092 ++-1128011 ++-1132069 ++-1131058 ++-1136073 ++-1135078 ++-1127031 ++-1122130 ++-1129028 ++-1119139 ++-1141021 ++-1125046 ++-1124137 ++-1140046 ++-1137019 ++-1134051 ++-1128012 ++-1118115 ++-1123147 ++-1110103 ++-1133086 ++-1132070 ++-1131059 ++-1126093 ++-1136074 ++-1135079 ++-1129029 ++-1127032 ++-1122131 ++-1141022 ++-1125047 ++-1119140 ++-1134052 ++-1118116 ++-1128013 ++-1123148 ++-1110104 ++-1140047 ++-1124138 ++-1131060 ++-1137020 ++-1126094 ++-1132071 ++-1133087 ++-1136075 ++-1135080 ++-1127033 ++-1122132 ++-1141023 ++-1129030 ++-1125048 ++-1134053 ++-1119141 ++-1118117 ++-1128014 ++-1123149 ++-1140048 ++-1137021 ++-1131061 ++-1110105 ++-1132072 ++-1124139 ++-1126095 ++-1133088 ++-1127034 ++-1141024 ++-1136076 ++-1135081 ++-1125049 ++-1122133 ++-1119142 ++-1118118 ++-1129031 ++-1123150 ++-1140049 ++-1134054 ++-1131062 ++-1128015 ++-1126096 ++-1137022 ++-1127035 ++-1133089 ++-1124140 ++-1110106 ++-1122134 ++-1140050 ++-1132073 ++-1141025 ++-1123151 ++-1125050 ++-1119143 ++-1118119 ++-1137023 ++-1133090 ++-1136077 ++-1129032 ++-1135082 ++-1124141 ++-1110107 ++-1126097 ++-1128016 ++-1134055 ++-1131063 ++-1127036 ++-1122135 ++-1125051 ++-1141026 ++-1140051 ++-1132074 ++-1123152 ++-1133091 ++-1119144 ++-1118120 ++-1136078 ++-1124142 ++-1126098 ++-1110108 ++-1134056 ++-1128017 ++-1137024 ++-1135083 ++-1129033 ++-1131064 ++-1125052 ++-1122136 ++-1127037 ++-1141027 ++-1140052 ++-1132075 ++-1133092 ++-1124143 ++-1119145 ++-1126099 ++-1136079 ++-1134057 ++-1110109 ++-1123153 ++-1137025 ++-1118121 ++-1135084 ++-1129034 ++-1128018 ++-1131065 ++-1125053 ++-1122137 ++-1127038 ++-1141028 ++-1140053 ++-1123154 ++-1136080 ++-1127039 ++-1122138 ++-1132076 ++-1134058 ++-1126100 ++-1118122 ++-1125054 ++-1137026 ++-1133093 ++-1110110 ++-1129035 ++-1135085 ++-1119146 ++-1136081 ++-1141029 ++-1131066 ++-1140054 ++-1127040 ++-1124144 ++-1128019 ++-1123155 ++-1132077 ++-1122139 ++-1125055 ++-1126101 ++-1137027 ++-1134059 ++-1118123 ++-1133094 ++-1135086 ++-1110111 ++-1136082 ++-1131067 ++-1127041 ++-1140055 ++-1123156 ++-1119147 ++-1129036 ++-1132078 ++-1128020 ++-1124145 ++-1141030 ++-1122140 ++-1134060 ++-1125056 ++-1137028 ++-1126102 ++-1133095 ++-1135087 ++-1118124 ++-1131068 ++-1110112 ++-1140056 ++-1136083 ++-1119148 ++-1123157 ++-1128021 ++-1127042 ++-1124146 ++-1129037 ++-1132079 ++-1122141 ++-1134061 ++-1137029 ++-1125057 ++-1126103 ++-1141031 ++-1131069 ++-1136084 ++-1118125 ++-1122142 ++-1110113 ++-1128022 ++-1140057 ++-1133096 ++-1132080 ++-1124147 ++-1135088 ++-1119149 ++-1134062 ++-1129038 ++-1137030 ++-1127043 ++-1126104 ++-1141032 ++-1125058 ++-1132081 ++-1118126 ++-1136085 ++-1124148 ++-1131070 ++-1119150 ++-1129039 ++-1137031 ++-1122143 ++-1128023 ++-1141033 ++-1135089 ++-1140058 ++-1133097 ++-1134063 ++-1110114 ++-1125059 ++-1126105 ++-1127044 ++-1143000 ++-1132082 ++-1131071 ++-1118127 ++-1136086 ++-1119151 ++-1124149 ++-1137032 ++-1140059 ++-1129040 ++-1128024 ++-1133098 ++-1134064 ++-1125060 ++-1110115 ++-1131072 ++-1127045 ++-1132083 ++-1119152 ++-1136087 ++-1143001 ++-1122144 ++-1141034 ++-1124150 ++-1118128 ++-1135090 ++-1126106 ++-1140060 ++-1127046 ++-1129041 ++-1124151 ++-1135091 ++-1137033 ++-1118129 ++-1133099 ++-1141035 ++-1119153 ++-1136088 ++-1125061 ++-1110116 ++-1122145 ++-1140061 ++-1128025 ++-1134065 ++-1126107 ++-1131073 ++-1132084 ++-1143002 ++-1129042 ++-1137034 ++-1136089 ++-1133100 ++-1125062 ++-1122146 ++-1140062 ++-1127047 ++-1124152 ++-1141036 ++-1143003 ++-1135092 ++-1110117 ++-1134066 ++-1128026 ++-1126108 ++-1136090 ++-1119154 ++-1131074 ++-1132085 ++-1118130 ++-1125063 ++-1137035 ++-1140063 ++-1129043 ++-1124153 ++-1143004 ++-1133101 ++-1122147 ++-1127048 ++-1141037 ++-1134067 ++-1135093 ++-1110118 ++-1128027 ++-1126109 ++-1119155 ++-1136091 ++-1131075 ++-1132086 ++-1118131 ++-1125064 ++-1137036 ++-1143005 ++-1122148 ++-1127049 ++-1140064 ++-1134068 ++-1110119 ++-1129044 ++-1124154 ++-1141038 ++-1133102 ++-1135094 ++-1119156 ++-1131076 ++-1136092 ++-1132087 ++-1118132 ++-1128028 ++-1126110 ++-1137037 ++-1122149 ++-1134069 ++-1140065 ++-1125065 ++-1127050 ++-1143006 ++-1129045 ++-1124155 ++-1110120 ++-1141039 ++-1131077 ++-1136093 ++-1132088 ++-1133103 ++-1135095 ++-1128029 ++-1126111 ++-1134070 ++-1118133 ++-1122150 ++-1140066 ++-1137038 ++-1127051 ++-1125066 ++-1143007 ++-1110121 ++-1141040 ++-1136094 ++-1133104 ++-1128030 ++-1131078 ++-1129046 ++-1126112 ++-1135096 ++-1127052 ++-1137039 ++-1132089 ++-1125067 ++-1134071 ++-1143008 ++-1133105 ++-1118134 ++-1110122 ++-1131079 ++-1141041 ++-1136095 ++-1122151 ++-1140067 ++-1128031 ++-1139000 ++-1129047 ++-1127053 ++-1126113 ++-1132090 ++-1125068 ++-1143009 ++-1137040 ++-1134072 ++-1118135 ++-1135097 ++-1110123 ++-1141042 ++-1133106 ++-1131080 ++-1136096 ++-1122152 ++-1140068 ++-1144000 ++-1129048 ++-1127054 ++-1139001 ++-1128032 ++-1126114 ++-1137041 ++-1134073 ++-1118136 ++-1143010 ++-1132091 ++-1125069 ++-1141043 ++-1133107 ++-1135098 ++-1110124 ++-1131081 ++-1136097 ++-1129049 ++-1139002 ++-1140069 ++-1122153 ++-1127055 ++-1144001 ++-1137042 ++-1126115 ++-1128033 ++-1134074 ++-1143011 ++-1118137 ++-1132092 ++-1133108 ++-1141044 ++-1131082 ++-1135099 ++-1125070 ++-1110125 ++-1136098 ++-1140070 ++-1129050 ++-1139003 ++-1137043 ++-1134075 ++-1127056 ++-1128034 ++-1126116 ++-1143012 ++-1132093 ++-1122154 ++-1133109 ++-1118138 ++-1141045 ++-1131083 ++-1144002 ++-1125071 ++-1110126 ++-1140071 ++-1129051 ++-1135100 ++-1136099 ++-1139004 ++-1134076 ++-1128035 ++-1143013 ++-1133110 ++-1132094 ++-1137044 ++-1122155 ++-1127057 ++-1118139 ++-1131084 ++-1126117 ++-1141046 ++-1144003 ++-1110127 ++-1125072 ++-1139005 ++-1140072 ++-1136100 ++-1134077 ++-1129052 ++-1135101 ++-1143014 ++-1132095 ++-1131085 ++-1133111 ++-1122156 ++-1128036 ++-1110128 ++-1141047 ++-1139006 ++-1143015 ++-1125073 ++-1144004 ++-1140073 ++-1136101 ++-1134078 ++-1135102 ++-1137045 ++-1129053 ++-1126118 ++-1118140 ++-1127058 ++-1144005 ++-1110129 ++-1131086 ++-1143016 ++-1141048 ++-1118141 ++-1128037 ++-1132096 ++-1133112 ++-1134079 ++-1127059 ++-1140074 ++-1144006 ++-1126119 ++-1136102 ++-1129054 ++-1137046 ++-1139007 ++-1125074 ++-1135103 ++-1131087 ++-1118142 ++-1110130 ++-1141049 ++-1143017 ++-1127060 ++-1144007 ++-1126120 ++-1140075 ++-1128038 ++-1132097 ++-1134080 ++-1133113 ++-1129055 ++-1137047 ++-1136103 ++-1135104 ++-1131088 ++-1125075 ++-1139008 ++-1110131 ++-1143018 ++-1127061 ++-1144008 ++-1118143 ++-1141050 ++-1128039 ++-1134081 ++-1140076 ++-1126121 ++-1132098 ++-1110132 ++-1142000 ++-1139009 ++-1125076 ++-1134082 ++-1137048 ++-1136104 ++-1143019 ++-1135105 ++-1133114 ++-1127062 ++-1131089 ++-1141051 ++-1144009 ++-1126122 ++-1129056 ++-1142001 ++-1110133 ++-1132099 ++-1128040 ++-1140077 ++-1118144 ++-1125077 ++-1139010 ++-1127063 ++-1135106 ++-1137049 ++-1134083 ++-1142002 ++-1140078 ++-1126123 ++-1144010 ++-1129057 ++-1141052 ++-1110134 ++-1125078 ++-1143020 ++-1131090 ++-1127064 ++-1133115 ++-1136105 ++-1128041 ++-1137050 ++-1140079 ++-1135107 ++-1139011 ++-1118145 ++-1142003 ++-1132100 ++-1134084 ++-1144011 ++-1126124 ++-1141053 ++-1129058 ++-1110135 ++-1143021 ++-1133116 ++-1127065 ++-1125079 ++-1131091 ++-1137051 ++-1128042 ++-1136106 ++-1142004 ++-1118146 ++-1132101 ++-1139012 ++-1135108 ++-1126125 ++-1134085 ++-1144012 ++-1140080 ++-1129059 ++-1110136 ++-1141054 ++-1143022 ++-1125080 ++-1133117 ++-1131092 ++-1137052 ++-1127066 ++-1135109 ++-1136107 ++-1132102 ++-1128043 ++-1118147 ++-1139013 ++-1144013 ++-1134086 ++-1142005 ++-1110137 ++-1129060 ++-1126126 ++-1141055 ++-1140081 ++-1125081 ++-1137053 ++-1133118 ++-1143023 ++-1127067 ++-1135110 ++-1136108 ++-1131093 ++-1144014 ++-1139014 ++-1132103 ++-1118148 ++-1142006 ++-1110138 ++-1134087 ++-1128044 ++-1129061 ++-1126127 ++-1140082 ++-1125082 ++-1133119 ++-1141056 ++-1137054 ++-1127068 ++-1143024 ++-1136109 ++-1131094 ++-1144015 ++-1135111 ++-1139015 ++-1118149 ++-1110139 ++-1134088 ++-1142007 ++-1129062 ++-1126128 ++-1132104 ++-1140083 ++-1128045 ++-1133120 ++-1125083 ++-1137055 ++-1141057 ++-1131095 ++-1127069 ++-1144016 ++-1118150 ++-1139016 ++-1143025 ++-1110140 ++-1136110 ++-1132105 ++-1142008 ++-1129063 ++-1134089 ++-1126129 ++-1140084 ++-1135112 ++-1133121 ++-1137056 ++-1128046 ++-1125084 ++-1144017 ++-1131096 ++-1118151 ++-1141058 ++-1139017 ++-1127070 ++-1143026 ++-1136111 ++-1126130 ++-1110141 ++-1132106 ++-1129064 ++-1140085 ++-1133122 ++-1137057 ++-1142009 ++-1135113 ++-1125085 ++-1134090 ++-1118152 ++-1141059 ++-1128047 ++-1131097 ++-1127071 ++-1144018 ++-1143027 ++-1132107 ++-1110142 ++-1139018 ++-1133123 ++-1129065 ++-1136112 ++-1126131 ++-1137058 ++-1140086 ++-1125086 ++-1135114 ++-1142010 ++-1134091 ++-1118153 ++-1127072 ++-1128048 ++-1144019 ++-1132108 ++-1131098 ++-1141060 ++-1139019 ++-1110143 ++-1129066 ++-1133124 ++-1137059 ++-1140087 ++-1143028 ++-1126132 ++-1136113 ++-1135115 ++-1142011 ++-1134092 ++-1128049 ++-1125087 ++-1118154 ++-1132109 ++-1144020 ++-1127073 ++-1110144 ++-1136114 ++-1133125 ++-1139020 ++-1137060 ++-1129067 ++-1131099 ++-1135116 ++-1140088 ++-1141061 ++-1143029 ++-1126133 ++-1142012 ++-1125088 ++-1132110 ++-1127074 ++-1134093 ++-1128050 ++-1118155 ++-1137061 ++-1110145 ++-1144021 ++-1135117 ++-1141062 ++-1136115 ++-1140089 ++-1131100 ++-1139021 ++-1133126 ++-1129068 ++-1142013 ++-1126134 ++-1125089 ++-1143030 ++-1132111 ++-1127075 ++-1137062 ++-1134094 ++-1128051 ++-1110146 ++-1131101 ++-1140090 ++-1118156 ++-1141063 ++-1136116 ++-1144022 ++-1135118 ++-1133127 ++-1139022 ++-1129069 ++-1125090 ++-1143031 ++-1132112 ++-1126135 ++-1127076 ++-1142014 ++-1137063 ++-1128052 ++-1140091 ++-1131102 ++-1110147 ++-1136117 ++-1144023 ++-1139023 ++-1133128 ++-1141064 ++-1125091 ++-1128053 ++-1126136 ++-1137064 ++-1129070 ++-1134095 ++-1135119 ++-1143032 ++-1132113 ++-1127077 ++-1136118 ++-1140092 ++-1139024 ++-1141065 ++-1128054 ++-1129071 ++-1110148 ++-1131103 ++-1134096 ++-1125092 ++-1137065 ++-1135120 ++-1127078 ++-1142015 ++-1138000 ++-1126137 ++-1133129 ++-1144024 ++-1141066 ++-1136119 ++-1143033 ++-1140093 ++-1139025 ++-1131104 ++-1138001 ++-1110149 ++-1132114 ++-1135121 ++-1134097 ++-1136120 ++-1128055 ++-1129072 ++-1125093 ++-1141067 ++-1126138 ++-1144025 ++-1137066 ++-1127079 ++-1142016 ++-1133130 ++-1143034 ++-1140094 ++-1110150 ++-1138002 ++-1132115 ++-1143035 ++-1139026 ++-1136121 ++-1127080 ++-1134098 ++-1131105 ++-1126139 ++-1128056 ++-1110151 ++-1135122 ++-1129073 ++-1140095 ++-1125094 ++-1137067 ++-1133131 ++-1141068 ++-1142017 ++-1144026 ++-1139027 ++-1131106 ++-1143036 ++-1134099 ++-1136122 ++-1138003 ++-1126140 ++-1132116 ++-1135123 ++-1110152 ++-1137068 ++-1129074 ++-1128057 ++-1141069 ++-1125095 ++-1127081 ++-1140096 ++-1142018 ++-1133132 ++-1144027 ++-1139028 ++-1143037 ++-1138004 ++-1131107 ++-1137069 ++-1141070 ++-1110153 ++-1135124 ++-1125096 ++-1136123 ++-1129075 ++-1140097 ++-1127082 ++-1132117 ++-1134100 ++-1142019 ++-1126141 ++-1128058 ++-1144028 ++-1133133 ++-1139029 ++-1141071 ++-1138005 ++-1131108 ++-1137070 ++-1110154 ++-1135125 ++-1129076 ++-1134101 ++-1132118 ++-1126142 ++-1144029 ++-1142020 ++-1136124 ++-1143038 ++-1139030 ++-1140098 ++-1128059 ++-1127083 ++-1133134 ++-1125097 ++-1141072 ++-1131109 ++-1137071 ++-1135126 ++-1110155 ++-1138006 ++-1126143 ++-1139031 ++-1142021 ++-1129077 ++-1134102 ++-1140099 ++-1132119 ++-1128060 ++-1127084 ++-1136125 ++-1133135 ++-1144030 ++-1143039 ++-1141073 ++-1131110 ++-1125098 ++-1137072 ++-1135127 ++-1110156 ++-1126144 ++-1138007 ++-1127085 ++-1131111 ++-1141074 ++-1143040 ++-1129078 ++-1126145 ++-1140100 ++-1133136 ++-1139032 ++-1144031 ++-1136126 ++-1128061 ++-1132120 ++-1142022 ++-1137073 ++-1134103 ++-1135128 ++-1125099 ++-1127086 ++-1138008 ++-1110157 ++-1131112 ++-1143041 ++-1141075 ++-1140101 ++-1129079 ++-1139033 ++-1133137 ++-1136127 ++-1126146 ++-1128062 ++-1135129 ++-1134104 ++-1144032 ++-1142023 ++-1137074 ++-1138009 ++-1141076 ++-1125100 ++-1127087 ++-1131113 ++-1110158 ++-1132121 ++-1129080 ++-1140102 ++-1143042 ++-1136128 ++-1126147 ++-1133138 ++-1139034 ++-1134105 ++-1128063 ++-1137075 ++-1141077 ++-1142024 ++-1127088 ++-1144033 ++-1138010 ++-1135130 ++-1131114 ++-1125101 ++-1132122 ++-1129081 ++-1136129 ++-1143043 ++-1133139 ++-1126148 ++-1140103 ++-1134106 ++-1142025 ++-1127089 ++-1128064 ++-1137076 ++-1139035 ++-1144034 ++-1135131 ++-1141078 ++-1138011 ++-1131115 ++-1129082 ++-1132123 ++-1143044 ++-1136130 ++-1125102 ++-1126149 ++-1133140 ++-1134107 ++-1128065 ++-1140104 ++-1144035 ++-1137077 ++-1142026 ++-1141079 ++-1127090 ++-1138012 ++-1139036 ++-1132124 ++-1143045 ++-1135132 ++-1129083 ++-1125103 ++-1131116 ++-1130000 ++-1136131 ++-1133141 ++-1126150 ++-1128066 ++-1134108 ++-1137078 ++-1140105 ++-1139037 ++-1141080 ++-1144036 ++-1142027 ++-1138013 ++-1132125 ++-1143046 ++-1135133 ++-1125104 ++-1127091 ++-1130001 ++-1126151 ++-1129084 ++-1133142 ++-1128067 ++-1131117 ++-1140106 ++-1136132 ++-1137079 ++-1141081 ++-1142028 ++-1139038 ++-1132126 ++-1143047 ++-1144037 ++-1135134 ++-1127092 ++-1134109 ++-1138014 ++-1125105 ++-1130002 ++-1126152 ++-1128068 ++-1140107 ++-1133143 ++-1131118 ++-1129085 ++-1136133 ++-1137080 ++-1142029 ++-1141082 ++-1132127 ++-1143048 ++-1144038 ++-1127093 ++-1139039 ++-1138015 ++-1125106 ++-1135135 ++-1134110 ++-1131119 ++-1126153 ++-1128069 ++-1130003 ++-1140108 ++-1133144 ++-1136134 ++-1142030 ++-1141083 ++-1132128 ++-1143049 ++-1144039 ++-1137081 ++-1138016 ++-1129086 ++-1127094 ++-1131120 ++-1139040 ++-1134111 ++-1125107 ++-1126154 ++-1135136 ++-1130004 ++-1128070 ++-1133145 ++-1136135 ++-1142031 ++-1140109 ++-1143050 ++-1144040 ++-1137082 ++-1138017 ++-1141084 ++-1132129 ++-1127095 ++-1129087 ++-1134112 ++-1139041 ++-1131121 ++-1126155 ++-1135137 ++-1125108 ++-1133146 ++-1140110 ++-1128071 ++-1130005 ++-1142032 ++-1144041 ++-1137083 ++-1134113 ++-1127096 ++-1136136 ++-1131122 ++-1126156 ++-1129088 ++-1130006 ++-1132130 ++-1139042 ++-1125109 ++-1133147 ++-1137084 ++-1142033 ++-1141085 ++-1143051 ++-1128072 ++-1140111 ++-1138018 ++-1135138 ++-1127097 ++-1131123 ++-1134114 ++-1144042 ++-1130007 ++-1125110 ++-1129089 ++-1136137 ++-1128073 ++-1143052 ++-1138019 ++-1139043 ++-1132131 ++-1140112 ++-1125111 ++-1132132 ++-1140113 ++-1144043 ++-1128074 ++-1133148 ++-1136138 ++-1130008 ++-1131124 ++-1134115 ++-1133149 ++-1137085 ++-1138020 ++-1129090 ++-1133150 ++-1141086 ++-1142034 ++-1143053 ++-1134116 ++-1127098 ++-1125112 ++-1139044 ++-1132133 ++-1131125 ++-1144044 ++-1140114 ++-1128075 ++-1135139 ++-1130009 ++-1137086 ++-1129091 ++-1143054 ++-1125113 ++-1142035 ++-1136139 ++-1146000 ++-1138021 ++-1134117 ++-1139045 ++-1133151 ++-1128076 ++-1140115 ++-1127099 ++-1141087 ++-1135140 ++-1137087 ++-1129092 ++-1131126 ++-1130010 ++-1143055 ++-1132134 ++-1144045 ++-1146001 ++-1125114 ++-1134118 ++-1136140 ++-1142036 ++-1133152 ++-1138022 ++-1139046 ++-1127100 ++-1128077 ++-1140116 ++-1131127 ++-1141088 ++-1135141 ++-1129093 ++-1144046 ++-1137088 ++-1143056 ++-1130011 ++-1125115 ++-1136141 ++-1139047 ++-1127101 ++-1131128 ++-1143057 ++-1132135 ++-1146002 ++-1138023 ++-1128078 ++-1129094 ++-1142037 ++-1144047 ++-1135142 ++-1134119 ++-1137089 ++-1141089 ++-1140117 ++-1127102 ++-1133153 ++-1125116 ++-1136142 ++-1130012 ++-1139048 ++-1131129 ++-1132136 ++-1127103 ++-1146003 ++-1136143 ++-1140118 ++-1135143 ++-1138024 ++-1129095 ++-1128079 ++-1144048 ++-1131130 ++-1139049 ++-1142038 ++-1143058 ++-1130013 ++-1134120 ++-1137090 ++-1133154 ++-1141090 ++-1125117 ++-1143059 ++-1135144 ++-1144049 ++-1140119 ++-1127104 ++-1138025 ++-1133155 ++-1132137 ++-1142039 ++-1139050 ++-1134121 ++-1137091 ++-1125118 ++-1136144 ++-1131131 ++-1129096 ++-1128080 ++-1141091 ++-1146004 ++-1143060 ++-1135145 ++-1132138 ++-1136145 ++-1128081 ++-1140120 ++-1134122 ++-1143061 ++-1136146 ++-1144050 ++-1139051 ++-1135146 ++-1129097 ++-1141092 ++-1142040 ++-1127105 ++-1130014 ++-1146005 ++-1143062 ++-1128082 ++-1132139 ++-1140121 ++-1144051 ++-1125119 ++-1138026 ++-1135147 ++-1134123 ++-1131132 ++-1136147 ++-1139052 ++-1137092 ++-1129098 ++-1142041 ++-1143063 ++-1140122 ++-1125120 ++-1141093 ++-1130015 ++-1127106 ++-1128083 ++-1144052 ++-1132140 ++-1131133 ++-1146006 ++-1136148 ++-1134124 ++-1135148 ++-1139053 ++-1144053 ++-1129099 ++-1143064 ++-1138027 ++-1127107 ++-1142042 ++-1132141 ++-1141094 ++-1137093 ++-1136149 ++-1128084 ++-1125121 ++-1146007 ++-1131134 ++-1140123 ++-1130016 ++-1135149 ++-1129100 ++-1139054 ++-1134125 ++-1141095 ++-1137094 ++-1136150 ++-1144054 ++-1132142 ++-1143065 ++-1142043 ++-1127108 ++-1131135 ++-1146008 ++-1125122 ++-1132143 ++-1142044 ++-1128085 ++-1138028 ++-1130017 ++-1131136 ++-1140124 ++-1134126 ++-1136151 ++-1135150 ++-1129101 ++-1141096 ++-1127109 ++-1146009 ++-1144055 ++-1139055 ++-1137095 ++-1143066 ++-1138029 ++-1143067 ++-1131137 ++-1146010 ++-1128086 ++-1139056 ++-1132144 ++-1125123 ++-1130018 ++-1136152 ++-1135151 ++-1143068 ++-1140125 ++-1138030 ++-1134127 ++-1125124 ++-1131138 ++-1136153 ++-1142045 ++-1143069 ++-1141097 ++-1137096 ++-1146011 ++-1129102 ++-1132145 ++-1128087 ++-1144056 ++-1127110 ++-1135152 ++-1138031 ++-1130019 ++-1140126 ++-1139057 ++-1134128 ++-1131139 ++-1125125 ++-1141098 ++-1136154 ++-1143070 ++-1137097 ++-1127111 ++-1146012 ++-1144057 ++-1135153 ++-1128088 ++-1130020 ++-1138032 ++-1142046 ++-1139058 ++-1140127 ++-1132146 ++-1129103 ++-1134129 ++-1131140 ++-1125126 ++-1136155 ++-1143071 ++-1135154 ++-1141099 ++-1137098 ++-1144058 ++-1127112 ++-1139059 ++-1130021 ++-1146013 ++-1132147 ++-1140128 ++-1128089 ++-1142047 ++-1138033 ++-1131141 ++-1129104 ++-1125127 ++-1134130 ++-1143072 ++-1137099 ++-1136156 ++-1144059 ++-1132148 ++-1130022 ++-1146014 ++-1127113 ++-1128090 ++-1141100 ++-1139060 ++-1142048 ++-1140129 ++-1135155 ++-1131142 ++-1134131 ++-1138034 ++-1129105 ++-1137100 ++-1143073 ++-1125128 ++-1144060 ++-1130023 ++-1146015 ++-1132149 ++-1128091 ++-1127114 ++-1142049 ++-1139061 ++-1140130 ++-1141101 ++-1131143 ++-1129106 ++-1138035 ++-1134132 ++-1144061 ++-1137101 ++-1143074 ++-1130024 ++-1125129 ++-1132150 ++-1127115 ++-1146016 ++-1128092 ++-1129107 ++-1142050 ++-1131144 ++-1139062 ++-1134133 ++-1140131 ++-1132151 ++-1137102 ++-1143075 ++-1141102 ++-1130025 ++-1144062 ++-1146017 ++-1127116 ++-1134134 ++-1125130 ++-1138036 ++-1140132 ++-1139063 ++-1129108 ++-1137103 ++-1130026 ++-1146018 ++-1138037 ++-1144063 ++-1132152 ++-1141103 ++-1142051 ++-1125131 ++-1129109 ++-1128093 ++-1146019 ++-1131145 ++-1127117 ++-1143076 ++-1130027 ++-1134135 ++-1140133 ++-1139064 ++-1137104 ++-1141104 ++-1129110 ++-1132153 ++-1146020 ++-1130028 ++-1142052 ++-1131146 ++-1140134 ++-1138038 ++-1143077 ++-1144064 ++-1139065 ++-1134136 ++-1125132 ++-1128094 ++-1132154 ++-1137105 ++-1129111 ++-1140135 ++-1127118 ++-1141105 ++-1142053 ++-1130029 ++-1143078 ++-1146021 ++-1138039 ++-1139066 ++-1131147 ++-1144065 ++-1125133 ++-1128095 ++-1137106 ++-1143079 ++-1140136 ++-1127119 ++-1130030 ++-1129112 ++-1141106 ++-1132155 ++-1146022 ++-1134137 ++-1139067 ++-1138040 ++-1144066 ++-1142054 ++-1125134 ++-1137107 ++-1131148 ++-1128096 ++-1129113 ++-1146023 ++-1125135 ++-1142055 ++-1127120 ++-1130031 ++-1139068 ++-1143080 ++-1129114 ++-1141107 ++-1138041 ++-1132156 ++-1128097 ++-1137108 ++-1144067 ++-1131149 ++-1140137 ++-1142056 ++-1134138 ++-1143081 ++-1146024 ++-1127121 ++-1141108 ++-1138042 ++-1130032 ++-1139069 ++-1134139 ++-1129115 ++-1128098 ++-1125136 ++-1140138 ++-1137109 ++-1141109 ++-1143082 ++-1142057 ++-1144068 ++-1146025 ++-1127122 ++-1134140 ++-1138043 ++-1125137 ++-1130033 ++-1131150 ++-1128099 ++-1140139 ++-1141110 ++-1139070 ++-1137110 ++-1129116 ++-1144069 ++-1143083 ++-1146026 ++-1142058 ++-1138044 ++-1130034 ++-1128100 ++-1134141 ++-1140140 ++-1125138 ++-1127123 ++-1131151 ++-1141111 ++-1143084 ++-1137111 ++-1146027 ++-1139071 ++-1144070 ++-1138045 ++-1129117 ++-1127124 ++-1146028 ++-1142059 ++-1139072 ++-1130035 ++-1140141 ++-1143085 ++-1134142 ++-1131152 ++-1125139 ++-1141112 ++-1128101 ++-1137112 ++-1139073 ++-1138046 ++-1146029 ++-1129118 ++-1134143 ++-1127125 ++-1125140 ++-1142060 ++-1131153 ++-1143086 ++-1130036 ++-1144071 ++-1141113 ++-1138047 ++-1128102 ++-1125141 ++-1142061 ++-1140142 ++-1146030 ++-1134144 ++-1139074 ++-1129119 ++-1137113 ++-1127126 ++-1131154 ++-1128103 ++-1141114 ++-1142062 ++-1144072 ++-1130037 ++-1146031 ++-1140143 ++-1129120 ++-1125142 ++-1134145 ++-1139075 ++-1143087 ++-1127127 ++-1137114 ++-1131155 ++-1138048 ++-1128104 ++-1142063 ++-1141115 ++-1144073 ++-1130038 ++-1125143 ++-1129121 ++-1140144 ++-1146032 ++-1134146 ++-1127128 ++-1137115 ++-1143088 ++-1131156 ++-1139076 ++-1128105 ++-1141116 ++-1144074 ++-1138049 ++-1142064 ++-1130039 ++-1125144 ++-1129122 ++-1140145 ++-1127129 ++-1146033 ++-1137116 ++-1143089 ++-1134147 ++-1128106 ++-1138050 ++-1144075 ++-1139077 ++-1142065 ++-1125145 ++-1129123 ++-1141117 ++-1130040 ++-1140146 ++-1127130 ++-1143090 ++-1138051 ++-1137117 ++-1146034 ++-1128107 ++-1134148 ++-1139078 ++-1125146 ++-1142066 ++-1144076 ++-1129124 ++-1141118 ++-1127131 ++-1140147 ++-1130041 ++-1138052 ++-1137118 ++-1128108 ++-1143091 ++-1146035 ++-1125147 ++-1139079 ++-1141119 ++-1129125 ++-1134149 ++-1144077 ++-1142067 ++-1127132 ++-1140148 ++-1130042 ++-1138053 ++-1137119 ++-1128109 ++-1146036 ++-1139080 ++-1142068 ++-1129126 ++-1143092 ++-1141120 ++-1125148 ++-1144078 ++-1127133 ++-1130043 ++-1134150 ++-1140149 ++-1138054 ++-1137120 ++-1128110 ++-1143093 ++-1129127 ++-1125149 ++-1144079 ++-1127134 ++-1130044 ++-1141121 ++-1138055 ++-1146037 ++-1137121 ++-1142069 ++-1138056 ++-1139081 ++-1140150 ++-1128111 ++-1134151 ++-1130045 ++-1144080 ++-1127135 ++-1141122 ++-1129128 ++-1143094 ++-1125150 ++-1137122 ++-1138057 ++-1146038 ++-1140151 ++-1142070 ++-1139082 ++-1134152 ++-1130046 ++-1129129 ++-1144081 ++-1143095 ++-1128112 ++-1141123 ++-1127136 ++-1125151 ++-1137123 ++-1140152 ++-1134153 ++-1138058 ++-1142071 ++-1130047 ++-1146039 ++-1139083 ++-1144082 ++-1143096 ++-1128113 ++-1129130 ++-1125152 ++-1141124 ++-1127137 ++-1140153 ++-1134154 ++-1137124 ++-1142072 ++-1138059 ++-1146040 ++-1144083 ++-1139084 ++-1143097 ++-1128114 ++-1130048 ++-1125153 ++-1127138 ++-1141125 ++-1140154 ++-1142073 ++-1129131 ++-1134155 ++-1146041 ++-1138060 ++-1139085 ++-1130049 ++-1144084 ++-1143098 ++-1137125 ++-1125154 ++-1128115 ++-1127139 ++-1141126 ++-1142074 ++-1140155 ++-1146042 ++-1129132 ++-1138061 ++-1134156 ++-1137126 ++-1139086 ++-1142075 ++-1127140 ++-1128116 ++-1125155 ++-1144085 ++-1137127 ++-1130050 ++-1141127 ++-1129133 ++-1146043 ++-1134157 ++-1143099 ++-1127141 ++-1139087 ++-1138062 ++-1142076 ++-1128117 ++-1130051 ++-1137128 ++-1144086 ++-1129134 ++-1141128 ++-1146044 ++-1143100 ++-1139088 ++-1137129 ++-1144087 ++-1134158 ++-1129135 ++-1141129 ++-1127142 ++-1146045 ++-1139089 ++-1137130 ++-1144088 ++-1143101 ++-1138063 ++-1130052 ++-1142077 ++-1128118 ++-1129136 ++-1141130 ++-1139090 ++-1144089 ++-1146046 ++-1127143 ++-1137131 ++-1130053 ++-1128119 ++-1142078 ++-1143102 ++-1141131 ++-1129137 ++-1145000 ++-1138064 ++-1139091 ++-1144090 ++-1137132 ++-1130054 ++-1127144 ++-1128120 ++-1146047 ++-1142079 ++-1129138 ++-1141132 ++-1145001 ++-1143103 ++-1144091 ++-1139092 ++-1138065 ++-1137133 ++-1127145 ++-1130055 ++-1146048 ++-1129139 ++-1145002 ++-1128121 ++-1142080 ++-1141133 ++-1139093 ++-1143104 ++-1144092 ++-1137134 ++-1138066 ++-1130056 ++-1146049 ++-1127146 ++-1129140 ++-1128122 ++-1142081 ++-1141134 ++-1145003 ++-1139094 ++-1144093 ++-1130057 ++-1143105 ++-1146050 ++-1137135 ++-1128123 ++-1141135 ++-1129141 ++-1127147 ++-1145004 ++-1139095 ++-1138067 ++-1142082 ++-1144094 ++-1130058 ++-1143106 ++-1146051 ++-1137136 ++-1139096 ++-1141136 ++-1145005 ++-1128124 ++-1138068 ++-1142083 ++-1127148 ++-1130059 ++-1144095 ++-1129142 ++-1143107 ++-1146052 ++-1141137 ++-1137137 ++-1139097 ++-1128125 ++-1142084 ++-1127149 ++-1144096 ++-1130060 ++-1145006 ++-1138069 ++-1129143 ++-1146053 ++-1137138 ++-1143108 ++-1141138 ++-1139098 ++-1128126 ++-1142085 ++-1144097 ++-1145007 ++-1127150 ++-1138070 ++-1130061 ++-1129144 ++-1137139 ++-1143109 ++-1141139 ++-1139099 ++-1146054 ++-1142086 ++-1128127 ++-1145008 ++-1144098 ++-1138071 ++-1127151 ++-1130062 ++-1143110 ++-1129145 ++-1137140 ++-1142087 ++-1139100 ++-1146055 ++-1141140 ++-1145009 ++-1138072 ++-1128128 ++-1144099 ++-1130063 ++-1127152 ++-1143111 ++-1129146 ++-1142088 ++-1137141 ++-1146056 ++-1141141 ++-1138073 ++-1128129 ++-1145010 ++-1144100 ++-1127153 ++-1130064 ++-1129147 ++-1139101 ++-1143112 ++-1146057 ++-1142089 ++-1137142 ++-1141142 ++-1138074 ++-1144101 ++-1145011 ++-1127154 ++-1143113 ++-1139102 ++-1129148 ++-1128130 ++-1130065 ++-1146058 ++-1141143 ++-1144102 ++-1137143 ++-1127155 ++-1145012 ++-1142090 ++-1138075 ++-1139103 ++-1143114 ++-1128131 ++-1129149 ++-1143115 ++-1146059 ++-1130066 ++-1145013 ++-1137144 ++-1141144 ++-1139104 ++-1128132 ++-1138076 ++-1144103 ++-1143116 ++-1129150 ++-1142091 ++-1146060 ++-1130067 ++-1145014 ++-1141145 ++-1137145 ++-1139105 ++-1128133 ++-1144104 ++-1138077 ++-1129151 ++-1143117 ++-1142092 ++-1130068 ++-1145015 ++-1141146 ++-1146061 ++-1137146 ++-1138078 ++-1147000 ++-1147001 ++-1144105 ++-1128134 ++-1130069 ++-1141147 ++-1142093 ++-1143118 ++-1146062 ++-1139106 ++-1129152 ++-1145016 ++-1137147 ++-1138079 ++-1147002 ++-1128135 ++-1130070 ++-1142094 ++-1146063 ++-1143119 ++-1144106 ++-1145017 ++-1139107 ++-1141148 ++-1137148 ++-1129153 ++-1138080 ++-1146064 ++-1128136 ++-1144107 ++-1130071 ++-1147003 ++-1142095 ++-1143120 ++-1145018 ++-1141149 ++-1138081 ++-1139108 ++-1129154 ++-1146065 ++-1128137 ++-1137149 ++-1144108 ++-1147004 ++-1142096 ++-1143121 ++-1130072 ++-1145019 ++-1129155 ++-1141150 ++-1139109 ++-1138082 ++-1137150 ++-1144109 ++-1128138 ++-1146066 ++-1142097 ++-1130073 ++-1143122 ++-1145020 ++-1147005 ++-1141151 ++-1137151 ++-1139110 ++-1138083 ++-1128139 ++-1146067 ++-1144110 ++-1143123 ++-1145021 ++-1142098 ++-1147006 ++-1141152 ++-1130074 ++-1137152 ++-1139111 ++-1138084 ++-1128140 ++-1146068 ++-1142099 ++-1144111 ++-1145022 ++-1143124 ++-1141153 ++-1147007 ++-1149000 ++-1130075 ++-1138085 ++-1137153 ++-1128141 ++-1146069 ++-1139112 ++-1142100 ++-1143125 ++-1149001 ++-1141154 ++-1145023 ++-1147008 ++-1130076 ++-1137154 ++-1144112 ++-1139113 ++-1128142 ++-1146070 ++-1142101 ++-1138086 ++-1143126 ++-1141155 ++-1130077 ++-1147009 ++-1149002 ++-1144113 ++-1137155 ++-1145024 ++-1139114 ++-1138087 ++-1142102 ++-1128143 ++-1143127 ++-1141156 ++-1146071 ++-1130078 ++-1137156 ++-1147010 ++-1144114 ++-1139115 ++-1149003 ++-1142103 ++-1145025 ++-1138088 ++-1128144 ++-1143128 ++-1146072 ++-1141157 ++-1147011 ++-1144115 ++-1130079 ++-1139116 ++-1137157 ++-1142104 ++-1145026 ++-1138089 ++-1143129 ++-1146073 ++-1130080 ++-1139117 ++-1137158 ++-1149004 ++-1147012 ++-1128145 ++-1144116 ++-1142105 ++-1145027 ++-1138090 ++-1130081 ++-1146074 ++-1147013 ++-1143130 ++-1128146 ++-1139118 ++-1149005 ++-1144117 ++-1142106 ++-1143131 ++-1146075 ++-1145028 ++-1130082 ++-1138091 ++-1147014 ++-1128147 ++-1149006 ++-1139119 ++-1144118 ++-1145029 ++-1142107 ++-1143132 ++-1146076 ++-1147015 ++-1130083 ++-1138092 ++-1128148 ++-1149007 ++-1139120 ++-1144119 ++-1145030 ++-1142108 ++-1143133 ++-1130084 ++-1147016 ++-1138093 ++-1144120 ++-1128149 ++-1146077 ++-1149008 ++-1139121 ++-1145031 ++-1142109 ++-1143134 ++-1144121 ++-1147017 ++-1128150 ++-1130085 ++-1139122 ++-1138094 ++-1146078 ++-1149009 ++-1145032 ++-1143135 ++-1142110 ++-1144122 ++-1128151 ++-1147018 ++-1146079 ++-1139123 ++-1138095 ++-1130086 ++-1145033 ++-1149010 ++-1143136 ++-1144123 ++-1142111 ++-1128152 ++-1147019 ++-1146080 ++-1130087 ++-1139124 ++-1145034 ++-1149011 ++-1138096 ++-1143137 ++-1144124 ++-1142112 ++-1147020 ++-1128153 ++-1139125 ++-1146081 ++-1130088 ++-1149012 ++-1144125 ++-1142113 ++-1147021 ++-1146082 ++-1128154 ++-1143138 ++-1138097 ++-1145035 ++-1139126 ++-1149013 ++-1130089 ++-1142114 ++-1144126 ++-1146083 ++-1143139 ++-1130090 ++-1128155 ++-1147022 ++-1145036 ++-1138098 ++-1149014 ++-1139127 ++-1142115 ++-1144127 ++-1130091 ++-1146084 ++-1143140 ++-1145037 ++-1147023 ++-1142116 ++-1138099 ++-1149015 ++-1139128 ++-1144128 ++-1138100 ++-1142117 ++-1146085 ++-1130092 ++-1147024 ++-1139129 ++-1145038 ++-1144129 ++-1143141 ++-1138101 ++-1149016 ++-1142118 ++-1148000 ++-1145039 ++-1146086 ++-1130093 ++-1147025 ++-1144130 ++-1143142 ++-1139130 ++-1138102 ++-1149017 ++-1142119 ++-1148001 ++-1146087 ++-1145040 ++-1130094 ++-1142120 ++-1144131 ++-1139131 ++-1147026 ++-1143143 ++-1148002 ++-1149018 ++-1146088 ++-1145041 ++-1130095 ++-1143144 ++-1139132 ++-1144132 ++-1147027 ++-1142121 ++-1148003 ++-1138103 ++-1149019 ++-1145042 ++-1146089 ++-1130096 ++-1143145 ++-1144133 ++-1142122 ++-1138104 ++-1148004 ++-1147028 ++-1139133 ++-1145043 ++-1146090 ++-1149020 ++-1130097 ++-1143146 ++-1144134 ++-1142123 ++-1138105 ++-1148005 ++-1149021 ++-1146091 ++-1139134 ++-1147029 ++-1143147 ++-1145044 ++-1130098 ++-1144135 ++-1138106 ++-1145045 ++-1144136 ++-1147030 ++-1148006 ++-1143148 ++-1138107 ++-1139135 ++-1130099 ++-1146092 ++-1142124 ++-1149022 ++-1144137 ++-1145046 ++-1138108 ++-1148007 ++-1149023 ++-1147031 ++-1139136 ++-1130100 ++-1143149 ++-1142125 ++-1146093 ++-1145047 ++-1144138 ++-1138109 ++-1148008 ++-1130101 ++-1143150 ++-1147032 ++-1139137 ++-1149024 ++-1142126 ++-1144139 ++-1145048 ++-1146094 ++-1148009 ++-1138110 ++-1143151 ++-1130102 ++-1147033 ++-1149025 ++-1139138 ++-1144140 ++-1146095 ++-1145049 ++-1142127 ++-1143152 ++-1138111 ++-1148010 ++-1147034 ++-1130103 ++-1146096 ++-1139139 ++-1145050 ++-1144141 ++-1143153 ++-1149026 ++-1138112 ++-1142128 ++-1147035 ++-1130104 ++-1148011 ++-1139140 ++-1145051 ++-1146097 ++-1144142 ++-1138113 ++-1149027 ++-1143154 ++-1130105 ++-1142129 ++-1147036 ++-1148012 ++-1139141 ++-1145052 ++-1149028 ++-1146098 ++-1138114 ++-1143155 ++-1147037 ++-1130106 ++-1142130 ++-1144143 ++-1148013 ++-1139142 ++-1145053 ++-1149029 ++-1138115 ++-1146099 ++-1130107 ++-1142131 ++-1144144 ++-1147038 ++-1145054 ++-1139143 ++-1148014 ++-1149030 ++-1144145 ++-1130108 ++-1146100 ++-1142132 ++-1138116 ++-1147039 ++-1145055 ++-1139144 ++-1148015 ++-1149031 ++-1144146 ++-1142133 ++-1138117 ++-1146101 ++-1130109 ++-1147040 ++-1145056 ++-1139145 ++-1144147 ++-1149032 ++-1138118 ++-1148016 ++-1130110 ++-1147041 ++-1142134 ++-1146102 ++-1145057 ++-1144148 ++-1149033 ++-1138119 ++-1139146 ++-1147042 ++-1142135 ++-1148017 ++-1130111 ++-1146103 ++-1145058 ++-1144149 ++-1138120 ++-1139147 ++-1149034 ++-1147043 ++-1148018 ++-1142136 ++-1130112 ++-1146104 ++-1145059 ++-1138121 ++-1139148 ++-1149035 ++-1147044 ++-1142137 ++-1144150 ++-1148019 ++-1130113 ++-1146105 ++-1138122 ++-1139149 ++-1145060 ++-1147045 ++-1149036 ++-1144151 ++-1130114 ++-1142138 ++-1148020 ++-1146106 ++-1138123 ++-1144152 ++-1148021 ++-1149037 ++-1147046 ++-1145061 ++-1130115 ++-1139150 ++-1142139 ++-1146107 ++-1138124 ++-1148022 ++-1149038 ++-1144153 ++-1139151 ++-1142140 ++-1145062 ++-1147047 ++-1130116 ++-1146108 ++-1149039 ++-1142141 ++-1138125 ++-1145063 ++-1139152 ++-1148023 ++-1144154 ++-1147048 ++-1130117 ++-1146109 ++-1149040 ++-1142142 ++-1138126 ++-1145064 ++-1139153 ++-1148024 ++-1144155 ++-1147049 ++-1130118 ++-1146110 ++-1149041 ++-1145065 ++-1139154 ++-1142143 ++-1148025 ++-1144156 ++-1130119 ++-1138127 ++-1147050 ++-1146111 ++-1149042 ++-1148026 ++-1142144 ++-1138128 ++-1130120 ++-1139155 ++-1138129 ++-1142145 ++-1145066 ++-1146112 ++-1148027 ++-1130121 ++-1149043 ++-1147051 ++-1142146 ++-1146113 ++-1138130 ++-1145067 ++-1148028 ++-1130122 ++-1149044 ++-1147052 ++-1142147 ++-1145068 ++-1146114 ++-1130123 ++-1148029 ++-1138131 ++-1149045 ++-1147053 ++-1142148 ++-1146115 ++-1145069 ++-1138132 ++-1130124 ++-1148030 ++-1149046 ++-1147054 ++-1142149 ++-1145070 ++-1130125 ++-1146116 ++-1148031 ++-1138133 ++-1149047 ++-1147055 ++-1145071 ++-1142150 ++-1146117 ++-1138134 ++-1147056 ++-1142151 ++-1138135 ++-1147057 ++-1142152 ++-1147058 ++-1142153 ++-1138136 ++-1147059 ++-1147060 ++-1148032 ++-1149048 ++-1130126 ++-1145072 ++-1142154 ++-1146118 ++-1138137 ++-1149049 ++-1148033 ++-1138138 ++-1147061 ++-1130127 ++-1145073 ++-1146119 ++-1142155 ++-1149050 ++-1148034 ++-1147062 ++-1138139 ++-1130128 ++-1142156 ++-1145074 ++-1146120 ++-1148035 ++-1149051 ++-1138140 ++-1147063 ++-1146121 ++-1130129 ++-1148036 ++-1145075 ++-1146122 ++-1147064 ++-1138141 ++-1149052 ++-1130130 ++-1148037 ++-1145076 ++-1146123 ++-1147065 ++-1149053 ++-1130131 ++-1138142 ++-1130132 ++-1146124 ++-1138143 ++-1148038 ++-1130133 ++-1149054 ++-1145077 ++-1147066 ++-1146125 ++-1148039 ++-1130134 ++-1138144 ++-1145078 ++-1147067 ++-1149055 ++-1146126 ++-1138145 ++-1148040 ++-1145079 ++-1147068 ++-1149056 ++-1130135 ++-1146127 ++-1145080 ++-1138146 ++-1148041 ++-1149057 ++-1147069 ++-1130136 ++-1148042 ++-1145081 ++-1146128 ++-1138147 ++-1149058 ++-1147070 ++-1130137 ++-1146129 ++-1145082 ++-1148043 ++-1138148 ++-1149059 ++-1147071 ++-1146130 ++-1148044 ++-1130138 ++-1138149 ++-1149060 ++-1145083 ++-1147072 ++-1146131 ++-1148045 ++-1138150 ++-1130139 ++-1145084 ++-1149061 ++-1146132 ++-1138151 ++-1138152 ++-1148046 ++-1130140 ++-1147073 ++-1149062 ++-1145085 ++-1146133 ++-1138153 ++-1130141 ++-1148047 ++-1147074 ++-1149063 ++-1145086 ++-1146134 ++-1138154 ++-1148048 ++-1130142 ++-1147075 ++-1149064 ++-1145087 ++-1146135 ++-1138155 ++-1148049 ++-1130143 ++-1149065 ++-1147076 ++-1145088 ++-1138156 ++-1146136 ++-1130144 ++-1148050 ++-1147077 ++-1149066 ++-1145089 ++-1130145 ++-1146137 ++-1147078 ++-1148051 ++-1149067 ++-1145090 ++-1130146 ++-1146138 ++-1147079 ++-1149068 ++-1145091 ++-1130147 ++-1148052 ++-1147080 ++-1146139 ++-1145092 ++-1149069 ++-1130148 ++-1148053 ++-1146140 ++-1147081 ++-1145093 ++-1146141 ++-1130149 ++-1148054 ++-1149070 ++-1147082 ++-1145094 ++-1146142 ++-1149071 ++-1148055 ++-1130150 ++-1147083 ++-1149072 ++-1146143 ++-1148056 ++-1130151 ++-1145095 ++-1147084 ++-1146144 ++-1149073 ++-1148057 ++-1130152 ++-1145096 ++-1147085 ++-1146145 ++-1149074 ++-1148058 ++-1130153 ++-1147086 ++-1145097 ++-1148059 ++-1146146 ++-1149075 ++-1147087 ++-1145098 ++-1130154 ++-1146147 ++-1148060 ++-1149076 ++-1147088 ++-1145099 ++-1130155 ++-1146148 ++-1148061 ++-1149077 ++-1147089 ++-1145100 ++-1146149 ++-1148062 ++-1149078 ++-1147090 ++-1145101 ++-1146150 ++-1148063 ++-1149079 ++-1145102 ++-1147091 ++-1146151 ++-1148064 ++-1145103 ++-1146152 ++-1149080 ++-1147092 ++-1146153 ++-1145104 ++-1147093 ++-1149081 ++-1148065 ++-1146154 ++-1148066 ++-1149082 ++-1147094 ++-1145105 ++-1146155 ++-1148067 ++-1147095 ++-1149083 ++-1145106 ++-1146156 ++-1147096 ++-1148068 ++-1145107 ++-1149084 ++-1148069 ++-1147097 ++-1145108 ++-1149085 ++-1148070 ++-1145109 ++-1149086 ++-1147098 ++-1145110 ++-1148071 ++-1149087 ++-1147099 ++-1145111 ++-1148072 ++-1149088 ++-1147100 ++-1148073 ++-1145112 ++-1149089 ++-1145113 ++-1147101 ++-1149090 ++-1147102 ++-1145114 ++-1148074 ++-1149091 ++-1147103 ++-1148075 ++-1149092 ++-1145115 ++-1147104 ++-1148076 ++-1149093 ++-1145116 ++-1147105 ++-1148077 ++-1147106 ++-1149094 ++-1145117 ++-1148078 ++-1149095 ++-1147107 ++-1148079 ++-1145118 ++-1149096 ++-1148080 ++-1147108 ++-1145119 ++-1149097 ++-1148081 ++-1147109 ++-1145120 ++-1149098 ++-1148082 ++-1145121 ++-1147110 ++-1147111 ++-1149099 ++-1145122 ++-1148083 ++-1147112 ++-1148084 ++-1145123 ++-1149100 ++-1147113 ++-1149101 ++-1148085 ++-1145124 ++-1149102 ++-1147114 ++-1145125 ++-1148086 ++-1147115 ++-1149103 ++-1145126 ++-1148087 ++-1149104 ++-1147116 ++-1145127 ++-1148088 ++-1147117 ++-1145128 ++-1149105 ++-1147118 ++-1148089 ++-1145129 ++-1149106 ++-1147119 ++-1148090 ++-1147120 ++-1145130 ++-1149107 ++-1148091 ++-1147121 ++-1149108 ++-1145131 ++-1148092 ++-1147122 ++-1149109 ++-1145132 ++-1148093 ++-1147123 ++-1148094 ++-1145133 ++-1149110 ++-1147124 ++-1145134 ++-1149111 ++-1148095 ++-1145135 ++-1147125 ++-1148096 ++-1149112 ++-1147126 ++-1148097 ++-1145136 ++-1149113 ++-1145137 ++-1148098 ++-1149114 ++-1147127 ++-1145138 ++-1149115 ++-1148099 ++-1147128 ++-1145139 ++-1148100 ++-1147129 ++-1149116 ++-1149117 ++-1147130 ++-1148101 ++-1145140 ++-1149118 ++-1147131 ++-1145141 ++-1148102 ++-1149119 ++-1147132 ++-1149120 ++-1147133 ++-1145142 ++-1148103 ++-1149121 ++-1147134 ++-1145143 ++-1148104 ++-1147135 ++-1145144 ++-1149122 ++-1145145 ++-1148105 ++-1147136 ++-1145146 ++-1149123 ++-1147137 ++-1148106 ++-1148107 ++-1145147 ++-1148108 ++-1147138 ++-1149124 ++-1145148 ++-1147139 ++-1148109 ++-1145149 ++-1149125 ++-1147140 ++-1148110 ++-1147141 ++-1145150 ++-1149126 ++-1147142 ++-1145151 ++-1147143 ++-1148111 ++-1145152 ++-1147144 ++-1149127 ++-1145153 ++-1148112 ++-1147145 ++-1145154 ++-1148113 ++-1147146 ++-1149128 ++-1145155 ++-1147147 ++-1149129 ++-1148114 ++-1147148 ++-1149130 ++-1148115 ++-1147149 ++-1149131 ++-1148116 ++-1147150 ++-1149132 ++-1148117 ++-1147151 ++-1149133 ++-1147152 ++-1148118 ++-1148119 ++-1147153 ++-1149134 ++-1148120 ++-1147154 ++-1149135 ++-1148121 ++-1147155 ++-1149136 ++-1148122 ++-1149137 ++-1148123 ++-1149138 ++-1148124 ++-1149139 ++-1148125 ++-1149140 ++-1148126 ++-1149141 ++-1148127 ++-1149142 ++-1148128 ++-1149143 ++-1149144 ++-1148129 ++-1149145 ++-1148130 ++-1148131 ++-1149146 ++-1148132 ++-1149147 ++-1148133 ++-1149148 ++-1148134 ++-1149149 ++-1148135 ++-1149150 ++-1148136 ++-1149151 ++-1148137 ++-1148138 ++-1149152 ++-1148139 ++-1149153 ++-1148140 ++-1149154 ++-1148141 ++-1149155 ++-1148142 ++-1148143 ++-1148144 ++-1148145 ++-1148146 ++-1148147 ++-1148148 ++-1148149 ++-1148150 ++-1148151 ++-1148152 ++-1148153 ++-1148154 ++-1148155 ++diff --git a/data/kitti/ImageSets/test.txt b/data/kitti/ImageSets/test.txt ++deleted file mode 100644 ++index 5d39002..0000000 ++--- a/data/kitti/ImageSets/test.txt +++++ /dev/null ++@@ -1,7518 +0,0 @@ ++-000000 ++-000001 ++-000002 ++-000003 ++-000004 ++-000005 ++-000006 ++-000007 ++-000008 ++-000009 ++-000010 ++-000011 ++-000012 ++-000013 ++-000014 ++-000015 ++-000016 ++-000017 ++-000018 ++-000019 ++-000020 ++-000021 ++-000022 ++-000023 ++-000024 ++-000025 ++-000026 ++-000027 ++-000028 ++-000029 ++-000030 ++-000031 ++-000032 ++-000033 ++-000034 ++-000035 ++-000036 ++-000037 ++-000038 ++-000039 ++-000040 ++-000041 ++-000042 ++-000043 ++-000044 ++-000045 ++-000046 ++-000047 ++-000048 ++-000049 ++-000050 ++-000051 ++-000052 ++-000053 ++-000054 ++-000055 ++-000056 ++-000057 ++-000058 ++-000059 ++-000060 ++-000061 ++-000062 ++-000063 ++-000064 ++-000065 ++-000066 ++-000067 ++-000068 ++-000069 ++-000070 ++-000071 ++-000072 ++-000073 ++-000074 ++-000075 ++-000076 ++-000077 ++-000078 ++-000079 ++-000080 ++-000081 ++-000082 ++-000083 ++-000084 ++-000085 ++-000086 ++-000087 ++-000088 ++-000089 ++-000090 ++-000091 ++-000092 ++-000093 ++-000094 ++-000095 ++-000096 ++-000097 ++-000098 ++-000099 ++-000100 ++-000101 ++-000102 ++-000103 ++-000104 ++-000105 ++-000106 ++-000107 ++-000108 ++-000109 ++-000110 ++-000111 ++-000112 ++-000113 ++-000114 ++-000115 ++-000116 ++-000117 ++-000118 ++-000119 ++-000120 ++-000121 ++-000122 ++-000123 ++-000124 ++-000125 ++-000126 ++-000127 ++-000128 ++-000129 ++-000130 ++-000131 ++-000132 ++-000133 ++-000134 ++-000135 ++-000136 ++-000137 ++-000138 ++-000139 ++-000140 ++-000141 ++-000142 ++-000143 ++-000144 ++-000145 ++-000146 ++-000147 ++-000148 ++-000149 ++-000150 ++-000151 ++-000152 ++-000153 ++-000154 ++-000155 ++-000156 ++-000157 ++-000158 ++-000159 ++-000160 ++-000161 ++-000162 ++-000163 ++-000164 ++-000165 ++-000166 ++-000167 ++-000168 ++-000169 ++-000170 ++-000171 ++-000172 ++-000173 ++-000174 ++-000175 ++-000176 ++-000177 ++-000178 ++-000179 ++-000180 ++-000181 ++-000182 ++-000183 ++-000184 ++-000185 ++-000186 ++-000187 ++-000188 ++-000189 ++-000190 ++-000191 ++-000192 ++-000193 ++-000194 ++-000195 ++-000196 ++-000197 ++-000198 ++-000199 ++-000200 ++-000201 ++-000202 ++-000203 ++-000204 ++-000205 ++-000206 ++-000207 ++-000208 ++-000209 ++-000210 ++-000211 ++-000212 ++-000213 ++-000214 ++-000215 ++-000216 ++-000217 ++-000218 ++-000219 ++-000220 ++-000221 ++-000222 ++-000223 ++-000224 ++-000225 ++-000226 ++-000227 ++-000228 ++-000229 ++-000230 ++-000231 ++-000232 ++-000233 ++-000234 ++-000235 ++-000236 ++-000237 ++-000238 ++-000239 ++-000240 ++-000241 ++-000242 ++-000243 ++-000244 ++-000245 ++-000246 ++-000247 ++-000248 ++-000249 ++-000250 ++-000251 ++-000252 ++-000253 ++-000254 ++-000255 ++-000256 ++-000257 ++-000258 ++-000259 ++-000260 ++-000261 ++-000262 ++-000263 ++-000264 ++-000265 ++-000266 ++-000267 ++-000268 ++-000269 ++-000270 ++-000271 ++-000272 ++-000273 ++-000274 ++-000275 ++-000276 ++-000277 ++-000278 ++-000279 ++-000280 ++-000281 ++-000282 ++-000283 ++-000284 ++-000285 ++-000286 ++-000287 ++-000288 ++-000289 ++-000290 ++-000291 ++-000292 ++-000293 ++-000294 ++-000295 ++-000296 ++-000297 ++-000298 ++-000299 ++-000300 ++-000301 ++-000302 ++-000303 ++-000304 ++-000305 ++-000306 ++-000307 ++-000308 ++-000309 ++-000310 ++-000311 ++-000312 ++-000313 ++-000314 ++-000315 ++-000316 ++-000317 ++-000318 ++-000319 ++-000320 ++-000321 ++-000322 ++-000323 ++-000324 ++-000325 ++-000326 ++-000327 ++-000328 ++-000329 ++-000330 ++-000331 ++-000332 ++-000333 ++-000334 ++-000335 ++-000336 ++-000337 ++-000338 ++-000339 ++-000340 ++-000341 ++-000342 ++-000343 ++-000344 ++-000345 ++-000346 ++-000347 ++-000348 ++-000349 ++-000350 ++-000351 ++-000352 ++-000353 ++-000354 ++-000355 ++-000356 ++-000357 ++-000358 ++-000359 ++-000360 ++-000361 ++-000362 ++-000363 ++-000364 ++-000365 ++-000366 ++-000367 ++-000368 ++-000369 ++-000370 ++-000371 ++-000372 ++-000373 ++-000374 ++-000375 ++-000376 ++-000377 ++-000378 ++-000379 ++-000380 ++-000381 ++-000382 ++-000383 ++-000384 ++-000385 ++-000386 ++-000387 ++-000388 ++-000389 ++-000390 ++-000391 ++-000392 ++-000393 ++-000394 ++-000395 ++-000396 ++-000397 ++-000398 ++-000399 ++-000400 ++-000401 ++-000402 ++-000403 ++-000404 ++-000405 ++-000406 ++-000407 ++-000408 ++-000409 ++-000410 ++-000411 ++-000412 ++-000413 ++-000414 ++-000415 ++-000416 ++-000417 ++-000418 ++-000419 ++-000420 ++-000421 ++-000422 ++-000423 ++-000424 ++-000425 ++-000426 ++-000427 ++-000428 ++-000429 ++-000430 ++-000431 ++-000432 ++-000433 ++-000434 ++-000435 ++-000436 ++-000437 ++-000438 ++-000439 ++-000440 ++-000441 ++-000442 ++-000443 ++-000444 ++-000445 ++-000446 ++-000447 ++-000448 ++-000449 ++-000450 ++-000451 ++-000452 ++-000453 ++-000454 ++-000455 ++-000456 ++-000457 ++-000458 ++-000459 ++-000460 ++-000461 ++-000462 ++-000463 ++-000464 ++-000465 ++-000466 ++-000467 ++-000468 ++-000469 ++-000470 ++-000471 ++-000472 ++-000473 ++-000474 ++-000475 ++-000476 ++-000477 ++-000478 ++-000479 ++-000480 ++-000481 ++-000482 ++-000483 ++-000484 ++-000485 ++-000486 ++-000487 ++-000488 ++-000489 ++-000490 ++-000491 ++-000492 ++-000493 ++-000494 ++-000495 ++-000496 ++-000497 ++-000498 ++-000499 ++-000500 ++-000501 ++-000502 ++-000503 ++-000504 ++-000505 ++-000506 ++-000507 ++-000508 ++-000509 ++-000510 ++-000511 ++-000512 ++-000513 ++-000514 ++-000515 ++-000516 ++-000517 ++-000518 ++-000519 ++-000520 ++-000521 ++-000522 ++-000523 ++-000524 ++-000525 ++-000526 ++-000527 ++-000528 ++-000529 ++-000530 ++-000531 ++-000532 ++-000533 ++-000534 ++-000535 ++-000536 ++-000537 ++-000538 ++-000539 ++-000540 ++-000541 ++-000542 ++-000543 ++-000544 ++-000545 ++-000546 ++-000547 ++-000548 ++-000549 ++-000550 ++-000551 ++-000552 ++-000553 ++-000554 ++-000555 ++-000556 ++-000557 ++-000558 ++-000559 ++-000560 ++-000561 ++-000562 ++-000563 ++-000564 ++-000565 ++-000566 ++-000567 ++-000568 ++-000569 ++-000570 ++-000571 ++-000572 ++-000573 ++-000574 ++-000575 ++-000576 ++-000577 ++-000578 ++-000579 ++-000580 ++-000581 ++-000582 ++-000583 ++-000584 ++-000585 ++-000586 ++-000587 ++-000588 ++-000589 ++-000590 ++-000591 ++-000592 ++-000593 ++-000594 ++-000595 ++-000596 ++-000597 ++-000598 ++-000599 ++-000600 ++-000601 ++-000602 ++-000603 ++-000604 ++-000605 ++-000606 ++-000607 ++-000608 ++-000609 ++-000610 ++-000611 ++-000612 ++-000613 ++-000614 ++-000615 ++-000616 ++-000617 ++-000618 ++-000619 ++-000620 ++-000621 ++-000622 ++-000623 ++-000624 ++-000625 ++-000626 ++-000627 ++-000628 ++-000629 ++-000630 ++-000631 ++-000632 ++-000633 ++-000634 ++-000635 ++-000636 ++-000637 ++-000638 ++-000639 ++-000640 ++-000641 ++-000642 ++-000643 ++-000644 ++-000645 ++-000646 ++-000647 ++-000648 ++-000649 ++-000650 ++-000651 ++-000652 ++-000653 ++-000654 ++-000655 ++-000656 ++-000657 ++-000658 ++-000659 ++-000660 ++-000661 ++-000662 ++-000663 ++-000664 ++-000665 ++-000666 ++-000667 ++-000668 ++-000669 ++-000670 ++-000671 ++-000672 ++-000673 ++-000674 ++-000675 ++-000676 ++-000677 ++-000678 ++-000679 ++-000680 ++-000681 ++-000682 ++-000683 ++-000684 ++-000685 ++-000686 ++-000687 ++-000688 ++-000689 ++-000690 ++-000691 ++-000692 ++-000693 ++-000694 ++-000695 ++-000696 ++-000697 ++-000698 ++-000699 ++-000700 ++-000701 ++-000702 ++-000703 ++-000704 ++-000705 ++-000706 ++-000707 ++-000708 ++-000709 ++-000710 ++-000711 ++-000712 ++-000713 ++-000714 ++-000715 ++-000716 ++-000717 ++-000718 ++-000719 ++-000720 ++-000721 ++-000722 ++-000723 ++-000724 ++-000725 ++-000726 ++-000727 ++-000728 ++-000729 ++-000730 ++-000731 ++-000732 ++-000733 ++-000734 ++-000735 ++-000736 ++-000737 ++-000738 ++-000739 ++-000740 ++-000741 ++-000742 ++-000743 ++-000744 ++-000745 ++-000746 ++-000747 ++-000748 ++-000749 ++-000750 ++-000751 ++-000752 ++-000753 ++-000754 ++-000755 ++-000756 ++-000757 ++-000758 ++-000759 ++-000760 ++-000761 ++-000762 ++-000763 ++-000764 ++-000765 ++-000766 ++-000767 ++-000768 ++-000769 ++-000770 ++-000771 ++-000772 ++-000773 ++-000774 ++-000775 ++-000776 ++-000777 ++-000778 ++-000779 ++-000780 ++-000781 ++-000782 ++-000783 ++-000784 ++-000785 ++-000786 ++-000787 ++-000788 ++-000789 ++-000790 ++-000791 ++-000792 ++-000793 ++-000794 ++-000795 ++-000796 ++-000797 ++-000798 ++-000799 ++-000800 ++-000801 ++-000802 ++-000803 ++-000804 ++-000805 ++-000806 ++-000807 ++-000808 ++-000809 ++-000810 ++-000811 ++-000812 ++-000813 ++-000814 ++-000815 ++-000816 ++-000817 ++-000818 ++-000819 ++-000820 ++-000821 ++-000822 ++-000823 ++-000824 ++-000825 ++-000826 ++-000827 ++-000828 ++-000829 ++-000830 ++-000831 ++-000832 ++-000833 ++-000834 ++-000835 ++-000836 ++-000837 ++-000838 ++-000839 ++-000840 ++-000841 ++-000842 ++-000843 ++-000844 ++-000845 ++-000846 ++-000847 ++-000848 ++-000849 ++-000850 ++-000851 ++-000852 ++-000853 ++-000854 ++-000855 ++-000856 ++-000857 ++-000858 ++-000859 ++-000860 ++-000861 ++-000862 ++-000863 ++-000864 ++-000865 ++-000866 ++-000867 ++-000868 ++-000869 ++-000870 ++-000871 ++-000872 ++-000873 ++-000874 ++-000875 ++-000876 ++-000877 ++-000878 ++-000879 ++-000880 ++-000881 ++-000882 ++-000883 ++-000884 ++-000885 ++-000886 ++-000887 ++-000888 ++-000889 ++-000890 ++-000891 ++-000892 ++-000893 ++-000894 ++-000895 ++-000896 ++-000897 ++-000898 ++-000899 ++-000900 ++-000901 ++-000902 ++-000903 ++-000904 ++-000905 ++-000906 ++-000907 ++-000908 ++-000909 ++-000910 ++-000911 ++-000912 ++-000913 ++-000914 ++-000915 ++-000916 ++-000917 ++-000918 ++-000919 ++-000920 ++-000921 ++-000922 ++-000923 ++-000924 ++-000925 ++-000926 ++-000927 ++-000928 ++-000929 ++-000930 ++-000931 ++-000932 ++-000933 ++-000934 ++-000935 ++-000936 ++-000937 ++-000938 ++-000939 ++-000940 ++-000941 ++-000942 ++-000943 ++-000944 ++-000945 ++-000946 ++-000947 ++-000948 ++-000949 ++-000950 ++-000951 ++-000952 ++-000953 ++-000954 ++-000955 ++-000956 ++-000957 ++-000958 ++-000959 ++-000960 ++-000961 ++-000962 ++-000963 ++-000964 ++-000965 ++-000966 ++-000967 ++-000968 ++-000969 ++-000970 ++-000971 ++-000972 ++-000973 ++-000974 ++-000975 ++-000976 ++-000977 ++-000978 ++-000979 ++-000980 ++-000981 ++-000982 ++-000983 ++-000984 ++-000985 ++-000986 ++-000987 ++-000988 ++-000989 ++-000990 ++-000991 ++-000992 ++-000993 ++-000994 ++-000995 ++-000996 ++-000997 ++-000998 ++-000999 ++-001000 ++-001001 ++-001002 ++-001003 ++-001004 ++-001005 ++-001006 ++-001007 ++-001008 ++-001009 ++-001010 ++-001011 ++-001012 ++-001013 ++-001014 ++-001015 ++-001016 ++-001017 ++-001018 ++-001019 ++-001020 ++-001021 ++-001022 ++-001023 ++-001024 ++-001025 ++-001026 ++-001027 ++-001028 ++-001029 ++-001030 ++-001031 ++-001032 ++-001033 ++-001034 ++-001035 ++-001036 ++-001037 ++-001038 ++-001039 ++-001040 ++-001041 ++-001042 ++-001043 ++-001044 ++-001045 ++-001046 ++-001047 ++-001048 ++-001049 ++-001050 ++-001051 ++-001052 ++-001053 ++-001054 ++-001055 ++-001056 ++-001057 ++-001058 ++-001059 ++-001060 ++-001061 ++-001062 ++-001063 ++-001064 ++-001065 ++-001066 ++-001067 ++-001068 ++-001069 ++-001070 ++-001071 ++-001072 ++-001073 ++-001074 ++-001075 ++-001076 ++-001077 ++-001078 ++-001079 ++-001080 ++-001081 ++-001082 ++-001083 ++-001084 ++-001085 ++-001086 ++-001087 ++-001088 ++-001089 ++-001090 ++-001091 ++-001092 ++-001093 ++-001094 ++-001095 ++-001096 ++-001097 ++-001098 ++-001099 ++-001100 ++-001101 ++-001102 ++-001103 ++-001104 ++-001105 ++-001106 ++-001107 ++-001108 ++-001109 ++-001110 ++-001111 ++-001112 ++-001113 ++-001114 ++-001115 ++-001116 ++-001117 ++-001118 ++-001119 ++-001120 ++-001121 ++-001122 ++-001123 ++-001124 ++-001125 ++-001126 ++-001127 ++-001128 ++-001129 ++-001130 ++-001131 ++-001132 ++-001133 ++-001134 ++-001135 ++-001136 ++-001137 ++-001138 ++-001139 ++-001140 ++-001141 ++-001142 ++-001143 ++-001144 ++-001145 ++-001146 ++-001147 ++-001148 ++-001149 ++-001150 ++-001151 ++-001152 ++-001153 ++-001154 ++-001155 ++-001156 ++-001157 ++-001158 ++-001159 ++-001160 ++-001161 ++-001162 ++-001163 ++-001164 ++-001165 ++-001166 ++-001167 ++-001168 ++-001169 ++-001170 ++-001171 ++-001172 ++-001173 ++-001174 ++-001175 ++-001176 ++-001177 ++-001178 ++-001179 ++-001180 ++-001181 ++-001182 ++-001183 ++-001184 ++-001185 ++-001186 ++-001187 ++-001188 ++-001189 ++-001190 ++-001191 ++-001192 ++-001193 ++-001194 ++-001195 ++-001196 ++-001197 ++-001198 ++-001199 ++-001200 ++-001201 ++-001202 ++-001203 ++-001204 ++-001205 ++-001206 ++-001207 ++-001208 ++-001209 ++-001210 ++-001211 ++-001212 ++-001213 ++-001214 ++-001215 ++-001216 ++-001217 ++-001218 ++-001219 ++-001220 ++-001221 ++-001222 ++-001223 ++-001224 ++-001225 ++-001226 ++-001227 ++-001228 ++-001229 ++-001230 ++-001231 ++-001232 ++-001233 ++-001234 ++-001235 ++-001236 ++-001237 ++-001238 ++-001239 ++-001240 ++-001241 ++-001242 ++-001243 ++-001244 ++-001245 ++-001246 ++-001247 ++-001248 ++-001249 ++-001250 ++-001251 ++-001252 ++-001253 ++-001254 ++-001255 ++-001256 ++-001257 ++-001258 ++-001259 ++-001260 ++-001261 ++-001262 ++-001263 ++-001264 ++-001265 ++-001266 ++-001267 ++-001268 ++-001269 ++-001270 ++-001271 ++-001272 ++-001273 ++-001274 ++-001275 ++-001276 ++-001277 ++-001278 ++-001279 ++-001280 ++-001281 ++-001282 ++-001283 ++-001284 ++-001285 ++-001286 ++-001287 ++-001288 ++-001289 ++-001290 ++-001291 ++-001292 ++-001293 ++-001294 ++-001295 ++-001296 ++-001297 ++-001298 ++-001299 ++-001300 ++-001301 ++-001302 ++-001303 ++-001304 ++-001305 ++-001306 ++-001307 ++-001308 ++-001309 ++-001310 ++-001311 ++-001312 ++-001313 ++-001314 ++-001315 ++-001316 ++-001317 ++-001318 ++-001319 ++-001320 ++-001321 ++-001322 ++-001323 ++-001324 ++-001325 ++-001326 ++-001327 ++-001328 ++-001329 ++-001330 ++-001331 ++-001332 ++-001333 ++-001334 ++-001335 ++-001336 ++-001337 ++-001338 ++-001339 ++-001340 ++-001341 ++-001342 ++-001343 ++-001344 ++-001345 ++-001346 ++-001347 ++-001348 ++-001349 ++-001350 ++-001351 ++-001352 ++-001353 ++-001354 ++-001355 ++-001356 ++-001357 ++-001358 ++-001359 ++-001360 ++-001361 ++-001362 ++-001363 ++-001364 ++-001365 ++-001366 ++-001367 ++-001368 ++-001369 ++-001370 ++-001371 ++-001372 ++-001373 ++-001374 ++-001375 ++-001376 ++-001377 ++-001378 ++-001379 ++-001380 ++-001381 ++-001382 ++-001383 ++-001384 ++-001385 ++-001386 ++-001387 ++-001388 ++-001389 ++-001390 ++-001391 ++-001392 ++-001393 ++-001394 ++-001395 ++-001396 ++-001397 ++-001398 ++-001399 ++-001400 ++-001401 ++-001402 ++-001403 ++-001404 ++-001405 ++-001406 ++-001407 ++-001408 ++-001409 ++-001410 ++-001411 ++-001412 ++-001413 ++-001414 ++-001415 ++-001416 ++-001417 ++-001418 ++-001419 ++-001420 ++-001421 ++-001422 ++-001423 ++-001424 ++-001425 ++-001426 ++-001427 ++-001428 ++-001429 ++-001430 ++-001431 ++-001432 ++-001433 ++-001434 ++-001435 ++-001436 ++-001437 ++-001438 ++-001439 ++-001440 ++-001441 ++-001442 ++-001443 ++-001444 ++-001445 ++-001446 ++-001447 ++-001448 ++-001449 ++-001450 ++-001451 ++-001452 ++-001453 ++-001454 ++-001455 ++-001456 ++-001457 ++-001458 ++-001459 ++-001460 ++-001461 ++-001462 ++-001463 ++-001464 ++-001465 ++-001466 ++-001467 ++-001468 ++-001469 ++-001470 ++-001471 ++-001472 ++-001473 ++-001474 ++-001475 ++-001476 ++-001477 ++-001478 ++-001479 ++-001480 ++-001481 ++-001482 ++-001483 ++-001484 ++-001485 ++-001486 ++-001487 ++-001488 ++-001489 ++-001490 ++-001491 ++-001492 ++-001493 ++-001494 ++-001495 ++-001496 ++-001497 ++-001498 ++-001499 ++-001500 ++-001501 ++-001502 ++-001503 ++-001504 ++-001505 ++-001506 ++-001507 ++-001508 ++-001509 ++-001510 ++-001511 ++-001512 ++-001513 ++-001514 ++-001515 ++-001516 ++-001517 ++-001518 ++-001519 ++-001520 ++-001521 ++-001522 ++-001523 ++-001524 ++-001525 ++-001526 ++-001527 ++-001528 ++-001529 ++-001530 ++-001531 ++-001532 ++-001533 ++-001534 ++-001535 ++-001536 ++-001537 ++-001538 ++-001539 ++-001540 ++-001541 ++-001542 ++-001543 ++-001544 ++-001545 ++-001546 ++-001547 ++-001548 ++-001549 ++-001550 ++-001551 ++-001552 ++-001553 ++-001554 ++-001555 ++-001556 ++-001557 ++-001558 ++-001559 ++-001560 ++-001561 ++-001562 ++-001563 ++-001564 ++-001565 ++-001566 ++-001567 ++-001568 ++-001569 ++-001570 ++-001571 ++-001572 ++-001573 ++-001574 ++-001575 ++-001576 ++-001577 ++-001578 ++-001579 ++-001580 ++-001581 ++-001582 ++-001583 ++-001584 ++-001585 ++-001586 ++-001587 ++-001588 ++-001589 ++-001590 ++-001591 ++-001592 ++-001593 ++-001594 ++-001595 ++-001596 ++-001597 ++-001598 ++-001599 ++-001600 ++-001601 ++-001602 ++-001603 ++-001604 ++-001605 ++-001606 ++-001607 ++-001608 ++-001609 ++-001610 ++-001611 ++-001612 ++-001613 ++-001614 ++-001615 ++-001616 ++-001617 ++-001618 ++-001619 ++-001620 ++-001621 ++-001622 ++-001623 ++-001624 ++-001625 ++-001626 ++-001627 ++-001628 ++-001629 ++-001630 ++-001631 ++-001632 ++-001633 ++-001634 ++-001635 ++-001636 ++-001637 ++-001638 ++-001639 ++-001640 ++-001641 ++-001642 ++-001643 ++-001644 ++-001645 ++-001646 ++-001647 ++-001648 ++-001649 ++-001650 ++-001651 ++-001652 ++-001653 ++-001654 ++-001655 ++-001656 ++-001657 ++-001658 ++-001659 ++-001660 ++-001661 ++-001662 ++-001663 ++-001664 ++-001665 ++-001666 ++-001667 ++-001668 ++-001669 ++-001670 ++-001671 ++-001672 ++-001673 ++-001674 ++-001675 ++-001676 ++-001677 ++-001678 ++-001679 ++-001680 ++-001681 ++-001682 ++-001683 ++-001684 ++-001685 ++-001686 ++-001687 ++-001688 ++-001689 ++-001690 ++-001691 ++-001692 ++-001693 ++-001694 ++-001695 ++-001696 ++-001697 ++-001698 ++-001699 ++-001700 ++-001701 ++-001702 ++-001703 ++-001704 ++-001705 ++-001706 ++-001707 ++-001708 ++-001709 ++-001710 ++-001711 ++-001712 ++-001713 ++-001714 ++-001715 ++-001716 ++-001717 ++-001718 ++-001719 ++-001720 ++-001721 ++-001722 ++-001723 ++-001724 ++-001725 ++-001726 ++-001727 ++-001728 ++-001729 ++-001730 ++-001731 ++-001732 ++-001733 ++-001734 ++-001735 ++-001736 ++-001737 ++-001738 ++-001739 ++-001740 ++-001741 ++-001742 ++-001743 ++-001744 ++-001745 ++-001746 ++-001747 ++-001748 ++-001749 ++-001750 ++-001751 ++-001752 ++-001753 ++-001754 ++-001755 ++-001756 ++-001757 ++-001758 ++-001759 ++-001760 ++-001761 ++-001762 ++-001763 ++-001764 ++-001765 ++-001766 ++-001767 ++-001768 ++-001769 ++-001770 ++-001771 ++-001772 ++-001773 ++-001774 ++-001775 ++-001776 ++-001777 ++-001778 ++-001779 ++-001780 ++-001781 ++-001782 ++-001783 ++-001784 ++-001785 ++-001786 ++-001787 ++-001788 ++-001789 ++-001790 ++-001791 ++-001792 ++-001793 ++-001794 ++-001795 ++-001796 ++-001797 ++-001798 ++-001799 ++-001800 ++-001801 ++-001802 ++-001803 ++-001804 ++-001805 ++-001806 ++-001807 ++-001808 ++-001809 ++-001810 ++-001811 ++-001812 ++-001813 ++-001814 ++-001815 ++-001816 ++-001817 ++-001818 ++-001819 ++-001820 ++-001821 ++-001822 ++-001823 ++-001824 ++-001825 ++-001826 ++-001827 ++-001828 ++-001829 ++-001830 ++-001831 ++-001832 ++-001833 ++-001834 ++-001835 ++-001836 ++-001837 ++-001838 ++-001839 ++-001840 ++-001841 ++-001842 ++-001843 ++-001844 ++-001845 ++-001846 ++-001847 ++-001848 ++-001849 ++-001850 ++-001851 ++-001852 ++-001853 ++-001854 ++-001855 ++-001856 ++-001857 ++-001858 ++-001859 ++-001860 ++-001861 ++-001862 ++-001863 ++-001864 ++-001865 ++-001866 ++-001867 ++-001868 ++-001869 ++-001870 ++-001871 ++-001872 ++-001873 ++-001874 ++-001875 ++-001876 ++-001877 ++-001878 ++-001879 ++-001880 ++-001881 ++-001882 ++-001883 ++-001884 ++-001885 ++-001886 ++-001887 ++-001888 ++-001889 ++-001890 ++-001891 ++-001892 ++-001893 ++-001894 ++-001895 ++-001896 ++-001897 ++-001898 ++-001899 ++-001900 ++-001901 ++-001902 ++-001903 ++-001904 ++-001905 ++-001906 ++-001907 ++-001908 ++-001909 ++-001910 ++-001911 ++-001912 ++-001913 ++-001914 ++-001915 ++-001916 ++-001917 ++-001918 ++-001919 ++-001920 ++-001921 ++-001922 ++-001923 ++-001924 ++-001925 ++-001926 ++-001927 ++-001928 ++-001929 ++-001930 ++-001931 ++-001932 ++-001933 ++-001934 ++-001935 ++-001936 ++-001937 ++-001938 ++-001939 ++-001940 ++-001941 ++-001942 ++-001943 ++-001944 ++-001945 ++-001946 ++-001947 ++-001948 ++-001949 ++-001950 ++-001951 ++-001952 ++-001953 ++-001954 ++-001955 ++-001956 ++-001957 ++-001958 ++-001959 ++-001960 ++-001961 ++-001962 ++-001963 ++-001964 ++-001965 ++-001966 ++-001967 ++-001968 ++-001969 ++-001970 ++-001971 ++-001972 ++-001973 ++-001974 ++-001975 ++-001976 ++-001977 ++-001978 ++-001979 ++-001980 ++-001981 ++-001982 ++-001983 ++-001984 ++-001985 ++-001986 ++-001987 ++-001988 ++-001989 ++-001990 ++-001991 ++-001992 ++-001993 ++-001994 ++-001995 ++-001996 ++-001997 ++-001998 ++-001999 ++-002000 ++-002001 ++-002002 ++-002003 ++-002004 ++-002005 ++-002006 ++-002007 ++-002008 ++-002009 ++-002010 ++-002011 ++-002012 ++-002013 ++-002014 ++-002015 ++-002016 ++-002017 ++-002018 ++-002019 ++-002020 ++-002021 ++-002022 ++-002023 ++-002024 ++-002025 ++-002026 ++-002027 ++-002028 ++-002029 ++-002030 ++-002031 ++-002032 ++-002033 ++-002034 ++-002035 ++-002036 ++-002037 ++-002038 ++-002039 ++-002040 ++-002041 ++-002042 ++-002043 ++-002044 ++-002045 ++-002046 ++-002047 ++-002048 ++-002049 ++-002050 ++-002051 ++-002052 ++-002053 ++-002054 ++-002055 ++-002056 ++-002057 ++-002058 ++-002059 ++-002060 ++-002061 ++-002062 ++-002063 ++-002064 ++-002065 ++-002066 ++-002067 ++-002068 ++-002069 ++-002070 ++-002071 ++-002072 ++-002073 ++-002074 ++-002075 ++-002076 ++-002077 ++-002078 ++-002079 ++-002080 ++-002081 ++-002082 ++-002083 ++-002084 ++-002085 ++-002086 ++-002087 ++-002088 ++-002089 ++-002090 ++-002091 ++-002092 ++-002093 ++-002094 ++-002095 ++-002096 ++-002097 ++-002098 ++-002099 ++-002100 ++-002101 ++-002102 ++-002103 ++-002104 ++-002105 ++-002106 ++-002107 ++-002108 ++-002109 ++-002110 ++-002111 ++-002112 ++-002113 ++-002114 ++-002115 ++-002116 ++-002117 ++-002118 ++-002119 ++-002120 ++-002121 ++-002122 ++-002123 ++-002124 ++-002125 ++-002126 ++-002127 ++-002128 ++-002129 ++-002130 ++-002131 ++-002132 ++-002133 ++-002134 ++-002135 ++-002136 ++-002137 ++-002138 ++-002139 ++-002140 ++-002141 ++-002142 ++-002143 ++-002144 ++-002145 ++-002146 ++-002147 ++-002148 ++-002149 ++-002150 ++-002151 ++-002152 ++-002153 ++-002154 ++-002155 ++-002156 ++-002157 ++-002158 ++-002159 ++-002160 ++-002161 ++-002162 ++-002163 ++-002164 ++-002165 ++-002166 ++-002167 ++-002168 ++-002169 ++-002170 ++-002171 ++-002172 ++-002173 ++-002174 ++-002175 ++-002176 ++-002177 ++-002178 ++-002179 ++-002180 ++-002181 ++-002182 ++-002183 ++-002184 ++-002185 ++-002186 ++-002187 ++-002188 ++-002189 ++-002190 ++-002191 ++-002192 ++-002193 ++-002194 ++-002195 ++-002196 ++-002197 ++-002198 ++-002199 ++-002200 ++-002201 ++-002202 ++-002203 ++-002204 ++-002205 ++-002206 ++-002207 ++-002208 ++-002209 ++-002210 ++-002211 ++-002212 ++-002213 ++-002214 ++-002215 ++-002216 ++-002217 ++-002218 ++-002219 ++-002220 ++-002221 ++-002222 ++-002223 ++-002224 ++-002225 ++-002226 ++-002227 ++-002228 ++-002229 ++-002230 ++-002231 ++-002232 ++-002233 ++-002234 ++-002235 ++-002236 ++-002237 ++-002238 ++-002239 ++-002240 ++-002241 ++-002242 ++-002243 ++-002244 ++-002245 ++-002246 ++-002247 ++-002248 ++-002249 ++-002250 ++-002251 ++-002252 ++-002253 ++-002254 ++-002255 ++-002256 ++-002257 ++-002258 ++-002259 ++-002260 ++-002261 ++-002262 ++-002263 ++-002264 ++-002265 ++-002266 ++-002267 ++-002268 ++-002269 ++-002270 ++-002271 ++-002272 ++-002273 ++-002274 ++-002275 ++-002276 ++-002277 ++-002278 ++-002279 ++-002280 ++-002281 ++-002282 ++-002283 ++-002284 ++-002285 ++-002286 ++-002287 ++-002288 ++-002289 ++-002290 ++-002291 ++-002292 ++-002293 ++-002294 ++-002295 ++-002296 ++-002297 ++-002298 ++-002299 ++-002300 ++-002301 ++-002302 ++-002303 ++-002304 ++-002305 ++-002306 ++-002307 ++-002308 ++-002309 ++-002310 ++-002311 ++-002312 ++-002313 ++-002314 ++-002315 ++-002316 ++-002317 ++-002318 ++-002319 ++-002320 ++-002321 ++-002322 ++-002323 ++-002324 ++-002325 ++-002326 ++-002327 ++-002328 ++-002329 ++-002330 ++-002331 ++-002332 ++-002333 ++-002334 ++-002335 ++-002336 ++-002337 ++-002338 ++-002339 ++-002340 ++-002341 ++-002342 ++-002343 ++-002344 ++-002345 ++-002346 ++-002347 ++-002348 ++-002349 ++-002350 ++-002351 ++-002352 ++-002353 ++-002354 ++-002355 ++-002356 ++-002357 ++-002358 ++-002359 ++-002360 ++-002361 ++-002362 ++-002363 ++-002364 ++-002365 ++-002366 ++-002367 ++-002368 ++-002369 ++-002370 ++-002371 ++-002372 ++-002373 ++-002374 ++-002375 ++-002376 ++-002377 ++-002378 ++-002379 ++-002380 ++-002381 ++-002382 ++-002383 ++-002384 ++-002385 ++-002386 ++-002387 ++-002388 ++-002389 ++-002390 ++-002391 ++-002392 ++-002393 ++-002394 ++-002395 ++-002396 ++-002397 ++-002398 ++-002399 ++-002400 ++-002401 ++-002402 ++-002403 ++-002404 ++-002405 ++-002406 ++-002407 ++-002408 ++-002409 ++-002410 ++-002411 ++-002412 ++-002413 ++-002414 ++-002415 ++-002416 ++-002417 ++-002418 ++-002419 ++-002420 ++-002421 ++-002422 ++-002423 ++-002424 ++-002425 ++-002426 ++-002427 ++-002428 ++-002429 ++-002430 ++-002431 ++-002432 ++-002433 ++-002434 ++-002435 ++-002436 ++-002437 ++-002438 ++-002439 ++-002440 ++-002441 ++-002442 ++-002443 ++-002444 ++-002445 ++-002446 ++-002447 ++-002448 ++-002449 ++-002450 ++-002451 ++-002452 ++-002453 ++-002454 ++-002455 ++-002456 ++-002457 ++-002458 ++-002459 ++-002460 ++-002461 ++-002462 ++-002463 ++-002464 ++-002465 ++-002466 ++-002467 ++-002468 ++-002469 ++-002470 ++-002471 ++-002472 ++-002473 ++-002474 ++-002475 ++-002476 ++-002477 ++-002478 ++-002479 ++-002480 ++-002481 ++-002482 ++-002483 ++-002484 ++-002485 ++-002486 ++-002487 ++-002488 ++-002489 ++-002490 ++-002491 ++-002492 ++-002493 ++-002494 ++-002495 ++-002496 ++-002497 ++-002498 ++-002499 ++-002500 ++-002501 ++-002502 ++-002503 ++-002504 ++-002505 ++-002506 ++-002507 ++-002508 ++-002509 ++-002510 ++-002511 ++-002512 ++-002513 ++-002514 ++-002515 ++-002516 ++-002517 ++-002518 ++-002519 ++-002520 ++-002521 ++-002522 ++-002523 ++-002524 ++-002525 ++-002526 ++-002527 ++-002528 ++-002529 ++-002530 ++-002531 ++-002532 ++-002533 ++-002534 ++-002535 ++-002536 ++-002537 ++-002538 ++-002539 ++-002540 ++-002541 ++-002542 ++-002543 ++-002544 ++-002545 ++-002546 ++-002547 ++-002548 ++-002549 ++-002550 ++-002551 ++-002552 ++-002553 ++-002554 ++-002555 ++-002556 ++-002557 ++-002558 ++-002559 ++-002560 ++-002561 ++-002562 ++-002563 ++-002564 ++-002565 ++-002566 ++-002567 ++-002568 ++-002569 ++-002570 ++-002571 ++-002572 ++-002573 ++-002574 ++-002575 ++-002576 ++-002577 ++-002578 ++-002579 ++-002580 ++-002581 ++-002582 ++-002583 ++-002584 ++-002585 ++-002586 ++-002587 ++-002588 ++-002589 ++-002590 ++-002591 ++-002592 ++-002593 ++-002594 ++-002595 ++-002596 ++-002597 ++-002598 ++-002599 ++-002600 ++-002601 ++-002602 ++-002603 ++-002604 ++-002605 ++-002606 ++-002607 ++-002608 ++-002609 ++-002610 ++-002611 ++-002612 ++-002613 ++-002614 ++-002615 ++-002616 ++-002617 ++-002618 ++-002619 ++-002620 ++-002621 ++-002622 ++-002623 ++-002624 ++-002625 ++-002626 ++-002627 ++-002628 ++-002629 ++-002630 ++-002631 ++-002632 ++-002633 ++-002634 ++-002635 ++-002636 ++-002637 ++-002638 ++-002639 ++-002640 ++-002641 ++-002642 ++-002643 ++-002644 ++-002645 ++-002646 ++-002647 ++-002648 ++-002649 ++-002650 ++-002651 ++-002652 ++-002653 ++-002654 ++-002655 ++-002656 ++-002657 ++-002658 ++-002659 ++-002660 ++-002661 ++-002662 ++-002663 ++-002664 ++-002665 ++-002666 ++-002667 ++-002668 ++-002669 ++-002670 ++-002671 ++-002672 ++-002673 ++-002674 ++-002675 ++-002676 ++-002677 ++-002678 ++-002679 ++-002680 ++-002681 ++-002682 ++-002683 ++-002684 ++-002685 ++-002686 ++-002687 ++-002688 ++-002689 ++-002690 ++-002691 ++-002692 ++-002693 ++-002694 ++-002695 ++-002696 ++-002697 ++-002698 ++-002699 ++-002700 ++-002701 ++-002702 ++-002703 ++-002704 ++-002705 ++-002706 ++-002707 ++-002708 ++-002709 ++-002710 ++-002711 ++-002712 ++-002713 ++-002714 ++-002715 ++-002716 ++-002717 ++-002718 ++-002719 ++-002720 ++-002721 ++-002722 ++-002723 ++-002724 ++-002725 ++-002726 ++-002727 ++-002728 ++-002729 ++-002730 ++-002731 ++-002732 ++-002733 ++-002734 ++-002735 ++-002736 ++-002737 ++-002738 ++-002739 ++-002740 ++-002741 ++-002742 ++-002743 ++-002744 ++-002745 ++-002746 ++-002747 ++-002748 ++-002749 ++-002750 ++-002751 ++-002752 ++-002753 ++-002754 ++-002755 ++-002756 ++-002757 ++-002758 ++-002759 ++-002760 ++-002761 ++-002762 ++-002763 ++-002764 ++-002765 ++-002766 ++-002767 ++-002768 ++-002769 ++-002770 ++-002771 ++-002772 ++-002773 ++-002774 ++-002775 ++-002776 ++-002777 ++-002778 ++-002779 ++-002780 ++-002781 ++-002782 ++-002783 ++-002784 ++-002785 ++-002786 ++-002787 ++-002788 ++-002789 ++-002790 ++-002791 ++-002792 ++-002793 ++-002794 ++-002795 ++-002796 ++-002797 ++-002798 ++-002799 ++-002800 ++-002801 ++-002802 ++-002803 ++-002804 ++-002805 ++-002806 ++-002807 ++-002808 ++-002809 ++-002810 ++-002811 ++-002812 ++-002813 ++-002814 ++-002815 ++-002816 ++-002817 ++-002818 ++-002819 ++-002820 ++-002821 ++-002822 ++-002823 ++-002824 ++-002825 ++-002826 ++-002827 ++-002828 ++-002829 ++-002830 ++-002831 ++-002832 ++-002833 ++-002834 ++-002835 ++-002836 ++-002837 ++-002838 ++-002839 ++-002840 ++-002841 ++-002842 ++-002843 ++-002844 ++-002845 ++-002846 ++-002847 ++-002848 ++-002849 ++-002850 ++-002851 ++-002852 ++-002853 ++-002854 ++-002855 ++-002856 ++-002857 ++-002858 ++-002859 ++-002860 ++-002861 ++-002862 ++-002863 ++-002864 ++-002865 ++-002866 ++-002867 ++-002868 ++-002869 ++-002870 ++-002871 ++-002872 ++-002873 ++-002874 ++-002875 ++-002876 ++-002877 ++-002878 ++-002879 ++-002880 ++-002881 ++-002882 ++-002883 ++-002884 ++-002885 ++-002886 ++-002887 ++-002888 ++-002889 ++-002890 ++-002891 ++-002892 ++-002893 ++-002894 ++-002895 ++-002896 ++-002897 ++-002898 ++-002899 ++-002900 ++-002901 ++-002902 ++-002903 ++-002904 ++-002905 ++-002906 ++-002907 ++-002908 ++-002909 ++-002910 ++-002911 ++-002912 ++-002913 ++-002914 ++-002915 ++-002916 ++-002917 ++-002918 ++-002919 ++-002920 ++-002921 ++-002922 ++-002923 ++-002924 ++-002925 ++-002926 ++-002927 ++-002928 ++-002929 ++-002930 ++-002931 ++-002932 ++-002933 ++-002934 ++-002935 ++-002936 ++-002937 ++-002938 ++-002939 ++-002940 ++-002941 ++-002942 ++-002943 ++-002944 ++-002945 ++-002946 ++-002947 ++-002948 ++-002949 ++-002950 ++-002951 ++-002952 ++-002953 ++-002954 ++-002955 ++-002956 ++-002957 ++-002958 ++-002959 ++-002960 ++-002961 ++-002962 ++-002963 ++-002964 ++-002965 ++-002966 ++-002967 ++-002968 ++-002969 ++-002970 ++-002971 ++-002972 ++-002973 ++-002974 ++-002975 ++-002976 ++-002977 ++-002978 ++-002979 ++-002980 ++-002981 ++-002982 ++-002983 ++-002984 ++-002985 ++-002986 ++-002987 ++-002988 ++-002989 ++-002990 ++-002991 ++-002992 ++-002993 ++-002994 ++-002995 ++-002996 ++-002997 ++-002998 ++-002999 ++-003000 ++-003001 ++-003002 ++-003003 ++-003004 ++-003005 ++-003006 ++-003007 ++-003008 ++-003009 ++-003010 ++-003011 ++-003012 ++-003013 ++-003014 ++-003015 ++-003016 ++-003017 ++-003018 ++-003019 ++-003020 ++-003021 ++-003022 ++-003023 ++-003024 ++-003025 ++-003026 ++-003027 ++-003028 ++-003029 ++-003030 ++-003031 ++-003032 ++-003033 ++-003034 ++-003035 ++-003036 ++-003037 ++-003038 ++-003039 ++-003040 ++-003041 ++-003042 ++-003043 ++-003044 ++-003045 ++-003046 ++-003047 ++-003048 ++-003049 ++-003050 ++-003051 ++-003052 ++-003053 ++-003054 ++-003055 ++-003056 ++-003057 ++-003058 ++-003059 ++-003060 ++-003061 ++-003062 ++-003063 ++-003064 ++-003065 ++-003066 ++-003067 ++-003068 ++-003069 ++-003070 ++-003071 ++-003072 ++-003073 ++-003074 ++-003075 ++-003076 ++-003077 ++-003078 ++-003079 ++-003080 ++-003081 ++-003082 ++-003083 ++-003084 ++-003085 ++-003086 ++-003087 ++-003088 ++-003089 ++-003090 ++-003091 ++-003092 ++-003093 ++-003094 ++-003095 ++-003096 ++-003097 ++-003098 ++-003099 ++-003100 ++-003101 ++-003102 ++-003103 ++-003104 ++-003105 ++-003106 ++-003107 ++-003108 ++-003109 ++-003110 ++-003111 ++-003112 ++-003113 ++-003114 ++-003115 ++-003116 ++-003117 ++-003118 ++-003119 ++-003120 ++-003121 ++-003122 ++-003123 ++-003124 ++-003125 ++-003126 ++-003127 ++-003128 ++-003129 ++-003130 ++-003131 ++-003132 ++-003133 ++-003134 ++-003135 ++-003136 ++-003137 ++-003138 ++-003139 ++-003140 ++-003141 ++-003142 ++-003143 ++-003144 ++-003145 ++-003146 ++-003147 ++-003148 ++-003149 ++-003150 ++-003151 ++-003152 ++-003153 ++-003154 ++-003155 ++-003156 ++-003157 ++-003158 ++-003159 ++-003160 ++-003161 ++-003162 ++-003163 ++-003164 ++-003165 ++-003166 ++-003167 ++-003168 ++-003169 ++-003170 ++-003171 ++-003172 ++-003173 ++-003174 ++-003175 ++-003176 ++-003177 ++-003178 ++-003179 ++-003180 ++-003181 ++-003182 ++-003183 ++-003184 ++-003185 ++-003186 ++-003187 ++-003188 ++-003189 ++-003190 ++-003191 ++-003192 ++-003193 ++-003194 ++-003195 ++-003196 ++-003197 ++-003198 ++-003199 ++-003200 ++-003201 ++-003202 ++-003203 ++-003204 ++-003205 ++-003206 ++-003207 ++-003208 ++-003209 ++-003210 ++-003211 ++-003212 ++-003213 ++-003214 ++-003215 ++-003216 ++-003217 ++-003218 ++-003219 ++-003220 ++-003221 ++-003222 ++-003223 ++-003224 ++-003225 ++-003226 ++-003227 ++-003228 ++-003229 ++-003230 ++-003231 ++-003232 ++-003233 ++-003234 ++-003235 ++-003236 ++-003237 ++-003238 ++-003239 ++-003240 ++-003241 ++-003242 ++-003243 ++-003244 ++-003245 ++-003246 ++-003247 ++-003248 ++-003249 ++-003250 ++-003251 ++-003252 ++-003253 ++-003254 ++-003255 ++-003256 ++-003257 ++-003258 ++-003259 ++-003260 ++-003261 ++-003262 ++-003263 ++-003264 ++-003265 ++-003266 ++-003267 ++-003268 ++-003269 ++-003270 ++-003271 ++-003272 ++-003273 ++-003274 ++-003275 ++-003276 ++-003277 ++-003278 ++-003279 ++-003280 ++-003281 ++-003282 ++-003283 ++-003284 ++-003285 ++-003286 ++-003287 ++-003288 ++-003289 ++-003290 ++-003291 ++-003292 ++-003293 ++-003294 ++-003295 ++-003296 ++-003297 ++-003298 ++-003299 ++-003300 ++-003301 ++-003302 ++-003303 ++-003304 ++-003305 ++-003306 ++-003307 ++-003308 ++-003309 ++-003310 ++-003311 ++-003312 ++-003313 ++-003314 ++-003315 ++-003316 ++-003317 ++-003318 ++-003319 ++-003320 ++-003321 ++-003322 ++-003323 ++-003324 ++-003325 ++-003326 ++-003327 ++-003328 ++-003329 ++-003330 ++-003331 ++-003332 ++-003333 ++-003334 ++-003335 ++-003336 ++-003337 ++-003338 ++-003339 ++-003340 ++-003341 ++-003342 ++-003343 ++-003344 ++-003345 ++-003346 ++-003347 ++-003348 ++-003349 ++-003350 ++-003351 ++-003352 ++-003353 ++-003354 ++-003355 ++-003356 ++-003357 ++-003358 ++-003359 ++-003360 ++-003361 ++-003362 ++-003363 ++-003364 ++-003365 ++-003366 ++-003367 ++-003368 ++-003369 ++-003370 ++-003371 ++-003372 ++-003373 ++-003374 ++-003375 ++-003376 ++-003377 ++-003378 ++-003379 ++-003380 ++-003381 ++-003382 ++-003383 ++-003384 ++-003385 ++-003386 ++-003387 ++-003388 ++-003389 ++-003390 ++-003391 ++-003392 ++-003393 ++-003394 ++-003395 ++-003396 ++-003397 ++-003398 ++-003399 ++-003400 ++-003401 ++-003402 ++-003403 ++-003404 ++-003405 ++-003406 ++-003407 ++-003408 ++-003409 ++-003410 ++-003411 ++-003412 ++-003413 ++-003414 ++-003415 ++-003416 ++-003417 ++-003418 ++-003419 ++-003420 ++-003421 ++-003422 ++-003423 ++-003424 ++-003425 ++-003426 ++-003427 ++-003428 ++-003429 ++-003430 ++-003431 ++-003432 ++-003433 ++-003434 ++-003435 ++-003436 ++-003437 ++-003438 ++-003439 ++-003440 ++-003441 ++-003442 ++-003443 ++-003444 ++-003445 ++-003446 ++-003447 ++-003448 ++-003449 ++-003450 ++-003451 ++-003452 ++-003453 ++-003454 ++-003455 ++-003456 ++-003457 ++-003458 ++-003459 ++-003460 ++-003461 ++-003462 ++-003463 ++-003464 ++-003465 ++-003466 ++-003467 ++-003468 ++-003469 ++-003470 ++-003471 ++-003472 ++-003473 ++-003474 ++-003475 ++-003476 ++-003477 ++-003478 ++-003479 ++-003480 ++-003481 ++-003482 ++-003483 ++-003484 ++-003485 ++-003486 ++-003487 ++-003488 ++-003489 ++-003490 ++-003491 ++-003492 ++-003493 ++-003494 ++-003495 ++-003496 ++-003497 ++-003498 ++-003499 ++-003500 ++-003501 ++-003502 ++-003503 ++-003504 ++-003505 ++-003506 ++-003507 ++-003508 ++-003509 ++-003510 ++-003511 ++-003512 ++-003513 ++-003514 ++-003515 ++-003516 ++-003517 ++-003518 ++-003519 ++-003520 ++-003521 ++-003522 ++-003523 ++-003524 ++-003525 ++-003526 ++-003527 ++-003528 ++-003529 ++-003530 ++-003531 ++-003532 ++-003533 ++-003534 ++-003535 ++-003536 ++-003537 ++-003538 ++-003539 ++-003540 ++-003541 ++-003542 ++-003543 ++-003544 ++-003545 ++-003546 ++-003547 ++-003548 ++-003549 ++-003550 ++-003551 ++-003552 ++-003553 ++-003554 ++-003555 ++-003556 ++-003557 ++-003558 ++-003559 ++-003560 ++-003561 ++-003562 ++-003563 ++-003564 ++-003565 ++-003566 ++-003567 ++-003568 ++-003569 ++-003570 ++-003571 ++-003572 ++-003573 ++-003574 ++-003575 ++-003576 ++-003577 ++-003578 ++-003579 ++-003580 ++-003581 ++-003582 ++-003583 ++-003584 ++-003585 ++-003586 ++-003587 ++-003588 ++-003589 ++-003590 ++-003591 ++-003592 ++-003593 ++-003594 ++-003595 ++-003596 ++-003597 ++-003598 ++-003599 ++-003600 ++-003601 ++-003602 ++-003603 ++-003604 ++-003605 ++-003606 ++-003607 ++-003608 ++-003609 ++-003610 ++-003611 ++-003612 ++-003613 ++-003614 ++-003615 ++-003616 ++-003617 ++-003618 ++-003619 ++-003620 ++-003621 ++-003622 ++-003623 ++-003624 ++-003625 ++-003626 ++-003627 ++-003628 ++-003629 ++-003630 ++-003631 ++-003632 ++-003633 ++-003634 ++-003635 ++-003636 ++-003637 ++-003638 ++-003639 ++-003640 ++-003641 ++-003642 ++-003643 ++-003644 ++-003645 ++-003646 ++-003647 ++-003648 ++-003649 ++-003650 ++-003651 ++-003652 ++-003653 ++-003654 ++-003655 ++-003656 ++-003657 ++-003658 ++-003659 ++-003660 ++-003661 ++-003662 ++-003663 ++-003664 ++-003665 ++-003666 ++-003667 ++-003668 ++-003669 ++-003670 ++-003671 ++-003672 ++-003673 ++-003674 ++-003675 ++-003676 ++-003677 ++-003678 ++-003679 ++-003680 ++-003681 ++-003682 ++-003683 ++-003684 ++-003685 ++-003686 ++-003687 ++-003688 ++-003689 ++-003690 ++-003691 ++-003692 ++-003693 ++-003694 ++-003695 ++-003696 ++-003697 ++-003698 ++-003699 ++-003700 ++-003701 ++-003702 ++-003703 ++-003704 ++-003705 ++-003706 ++-003707 ++-003708 ++-003709 ++-003710 ++-003711 ++-003712 ++-003713 ++-003714 ++-003715 ++-003716 ++-003717 ++-003718 ++-003719 ++-003720 ++-003721 ++-003722 ++-003723 ++-003724 ++-003725 ++-003726 ++-003727 ++-003728 ++-003729 ++-003730 ++-003731 ++-003732 ++-003733 ++-003734 ++-003735 ++-003736 ++-003737 ++-003738 ++-003739 ++-003740 ++-003741 ++-003742 ++-003743 ++-003744 ++-003745 ++-003746 ++-003747 ++-003748 ++-003749 ++-003750 ++-003751 ++-003752 ++-003753 ++-003754 ++-003755 ++-003756 ++-003757 ++-003758 ++-003759 ++-003760 ++-003761 ++-003762 ++-003763 ++-003764 ++-003765 ++-003766 ++-003767 ++-003768 ++-003769 ++-003770 ++-003771 ++-003772 ++-003773 ++-003774 ++-003775 ++-003776 ++-003777 ++-003778 ++-003779 ++-003780 ++-003781 ++-003782 ++-003783 ++-003784 ++-003785 ++-003786 ++-003787 ++-003788 ++-003789 ++-003790 ++-003791 ++-003792 ++-003793 ++-003794 ++-003795 ++-003796 ++-003797 ++-003798 ++-003799 ++-003800 ++-003801 ++-003802 ++-003803 ++-003804 ++-003805 ++-003806 ++-003807 ++-003808 ++-003809 ++-003810 ++-003811 ++-003812 ++-003813 ++-003814 ++-003815 ++-003816 ++-003817 ++-003818 ++-003819 ++-003820 ++-003821 ++-003822 ++-003823 ++-003824 ++-003825 ++-003826 ++-003827 ++-003828 ++-003829 ++-003830 ++-003831 ++-003832 ++-003833 ++-003834 ++-003835 ++-003836 ++-003837 ++-003838 ++-003839 ++-003840 ++-003841 ++-003842 ++-003843 ++-003844 ++-003845 ++-003846 ++-003847 ++-003848 ++-003849 ++-003850 ++-003851 ++-003852 ++-003853 ++-003854 ++-003855 ++-003856 ++-003857 ++-003858 ++-003859 ++-003860 ++-003861 ++-003862 ++-003863 ++-003864 ++-003865 ++-003866 ++-003867 ++-003868 ++-003869 ++-003870 ++-003871 ++-003872 ++-003873 ++-003874 ++-003875 ++-003876 ++-003877 ++-003878 ++-003879 ++-003880 ++-003881 ++-003882 ++-003883 ++-003884 ++-003885 ++-003886 ++-003887 ++-003888 ++-003889 ++-003890 ++-003891 ++-003892 ++-003893 ++-003894 ++-003895 ++-003896 ++-003897 ++-003898 ++-003899 ++-003900 ++-003901 ++-003902 ++-003903 ++-003904 ++-003905 ++-003906 ++-003907 ++-003908 ++-003909 ++-003910 ++-003911 ++-003912 ++-003913 ++-003914 ++-003915 ++-003916 ++-003917 ++-003918 ++-003919 ++-003920 ++-003921 ++-003922 ++-003923 ++-003924 ++-003925 ++-003926 ++-003927 ++-003928 ++-003929 ++-003930 ++-003931 ++-003932 ++-003933 ++-003934 ++-003935 ++-003936 ++-003937 ++-003938 ++-003939 ++-003940 ++-003941 ++-003942 ++-003943 ++-003944 ++-003945 ++-003946 ++-003947 ++-003948 ++-003949 ++-003950 ++-003951 ++-003952 ++-003953 ++-003954 ++-003955 ++-003956 ++-003957 ++-003958 ++-003959 ++-003960 ++-003961 ++-003962 ++-003963 ++-003964 ++-003965 ++-003966 ++-003967 ++-003968 ++-003969 ++-003970 ++-003971 ++-003972 ++-003973 ++-003974 ++-003975 ++-003976 ++-003977 ++-003978 ++-003979 ++-003980 ++-003981 ++-003982 ++-003983 ++-003984 ++-003985 ++-003986 ++-003987 ++-003988 ++-003989 ++-003990 ++-003991 ++-003992 ++-003993 ++-003994 ++-003995 ++-003996 ++-003997 ++-003998 ++-003999 ++-004000 ++-004001 ++-004002 ++-004003 ++-004004 ++-004005 ++-004006 ++-004007 ++-004008 ++-004009 ++-004010 ++-004011 ++-004012 ++-004013 ++-004014 ++-004015 ++-004016 ++-004017 ++-004018 ++-004019 ++-004020 ++-004021 ++-004022 ++-004023 ++-004024 ++-004025 ++-004026 ++-004027 ++-004028 ++-004029 ++-004030 ++-004031 ++-004032 ++-004033 ++-004034 ++-004035 ++-004036 ++-004037 ++-004038 ++-004039 ++-004040 ++-004041 ++-004042 ++-004043 ++-004044 ++-004045 ++-004046 ++-004047 ++-004048 ++-004049 ++-004050 ++-004051 ++-004052 ++-004053 ++-004054 ++-004055 ++-004056 ++-004057 ++-004058 ++-004059 ++-004060 ++-004061 ++-004062 ++-004063 ++-004064 ++-004065 ++-004066 ++-004067 ++-004068 ++-004069 ++-004070 ++-004071 ++-004072 ++-004073 ++-004074 ++-004075 ++-004076 ++-004077 ++-004078 ++-004079 ++-004080 ++-004081 ++-004082 ++-004083 ++-004084 ++-004085 ++-004086 ++-004087 ++-004088 ++-004089 ++-004090 ++-004091 ++-004092 ++-004093 ++-004094 ++-004095 ++-004096 ++-004097 ++-004098 ++-004099 ++-004100 ++-004101 ++-004102 ++-004103 ++-004104 ++-004105 ++-004106 ++-004107 ++-004108 ++-004109 ++-004110 ++-004111 ++-004112 ++-004113 ++-004114 ++-004115 ++-004116 ++-004117 ++-004118 ++-004119 ++-004120 ++-004121 ++-004122 ++-004123 ++-004124 ++-004125 ++-004126 ++-004127 ++-004128 ++-004129 ++-004130 ++-004131 ++-004132 ++-004133 ++-004134 ++-004135 ++-004136 ++-004137 ++-004138 ++-004139 ++-004140 ++-004141 ++-004142 ++-004143 ++-004144 ++-004145 ++-004146 ++-004147 ++-004148 ++-004149 ++-004150 ++-004151 ++-004152 ++-004153 ++-004154 ++-004155 ++-004156 ++-004157 ++-004158 ++-004159 ++-004160 ++-004161 ++-004162 ++-004163 ++-004164 ++-004165 ++-004166 ++-004167 ++-004168 ++-004169 ++-004170 ++-004171 ++-004172 ++-004173 ++-004174 ++-004175 ++-004176 ++-004177 ++-004178 ++-004179 ++-004180 ++-004181 ++-004182 ++-004183 ++-004184 ++-004185 ++-004186 ++-004187 ++-004188 ++-004189 ++-004190 ++-004191 ++-004192 ++-004193 ++-004194 ++-004195 ++-004196 ++-004197 ++-004198 ++-004199 ++-004200 ++-004201 ++-004202 ++-004203 ++-004204 ++-004205 ++-004206 ++-004207 ++-004208 ++-004209 ++-004210 ++-004211 ++-004212 ++-004213 ++-004214 ++-004215 ++-004216 ++-004217 ++-004218 ++-004219 ++-004220 ++-004221 ++-004222 ++-004223 ++-004224 ++-004225 ++-004226 ++-004227 ++-004228 ++-004229 ++-004230 ++-004231 ++-004232 ++-004233 ++-004234 ++-004235 ++-004236 ++-004237 ++-004238 ++-004239 ++-004240 ++-004241 ++-004242 ++-004243 ++-004244 ++-004245 ++-004246 ++-004247 ++-004248 ++-004249 ++-004250 ++-004251 ++-004252 ++-004253 ++-004254 ++-004255 ++-004256 ++-004257 ++-004258 ++-004259 ++-004260 ++-004261 ++-004262 ++-004263 ++-004264 ++-004265 ++-004266 ++-004267 ++-004268 ++-004269 ++-004270 ++-004271 ++-004272 ++-004273 ++-004274 ++-004275 ++-004276 ++-004277 ++-004278 ++-004279 ++-004280 ++-004281 ++-004282 ++-004283 ++-004284 ++-004285 ++-004286 ++-004287 ++-004288 ++-004289 ++-004290 ++-004291 ++-004292 ++-004293 ++-004294 ++-004295 ++-004296 ++-004297 ++-004298 ++-004299 ++-004300 ++-004301 ++-004302 ++-004303 ++-004304 ++-004305 ++-004306 ++-004307 ++-004308 ++-004309 ++-004310 ++-004311 ++-004312 ++-004313 ++-004314 ++-004315 ++-004316 ++-004317 ++-004318 ++-004319 ++-004320 ++-004321 ++-004322 ++-004323 ++-004324 ++-004325 ++-004326 ++-004327 ++-004328 ++-004329 ++-004330 ++-004331 ++-004332 ++-004333 ++-004334 ++-004335 ++-004336 ++-004337 ++-004338 ++-004339 ++-004340 ++-004341 ++-004342 ++-004343 ++-004344 ++-004345 ++-004346 ++-004347 ++-004348 ++-004349 ++-004350 ++-004351 ++-004352 ++-004353 ++-004354 ++-004355 ++-004356 ++-004357 ++-004358 ++-004359 ++-004360 ++-004361 ++-004362 ++-004363 ++-004364 ++-004365 ++-004366 ++-004367 ++-004368 ++-004369 ++-004370 ++-004371 ++-004372 ++-004373 ++-004374 ++-004375 ++-004376 ++-004377 ++-004378 ++-004379 ++-004380 ++-004381 ++-004382 ++-004383 ++-004384 ++-004385 ++-004386 ++-004387 ++-004388 ++-004389 ++-004390 ++-004391 ++-004392 ++-004393 ++-004394 ++-004395 ++-004396 ++-004397 ++-004398 ++-004399 ++-004400 ++-004401 ++-004402 ++-004403 ++-004404 ++-004405 ++-004406 ++-004407 ++-004408 ++-004409 ++-004410 ++-004411 ++-004412 ++-004413 ++-004414 ++-004415 ++-004416 ++-004417 ++-004418 ++-004419 ++-004420 ++-004421 ++-004422 ++-004423 ++-004424 ++-004425 ++-004426 ++-004427 ++-004428 ++-004429 ++-004430 ++-004431 ++-004432 ++-004433 ++-004434 ++-004435 ++-004436 ++-004437 ++-004438 ++-004439 ++-004440 ++-004441 ++-004442 ++-004443 ++-004444 ++-004445 ++-004446 ++-004447 ++-004448 ++-004449 ++-004450 ++-004451 ++-004452 ++-004453 ++-004454 ++-004455 ++-004456 ++-004457 ++-004458 ++-004459 ++-004460 ++-004461 ++-004462 ++-004463 ++-004464 ++-004465 ++-004466 ++-004467 ++-004468 ++-004469 ++-004470 ++-004471 ++-004472 ++-004473 ++-004474 ++-004475 ++-004476 ++-004477 ++-004478 ++-004479 ++-004480 ++-004481 ++-004482 ++-004483 ++-004484 ++-004485 ++-004486 ++-004487 ++-004488 ++-004489 ++-004490 ++-004491 ++-004492 ++-004493 ++-004494 ++-004495 ++-004496 ++-004497 ++-004498 ++-004499 ++-004500 ++-004501 ++-004502 ++-004503 ++-004504 ++-004505 ++-004506 ++-004507 ++-004508 ++-004509 ++-004510 ++-004511 ++-004512 ++-004513 ++-004514 ++-004515 ++-004516 ++-004517 ++-004518 ++-004519 ++-004520 ++-004521 ++-004522 ++-004523 ++-004524 ++-004525 ++-004526 ++-004527 ++-004528 ++-004529 ++-004530 ++-004531 ++-004532 ++-004533 ++-004534 ++-004535 ++-004536 ++-004537 ++-004538 ++-004539 ++-004540 ++-004541 ++-004542 ++-004543 ++-004544 ++-004545 ++-004546 ++-004547 ++-004548 ++-004549 ++-004550 ++-004551 ++-004552 ++-004553 ++-004554 ++-004555 ++-004556 ++-004557 ++-004558 ++-004559 ++-004560 ++-004561 ++-004562 ++-004563 ++-004564 ++-004565 ++-004566 ++-004567 ++-004568 ++-004569 ++-004570 ++-004571 ++-004572 ++-004573 ++-004574 ++-004575 ++-004576 ++-004577 ++-004578 ++-004579 ++-004580 ++-004581 ++-004582 ++-004583 ++-004584 ++-004585 ++-004586 ++-004587 ++-004588 ++-004589 ++-004590 ++-004591 ++-004592 ++-004593 ++-004594 ++-004595 ++-004596 ++-004597 ++-004598 ++-004599 ++-004600 ++-004601 ++-004602 ++-004603 ++-004604 ++-004605 ++-004606 ++-004607 ++-004608 ++-004609 ++-004610 ++-004611 ++-004612 ++-004613 ++-004614 ++-004615 ++-004616 ++-004617 ++-004618 ++-004619 ++-004620 ++-004621 ++-004622 ++-004623 ++-004624 ++-004625 ++-004626 ++-004627 ++-004628 ++-004629 ++-004630 ++-004631 ++-004632 ++-004633 ++-004634 ++-004635 ++-004636 ++-004637 ++-004638 ++-004639 ++-004640 ++-004641 ++-004642 ++-004643 ++-004644 ++-004645 ++-004646 ++-004647 ++-004648 ++-004649 ++-004650 ++-004651 ++-004652 ++-004653 ++-004654 ++-004655 ++-004656 ++-004657 ++-004658 ++-004659 ++-004660 ++-004661 ++-004662 ++-004663 ++-004664 ++-004665 ++-004666 ++-004667 ++-004668 ++-004669 ++-004670 ++-004671 ++-004672 ++-004673 ++-004674 ++-004675 ++-004676 ++-004677 ++-004678 ++-004679 ++-004680 ++-004681 ++-004682 ++-004683 ++-004684 ++-004685 ++-004686 ++-004687 ++-004688 ++-004689 ++-004690 ++-004691 ++-004692 ++-004693 ++-004694 ++-004695 ++-004696 ++-004697 ++-004698 ++-004699 ++-004700 ++-004701 ++-004702 ++-004703 ++-004704 ++-004705 ++-004706 ++-004707 ++-004708 ++-004709 ++-004710 ++-004711 ++-004712 ++-004713 ++-004714 ++-004715 ++-004716 ++-004717 ++-004718 ++-004719 ++-004720 ++-004721 ++-004722 ++-004723 ++-004724 ++-004725 ++-004726 ++-004727 ++-004728 ++-004729 ++-004730 ++-004731 ++-004732 ++-004733 ++-004734 ++-004735 ++-004736 ++-004737 ++-004738 ++-004739 ++-004740 ++-004741 ++-004742 ++-004743 ++-004744 ++-004745 ++-004746 ++-004747 ++-004748 ++-004749 ++-004750 ++-004751 ++-004752 ++-004753 ++-004754 ++-004755 ++-004756 ++-004757 ++-004758 ++-004759 ++-004760 ++-004761 ++-004762 ++-004763 ++-004764 ++-004765 ++-004766 ++-004767 ++-004768 ++-004769 ++-004770 ++-004771 ++-004772 ++-004773 ++-004774 ++-004775 ++-004776 ++-004777 ++-004778 ++-004779 ++-004780 ++-004781 ++-004782 ++-004783 ++-004784 ++-004785 ++-004786 ++-004787 ++-004788 ++-004789 ++-004790 ++-004791 ++-004792 ++-004793 ++-004794 ++-004795 ++-004796 ++-004797 ++-004798 ++-004799 ++-004800 ++-004801 ++-004802 ++-004803 ++-004804 ++-004805 ++-004806 ++-004807 ++-004808 ++-004809 ++-004810 ++-004811 ++-004812 ++-004813 ++-004814 ++-004815 ++-004816 ++-004817 ++-004818 ++-004819 ++-004820 ++-004821 ++-004822 ++-004823 ++-004824 ++-004825 ++-004826 ++-004827 ++-004828 ++-004829 ++-004830 ++-004831 ++-004832 ++-004833 ++-004834 ++-004835 ++-004836 ++-004837 ++-004838 ++-004839 ++-004840 ++-004841 ++-004842 ++-004843 ++-004844 ++-004845 ++-004846 ++-004847 ++-004848 ++-004849 ++-004850 ++-004851 ++-004852 ++-004853 ++-004854 ++-004855 ++-004856 ++-004857 ++-004858 ++-004859 ++-004860 ++-004861 ++-004862 ++-004863 ++-004864 ++-004865 ++-004866 ++-004867 ++-004868 ++-004869 ++-004870 ++-004871 ++-004872 ++-004873 ++-004874 ++-004875 ++-004876 ++-004877 ++-004878 ++-004879 ++-004880 ++-004881 ++-004882 ++-004883 ++-004884 ++-004885 ++-004886 ++-004887 ++-004888 ++-004889 ++-004890 ++-004891 ++-004892 ++-004893 ++-004894 ++-004895 ++-004896 ++-004897 ++-004898 ++-004899 ++-004900 ++-004901 ++-004902 ++-004903 ++-004904 ++-004905 ++-004906 ++-004907 ++-004908 ++-004909 ++-004910 ++-004911 ++-004912 ++-004913 ++-004914 ++-004915 ++-004916 ++-004917 ++-004918 ++-004919 ++-004920 ++-004921 ++-004922 ++-004923 ++-004924 ++-004925 ++-004926 ++-004927 ++-004928 ++-004929 ++-004930 ++-004931 ++-004932 ++-004933 ++-004934 ++-004935 ++-004936 ++-004937 ++-004938 ++-004939 ++-004940 ++-004941 ++-004942 ++-004943 ++-004944 ++-004945 ++-004946 ++-004947 ++-004948 ++-004949 ++-004950 ++-004951 ++-004952 ++-004953 ++-004954 ++-004955 ++-004956 ++-004957 ++-004958 ++-004959 ++-004960 ++-004961 ++-004962 ++-004963 ++-004964 ++-004965 ++-004966 ++-004967 ++-004968 ++-004969 ++-004970 ++-004971 ++-004972 ++-004973 ++-004974 ++-004975 ++-004976 ++-004977 ++-004978 ++-004979 ++-004980 ++-004981 ++-004982 ++-004983 ++-004984 ++-004985 ++-004986 ++-004987 ++-004988 ++-004989 ++-004990 ++-004991 ++-004992 ++-004993 ++-004994 ++-004995 ++-004996 ++-004997 ++-004998 ++-004999 ++-005000 ++-005001 ++-005002 ++-005003 ++-005004 ++-005005 ++-005006 ++-005007 ++-005008 ++-005009 ++-005010 ++-005011 ++-005012 ++-005013 ++-005014 ++-005015 ++-005016 ++-005017 ++-005018 ++-005019 ++-005020 ++-005021 ++-005022 ++-005023 ++-005024 ++-005025 ++-005026 ++-005027 ++-005028 ++-005029 ++-005030 ++-005031 ++-005032 ++-005033 ++-005034 ++-005035 ++-005036 ++-005037 ++-005038 ++-005039 ++-005040 ++-005041 ++-005042 ++-005043 ++-005044 ++-005045 ++-005046 ++-005047 ++-005048 ++-005049 ++-005050 ++-005051 ++-005052 ++-005053 ++-005054 ++-005055 ++-005056 ++-005057 ++-005058 ++-005059 ++-005060 ++-005061 ++-005062 ++-005063 ++-005064 ++-005065 ++-005066 ++-005067 ++-005068 ++-005069 ++-005070 ++-005071 ++-005072 ++-005073 ++-005074 ++-005075 ++-005076 ++-005077 ++-005078 ++-005079 ++-005080 ++-005081 ++-005082 ++-005083 ++-005084 ++-005085 ++-005086 ++-005087 ++-005088 ++-005089 ++-005090 ++-005091 ++-005092 ++-005093 ++-005094 ++-005095 ++-005096 ++-005097 ++-005098 ++-005099 ++-005100 ++-005101 ++-005102 ++-005103 ++-005104 ++-005105 ++-005106 ++-005107 ++-005108 ++-005109 ++-005110 ++-005111 ++-005112 ++-005113 ++-005114 ++-005115 ++-005116 ++-005117 ++-005118 ++-005119 ++-005120 ++-005121 ++-005122 ++-005123 ++-005124 ++-005125 ++-005126 ++-005127 ++-005128 ++-005129 ++-005130 ++-005131 ++-005132 ++-005133 ++-005134 ++-005135 ++-005136 ++-005137 ++-005138 ++-005139 ++-005140 ++-005141 ++-005142 ++-005143 ++-005144 ++-005145 ++-005146 ++-005147 ++-005148 ++-005149 ++-005150 ++-005151 ++-005152 ++-005153 ++-005154 ++-005155 ++-005156 ++-005157 ++-005158 ++-005159 ++-005160 ++-005161 ++-005162 ++-005163 ++-005164 ++-005165 ++-005166 ++-005167 ++-005168 ++-005169 ++-005170 ++-005171 ++-005172 ++-005173 ++-005174 ++-005175 ++-005176 ++-005177 ++-005178 ++-005179 ++-005180 ++-005181 ++-005182 ++-005183 ++-005184 ++-005185 ++-005186 ++-005187 ++-005188 ++-005189 ++-005190 ++-005191 ++-005192 ++-005193 ++-005194 ++-005195 ++-005196 ++-005197 ++-005198 ++-005199 ++-005200 ++-005201 ++-005202 ++-005203 ++-005204 ++-005205 ++-005206 ++-005207 ++-005208 ++-005209 ++-005210 ++-005211 ++-005212 ++-005213 ++-005214 ++-005215 ++-005216 ++-005217 ++-005218 ++-005219 ++-005220 ++-005221 ++-005222 ++-005223 ++-005224 ++-005225 ++-005226 ++-005227 ++-005228 ++-005229 ++-005230 ++-005231 ++-005232 ++-005233 ++-005234 ++-005235 ++-005236 ++-005237 ++-005238 ++-005239 ++-005240 ++-005241 ++-005242 ++-005243 ++-005244 ++-005245 ++-005246 ++-005247 ++-005248 ++-005249 ++-005250 ++-005251 ++-005252 ++-005253 ++-005254 ++-005255 ++-005256 ++-005257 ++-005258 ++-005259 ++-005260 ++-005261 ++-005262 ++-005263 ++-005264 ++-005265 ++-005266 ++-005267 ++-005268 ++-005269 ++-005270 ++-005271 ++-005272 ++-005273 ++-005274 ++-005275 ++-005276 ++-005277 ++-005278 ++-005279 ++-005280 ++-005281 ++-005282 ++-005283 ++-005284 ++-005285 ++-005286 ++-005287 ++-005288 ++-005289 ++-005290 ++-005291 ++-005292 ++-005293 ++-005294 ++-005295 ++-005296 ++-005297 ++-005298 ++-005299 ++-005300 ++-005301 ++-005302 ++-005303 ++-005304 ++-005305 ++-005306 ++-005307 ++-005308 ++-005309 ++-005310 ++-005311 ++-005312 ++-005313 ++-005314 ++-005315 ++-005316 ++-005317 ++-005318 ++-005319 ++-005320 ++-005321 ++-005322 ++-005323 ++-005324 ++-005325 ++-005326 ++-005327 ++-005328 ++-005329 ++-005330 ++-005331 ++-005332 ++-005333 ++-005334 ++-005335 ++-005336 ++-005337 ++-005338 ++-005339 ++-005340 ++-005341 ++-005342 ++-005343 ++-005344 ++-005345 ++-005346 ++-005347 ++-005348 ++-005349 ++-005350 ++-005351 ++-005352 ++-005353 ++-005354 ++-005355 ++-005356 ++-005357 ++-005358 ++-005359 ++-005360 ++-005361 ++-005362 ++-005363 ++-005364 ++-005365 ++-005366 ++-005367 ++-005368 ++-005369 ++-005370 ++-005371 ++-005372 ++-005373 ++-005374 ++-005375 ++-005376 ++-005377 ++-005378 ++-005379 ++-005380 ++-005381 ++-005382 ++-005383 ++-005384 ++-005385 ++-005386 ++-005387 ++-005388 ++-005389 ++-005390 ++-005391 ++-005392 ++-005393 ++-005394 ++-005395 ++-005396 ++-005397 ++-005398 ++-005399 ++-005400 ++-005401 ++-005402 ++-005403 ++-005404 ++-005405 ++-005406 ++-005407 ++-005408 ++-005409 ++-005410 ++-005411 ++-005412 ++-005413 ++-005414 ++-005415 ++-005416 ++-005417 ++-005418 ++-005419 ++-005420 ++-005421 ++-005422 ++-005423 ++-005424 ++-005425 ++-005426 ++-005427 ++-005428 ++-005429 ++-005430 ++-005431 ++-005432 ++-005433 ++-005434 ++-005435 ++-005436 ++-005437 ++-005438 ++-005439 ++-005440 ++-005441 ++-005442 ++-005443 ++-005444 ++-005445 ++-005446 ++-005447 ++-005448 ++-005449 ++-005450 ++-005451 ++-005452 ++-005453 ++-005454 ++-005455 ++-005456 ++-005457 ++-005458 ++-005459 ++-005460 ++-005461 ++-005462 ++-005463 ++-005464 ++-005465 ++-005466 ++-005467 ++-005468 ++-005469 ++-005470 ++-005471 ++-005472 ++-005473 ++-005474 ++-005475 ++-005476 ++-005477 ++-005478 ++-005479 ++-005480 ++-005481 ++-005482 ++-005483 ++-005484 ++-005485 ++-005486 ++-005487 ++-005488 ++-005489 ++-005490 ++-005491 ++-005492 ++-005493 ++-005494 ++-005495 ++-005496 ++-005497 ++-005498 ++-005499 ++-005500 ++-005501 ++-005502 ++-005503 ++-005504 ++-005505 ++-005506 ++-005507 ++-005508 ++-005509 ++-005510 ++-005511 ++-005512 ++-005513 ++-005514 ++-005515 ++-005516 ++-005517 ++-005518 ++-005519 ++-005520 ++-005521 ++-005522 ++-005523 ++-005524 ++-005525 ++-005526 ++-005527 ++-005528 ++-005529 ++-005530 ++-005531 ++-005532 ++-005533 ++-005534 ++-005535 ++-005536 ++-005537 ++-005538 ++-005539 ++-005540 ++-005541 ++-005542 ++-005543 ++-005544 ++-005545 ++-005546 ++-005547 ++-005548 ++-005549 ++-005550 ++-005551 ++-005552 ++-005553 ++-005554 ++-005555 ++-005556 ++-005557 ++-005558 ++-005559 ++-005560 ++-005561 ++-005562 ++-005563 ++-005564 ++-005565 ++-005566 ++-005567 ++-005568 ++-005569 ++-005570 ++-005571 ++-005572 ++-005573 ++-005574 ++-005575 ++-005576 ++-005577 ++-005578 ++-005579 ++-005580 ++-005581 ++-005582 ++-005583 ++-005584 ++-005585 ++-005586 ++-005587 ++-005588 ++-005589 ++-005590 ++-005591 ++-005592 ++-005593 ++-005594 ++-005595 ++-005596 ++-005597 ++-005598 ++-005599 ++-005600 ++-005601 ++-005602 ++-005603 ++-005604 ++-005605 ++-005606 ++-005607 ++-005608 ++-005609 ++-005610 ++-005611 ++-005612 ++-005613 ++-005614 ++-005615 ++-005616 ++-005617 ++-005618 ++-005619 ++-005620 ++-005621 ++-005622 ++-005623 ++-005624 ++-005625 ++-005626 ++-005627 ++-005628 ++-005629 ++-005630 ++-005631 ++-005632 ++-005633 ++-005634 ++-005635 ++-005636 ++-005637 ++-005638 ++-005639 ++-005640 ++-005641 ++-005642 ++-005643 ++-005644 ++-005645 ++-005646 ++-005647 ++-005648 ++-005649 ++-005650 ++-005651 ++-005652 ++-005653 ++-005654 ++-005655 ++-005656 ++-005657 ++-005658 ++-005659 ++-005660 ++-005661 ++-005662 ++-005663 ++-005664 ++-005665 ++-005666 ++-005667 ++-005668 ++-005669 ++-005670 ++-005671 ++-005672 ++-005673 ++-005674 ++-005675 ++-005676 ++-005677 ++-005678 ++-005679 ++-005680 ++-005681 ++-005682 ++-005683 ++-005684 ++-005685 ++-005686 ++-005687 ++-005688 ++-005689 ++-005690 ++-005691 ++-005692 ++-005693 ++-005694 ++-005695 ++-005696 ++-005697 ++-005698 ++-005699 ++-005700 ++-005701 ++-005702 ++-005703 ++-005704 ++-005705 ++-005706 ++-005707 ++-005708 ++-005709 ++-005710 ++-005711 ++-005712 ++-005713 ++-005714 ++-005715 ++-005716 ++-005717 ++-005718 ++-005719 ++-005720 ++-005721 ++-005722 ++-005723 ++-005724 ++-005725 ++-005726 ++-005727 ++-005728 ++-005729 ++-005730 ++-005731 ++-005732 ++-005733 ++-005734 ++-005735 ++-005736 ++-005737 ++-005738 ++-005739 ++-005740 ++-005741 ++-005742 ++-005743 ++-005744 ++-005745 ++-005746 ++-005747 ++-005748 ++-005749 ++-005750 ++-005751 ++-005752 ++-005753 ++-005754 ++-005755 ++-005756 ++-005757 ++-005758 ++-005759 ++-005760 ++-005761 ++-005762 ++-005763 ++-005764 ++-005765 ++-005766 ++-005767 ++-005768 ++-005769 ++-005770 ++-005771 ++-005772 ++-005773 ++-005774 ++-005775 ++-005776 ++-005777 ++-005778 ++-005779 ++-005780 ++-005781 ++-005782 ++-005783 ++-005784 ++-005785 ++-005786 ++-005787 ++-005788 ++-005789 ++-005790 ++-005791 ++-005792 ++-005793 ++-005794 ++-005795 ++-005796 ++-005797 ++-005798 ++-005799 ++-005800 ++-005801 ++-005802 ++-005803 ++-005804 ++-005805 ++-005806 ++-005807 ++-005808 ++-005809 ++-005810 ++-005811 ++-005812 ++-005813 ++-005814 ++-005815 ++-005816 ++-005817 ++-005818 ++-005819 ++-005820 ++-005821 ++-005822 ++-005823 ++-005824 ++-005825 ++-005826 ++-005827 ++-005828 ++-005829 ++-005830 ++-005831 ++-005832 ++-005833 ++-005834 ++-005835 ++-005836 ++-005837 ++-005838 ++-005839 ++-005840 ++-005841 ++-005842 ++-005843 ++-005844 ++-005845 ++-005846 ++-005847 ++-005848 ++-005849 ++-005850 ++-005851 ++-005852 ++-005853 ++-005854 ++-005855 ++-005856 ++-005857 ++-005858 ++-005859 ++-005860 ++-005861 ++-005862 ++-005863 ++-005864 ++-005865 ++-005866 ++-005867 ++-005868 ++-005869 ++-005870 ++-005871 ++-005872 ++-005873 ++-005874 ++-005875 ++-005876 ++-005877 ++-005878 ++-005879 ++-005880 ++-005881 ++-005882 ++-005883 ++-005884 ++-005885 ++-005886 ++-005887 ++-005888 ++-005889 ++-005890 ++-005891 ++-005892 ++-005893 ++-005894 ++-005895 ++-005896 ++-005897 ++-005898 ++-005899 ++-005900 ++-005901 ++-005902 ++-005903 ++-005904 ++-005905 ++-005906 ++-005907 ++-005908 ++-005909 ++-005910 ++-005911 ++-005912 ++-005913 ++-005914 ++-005915 ++-005916 ++-005917 ++-005918 ++-005919 ++-005920 ++-005921 ++-005922 ++-005923 ++-005924 ++-005925 ++-005926 ++-005927 ++-005928 ++-005929 ++-005930 ++-005931 ++-005932 ++-005933 ++-005934 ++-005935 ++-005936 ++-005937 ++-005938 ++-005939 ++-005940 ++-005941 ++-005942 ++-005943 ++-005944 ++-005945 ++-005946 ++-005947 ++-005948 ++-005949 ++-005950 ++-005951 ++-005952 ++-005953 ++-005954 ++-005955 ++-005956 ++-005957 ++-005958 ++-005959 ++-005960 ++-005961 ++-005962 ++-005963 ++-005964 ++-005965 ++-005966 ++-005967 ++-005968 ++-005969 ++-005970 ++-005971 ++-005972 ++-005973 ++-005974 ++-005975 ++-005976 ++-005977 ++-005978 ++-005979 ++-005980 ++-005981 ++-005982 ++-005983 ++-005984 ++-005985 ++-005986 ++-005987 ++-005988 ++-005989 ++-005990 ++-005991 ++-005992 ++-005993 ++-005994 ++-005995 ++-005996 ++-005997 ++-005998 ++-005999 ++-006000 ++-006001 ++-006002 ++-006003 ++-006004 ++-006005 ++-006006 ++-006007 ++-006008 ++-006009 ++-006010 ++-006011 ++-006012 ++-006013 ++-006014 ++-006015 ++-006016 ++-006017 ++-006018 ++-006019 ++-006020 ++-006021 ++-006022 ++-006023 ++-006024 ++-006025 ++-006026 ++-006027 ++-006028 ++-006029 ++-006030 ++-006031 ++-006032 ++-006033 ++-006034 ++-006035 ++-006036 ++-006037 ++-006038 ++-006039 ++-006040 ++-006041 ++-006042 ++-006043 ++-006044 ++-006045 ++-006046 ++-006047 ++-006048 ++-006049 ++-006050 ++-006051 ++-006052 ++-006053 ++-006054 ++-006055 ++-006056 ++-006057 ++-006058 ++-006059 ++-006060 ++-006061 ++-006062 ++-006063 ++-006064 ++-006065 ++-006066 ++-006067 ++-006068 ++-006069 ++-006070 ++-006071 ++-006072 ++-006073 ++-006074 ++-006075 ++-006076 ++-006077 ++-006078 ++-006079 ++-006080 ++-006081 ++-006082 ++-006083 ++-006084 ++-006085 ++-006086 ++-006087 ++-006088 ++-006089 ++-006090 ++-006091 ++-006092 ++-006093 ++-006094 ++-006095 ++-006096 ++-006097 ++-006098 ++-006099 ++-006100 ++-006101 ++-006102 ++-006103 ++-006104 ++-006105 ++-006106 ++-006107 ++-006108 ++-006109 ++-006110 ++-006111 ++-006112 ++-006113 ++-006114 ++-006115 ++-006116 ++-006117 ++-006118 ++-006119 ++-006120 ++-006121 ++-006122 ++-006123 ++-006124 ++-006125 ++-006126 ++-006127 ++-006128 ++-006129 ++-006130 ++-006131 ++-006132 ++-006133 ++-006134 ++-006135 ++-006136 ++-006137 ++-006138 ++-006139 ++-006140 ++-006141 ++-006142 ++-006143 ++-006144 ++-006145 ++-006146 ++-006147 ++-006148 ++-006149 ++-006150 ++-006151 ++-006152 ++-006153 ++-006154 ++-006155 ++-006156 ++-006157 ++-006158 ++-006159 ++-006160 ++-006161 ++-006162 ++-006163 ++-006164 ++-006165 ++-006166 ++-006167 ++-006168 ++-006169 ++-006170 ++-006171 ++-006172 ++-006173 ++-006174 ++-006175 ++-006176 ++-006177 ++-006178 ++-006179 ++-006180 ++-006181 ++-006182 ++-006183 ++-006184 ++-006185 ++-006186 ++-006187 ++-006188 ++-006189 ++-006190 ++-006191 ++-006192 ++-006193 ++-006194 ++-006195 ++-006196 ++-006197 ++-006198 ++-006199 ++-006200 ++-006201 ++-006202 ++-006203 ++-006204 ++-006205 ++-006206 ++-006207 ++-006208 ++-006209 ++-006210 ++-006211 ++-006212 ++-006213 ++-006214 ++-006215 ++-006216 ++-006217 ++-006218 ++-006219 ++-006220 ++-006221 ++-006222 ++-006223 ++-006224 ++-006225 ++-006226 ++-006227 ++-006228 ++-006229 ++-006230 ++-006231 ++-006232 ++-006233 ++-006234 ++-006235 ++-006236 ++-006237 ++-006238 ++-006239 ++-006240 ++-006241 ++-006242 ++-006243 ++-006244 ++-006245 ++-006246 ++-006247 ++-006248 ++-006249 ++-006250 ++-006251 ++-006252 ++-006253 ++-006254 ++-006255 ++-006256 ++-006257 ++-006258 ++-006259 ++-006260 ++-006261 ++-006262 ++-006263 ++-006264 ++-006265 ++-006266 ++-006267 ++-006268 ++-006269 ++-006270 ++-006271 ++-006272 ++-006273 ++-006274 ++-006275 ++-006276 ++-006277 ++-006278 ++-006279 ++-006280 ++-006281 ++-006282 ++-006283 ++-006284 ++-006285 ++-006286 ++-006287 ++-006288 ++-006289 ++-006290 ++-006291 ++-006292 ++-006293 ++-006294 ++-006295 ++-006296 ++-006297 ++-006298 ++-006299 ++-006300 ++-006301 ++-006302 ++-006303 ++-006304 ++-006305 ++-006306 ++-006307 ++-006308 ++-006309 ++-006310 ++-006311 ++-006312 ++-006313 ++-006314 ++-006315 ++-006316 ++-006317 ++-006318 ++-006319 ++-006320 ++-006321 ++-006322 ++-006323 ++-006324 ++-006325 ++-006326 ++-006327 ++-006328 ++-006329 ++-006330 ++-006331 ++-006332 ++-006333 ++-006334 ++-006335 ++-006336 ++-006337 ++-006338 ++-006339 ++-006340 ++-006341 ++-006342 ++-006343 ++-006344 ++-006345 ++-006346 ++-006347 ++-006348 ++-006349 ++-006350 ++-006351 ++-006352 ++-006353 ++-006354 ++-006355 ++-006356 ++-006357 ++-006358 ++-006359 ++-006360 ++-006361 ++-006362 ++-006363 ++-006364 ++-006365 ++-006366 ++-006367 ++-006368 ++-006369 ++-006370 ++-006371 ++-006372 ++-006373 ++-006374 ++-006375 ++-006376 ++-006377 ++-006378 ++-006379 ++-006380 ++-006381 ++-006382 ++-006383 ++-006384 ++-006385 ++-006386 ++-006387 ++-006388 ++-006389 ++-006390 ++-006391 ++-006392 ++-006393 ++-006394 ++-006395 ++-006396 ++-006397 ++-006398 ++-006399 ++-006400 ++-006401 ++-006402 ++-006403 ++-006404 ++-006405 ++-006406 ++-006407 ++-006408 ++-006409 ++-006410 ++-006411 ++-006412 ++-006413 ++-006414 ++-006415 ++-006416 ++-006417 ++-006418 ++-006419 ++-006420 ++-006421 ++-006422 ++-006423 ++-006424 ++-006425 ++-006426 ++-006427 ++-006428 ++-006429 ++-006430 ++-006431 ++-006432 ++-006433 ++-006434 ++-006435 ++-006436 ++-006437 ++-006438 ++-006439 ++-006440 ++-006441 ++-006442 ++-006443 ++-006444 ++-006445 ++-006446 ++-006447 ++-006448 ++-006449 ++-006450 ++-006451 ++-006452 ++-006453 ++-006454 ++-006455 ++-006456 ++-006457 ++-006458 ++-006459 ++-006460 ++-006461 ++-006462 ++-006463 ++-006464 ++-006465 ++-006466 ++-006467 ++-006468 ++-006469 ++-006470 ++-006471 ++-006472 ++-006473 ++-006474 ++-006475 ++-006476 ++-006477 ++-006478 ++-006479 ++-006480 ++-006481 ++-006482 ++-006483 ++-006484 ++-006485 ++-006486 ++-006487 ++-006488 ++-006489 ++-006490 ++-006491 ++-006492 ++-006493 ++-006494 ++-006495 ++-006496 ++-006497 ++-006498 ++-006499 ++-006500 ++-006501 ++-006502 ++-006503 ++-006504 ++-006505 ++-006506 ++-006507 ++-006508 ++-006509 ++-006510 ++-006511 ++-006512 ++-006513 ++-006514 ++-006515 ++-006516 ++-006517 ++-006518 ++-006519 ++-006520 ++-006521 ++-006522 ++-006523 ++-006524 ++-006525 ++-006526 ++-006527 ++-006528 ++-006529 ++-006530 ++-006531 ++-006532 ++-006533 ++-006534 ++-006535 ++-006536 ++-006537 ++-006538 ++-006539 ++-006540 ++-006541 ++-006542 ++-006543 ++-006544 ++-006545 ++-006546 ++-006547 ++-006548 ++-006549 ++-006550 ++-006551 ++-006552 ++-006553 ++-006554 ++-006555 ++-006556 ++-006557 ++-006558 ++-006559 ++-006560 ++-006561 ++-006562 ++-006563 ++-006564 ++-006565 ++-006566 ++-006567 ++-006568 ++-006569 ++-006570 ++-006571 ++-006572 ++-006573 ++-006574 ++-006575 ++-006576 ++-006577 ++-006578 ++-006579 ++-006580 ++-006581 ++-006582 ++-006583 ++-006584 ++-006585 ++-006586 ++-006587 ++-006588 ++-006589 ++-006590 ++-006591 ++-006592 ++-006593 ++-006594 ++-006595 ++-006596 ++-006597 ++-006598 ++-006599 ++-006600 ++-006601 ++-006602 ++-006603 ++-006604 ++-006605 ++-006606 ++-006607 ++-006608 ++-006609 ++-006610 ++-006611 ++-006612 ++-006613 ++-006614 ++-006615 ++-006616 ++-006617 ++-006618 ++-006619 ++-006620 ++-006621 ++-006622 ++-006623 ++-006624 ++-006625 ++-006626 ++-006627 ++-006628 ++-006629 ++-006630 ++-006631 ++-006632 ++-006633 ++-006634 ++-006635 ++-006636 ++-006637 ++-006638 ++-006639 ++-006640 ++-006641 ++-006642 ++-006643 ++-006644 ++-006645 ++-006646 ++-006647 ++-006648 ++-006649 ++-006650 ++-006651 ++-006652 ++-006653 ++-006654 ++-006655 ++-006656 ++-006657 ++-006658 ++-006659 ++-006660 ++-006661 ++-006662 ++-006663 ++-006664 ++-006665 ++-006666 ++-006667 ++-006668 ++-006669 ++-006670 ++-006671 ++-006672 ++-006673 ++-006674 ++-006675 ++-006676 ++-006677 ++-006678 ++-006679 ++-006680 ++-006681 ++-006682 ++-006683 ++-006684 ++-006685 ++-006686 ++-006687 ++-006688 ++-006689 ++-006690 ++-006691 ++-006692 ++-006693 ++-006694 ++-006695 ++-006696 ++-006697 ++-006698 ++-006699 ++-006700 ++-006701 ++-006702 ++-006703 ++-006704 ++-006705 ++-006706 ++-006707 ++-006708 ++-006709 ++-006710 ++-006711 ++-006712 ++-006713 ++-006714 ++-006715 ++-006716 ++-006717 ++-006718 ++-006719 ++-006720 ++-006721 ++-006722 ++-006723 ++-006724 ++-006725 ++-006726 ++-006727 ++-006728 ++-006729 ++-006730 ++-006731 ++-006732 ++-006733 ++-006734 ++-006735 ++-006736 ++-006737 ++-006738 ++-006739 ++-006740 ++-006741 ++-006742 ++-006743 ++-006744 ++-006745 ++-006746 ++-006747 ++-006748 ++-006749 ++-006750 ++-006751 ++-006752 ++-006753 ++-006754 ++-006755 ++-006756 ++-006757 ++-006758 ++-006759 ++-006760 ++-006761 ++-006762 ++-006763 ++-006764 ++-006765 ++-006766 ++-006767 ++-006768 ++-006769 ++-006770 ++-006771 ++-006772 ++-006773 ++-006774 ++-006775 ++-006776 ++-006777 ++-006778 ++-006779 ++-006780 ++-006781 ++-006782 ++-006783 ++-006784 ++-006785 ++-006786 ++-006787 ++-006788 ++-006789 ++-006790 ++-006791 ++-006792 ++-006793 ++-006794 ++-006795 ++-006796 ++-006797 ++-006798 ++-006799 ++-006800 ++-006801 ++-006802 ++-006803 ++-006804 ++-006805 ++-006806 ++-006807 ++-006808 ++-006809 ++-006810 ++-006811 ++-006812 ++-006813 ++-006814 ++-006815 ++-006816 ++-006817 ++-006818 ++-006819 ++-006820 ++-006821 ++-006822 ++-006823 ++-006824 ++-006825 ++-006826 ++-006827 ++-006828 ++-006829 ++-006830 ++-006831 ++-006832 ++-006833 ++-006834 ++-006835 ++-006836 ++-006837 ++-006838 ++-006839 ++-006840 ++-006841 ++-006842 ++-006843 ++-006844 ++-006845 ++-006846 ++-006847 ++-006848 ++-006849 ++-006850 ++-006851 ++-006852 ++-006853 ++-006854 ++-006855 ++-006856 ++-006857 ++-006858 ++-006859 ++-006860 ++-006861 ++-006862 ++-006863 ++-006864 ++-006865 ++-006866 ++-006867 ++-006868 ++-006869 ++-006870 ++-006871 ++-006872 ++-006873 ++-006874 ++-006875 ++-006876 ++-006877 ++-006878 ++-006879 ++-006880 ++-006881 ++-006882 ++-006883 ++-006884 ++-006885 ++-006886 ++-006887 ++-006888 ++-006889 ++-006890 ++-006891 ++-006892 ++-006893 ++-006894 ++-006895 ++-006896 ++-006897 ++-006898 ++-006899 ++-006900 ++-006901 ++-006902 ++-006903 ++-006904 ++-006905 ++-006906 ++-006907 ++-006908 ++-006909 ++-006910 ++-006911 ++-006912 ++-006913 ++-006914 ++-006915 ++-006916 ++-006917 ++-006918 ++-006919 ++-006920 ++-006921 ++-006922 ++-006923 ++-006924 ++-006925 ++-006926 ++-006927 ++-006928 ++-006929 ++-006930 ++-006931 ++-006932 ++-006933 ++-006934 ++-006935 ++-006936 ++-006937 ++-006938 ++-006939 ++-006940 ++-006941 ++-006942 ++-006943 ++-006944 ++-006945 ++-006946 ++-006947 ++-006948 ++-006949 ++-006950 ++-006951 ++-006952 ++-006953 ++-006954 ++-006955 ++-006956 ++-006957 ++-006958 ++-006959 ++-006960 ++-006961 ++-006962 ++-006963 ++-006964 ++-006965 ++-006966 ++-006967 ++-006968 ++-006969 ++-006970 ++-006971 ++-006972 ++-006973 ++-006974 ++-006975 ++-006976 ++-006977 ++-006978 ++-006979 ++-006980 ++-006981 ++-006982 ++-006983 ++-006984 ++-006985 ++-006986 ++-006987 ++-006988 ++-006989 ++-006990 ++-006991 ++-006992 ++-006993 ++-006994 ++-006995 ++-006996 ++-006997 ++-006998 ++-006999 ++-007000 ++-007001 ++-007002 ++-007003 ++-007004 ++-007005 ++-007006 ++-007007 ++-007008 ++-007009 ++-007010 ++-007011 ++-007012 ++-007013 ++-007014 ++-007015 ++-007016 ++-007017 ++-007018 ++-007019 ++-007020 ++-007021 ++-007022 ++-007023 ++-007024 ++-007025 ++-007026 ++-007027 ++-007028 ++-007029 ++-007030 ++-007031 ++-007032 ++-007033 ++-007034 ++-007035 ++-007036 ++-007037 ++-007038 ++-007039 ++-007040 ++-007041 ++-007042 ++-007043 ++-007044 ++-007045 ++-007046 ++-007047 ++-007048 ++-007049 ++-007050 ++-007051 ++-007052 ++-007053 ++-007054 ++-007055 ++-007056 ++-007057 ++-007058 ++-007059 ++-007060 ++-007061 ++-007062 ++-007063 ++-007064 ++-007065 ++-007066 ++-007067 ++-007068 ++-007069 ++-007070 ++-007071 ++-007072 ++-007073 ++-007074 ++-007075 ++-007076 ++-007077 ++-007078 ++-007079 ++-007080 ++-007081 ++-007082 ++-007083 ++-007084 ++-007085 ++-007086 ++-007087 ++-007088 ++-007089 ++-007090 ++-007091 ++-007092 ++-007093 ++-007094 ++-007095 ++-007096 ++-007097 ++-007098 ++-007099 ++-007100 ++-007101 ++-007102 ++-007103 ++-007104 ++-007105 ++-007106 ++-007107 ++-007108 ++-007109 ++-007110 ++-007111 ++-007112 ++-007113 ++-007114 ++-007115 ++-007116 ++-007117 ++-007118 ++-007119 ++-007120 ++-007121 ++-007122 ++-007123 ++-007124 ++-007125 ++-007126 ++-007127 ++-007128 ++-007129 ++-007130 ++-007131 ++-007132 ++-007133 ++-007134 ++-007135 ++-007136 ++-007137 ++-007138 ++-007139 ++-007140 ++-007141 ++-007142 ++-007143 ++-007144 ++-007145 ++-007146 ++-007147 ++-007148 ++-007149 ++-007150 ++-007151 ++-007152 ++-007153 ++-007154 ++-007155 ++-007156 ++-007157 ++-007158 ++-007159 ++-007160 ++-007161 ++-007162 ++-007163 ++-007164 ++-007165 ++-007166 ++-007167 ++-007168 ++-007169 ++-007170 ++-007171 ++-007172 ++-007173 ++-007174 ++-007175 ++-007176 ++-007177 ++-007178 ++-007179 ++-007180 ++-007181 ++-007182 ++-007183 ++-007184 ++-007185 ++-007186 ++-007187 ++-007188 ++-007189 ++-007190 ++-007191 ++-007192 ++-007193 ++-007194 ++-007195 ++-007196 ++-007197 ++-007198 ++-007199 ++-007200 ++-007201 ++-007202 ++-007203 ++-007204 ++-007205 ++-007206 ++-007207 ++-007208 ++-007209 ++-007210 ++-007211 ++-007212 ++-007213 ++-007214 ++-007215 ++-007216 ++-007217 ++-007218 ++-007219 ++-007220 ++-007221 ++-007222 ++-007223 ++-007224 ++-007225 ++-007226 ++-007227 ++-007228 ++-007229 ++-007230 ++-007231 ++-007232 ++-007233 ++-007234 ++-007235 ++-007236 ++-007237 ++-007238 ++-007239 ++-007240 ++-007241 ++-007242 ++-007243 ++-007244 ++-007245 ++-007246 ++-007247 ++-007248 ++-007249 ++-007250 ++-007251 ++-007252 ++-007253 ++-007254 ++-007255 ++-007256 ++-007257 ++-007258 ++-007259 ++-007260 ++-007261 ++-007262 ++-007263 ++-007264 ++-007265 ++-007266 ++-007267 ++-007268 ++-007269 ++-007270 ++-007271 ++-007272 ++-007273 ++-007274 ++-007275 ++-007276 ++-007277 ++-007278 ++-007279 ++-007280 ++-007281 ++-007282 ++-007283 ++-007284 ++-007285 ++-007286 ++-007287 ++-007288 ++-007289 ++-007290 ++-007291 ++-007292 ++-007293 ++-007294 ++-007295 ++-007296 ++-007297 ++-007298 ++-007299 ++-007300 ++-007301 ++-007302 ++-007303 ++-007304 ++-007305 ++-007306 ++-007307 ++-007308 ++-007309 ++-007310 ++-007311 ++-007312 ++-007313 ++-007314 ++-007315 ++-007316 ++-007317 ++-007318 ++-007319 ++-007320 ++-007321 ++-007322 ++-007323 ++-007324 ++-007325 ++-007326 ++-007327 ++-007328 ++-007329 ++-007330 ++-007331 ++-007332 ++-007333 ++-007334 ++-007335 ++-007336 ++-007337 ++-007338 ++-007339 ++-007340 ++-007341 ++-007342 ++-007343 ++-007344 ++-007345 ++-007346 ++-007347 ++-007348 ++-007349 ++-007350 ++-007351 ++-007352 ++-007353 ++-007354 ++-007355 ++-007356 ++-007357 ++-007358 ++-007359 ++-007360 ++-007361 ++-007362 ++-007363 ++-007364 ++-007365 ++-007366 ++-007367 ++-007368 ++-007369 ++-007370 ++-007371 ++-007372 ++-007373 ++-007374 ++-007375 ++-007376 ++-007377 ++-007378 ++-007379 ++-007380 ++-007381 ++-007382 ++-007383 ++-007384 ++-007385 ++-007386 ++-007387 ++-007388 ++-007389 ++-007390 ++-007391 ++-007392 ++-007393 ++-007394 ++-007395 ++-007396 ++-007397 ++-007398 ++-007399 ++-007400 ++-007401 ++-007402 ++-007403 ++-007404 ++-007405 ++-007406 ++-007407 ++-007408 ++-007409 ++-007410 ++-007411 ++-007412 ++-007413 ++-007414 ++-007415 ++-007416 ++-007417 ++-007418 ++-007419 ++-007420 ++-007421 ++-007422 ++-007423 ++-007424 ++-007425 ++-007426 ++-007427 ++-007428 ++-007429 ++-007430 ++-007431 ++-007432 ++-007433 ++-007434 ++-007435 ++-007436 ++-007437 ++-007438 ++-007439 ++-007440 ++-007441 ++-007442 ++-007443 ++-007444 ++-007445 ++-007446 ++-007447 ++-007448 ++-007449 ++-007450 ++-007451 ++-007452 ++-007453 ++-007454 ++-007455 ++-007456 ++-007457 ++-007458 ++-007459 ++-007460 ++-007461 ++-007462 ++-007463 ++-007464 ++-007465 ++-007466 ++-007467 ++-007468 ++-007469 ++-007470 ++-007471 ++-007472 ++-007473 ++-007474 ++-007475 ++-007476 ++-007477 ++-007478 ++-007479 ++-007480 ++-007481 ++-007482 ++-007483 ++-007484 ++-007485 ++-007486 ++-007487 ++-007488 ++-007489 ++-007490 ++-007491 ++-007492 ++-007493 ++-007494 ++-007495 ++-007496 ++-007497 ++-007498 ++-007499 ++-007500 ++-007501 ++-007502 ++-007503 ++-007504 ++-007505 ++-007506 ++-007507 ++-007508 ++-007509 ++-007510 ++-007511 ++-007512 ++-007513 ++-007514 ++-007515 ++-007516 ++-007517 ++\ No newline at end of file ++diff --git a/data/kitti/ImageSets/train.txt b/data/kitti/ImageSets/train.txt ++deleted file mode 100644 ++index 505b1e2..0000000 ++--- a/data/kitti/ImageSets/train.txt +++++ /dev/null ++@@ -1,3712 +0,0 @@ ++-000000 ++-000003 ++-000007 ++-000009 ++-000010 ++-000011 ++-000012 ++-000013 ++-000014 ++-000016 ++-000017 ++-000018 ++-000022 ++-000026 ++-000029 ++-000030 ++-000032 ++-000034 ++-000036 ++-000038 ++-000041 ++-000043 ++-000044 ++-000045 ++-000046 ++-000049 ++-000051 ++-000054 ++-000055 ++-000056 ++-000057 ++-000060 ++-000064 ++-000067 ++-000068 ++-000069 ++-000070 ++-000071 ++-000072 ++-000073 ++-000074 ++-000075 ++-000079 ++-000080 ++-000082 ++-000083 ++-000084 ++-000085 ++-000086 ++-000087 ++-000088 ++-000091 ++-000092 ++-000095 ++-000096 ++-000097 ++-000099 ++-000100 ++-000101 ++-000103 ++-000105 ++-000109 ++-000110 ++-000111 ++-000112 ++-000113 ++-000114 ++-000115 ++-000119 ++-000120 ++-000121 ++-000123 ++-000125 ++-000127 ++-000129 ++-000130 ++-000131 ++-000133 ++-000136 ++-000138 ++-000141 ++-000142 ++-000144 ++-000145 ++-000146 ++-000148 ++-000149 ++-000150 ++-000154 ++-000155 ++-000157 ++-000158 ++-000160 ++-000162 ++-000163 ++-000164 ++-000165 ++-000166 ++-000171 ++-000172 ++-000176 ++-000177 ++-000178 ++-000179 ++-000180 ++-000184 ++-000185 ++-000189 ++-000193 ++-000198 ++-000200 ++-000202 ++-000205 ++-000206 ++-000208 ++-000209 ++-000210 ++-000214 ++-000215 ++-000217 ++-000219 ++-000220 ++-000221 ++-000222 ++-000225 ++-000227 ++-000228 ++-000232 ++-000233 ++-000238 ++-000240 ++-000241 ++-000243 ++-000244 ++-000245 ++-000253 ++-000254 ++-000255 ++-000256 ++-000257 ++-000258 ++-000259 ++-000261 ++-000264 ++-000267 ++-000271 ++-000274 ++-000275 ++-000276 ++-000277 ++-000280 ++-000282 ++-000285 ++-000286 ++-000287 ++-000288 ++-000292 ++-000294 ++-000295 ++-000296 ++-000298 ++-000299 ++-000300 ++-000303 ++-000304 ++-000306 ++-000310 ++-000313 ++-000316 ++-000317 ++-000318 ++-000322 ++-000325 ++-000326 ++-000330 ++-000331 ++-000334 ++-000337 ++-000338 ++-000339 ++-000342 ++-000344 ++-000348 ++-000349 ++-000353 ++-000358 ++-000363 ++-000364 ++-000367 ++-000368 ++-000371 ++-000374 ++-000375 ++-000380 ++-000384 ++-000387 ++-000389 ++-000390 ++-000400 ++-000405 ++-000406 ++-000410 ++-000411 ++-000412 ++-000416 ++-000417 ++-000418 ++-000421 ++-000423 ++-000424 ++-000425 ++-000426 ++-000431 ++-000432 ++-000433 ++-000434 ++-000435 ++-000438 ++-000439 ++-000441 ++-000442 ++-000444 ++-000445 ++-000447 ++-000449 ++-000456 ++-000458 ++-000460 ++-000461 ++-000462 ++-000464 ++-000465 ++-000466 ++-000467 ++-000470 ++-000471 ++-000474 ++-000482 ++-000483 ++-000484 ++-000487 ++-000488 ++-000490 ++-000497 ++-000500 ++-000501 ++-000502 ++-000505 ++-000507 ++-000511 ++-000513 ++-000514 ++-000516 ++-000518 ++-000520 ++-000522 ++-000523 ++-000525 ++-000526 ++-000529 ++-000531 ++-000532 ++-000534 ++-000535 ++-000537 ++-000538 ++-000539 ++-000540 ++-000544 ++-000547 ++-000549 ++-000550 ++-000552 ++-000553 ++-000556 ++-000557 ++-000562 ++-000563 ++-000565 ++-000570 ++-000573 ++-000574 ++-000575 ++-000576 ++-000577 ++-000578 ++-000579 ++-000580 ++-000582 ++-000584 ++-000585 ++-000586 ++-000587 ++-000592 ++-000593 ++-000594 ++-000596 ++-000597 ++-000598 ++-000599 ++-000602 ++-000603 ++-000605 ++-000606 ++-000607 ++-000608 ++-000609 ++-000616 ++-000617 ++-000621 ++-000622 ++-000623 ++-000627 ++-000629 ++-000631 ++-000632 ++-000633 ++-000637 ++-000638 ++-000640 ++-000641 ++-000643 ++-000646 ++-000649 ++-000651 ++-000652 ++-000653 ++-000654 ++-000656 ++-000661 ++-000662 ++-000663 ++-000664 ++-000665 ++-000666 ++-000668 ++-000671 ++-000672 ++-000673 ++-000675 ++-000676 ++-000678 ++-000680 ++-000681 ++-000685 ++-000686 ++-000687 ++-000688 ++-000689 ++-000690 ++-000693 ++-000695 ++-000697 ++-000701 ++-000703 ++-000705 ++-000707 ++-000709 ++-000710 ++-000711 ++-000712 ++-000713 ++-000714 ++-000715 ++-000719 ++-000720 ++-000723 ++-000724 ++-000726 ++-000730 ++-000732 ++-000733 ++-000735 ++-000738 ++-000739 ++-000742 ++-000743 ++-000744 ++-000747 ++-000749 ++-000753 ++-000755 ++-000757 ++-000758 ++-000759 ++-000760 ++-000762 ++-000763 ++-000764 ++-000770 ++-000775 ++-000776 ++-000777 ++-000780 ++-000781 ++-000783 ++-000784 ++-000785 ++-000786 ++-000787 ++-000788 ++-000789 ++-000791 ++-000793 ++-000794 ++-000796 ++-000797 ++-000799 ++-000808 ++-000813 ++-000814 ++-000815 ++-000817 ++-000818 ++-000820 ++-000821 ++-000822 ++-000824 ++-000825 ++-000827 ++-000828 ++-000829 ++-000830 ++-000832 ++-000833 ++-000834 ++-000835 ++-000836 ++-000839 ++-000842 ++-000845 ++-000846 ++-000851 ++-000853 ++-000855 ++-000856 ++-000857 ++-000858 ++-000860 ++-000861 ++-000864 ++-000865 ++-000866 ++-000867 ++-000868 ++-000870 ++-000871 ++-000872 ++-000880 ++-000882 ++-000883 ++-000886 ++-000887 ++-000888 ++-000890 ++-000891 ++-000892 ++-000895 ++-000896 ++-000898 ++-000900 ++-000901 ++-000902 ++-000903 ++-000905 ++-000906 ++-000908 ++-000910 ++-000913 ++-000914 ++-000918 ++-000919 ++-000921 ++-000924 ++-000925 ++-000927 ++-000929 ++-000933 ++-000934 ++-000935 ++-000936 ++-000937 ++-000941 ++-000945 ++-000946 ++-000947 ++-000950 ++-000951 ++-000954 ++-000955 ++-000957 ++-000959 ++-000960 ++-000962 ++-000965 ++-000968 ++-000972 ++-000975 ++-000977 ++-000978 ++-000980 ++-000982 ++-000987 ++-000989 ++-000990 ++-000992 ++-000993 ++-000994 ++-000995 ++-000996 ++-000997 ++-000998 ++-001000 ++-001001 ++-001003 ++-001004 ++-001005 ++-001009 ++-001016 ++-001017 ++-001020 ++-001023 ++-001024 ++-001028 ++-001029 ++-001030 ++-001031 ++-001032 ++-001033 ++-001034 ++-001036 ++-001038 ++-001040 ++-001041 ++-001044 ++-001045 ++-001047 ++-001048 ++-001049 ++-001052 ++-001056 ++-001057 ++-001059 ++-001060 ++-001061 ++-001062 ++-001064 ++-001072 ++-001073 ++-001074 ++-001079 ++-001080 ++-001081 ++-001082 ++-001085 ++-001087 ++-001090 ++-001091 ++-001092 ++-001093 ++-001098 ++-001100 ++-001103 ++-001105 ++-001109 ++-001110 ++-001112 ++-001117 ++-001119 ++-001121 ++-001122 ++-001124 ++-001126 ++-001128 ++-001130 ++-001137 ++-001142 ++-001146 ++-001151 ++-001156 ++-001157 ++-001159 ++-001160 ++-001161 ++-001164 ++-001165 ++-001166 ++-001168 ++-001169 ++-001170 ++-001171 ++-001174 ++-001175 ++-001181 ++-001184 ++-001185 ++-001186 ++-001190 ++-001196 ++-001197 ++-001200 ++-001201 ++-001202 ++-001204 ++-001205 ++-001208 ++-001209 ++-001210 ++-001211 ++-001212 ++-001215 ++-001219 ++-001220 ++-001223 ++-001227 ++-001229 ++-001231 ++-001233 ++-001238 ++-001240 ++-001247 ++-001248 ++-001250 ++-001256 ++-001258 ++-001262 ++-001264 ++-001276 ++-001277 ++-001278 ++-001279 ++-001280 ++-001282 ++-001283 ++-001285 ++-001288 ++-001290 ++-001293 ++-001297 ++-001298 ++-001299 ++-001300 ++-001301 ++-001302 ++-001309 ++-001310 ++-001311 ++-001312 ++-001313 ++-001315 ++-001316 ++-001319 ++-001320 ++-001321 ++-001322 ++-001323 ++-001324 ++-001325 ++-001326 ++-001327 ++-001328 ++-001335 ++-001338 ++-001340 ++-001341 ++-001343 ++-001348 ++-001349 ++-001351 ++-001354 ++-001357 ++-001358 ++-001360 ++-001361 ++-001362 ++-001364 ++-001366 ++-001367 ++-001368 ++-001369 ++-001370 ++-001371 ++-001373 ++-001378 ++-001379 ++-001383 ++-001385 ++-001390 ++-001392 ++-001393 ++-001394 ++-001396 ++-001399 ++-001400 ++-001401 ++-001402 ++-001403 ++-001404 ++-001405 ++-001406 ++-001408 ++-001409 ++-001413 ++-001414 ++-001417 ++-001418 ++-001420 ++-001422 ++-001423 ++-001425 ++-001426 ++-001428 ++-001429 ++-001430 ++-001433 ++-001434 ++-001436 ++-001440 ++-001444 ++-001447 ++-001449 ++-001452 ++-001453 ++-001454 ++-001455 ++-001456 ++-001457 ++-001459 ++-001460 ++-001462 ++-001464 ++-001465 ++-001467 ++-001468 ++-001470 ++-001472 ++-001473 ++-001474 ++-001475 ++-001476 ++-001479 ++-001482 ++-001483 ++-001484 ++-001486 ++-001490 ++-001491 ++-001492 ++-001493 ++-001494 ++-001496 ++-001498 ++-001499 ++-001500 ++-001503 ++-001504 ++-001505 ++-001506 ++-001509 ++-001510 ++-001512 ++-001515 ++-001518 ++-001519 ++-001520 ++-001523 ++-001529 ++-001530 ++-001531 ++-001532 ++-001534 ++-001539 ++-001540 ++-001541 ++-001543 ++-001544 ++-001548 ++-001550 ++-001551 ++-001553 ++-001554 ++-001556 ++-001558 ++-001559 ++-001561 ++-001563 ++-001566 ++-001568 ++-001570 ++-001571 ++-001572 ++-001575 ++-001578 ++-001580 ++-001581 ++-001584 ++-001593 ++-001595 ++-001598 ++-001599 ++-001601 ++-001604 ++-001607 ++-001608 ++-001609 ++-001611 ++-001612 ++-001614 ++-001618 ++-001620 ++-001622 ++-001623 ++-001624 ++-001626 ++-001628 ++-001630 ++-001632 ++-001636 ++-001637 ++-001638 ++-001639 ++-001641 ++-001642 ++-001644 ++-001646 ++-001648 ++-001649 ++-001651 ++-001652 ++-001653 ++-001655 ++-001657 ++-001659 ++-001661 ++-001663 ++-001668 ++-001669 ++-001671 ++-001672 ++-001673 ++-001674 ++-001676 ++-001677 ++-001678 ++-001679 ++-001681 ++-001685 ++-001686 ++-001687 ++-001688 ++-001690 ++-001691 ++-001692 ++-001695 ++-001696 ++-001698 ++-001700 ++-001703 ++-001708 ++-001715 ++-001716 ++-001720 ++-001723 ++-001724 ++-001725 ++-001728 ++-001730 ++-001731 ++-001734 ++-001735 ++-001736 ++-001737 ++-001738 ++-001739 ++-001743 ++-001744 ++-001747 ++-001748 ++-001753 ++-001754 ++-001756 ++-001757 ++-001759 ++-001760 ++-001761 ++-001763 ++-001766 ++-001767 ++-001769 ++-001770 ++-001773 ++-001775 ++-001777 ++-001779 ++-001784 ++-001785 ++-001788 ++-001789 ++-001790 ++-001791 ++-001792 ++-001793 ++-001796 ++-001798 ++-001799 ++-001803 ++-001805 ++-001806 ++-001809 ++-001810 ++-001811 ++-001812 ++-001815 ++-001816 ++-001819 ++-001821 ++-001826 ++-001827 ++-001829 ++-001830 ++-001832 ++-001833 ++-001834 ++-001836 ++-001837 ++-001838 ++-001839 ++-001841 ++-001842 ++-001843 ++-001845 ++-001847 ++-001849 ++-001850 ++-001857 ++-001860 ++-001864 ++-001865 ++-001866 ++-001870 ++-001871 ++-001873 ++-001874 ++-001876 ++-001879 ++-001882 ++-001883 ++-001889 ++-001891 ++-001894 ++-001895 ++-001896 ++-001899 ++-001901 ++-001902 ++-001903 ++-001906 ++-001907 ++-001908 ++-001910 ++-001911 ++-001912 ++-001913 ++-001914 ++-001915 ++-001916 ++-001917 ++-001918 ++-001921 ++-001922 ++-001930 ++-001935 ++-001938 ++-001939 ++-001944 ++-001947 ++-001948 ++-001949 ++-001950 ++-001951 ++-001953 ++-001955 ++-001956 ++-001957 ++-001958 ++-001961 ++-001962 ++-001963 ++-001964 ++-001965 ++-001968 ++-001970 ++-001971 ++-001973 ++-001974 ++-001975 ++-001976 ++-001981 ++-001987 ++-001988 ++-001990 ++-001992 ++-001993 ++-001994 ++-001998 ++-002003 ++-002005 ++-002006 ++-002007 ++-002009 ++-002015 ++-002016 ++-002018 ++-002020 ++-002023 ++-002024 ++-002026 ++-002030 ++-002031 ++-002032 ++-002033 ++-002039 ++-002040 ++-002041 ++-002047 ++-002051 ++-002053 ++-002055 ++-002059 ++-002060 ++-002061 ++-002063 ++-002064 ++-002065 ++-002066 ++-002067 ++-002069 ++-002070 ++-002072 ++-002077 ++-002080 ++-002083 ++-002084 ++-002088 ++-002090 ++-002092 ++-002095 ++-002096 ++-002097 ++-002098 ++-002099 ++-002104 ++-002105 ++-002106 ++-002109 ++-002110 ++-002114 ++-002116 ++-002117 ++-002119 ++-002122 ++-002125 ++-002126 ++-002129 ++-002132 ++-002133 ++-002134 ++-002141 ++-002143 ++-002144 ++-002145 ++-002146 ++-002147 ++-002148 ++-002149 ++-002150 ++-002154 ++-002155 ++-002156 ++-002157 ++-002162 ++-002164 ++-002167 ++-002171 ++-002172 ++-002174 ++-002175 ++-002176 ++-002178 ++-002180 ++-002181 ++-002184 ++-002186 ++-002189 ++-002190 ++-002191 ++-002192 ++-002194 ++-002195 ++-002197 ++-002198 ++-002199 ++-002203 ++-002204 ++-002205 ++-002208 ++-002210 ++-002211 ++-002212 ++-002213 ++-002214 ++-002217 ++-002221 ++-002222 ++-002223 ++-002226 ++-002227 ++-002230 ++-002231 ++-002235 ++-002236 ++-002237 ++-002238 ++-002240 ++-002241 ++-002242 ++-002244 ++-002247 ++-002249 ++-002252 ++-002253 ++-002256 ++-002259 ++-002261 ++-002263 ++-002264 ++-002265 ++-002267 ++-002268 ++-002269 ++-002270 ++-002271 ++-002273 ++-002274 ++-002275 ++-002278 ++-002281 ++-002285 ++-002288 ++-002289 ++-002296 ++-002297 ++-002301 ++-002302 ++-002305 ++-002309 ++-002311 ++-002312 ++-002313 ++-002316 ++-002317 ++-002318 ++-002321 ++-002322 ++-002323 ++-002324 ++-002326 ++-002328 ++-002331 ++-002333 ++-002335 ++-002339 ++-002342 ++-002343 ++-002349 ++-002350 ++-002351 ++-002352 ++-002354 ++-002355 ++-002358 ++-002360 ++-002361 ++-002363 ++-002364 ++-002368 ++-002371 ++-002373 ++-002374 ++-002375 ++-002377 ++-002379 ++-002381 ++-002388 ++-002389 ++-002390 ++-002394 ++-002395 ++-002396 ++-002400 ++-002401 ++-002402 ++-002403 ++-002406 ++-002407 ++-002408 ++-002409 ++-002410 ++-002412 ++-002413 ++-002416 ++-002417 ++-002421 ++-002426 ++-002427 ++-002430 ++-002431 ++-002435 ++-002436 ++-002437 ++-002438 ++-002441 ++-002443 ++-002444 ++-002445 ++-002447 ++-002448 ++-002449 ++-002451 ++-002452 ++-002453 ++-002456 ++-002459 ++-002464 ++-002465 ++-002466 ++-002467 ++-002468 ++-002469 ++-002470 ++-002471 ++-002472 ++-002475 ++-002480 ++-002481 ++-002482 ++-002484 ++-002485 ++-002487 ++-002489 ++-002491 ++-002493 ++-002494 ++-002496 ++-002498 ++-002501 ++-002507 ++-002508 ++-002510 ++-002512 ++-002513 ++-002514 ++-002515 ++-002517 ++-002518 ++-002522 ++-002523 ++-002524 ++-002527 ++-002533 ++-002535 ++-002536 ++-002537 ++-002542 ++-002544 ++-002545 ++-002547 ++-002549 ++-002550 ++-002551 ++-002553 ++-002554 ++-002555 ++-002559 ++-002560 ++-002561 ++-002566 ++-002567 ++-002571 ++-002573 ++-002576 ++-002578 ++-002579 ++-002582 ++-002587 ++-002588 ++-002589 ++-002591 ++-002592 ++-002593 ++-002595 ++-002596 ++-002597 ++-002605 ++-002607 ++-002608 ++-002609 ++-002610 ++-002611 ++-002614 ++-002616 ++-002617 ++-002618 ++-002620 ++-002622 ++-002623 ++-002624 ++-002627 ++-002629 ++-002632 ++-002634 ++-002637 ++-002639 ++-002642 ++-002643 ++-002647 ++-002648 ++-002649 ++-002650 ++-002652 ++-002654 ++-002655 ++-002658 ++-002659 ++-002660 ++-002662 ++-002664 ++-002665 ++-002667 ++-002668 ++-002670 ++-002671 ++-002672 ++-002676 ++-002678 ++-002679 ++-002682 ++-002683 ++-002684 ++-002687 ++-002688 ++-002689 ++-002691 ++-002697 ++-002698 ++-002700 ++-002701 ++-002703 ++-002704 ++-002705 ++-002708 ++-002714 ++-002716 ++-002718 ++-002719 ++-002723 ++-002731 ++-002732 ++-002733 ++-002734 ++-002736 ++-002738 ++-002739 ++-002741 ++-002743 ++-002750 ++-002751 ++-002754 ++-002756 ++-002759 ++-002762 ++-002766 ++-002768 ++-002769 ++-002770 ++-002771 ++-002774 ++-002776 ++-002777 ++-002778 ++-002779 ++-002780 ++-002781 ++-002782 ++-002784 ++-002785 ++-002788 ++-002790 ++-002791 ++-002792 ++-002795 ++-002798 ++-002799 ++-002802 ++-002803 ++-002807 ++-002808 ++-002813 ++-002816 ++-002817 ++-002819 ++-002821 ++-002822 ++-002823 ++-002824 ++-002825 ++-002829 ++-002832 ++-002834 ++-002835 ++-002837 ++-002838 ++-002842 ++-002843 ++-002849 ++-002850 ++-002851 ++-002852 ++-002854 ++-002855 ++-002857 ++-002859 ++-002860 ++-002862 ++-002864 ++-002865 ++-002868 ++-002869 ++-002870 ++-002871 ++-002872 ++-002873 ++-002874 ++-002882 ++-002884 ++-002886 ++-002887 ++-002888 ++-002897 ++-002898 ++-002899 ++-002904 ++-002906 ++-002907 ++-002909 ++-002910 ++-002912 ++-002913 ++-002915 ++-002918 ++-002920 ++-002921 ++-002922 ++-002923 ++-002926 ++-002927 ++-002929 ++-002931 ++-002932 ++-002933 ++-002936 ++-002938 ++-002939 ++-002940 ++-002941 ++-002943 ++-002946 ++-002949 ++-002950 ++-002952 ++-002954 ++-002956 ++-002965 ++-002967 ++-002968 ++-002969 ++-002970 ++-002972 ++-002973 ++-002975 ++-002980 ++-002981 ++-002983 ++-002986 ++-002987 ++-002989 ++-002990 ++-002992 ++-002996 ++-002998 ++-003002 ++-003008 ++-003009 ++-003012 ++-003013 ++-003014 ++-003015 ++-003016 ++-003017 ++-003018 ++-003020 ++-003021 ++-003023 ++-003026 ++-003028 ++-003036 ++-003037 ++-003039 ++-003040 ++-003041 ++-003044 ++-003045 ++-003049 ++-003051 ++-003057 ++-003059 ++-003060 ++-003063 ++-003064 ++-003068 ++-003069 ++-003070 ++-003072 ++-003075 ++-003077 ++-003078 ++-003079 ++-003081 ++-003083 ++-003084 ++-003085 ++-003086 ++-003089 ++-003091 ++-003092 ++-003093 ++-003095 ++-003097 ++-003098 ++-003100 ++-003104 ++-003105 ++-003108 ++-003111 ++-003113 ++-003115 ++-003117 ++-003119 ++-003120 ++-003121 ++-003122 ++-003123 ++-003125 ++-003128 ++-003130 ++-003132 ++-003138 ++-003139 ++-003140 ++-003143 ++-003147 ++-003149 ++-003151 ++-003152 ++-003154 ++-003155 ++-003157 ++-003158 ++-003160 ++-003163 ++-003164 ++-003166 ++-003168 ++-003169 ++-003171 ++-003173 ++-003176 ++-003178 ++-003184 ++-003185 ++-003186 ++-003188 ++-003189 ++-003191 ++-003193 ++-003195 ++-003196 ++-003198 ++-003200 ++-003201 ++-003205 ++-003206 ++-003208 ++-003209 ++-003212 ++-003213 ++-003215 ++-003218 ++-003220 ++-003223 ++-003227 ++-003230 ++-003234 ++-003235 ++-003237 ++-003238 ++-003241 ++-003243 ++-003244 ++-003245 ++-003246 ++-003248 ++-003249 ++-003253 ++-003256 ++-003258 ++-003260 ++-003261 ++-003262 ++-003263 ++-003264 ++-003267 ++-003268 ++-003270 ++-003271 ++-003273 ++-003274 ++-003277 ++-003278 ++-003279 ++-003282 ++-003284 ++-003285 ++-003286 ++-003287 ++-003289 ++-003290 ++-003291 ++-003293 ++-003294 ++-003297 ++-003299 ++-003303 ++-003307 ++-003309 ++-003311 ++-003314 ++-003317 ++-003320 ++-003321 ++-003326 ++-003327 ++-003328 ++-003329 ++-003332 ++-003333 ++-003334 ++-003335 ++-003336 ++-003339 ++-003340 ++-003342 ++-003344 ++-003345 ++-003348 ++-003349 ++-003354 ++-003356 ++-003359 ++-003360 ++-003361 ++-003362 ++-003363 ++-003369 ++-003371 ++-003372 ++-003374 ++-003376 ++-003377 ++-003378 ++-003380 ++-003381 ++-003382 ++-003383 ++-003384 ++-003387 ++-003388 ++-003389 ++-003390 ++-003391 ++-003392 ++-003398 ++-003400 ++-003413 ++-003414 ++-003415 ++-003416 ++-003418 ++-003420 ++-003423 ++-003424 ++-003427 ++-003431 ++-003433 ++-003436 ++-003437 ++-003438 ++-003439 ++-003440 ++-003441 ++-003442 ++-003444 ++-003445 ++-003446 ++-003451 ++-003452 ++-003454 ++-003455 ++-003457 ++-003458 ++-003459 ++-003460 ++-003462 ++-003463 ++-003468 ++-003472 ++-003473 ++-003475 ++-003476 ++-003477 ++-003479 ++-003485 ++-003486 ++-003493 ++-003494 ++-003498 ++-003499 ++-003500 ++-003501 ++-003505 ++-003507 ++-003508 ++-003509 ++-003510 ++-003512 ++-003513 ++-003514 ++-003516 ++-003518 ++-003522 ++-003523 ++-003525 ++-003526 ++-003532 ++-003533 ++-003534 ++-003536 ++-003537 ++-003538 ++-003540 ++-003541 ++-003542 ++-003545 ++-003546 ++-003548 ++-003549 ++-003551 ++-003555 ++-003556 ++-003560 ++-003561 ++-003564 ++-003565 ++-003566 ++-003567 ++-003569 ++-003570 ++-003572 ++-003575 ++-003576 ++-003577 ++-003578 ++-003579 ++-003581 ++-003585 ++-003586 ++-003587 ++-003589 ++-003590 ++-003591 ++-003592 ++-003593 ++-003594 ++-003595 ++-003596 ++-003597 ++-003598 ++-003599 ++-003602 ++-003603 ++-003606 ++-003610 ++-003612 ++-003613 ++-003615 ++-003617 ++-003619 ++-003625 ++-003626 ++-003628 ++-003636 ++-003637 ++-003638 ++-003639 ++-003640 ++-003641 ++-003642 ++-003644 ++-003646 ++-003648 ++-003650 ++-003651 ++-003654 ++-003656 ++-003657 ++-003660 ++-003663 ++-003664 ++-003665 ++-003666 ++-003670 ++-003672 ++-003673 ++-003674 ++-003675 ++-003680 ++-003681 ++-003685 ++-003686 ++-003687 ++-003693 ++-003694 ++-003695 ++-003696 ++-003697 ++-003698 ++-003699 ++-003700 ++-003701 ++-003704 ++-003706 ++-003709 ++-003710 ++-003713 ++-003714 ++-003717 ++-003720 ++-003721 ++-003722 ++-003724 ++-003725 ++-003727 ++-003729 ++-003730 ++-003731 ++-003732 ++-003733 ++-003734 ++-003740 ++-003741 ++-003742 ++-003743 ++-003744 ++-003745 ++-003749 ++-003752 ++-003754 ++-003757 ++-003758 ++-003759 ++-003760 ++-003761 ++-003765 ++-003766 ++-003767 ++-003768 ++-003770 ++-003772 ++-003773 ++-003774 ++-003776 ++-003780 ++-003783 ++-003784 ++-003785 ++-003786 ++-003789 ++-003790 ++-003791 ++-003792 ++-003795 ++-003796 ++-003797 ++-003799 ++-003801 ++-003803 ++-003806 ++-003810 ++-003813 ++-003815 ++-003816 ++-003817 ++-003818 ++-003819 ++-003821 ++-003823 ++-003824 ++-003825 ++-003829 ++-003831 ++-003832 ++-003833 ++-003836 ++-003838 ++-003839 ++-003840 ++-003842 ++-003843 ++-003844 ++-003845 ++-003846 ++-003848 ++-003849 ++-003850 ++-003851 ++-003853 ++-003855 ++-003857 ++-003858 ++-003861 ++-003862 ++-003863 ++-003865 ++-003867 ++-003868 ++-003871 ++-003875 ++-003876 ++-003877 ++-003882 ++-003884 ++-003887 ++-003888 ++-003889 ++-003893 ++-003895 ++-003896 ++-003900 ++-003903 ++-003904 ++-003906 ++-003908 ++-003910 ++-003911 ++-003912 ++-003913 ++-003917 ++-003918 ++-003919 ++-003921 ++-003922 ++-003925 ++-003927 ++-003928 ++-003929 ++-003930 ++-003933 ++-003935 ++-003936 ++-003939 ++-003940 ++-003941 ++-003942 ++-003944 ++-003947 ++-003949 ++-003951 ++-003952 ++-003953 ++-003954 ++-003955 ++-003957 ++-003959 ++-003960 ++-003963 ++-003966 ++-003967 ++-003968 ++-003971 ++-003973 ++-003974 ++-003976 ++-003978 ++-003979 ++-003983 ++-003985 ++-003987 ++-003988 ++-003989 ++-003990 ++-003991 ++-003993 ++-003994 ++-003995 ++-003997 ++-003999 ++-004005 ++-004006 ++-004012 ++-004013 ++-004014 ++-004015 ++-004017 ++-004018 ++-004019 ++-004020 ++-004022 ++-004023 ++-004024 ++-004025 ++-004029 ++-004030 ++-004031 ++-004035 ++-004037 ++-004039 ++-004043 ++-004044 ++-004046 ++-004047 ++-004050 ++-004052 ++-004053 ++-004054 ++-004056 ++-004057 ++-004058 ++-004060 ++-004062 ++-004066 ++-004067 ++-004069 ++-004070 ++-004071 ++-004073 ++-004075 ++-004076 ++-004078 ++-004080 ++-004084 ++-004086 ++-004088 ++-004090 ++-004093 ++-004094 ++-004097 ++-004099 ++-004102 ++-004103 ++-004106 ++-004112 ++-004114 ++-004115 ++-004123 ++-004127 ++-004133 ++-004134 ++-004135 ++-004139 ++-004141 ++-004144 ++-004145 ++-004146 ++-004147 ++-004151 ++-004159 ++-004165 ++-004166 ++-004167 ++-004169 ++-004170 ++-004176 ++-004177 ++-004178 ++-004179 ++-004180 ++-004181 ++-004182 ++-004183 ++-004184 ++-004186 ++-004192 ++-004193 ++-004194 ++-004197 ++-004198 ++-004199 ++-004200 ++-004201 ++-004203 ++-004204 ++-004208 ++-004211 ++-004212 ++-004216 ++-004217 ++-004218 ++-004219 ++-004225 ++-004227 ++-004229 ++-004230 ++-004231 ++-004233 ++-004234 ++-004235 ++-004236 ++-004238 ++-004240 ++-004244 ++-004245 ++-004247 ++-004252 ++-004253 ++-004257 ++-004258 ++-004261 ++-004262 ++-004264 ++-004265 ++-004266 ++-004267 ++-004268 ++-004269 ++-004272 ++-004273 ++-004274 ++-004276 ++-004279 ++-004283 ++-004286 ++-004287 ++-004292 ++-004296 ++-004297 ++-004302 ++-004304 ++-004308 ++-004310 ++-004313 ++-004315 ++-004316 ++-004317 ++-004320 ++-004322 ++-004325 ++-004328 ++-004331 ++-004332 ++-004333 ++-004334 ++-004339 ++-004341 ++-004344 ++-004346 ++-004347 ++-004351 ++-004354 ++-004355 ++-004356 ++-004357 ++-004358 ++-004359 ++-004361 ++-004365 ++-004366 ++-004371 ++-004372 ++-004375 ++-004376 ++-004378 ++-004379 ++-004380 ++-004381 ++-004382 ++-004386 ++-004387 ++-004389 ++-004390 ++-004394 ++-004395 ++-004399 ++-004400 ++-004405 ++-004408 ++-004409 ++-004410 ++-004411 ++-004412 ++-004413 ++-004416 ++-004417 ++-004427 ++-004428 ++-004431 ++-004432 ++-004436 ++-004441 ++-004442 ++-004445 ++-004446 ++-004448 ++-004449 ++-004451 ++-004453 ++-004455 ++-004457 ++-004459 ++-004461 ++-004463 ++-004464 ++-004466 ++-004467 ++-004468 ++-004471 ++-004473 ++-004476 ++-004477 ++-004478 ++-004479 ++-004484 ++-004488 ++-004492 ++-004495 ++-004497 ++-004498 ++-004499 ++-004500 ++-004503 ++-004504 ++-004505 ++-004506 ++-004507 ++-004509 ++-004510 ++-004512 ++-004514 ++-004515 ++-004518 ++-004522 ++-004523 ++-004524 ++-004525 ++-004533 ++-004535 ++-004536 ++-004537 ++-004538 ++-004539 ++-004543 ++-004544 ++-004545 ++-004546 ++-004550 ++-004552 ++-004554 ++-004555 ++-004558 ++-004559 ++-004560 ++-004561 ++-004563 ++-004564 ++-004565 ++-004571 ++-004572 ++-004575 ++-004577 ++-004579 ++-004580 ++-004583 ++-004584 ++-004586 ++-004590 ++-004592 ++-004593 ++-004594 ++-004595 ++-004597 ++-004600 ++-004601 ++-004602 ++-004604 ++-004605 ++-004606 ++-004607 ++-004613 ++-004614 ++-004616 ++-004617 ++-004619 ++-004621 ++-004623 ++-004625 ++-004627 ++-004628 ++-004631 ++-004635 ++-004637 ++-004639 ++-004641 ++-004642 ++-004643 ++-004645 ++-004646 ++-004653 ++-004654 ++-004656 ++-004659 ++-004661 ++-004662 ++-004663 ++-004664 ++-004670 ++-004671 ++-004674 ++-004675 ++-004676 ++-004677 ++-004678 ++-004681 ++-004684 ++-004690 ++-004696 ++-004701 ++-004702 ++-004703 ++-004704 ++-004707 ++-004712 ++-004719 ++-004723 ++-004727 ++-004728 ++-004729 ++-004731 ++-004733 ++-004736 ++-004741 ++-004747 ++-004749 ++-004750 ++-004751 ++-004754 ++-004755 ++-004757 ++-004758 ++-004760 ++-004761 ++-004765 ++-004767 ++-004771 ++-004772 ++-004774 ++-004775 ++-004778 ++-004779 ++-004780 ++-004781 ++-004784 ++-004785 ++-004786 ++-004789 ++-004793 ++-004794 ++-004795 ++-004796 ++-004798 ++-004801 ++-004802 ++-004803 ++-004805 ++-004808 ++-004809 ++-004812 ++-004818 ++-004819 ++-004820 ++-004823 ++-004824 ++-004826 ++-004827 ++-004828 ++-004833 ++-004834 ++-004836 ++-004837 ++-004838 ++-004840 ++-004841 ++-004842 ++-004844 ++-004845 ++-004847 ++-004853 ++-004854 ++-004855 ++-004856 ++-004857 ++-004865 ++-004866 ++-004869 ++-004870 ++-004872 ++-004876 ++-004877 ++-004878 ++-004879 ++-004880 ++-004882 ++-004883 ++-004884 ++-004886 ++-004889 ++-004890 ++-004894 ++-004897 ++-004899 ++-004900 ++-004901 ++-004906 ++-004908 ++-004910 ++-004911 ++-004912 ++-004913 ++-004915 ++-004916 ++-004919 ++-004922 ++-004923 ++-004925 ++-004930 ++-004933 ++-004936 ++-004937 ++-004939 ++-004940 ++-004945 ++-004950 ++-004951 ++-004952 ++-004955 ++-004957 ++-004961 ++-004964 ++-004965 ++-004967 ++-004968 ++-004969 ++-004970 ++-004971 ++-004972 ++-004973 ++-004975 ++-004977 ++-004978 ++-004980 ++-004982 ++-004984 ++-004987 ++-004991 ++-004992 ++-004997 ++-005000 ++-005003 ++-005005 ++-005006 ++-005007 ++-005009 ++-005011 ++-005012 ++-005016 ++-005018 ++-005020 ++-005022 ++-005023 ++-005025 ++-005027 ++-005029 ++-005030 ++-005031 ++-005033 ++-005035 ++-005039 ++-005042 ++-005043 ++-005044 ++-005046 ++-005047 ++-005048 ++-005051 ++-005059 ++-005060 ++-005061 ++-005066 ++-005069 ++-005071 ++-005076 ++-005083 ++-005084 ++-005085 ++-005087 ++-005088 ++-005089 ++-005091 ++-005092 ++-005096 ++-005097 ++-005098 ++-005099 ++-005100 ++-005102 ++-005104 ++-005106 ++-005107 ++-005111 ++-005114 ++-005115 ++-005116 ++-005117 ++-005118 ++-005119 ++-005123 ++-005126 ++-005129 ++-005130 ++-005131 ++-005132 ++-005134 ++-005137 ++-005142 ++-005146 ++-005148 ++-005150 ++-005151 ++-005152 ++-005154 ++-005159 ++-005160 ++-005165 ++-005169 ++-005171 ++-005173 ++-005177 ++-005178 ++-005183 ++-005186 ++-005187 ++-005192 ++-005193 ++-005195 ++-005196 ++-005200 ++-005202 ++-005203 ++-005204 ++-005205 ++-005207 ++-005208 ++-005209 ++-005210 ++-005211 ++-005212 ++-005215 ++-005216 ++-005220 ++-005223 ++-005224 ++-005225 ++-005228 ++-005231 ++-005232 ++-005235 ++-005238 ++-005239 ++-005243 ++-005245 ++-005247 ++-005248 ++-005250 ++-005252 ++-005253 ++-005254 ++-005257 ++-005258 ++-005259 ++-005261 ++-005263 ++-005264 ++-005265 ++-005266 ++-005269 ++-005270 ++-005272 ++-005277 ++-005278 ++-005281 ++-005283 ++-005285 ++-005286 ++-005288 ++-005290 ++-005291 ++-005293 ++-005294 ++-005295 ++-005300 ++-005301 ++-005302 ++-005303 ++-005305 ++-005306 ++-005310 ++-005314 ++-005317 ++-005320 ++-005324 ++-005326 ++-005327 ++-005331 ++-005332 ++-005339 ++-005340 ++-005344 ++-005346 ++-005348 ++-005351 ++-005352 ++-005353 ++-005354 ++-005355 ++-005356 ++-005357 ++-005358 ++-005361 ++-005362 ++-005364 ++-005367 ++-005370 ++-005373 ++-005374 ++-005376 ++-005380 ++-005382 ++-005383 ++-005384 ++-005387 ++-005388 ++-005392 ++-005393 ++-005394 ++-005395 ++-005396 ++-005397 ++-005398 ++-005399 ++-005400 ++-005401 ++-005402 ++-005403 ++-005406 ++-005407 ++-005408 ++-005409 ++-005410 ++-005411 ++-005412 ++-005414 ++-005416 ++-005417 ++-005418 ++-005419 ++-005420 ++-005421 ++-005424 ++-005425 ++-005428 ++-005432 ++-005433 ++-005435 ++-005436 ++-005438 ++-005439 ++-005440 ++-005442 ++-005446 ++-005451 ++-005454 ++-005455 ++-005456 ++-005457 ++-005462 ++-005463 ++-005464 ++-005468 ++-005469 ++-005470 ++-005475 ++-005478 ++-005480 ++-005483 ++-005485 ++-005488 ++-005490 ++-005491 ++-005492 ++-005493 ++-005496 ++-005497 ++-005499 ++-005500 ++-005501 ++-005502 ++-005503 ++-005504 ++-005506 ++-005507 ++-005508 ++-005509 ++-005512 ++-005513 ++-005516 ++-005517 ++-005518 ++-005519 ++-005520 ++-005521 ++-005522 ++-005524 ++-005526 ++-005527 ++-005529 ++-005530 ++-005533 ++-005535 ++-005537 ++-005539 ++-005541 ++-005543 ++-005547 ++-005548 ++-005549 ++-005550 ++-005553 ++-005554 ++-005561 ++-005562 ++-005563 ++-005564 ++-005567 ++-005568 ++-005569 ++-005574 ++-005575 ++-005578 ++-005579 ++-005583 ++-005585 ++-005591 ++-005592 ++-005593 ++-005594 ++-005597 ++-005598 ++-005599 ++-005604 ++-005605 ++-005606 ++-005607 ++-005608 ++-005609 ++-005611 ++-005612 ++-005614 ++-005615 ++-005620 ++-005621 ++-005622 ++-005624 ++-005626 ++-005627 ++-005628 ++-005629 ++-005632 ++-005636 ++-005637 ++-005641 ++-005644 ++-005645 ++-005646 ++-005647 ++-005648 ++-005651 ++-005654 ++-005655 ++-005657 ++-005661 ++-005663 ++-005665 ++-005666 ++-005667 ++-005670 ++-005671 ++-005674 ++-005675 ++-005678 ++-005679 ++-005681 ++-005682 ++-005684 ++-005686 ++-005688 ++-005690 ++-005691 ++-005692 ++-005693 ++-005694 ++-005696 ++-005697 ++-005701 ++-005702 ++-005705 ++-005710 ++-005711 ++-005715 ++-005716 ++-005718 ++-005719 ++-005720 ++-005721 ++-005722 ++-005723 ++-005726 ++-005730 ++-005732 ++-005733 ++-005734 ++-005737 ++-005738 ++-005742 ++-005748 ++-005749 ++-005750 ++-005752 ++-005753 ++-005755 ++-005756 ++-005758 ++-005759 ++-005761 ++-005764 ++-005766 ++-005767 ++-005768 ++-005769 ++-005770 ++-005771 ++-005772 ++-005773 ++-005774 ++-005775 ++-005776 ++-005778 ++-005779 ++-005780 ++-005781 ++-005788 ++-005789 ++-005791 ++-005792 ++-005795 ++-005797 ++-005798 ++-005799 ++-005802 ++-005804 ++-005808 ++-005809 ++-005810 ++-005813 ++-005814 ++-005815 ++-005816 ++-005817 ++-005823 ++-005824 ++-005825 ++-005828 ++-005830 ++-005831 ++-005832 ++-005833 ++-005835 ++-005836 ++-005837 ++-005838 ++-005842 ++-005844 ++-005845 ++-005846 ++-005847 ++-005848 ++-005849 ++-005850 ++-005851 ++-005853 ++-005858 ++-005860 ++-005861 ++-005862 ++-005863 ++-005865 ++-005866 ++-005867 ++-005868 ++-005870 ++-005871 ++-005872 ++-005874 ++-005875 ++-005877 ++-005880 ++-005884 ++-005886 ++-005888 ++-005890 ++-005891 ++-005895 ++-005896 ++-005897 ++-005898 ++-005902 ++-005904 ++-005908 ++-005915 ++-005920 ++-005924 ++-005928 ++-005929 ++-005930 ++-005932 ++-005934 ++-005936 ++-005937 ++-005940 ++-005941 ++-005942 ++-005943 ++-005945 ++-005946 ++-005950 ++-005951 ++-005953 ++-005954 ++-005956 ++-005957 ++-005959 ++-005960 ++-005964 ++-005966 ++-005967 ++-005968 ++-005971 ++-005973 ++-005974 ++-005976 ++-005977 ++-005979 ++-005980 ++-005983 ++-005987 ++-005989 ++-005990 ++-005991 ++-005992 ++-005993 ++-005995 ++-005998 ++-006000 ++-006004 ++-006006 ++-006007 ++-006011 ++-006015 ++-006017 ++-006018 ++-006019 ++-006020 ++-006021 ++-006022 ++-006025 ++-006032 ++-006035 ++-006037 ++-006040 ++-006049 ++-006051 ++-006053 ++-006055 ++-006056 ++-006059 ++-006064 ++-006065 ++-006069 ++-006072 ++-006073 ++-006076 ++-006079 ++-006080 ++-006081 ++-006082 ++-006084 ++-006089 ++-006090 ++-006091 ++-006092 ++-006094 ++-006099 ++-006101 ++-006104 ++-006105 ++-006108 ++-006109 ++-006111 ++-006112 ++-006113 ++-006119 ++-006120 ++-006124 ++-006128 ++-006129 ++-006131 ++-006132 ++-006134 ++-006135 ++-006137 ++-006138 ++-006140 ++-006141 ++-006142 ++-006143 ++-006145 ++-006147 ++-006149 ++-006150 ++-006153 ++-006155 ++-006157 ++-006158 ++-006159 ++-006160 ++-006162 ++-006164 ++-006166 ++-006170 ++-006171 ++-006172 ++-006174 ++-006175 ++-006178 ++-006179 ++-006180 ++-006181 ++-006183 ++-006184 ++-006188 ++-006189 ++-006191 ++-006192 ++-006193 ++-006197 ++-006199 ++-006200 ++-006201 ++-006203 ++-006205 ++-006206 ++-006207 ++-006209 ++-006211 ++-006212 ++-006214 ++-006216 ++-006217 ++-006218 ++-006220 ++-006221 ++-006223 ++-006224 ++-006225 ++-006226 ++-006230 ++-006231 ++-006234 ++-006235 ++-006236 ++-006237 ++-006239 ++-006241 ++-006242 ++-006243 ++-006245 ++-006248 ++-006251 ++-006252 ++-006253 ++-006254 ++-006255 ++-006256 ++-006257 ++-006259 ++-006260 ++-006261 ++-006262 ++-006264 ++-006268 ++-006271 ++-006277 ++-006279 ++-006281 ++-006283 ++-006284 ++-006285 ++-006289 ++-006290 ++-006291 ++-006292 ++-006293 ++-006294 ++-006295 ++-006296 ++-006298 ++-006299 ++-006303 ++-006304 ++-006307 ++-006308 ++-006309 ++-006310 ++-006311 ++-006313 ++-006318 ++-006319 ++-006320 ++-006323 ++-006325 ++-006326 ++-006327 ++-006328 ++-006329 ++-006330 ++-006335 ++-006336 ++-006337 ++-006341 ++-006346 ++-006347 ++-006350 ++-006352 ++-006358 ++-006359 ++-006361 ++-006362 ++-006363 ++-006365 ++-006367 ++-006373 ++-006374 ++-006375 ++-006376 ++-006378 ++-006382 ++-006383 ++-006384 ++-006387 ++-006389 ++-006390 ++-006392 ++-006397 ++-006398 ++-006399 ++-006400 ++-006401 ++-006402 ++-006404 ++-006408 ++-006412 ++-006413 ++-006414 ++-006418 ++-006419 ++-006421 ++-006422 ++-006428 ++-006429 ++-006430 ++-006431 ++-006432 ++-006438 ++-006443 ++-006447 ++-006448 ++-006449 ++-006450 ++-006455 ++-006456 ++-006457 ++-006458 ++-006459 ++-006460 ++-006461 ++-006463 ++-006466 ++-006467 ++-006471 ++-006476 ++-006479 ++-006480 ++-006485 ++-006487 ++-006489 ++-006490 ++-006492 ++-006494 ++-006495 ++-006499 ++-006500 ++-006501 ++-006502 ++-006504 ++-006509 ++-006510 ++-006511 ++-006513 ++-006518 ++-006522 ++-006523 ++-006526 ++-006527 ++-006528 ++-006536 ++-006538 ++-006539 ++-006541 ++-006543 ++-006544 ++-006545 ++-006546 ++-006547 ++-006550 ++-006552 ++-006554 ++-006557 ++-006559 ++-006562 ++-006564 ++-006566 ++-006567 ++-006571 ++-006572 ++-006573 ++-006575 ++-006579 ++-006580 ++-006584 ++-006585 ++-006587 ++-006589 ++-006591 ++-006594 ++-006598 ++-006599 ++-006600 ++-006601 ++-006605 ++-006606 ++-006607 ++-006608 ++-006609 ++-006610 ++-006615 ++-006616 ++-006617 ++-006619 ++-006620 ++-006621 ++-006622 ++-006627 ++-006630 ++-006631 ++-006635 ++-006639 ++-006640 ++-006642 ++-006644 ++-006645 ++-006646 ++-006648 ++-006652 ++-006653 ++-006654 ++-006657 ++-006661 ++-006662 ++-006663 ++-006665 ++-006668 ++-006671 ++-006672 ++-006673 ++-006675 ++-006680 ++-006681 ++-006683 ++-006684 ++-006687 ++-006688 ++-006689 ++-006690 ++-006691 ++-006697 ++-006699 ++-006700 ++-006702 ++-006704 ++-006705 ++-006706 ++-006707 ++-006708 ++-006716 ++-006717 ++-006718 ++-006721 ++-006722 ++-006724 ++-006727 ++-006728 ++-006730 ++-006735 ++-006736 ++-006739 ++-006740 ++-006742 ++-006743 ++-006746 ++-006748 ++-006749 ++-006750 ++-006757 ++-006763 ++-006766 ++-006769 ++-006774 ++-006775 ++-006776 ++-006779 ++-006784 ++-006787 ++-006788 ++-006790 ++-006793 ++-006795 ++-006799 ++-006801 ++-006802 ++-006805 ++-006809 ++-006810 ++-006814 ++-006817 ++-006820 ++-006821 ++-006823 ++-006824 ++-006825 ++-006826 ++-006827 ++-006830 ++-006831 ++-006834 ++-006835 ++-006838 ++-006839 ++-006840 ++-006842 ++-006845 ++-006846 ++-006848 ++-006851 ++-006857 ++-006859 ++-006861 ++-006864 ++-006865 ++-006867 ++-006869 ++-006871 ++-006875 ++-006877 ++-006878 ++-006880 ++-006883 ++-006886 ++-006888 ++-006890 ++-006892 ++-006893 ++-006894 ++-006896 ++-006902 ++-006904 ++-006905 ++-006909 ++-006911 ++-006912 ++-006915 ++-006916 ++-006918 ++-006919 ++-006920 ++-006921 ++-006923 ++-006924 ++-006926 ++-006927 ++-006929 ++-006931 ++-006932 ++-006933 ++-006934 ++-006935 ++-006939 ++-006940 ++-006941 ++-006946 ++-006947 ++-006949 ++-006951 ++-006952 ++-006957 ++-006958 ++-006961 ++-006963 ++-006965 ++-006966 ++-006967 ++-006969 ++-006970 ++-006972 ++-006974 ++-006975 ++-006976 ++-006979 ++-006983 ++-006984 ++-006985 ++-006986 ++-006988 ++-006991 ++-006993 ++-006995 ++-006996 ++-006998 ++-007001 ++-007002 ++-007004 ++-007007 ++-007009 ++-007013 ++-007017 ++-007018 ++-007020 ++-007021 ++-007024 ++-007025 ++-007035 ++-007036 ++-007039 ++-007040 ++-007041 ++-007044 ++-007045 ++-007046 ++-007050 ++-007051 ++-007054 ++-007057 ++-007058 ++-007060 ++-007062 ++-007064 ++-007066 ++-007070 ++-007073 ++-007075 ++-007077 ++-007086 ++-007090 ++-007092 ++-007093 ++-007094 ++-007096 ++-007097 ++-007099 ++-007101 ++-007102 ++-007104 ++-007105 ++-007106 ++-007107 ++-007108 ++-007111 ++-007113 ++-007114 ++-007116 ++-007118 ++-007121 ++-007123 ++-007124 ++-007126 ++-007127 ++-007128 ++-007129 ++-007134 ++-007137 ++-007140 ++-007141 ++-007142 ++-007143 ++-007147 ++-007148 ++-007150 ++-007151 ++-007152 ++-007153 ++-007155 ++-007156 ++-007159 ++-007160 ++-007167 ++-007170 ++-007171 ++-007173 ++-007175 ++-007179 ++-007181 ++-007184 ++-007185 ++-007186 ++-007188 ++-007189 ++-007190 ++-007191 ++-007192 ++-007193 ++-007195 ++-007196 ++-007197 ++-007203 ++-007206 ++-007209 ++-007211 ++-007213 ++-007216 ++-007218 ++-007220 ++-007222 ++-007223 ++-007224 ++-007226 ++-007228 ++-007231 ++-007234 ++-007236 ++-007237 ++-007239 ++-007241 ++-007243 ++-007245 ++-007248 ++-007249 ++-007250 ++-007251 ++-007254 ++-007257 ++-007259 ++-007263 ++-007264 ++-007268 ++-007269 ++-007270 ++-007276 ++-007281 ++-007282 ++-007285 ++-007286 ++-007293 ++-007295 ++-007296 ++-007297 ++-007298 ++-007301 ++-007305 ++-007306 ++-007307 ++-007308 ++-007312 ++-007313 ++-007314 ++-007316 ++-007317 ++-007320 ++-007321 ++-007324 ++-007328 ++-007332 ++-007333 ++-007334 ++-007335 ++-007338 ++-007340 ++-007341 ++-007346 ++-007348 ++-007354 ++-007355 ++-007356 ++-007357 ++-007358 ++-007361 ++-007362 ++-007363 ++-007365 ++-007366 ++-007367 ++-007368 ++-007370 ++-007372 ++-007373 ++-007378 ++-007379 ++-007386 ++-007387 ++-007388 ++-007390 ++-007392 ++-007393 ++-007394 ++-007399 ++-007400 ++-007404 ++-007406 ++-007408 ++-007414 ++-007417 ++-007418 ++-007425 ++-007427 ++-007428 ++-007429 ++-007431 ++-007432 ++-007438 ++-007441 ++-007443 ++-007444 ++-007446 ++-007451 ++-007452 ++-007454 ++-007455 ++-007457 ++-007459 ++-007460 ++-007461 ++-007465 ++-007471 ++-007472 ++-007474 ++-007476 ++-007479 ++\ No newline at end of file ++diff --git a/data/kitti/ImageSets/val.txt b/data/kitti/ImageSets/val.txt ++deleted file mode 100644 ++index 258ca11..0000000 ++--- a/data/kitti/ImageSets/val.txt +++++ /dev/null ++@@ -1,3769 +0,0 @@ ++-000001 ++-000002 ++-000004 ++-000005 ++-000006 ++-000008 ++-000015 ++-000019 ++-000020 ++-000021 ++-000023 ++-000024 ++-000025 ++-000027 ++-000028 ++-000031 ++-000033 ++-000035 ++-000037 ++-000039 ++-000040 ++-000042 ++-000047 ++-000048 ++-000050 ++-000052 ++-000053 ++-000058 ++-000059 ++-000061 ++-000062 ++-000063 ++-000065 ++-000066 ++-000076 ++-000077 ++-000078 ++-000081 ++-000089 ++-000090 ++-000093 ++-000094 ++-000098 ++-000102 ++-000104 ++-000106 ++-000107 ++-000108 ++-000116 ++-000117 ++-000118 ++-000122 ++-000124 ++-000126 ++-000128 ++-000132 ++-000134 ++-000135 ++-000137 ++-000139 ++-000140 ++-000143 ++-000147 ++-000151 ++-000152 ++-000153 ++-000156 ++-000159 ++-000161 ++-000167 ++-000168 ++-000169 ++-000170 ++-000173 ++-000174 ++-000175 ++-000181 ++-000182 ++-000183 ++-000186 ++-000187 ++-000188 ++-000190 ++-000191 ++-000192 ++-000194 ++-000195 ++-000196 ++-000197 ++-000199 ++-000201 ++-000203 ++-000204 ++-000207 ++-000211 ++-000212 ++-000213 ++-000216 ++-000218 ++-000223 ++-000224 ++-000226 ++-000229 ++-000230 ++-000231 ++-000234 ++-000235 ++-000236 ++-000237 ++-000239 ++-000242 ++-000246 ++-000247 ++-000248 ++-000249 ++-000250 ++-000251 ++-000252 ++-000260 ++-000262 ++-000263 ++-000265 ++-000266 ++-000268 ++-000269 ++-000270 ++-000272 ++-000273 ++-000278 ++-000279 ++-000281 ++-000283 ++-000284 ++-000289 ++-000290 ++-000291 ++-000293 ++-000297 ++-000301 ++-000302 ++-000305 ++-000307 ++-000308 ++-000309 ++-000311 ++-000312 ++-000314 ++-000315 ++-000319 ++-000320 ++-000321 ++-000323 ++-000324 ++-000327 ++-000328 ++-000329 ++-000332 ++-000333 ++-000335 ++-000336 ++-000340 ++-000341 ++-000343 ++-000345 ++-000346 ++-000347 ++-000350 ++-000351 ++-000352 ++-000354 ++-000355 ++-000356 ++-000357 ++-000359 ++-000360 ++-000361 ++-000362 ++-000365 ++-000366 ++-000369 ++-000370 ++-000372 ++-000373 ++-000376 ++-000377 ++-000378 ++-000379 ++-000381 ++-000382 ++-000383 ++-000385 ++-000386 ++-000388 ++-000391 ++-000392 ++-000393 ++-000394 ++-000395 ++-000396 ++-000397 ++-000398 ++-000399 ++-000401 ++-000402 ++-000403 ++-000404 ++-000407 ++-000408 ++-000409 ++-000413 ++-000414 ++-000415 ++-000419 ++-000420 ++-000422 ++-000427 ++-000428 ++-000429 ++-000430 ++-000436 ++-000437 ++-000440 ++-000443 ++-000446 ++-000448 ++-000450 ++-000451 ++-000452 ++-000453 ++-000454 ++-000455 ++-000457 ++-000459 ++-000463 ++-000468 ++-000469 ++-000472 ++-000473 ++-000475 ++-000476 ++-000477 ++-000478 ++-000479 ++-000480 ++-000481 ++-000485 ++-000486 ++-000489 ++-000491 ++-000492 ++-000493 ++-000494 ++-000495 ++-000496 ++-000498 ++-000499 ++-000503 ++-000504 ++-000506 ++-000508 ++-000509 ++-000510 ++-000512 ++-000515 ++-000517 ++-000519 ++-000521 ++-000524 ++-000527 ++-000528 ++-000530 ++-000533 ++-000536 ++-000541 ++-000542 ++-000543 ++-000545 ++-000546 ++-000548 ++-000551 ++-000554 ++-000555 ++-000558 ++-000559 ++-000560 ++-000561 ++-000564 ++-000566 ++-000567 ++-000568 ++-000569 ++-000571 ++-000572 ++-000581 ++-000583 ++-000588 ++-000589 ++-000590 ++-000591 ++-000595 ++-000600 ++-000601 ++-000604 ++-000610 ++-000611 ++-000612 ++-000613 ++-000614 ++-000615 ++-000618 ++-000619 ++-000620 ++-000624 ++-000625 ++-000626 ++-000628 ++-000630 ++-000634 ++-000635 ++-000636 ++-000639 ++-000642 ++-000644 ++-000645 ++-000647 ++-000648 ++-000650 ++-000655 ++-000657 ++-000658 ++-000659 ++-000660 ++-000667 ++-000669 ++-000670 ++-000674 ++-000677 ++-000679 ++-000682 ++-000683 ++-000684 ++-000691 ++-000692 ++-000694 ++-000696 ++-000698 ++-000699 ++-000700 ++-000702 ++-000704 ++-000706 ++-000708 ++-000716 ++-000717 ++-000718 ++-000721 ++-000722 ++-000725 ++-000727 ++-000728 ++-000729 ++-000731 ++-000734 ++-000736 ++-000737 ++-000740 ++-000741 ++-000745 ++-000746 ++-000748 ++-000750 ++-000751 ++-000752 ++-000754 ++-000756 ++-000761 ++-000765 ++-000766 ++-000767 ++-000768 ++-000769 ++-000771 ++-000772 ++-000773 ++-000774 ++-000778 ++-000779 ++-000782 ++-000790 ++-000792 ++-000795 ++-000798 ++-000800 ++-000801 ++-000802 ++-000803 ++-000804 ++-000805 ++-000806 ++-000807 ++-000809 ++-000810 ++-000811 ++-000812 ++-000816 ++-000819 ++-000823 ++-000826 ++-000831 ++-000837 ++-000838 ++-000840 ++-000841 ++-000843 ++-000844 ++-000847 ++-000848 ++-000849 ++-000850 ++-000852 ++-000854 ++-000859 ++-000862 ++-000863 ++-000869 ++-000873 ++-000874 ++-000875 ++-000876 ++-000877 ++-000878 ++-000879 ++-000881 ++-000884 ++-000885 ++-000889 ++-000893 ++-000894 ++-000897 ++-000899 ++-000904 ++-000907 ++-000909 ++-000911 ++-000912 ++-000915 ++-000916 ++-000917 ++-000920 ++-000922 ++-000923 ++-000926 ++-000928 ++-000930 ++-000931 ++-000932 ++-000938 ++-000939 ++-000940 ++-000942 ++-000943 ++-000944 ++-000948 ++-000949 ++-000952 ++-000953 ++-000956 ++-000958 ++-000961 ++-000963 ++-000964 ++-000966 ++-000967 ++-000969 ++-000970 ++-000971 ++-000973 ++-000974 ++-000976 ++-000979 ++-000981 ++-000983 ++-000984 ++-000985 ++-000986 ++-000988 ++-000991 ++-000999 ++-001002 ++-001006 ++-001007 ++-001008 ++-001010 ++-001011 ++-001012 ++-001013 ++-001014 ++-001015 ++-001018 ++-001019 ++-001021 ++-001022 ++-001025 ++-001026 ++-001027 ++-001035 ++-001037 ++-001039 ++-001042 ++-001043 ++-001046 ++-001050 ++-001051 ++-001053 ++-001054 ++-001055 ++-001058 ++-001063 ++-001065 ++-001066 ++-001067 ++-001068 ++-001069 ++-001070 ++-001071 ++-001075 ++-001076 ++-001077 ++-001078 ++-001083 ++-001084 ++-001086 ++-001088 ++-001089 ++-001094 ++-001095 ++-001096 ++-001097 ++-001099 ++-001101 ++-001102 ++-001104 ++-001106 ++-001107 ++-001108 ++-001111 ++-001113 ++-001114 ++-001115 ++-001116 ++-001118 ++-001120 ++-001123 ++-001125 ++-001127 ++-001129 ++-001131 ++-001132 ++-001133 ++-001134 ++-001135 ++-001136 ++-001138 ++-001139 ++-001140 ++-001141 ++-001143 ++-001144 ++-001145 ++-001147 ++-001148 ++-001149 ++-001150 ++-001152 ++-001153 ++-001154 ++-001155 ++-001158 ++-001162 ++-001163 ++-001167 ++-001172 ++-001173 ++-001176 ++-001177 ++-001178 ++-001179 ++-001180 ++-001182 ++-001183 ++-001187 ++-001188 ++-001189 ++-001191 ++-001192 ++-001193 ++-001194 ++-001195 ++-001198 ++-001199 ++-001203 ++-001206 ++-001207 ++-001213 ++-001214 ++-001216 ++-001217 ++-001218 ++-001221 ++-001222 ++-001224 ++-001225 ++-001226 ++-001228 ++-001230 ++-001232 ++-001234 ++-001235 ++-001236 ++-001237 ++-001239 ++-001241 ++-001242 ++-001243 ++-001244 ++-001245 ++-001246 ++-001249 ++-001251 ++-001252 ++-001253 ++-001254 ++-001255 ++-001257 ++-001259 ++-001260 ++-001261 ++-001263 ++-001265 ++-001266 ++-001267 ++-001268 ++-001269 ++-001270 ++-001271 ++-001272 ++-001273 ++-001274 ++-001275 ++-001281 ++-001284 ++-001286 ++-001287 ++-001289 ++-001291 ++-001292 ++-001294 ++-001295 ++-001296 ++-001303 ++-001304 ++-001305 ++-001306 ++-001307 ++-001308 ++-001314 ++-001317 ++-001318 ++-001329 ++-001330 ++-001331 ++-001332 ++-001333 ++-001334 ++-001336 ++-001337 ++-001339 ++-001342 ++-001344 ++-001345 ++-001346 ++-001347 ++-001350 ++-001352 ++-001353 ++-001355 ++-001356 ++-001359 ++-001363 ++-001365 ++-001372 ++-001374 ++-001375 ++-001376 ++-001377 ++-001380 ++-001381 ++-001382 ++-001384 ++-001386 ++-001387 ++-001388 ++-001389 ++-001391 ++-001395 ++-001397 ++-001398 ++-001407 ++-001410 ++-001411 ++-001412 ++-001415 ++-001416 ++-001419 ++-001421 ++-001424 ++-001427 ++-001431 ++-001432 ++-001435 ++-001437 ++-001438 ++-001439 ++-001441 ++-001442 ++-001443 ++-001445 ++-001446 ++-001448 ++-001450 ++-001451 ++-001458 ++-001461 ++-001463 ++-001466 ++-001469 ++-001471 ++-001477 ++-001478 ++-001480 ++-001481 ++-001485 ++-001487 ++-001488 ++-001489 ++-001495 ++-001497 ++-001501 ++-001502 ++-001507 ++-001508 ++-001511 ++-001513 ++-001514 ++-001516 ++-001517 ++-001521 ++-001522 ++-001524 ++-001525 ++-001526 ++-001527 ++-001528 ++-001533 ++-001535 ++-001536 ++-001537 ++-001538 ++-001542 ++-001545 ++-001546 ++-001547 ++-001549 ++-001552 ++-001555 ++-001557 ++-001560 ++-001562 ++-001564 ++-001565 ++-001567 ++-001569 ++-001573 ++-001574 ++-001576 ++-001577 ++-001579 ++-001582 ++-001583 ++-001585 ++-001586 ++-001587 ++-001588 ++-001589 ++-001590 ++-001591 ++-001592 ++-001594 ++-001596 ++-001597 ++-001600 ++-001602 ++-001603 ++-001605 ++-001606 ++-001610 ++-001613 ++-001615 ++-001616 ++-001617 ++-001619 ++-001621 ++-001625 ++-001627 ++-001629 ++-001631 ++-001633 ++-001634 ++-001635 ++-001640 ++-001643 ++-001645 ++-001647 ++-001650 ++-001654 ++-001656 ++-001658 ++-001660 ++-001662 ++-001664 ++-001665 ++-001666 ++-001667 ++-001670 ++-001675 ++-001680 ++-001682 ++-001683 ++-001684 ++-001689 ++-001693 ++-001694 ++-001697 ++-001699 ++-001701 ++-001702 ++-001704 ++-001705 ++-001706 ++-001707 ++-001709 ++-001710 ++-001711 ++-001712 ++-001713 ++-001714 ++-001717 ++-001718 ++-001719 ++-001721 ++-001722 ++-001726 ++-001727 ++-001729 ++-001732 ++-001733 ++-001740 ++-001741 ++-001742 ++-001745 ++-001746 ++-001749 ++-001750 ++-001751 ++-001752 ++-001755 ++-001758 ++-001762 ++-001764 ++-001765 ++-001768 ++-001771 ++-001772 ++-001774 ++-001776 ++-001778 ++-001780 ++-001781 ++-001782 ++-001783 ++-001786 ++-001787 ++-001794 ++-001795 ++-001797 ++-001800 ++-001801 ++-001802 ++-001804 ++-001807 ++-001808 ++-001813 ++-001814 ++-001817 ++-001818 ++-001820 ++-001822 ++-001823 ++-001824 ++-001825 ++-001828 ++-001831 ++-001835 ++-001840 ++-001844 ++-001846 ++-001848 ++-001851 ++-001852 ++-001853 ++-001854 ++-001855 ++-001856 ++-001858 ++-001859 ++-001861 ++-001862 ++-001863 ++-001867 ++-001868 ++-001869 ++-001872 ++-001875 ++-001877 ++-001878 ++-001880 ++-001881 ++-001884 ++-001885 ++-001886 ++-001887 ++-001888 ++-001890 ++-001892 ++-001893 ++-001897 ++-001898 ++-001900 ++-001904 ++-001905 ++-001909 ++-001919 ++-001920 ++-001923 ++-001924 ++-001925 ++-001926 ++-001927 ++-001928 ++-001929 ++-001931 ++-001932 ++-001933 ++-001934 ++-001936 ++-001937 ++-001940 ++-001941 ++-001942 ++-001943 ++-001945 ++-001946 ++-001952 ++-001954 ++-001959 ++-001960 ++-001966 ++-001967 ++-001969 ++-001972 ++-001977 ++-001978 ++-001979 ++-001980 ++-001982 ++-001983 ++-001984 ++-001985 ++-001986 ++-001989 ++-001991 ++-001995 ++-001996 ++-001997 ++-001999 ++-002000 ++-002001 ++-002002 ++-002004 ++-002008 ++-002010 ++-002011 ++-002012 ++-002013 ++-002014 ++-002017 ++-002019 ++-002021 ++-002022 ++-002025 ++-002027 ++-002028 ++-002029 ++-002034 ++-002035 ++-002036 ++-002037 ++-002038 ++-002042 ++-002043 ++-002044 ++-002045 ++-002046 ++-002048 ++-002049 ++-002050 ++-002052 ++-002054 ++-002056 ++-002057 ++-002058 ++-002062 ++-002068 ++-002071 ++-002073 ++-002074 ++-002075 ++-002076 ++-002078 ++-002079 ++-002081 ++-002082 ++-002085 ++-002086 ++-002087 ++-002089 ++-002091 ++-002093 ++-002094 ++-002100 ++-002101 ++-002102 ++-002103 ++-002107 ++-002108 ++-002111 ++-002112 ++-002113 ++-002115 ++-002118 ++-002120 ++-002121 ++-002123 ++-002124 ++-002127 ++-002128 ++-002130 ++-002131 ++-002135 ++-002136 ++-002137 ++-002138 ++-002139 ++-002140 ++-002142 ++-002151 ++-002152 ++-002153 ++-002158 ++-002159 ++-002160 ++-002161 ++-002163 ++-002165 ++-002166 ++-002168 ++-002169 ++-002170 ++-002173 ++-002177 ++-002179 ++-002182 ++-002183 ++-002185 ++-002187 ++-002188 ++-002193 ++-002196 ++-002200 ++-002201 ++-002202 ++-002206 ++-002207 ++-002209 ++-002215 ++-002216 ++-002218 ++-002219 ++-002220 ++-002224 ++-002225 ++-002228 ++-002229 ++-002232 ++-002233 ++-002234 ++-002239 ++-002243 ++-002245 ++-002246 ++-002248 ++-002250 ++-002251 ++-002254 ++-002255 ++-002257 ++-002258 ++-002260 ++-002262 ++-002266 ++-002272 ++-002276 ++-002277 ++-002279 ++-002280 ++-002282 ++-002283 ++-002284 ++-002286 ++-002287 ++-002290 ++-002291 ++-002292 ++-002293 ++-002294 ++-002295 ++-002298 ++-002299 ++-002300 ++-002303 ++-002304 ++-002306 ++-002307 ++-002308 ++-002310 ++-002314 ++-002315 ++-002319 ++-002320 ++-002325 ++-002327 ++-002329 ++-002330 ++-002332 ++-002334 ++-002336 ++-002337 ++-002338 ++-002340 ++-002341 ++-002344 ++-002345 ++-002346 ++-002347 ++-002348 ++-002353 ++-002356 ++-002357 ++-002359 ++-002362 ++-002365 ++-002366 ++-002367 ++-002369 ++-002370 ++-002372 ++-002376 ++-002378 ++-002380 ++-002382 ++-002383 ++-002384 ++-002385 ++-002386 ++-002387 ++-002391 ++-002392 ++-002393 ++-002397 ++-002398 ++-002399 ++-002404 ++-002405 ++-002411 ++-002414 ++-002415 ++-002418 ++-002419 ++-002420 ++-002422 ++-002423 ++-002424 ++-002425 ++-002428 ++-002429 ++-002432 ++-002433 ++-002434 ++-002439 ++-002440 ++-002442 ++-002446 ++-002450 ++-002454 ++-002455 ++-002457 ++-002458 ++-002460 ++-002461 ++-002462 ++-002463 ++-002473 ++-002474 ++-002476 ++-002477 ++-002478 ++-002479 ++-002483 ++-002486 ++-002488 ++-002490 ++-002492 ++-002495 ++-002497 ++-002499 ++-002500 ++-002502 ++-002503 ++-002504 ++-002505 ++-002506 ++-002509 ++-002511 ++-002516 ++-002519 ++-002520 ++-002521 ++-002525 ++-002526 ++-002528 ++-002529 ++-002530 ++-002531 ++-002532 ++-002534 ++-002538 ++-002539 ++-002540 ++-002541 ++-002543 ++-002546 ++-002548 ++-002552 ++-002556 ++-002557 ++-002558 ++-002562 ++-002563 ++-002564 ++-002565 ++-002568 ++-002569 ++-002570 ++-002572 ++-002574 ++-002575 ++-002577 ++-002580 ++-002581 ++-002583 ++-002584 ++-002585 ++-002586 ++-002590 ++-002594 ++-002598 ++-002599 ++-002600 ++-002601 ++-002602 ++-002603 ++-002604 ++-002606 ++-002612 ++-002613 ++-002615 ++-002619 ++-002621 ++-002625 ++-002626 ++-002628 ++-002630 ++-002631 ++-002633 ++-002635 ++-002636 ++-002638 ++-002640 ++-002641 ++-002644 ++-002645 ++-002646 ++-002651 ++-002653 ++-002656 ++-002657 ++-002661 ++-002663 ++-002666 ++-002669 ++-002673 ++-002674 ++-002675 ++-002677 ++-002680 ++-002681 ++-002685 ++-002686 ++-002690 ++-002692 ++-002693 ++-002694 ++-002695 ++-002696 ++-002699 ++-002702 ++-002706 ++-002707 ++-002709 ++-002710 ++-002711 ++-002712 ++-002713 ++-002715 ++-002717 ++-002720 ++-002721 ++-002722 ++-002724 ++-002725 ++-002726 ++-002727 ++-002728 ++-002729 ++-002730 ++-002735 ++-002737 ++-002740 ++-002742 ++-002744 ++-002745 ++-002746 ++-002747 ++-002748 ++-002749 ++-002752 ++-002753 ++-002755 ++-002757 ++-002758 ++-002760 ++-002761 ++-002763 ++-002764 ++-002765 ++-002767 ++-002772 ++-002773 ++-002775 ++-002783 ++-002786 ++-002787 ++-002789 ++-002793 ++-002794 ++-002796 ++-002797 ++-002800 ++-002801 ++-002804 ++-002805 ++-002806 ++-002809 ++-002810 ++-002811 ++-002812 ++-002814 ++-002815 ++-002818 ++-002820 ++-002826 ++-002827 ++-002828 ++-002830 ++-002831 ++-002833 ++-002836 ++-002839 ++-002840 ++-002841 ++-002844 ++-002845 ++-002846 ++-002847 ++-002848 ++-002853 ++-002856 ++-002858 ++-002861 ++-002863 ++-002866 ++-002867 ++-002875 ++-002876 ++-002877 ++-002878 ++-002879 ++-002880 ++-002881 ++-002883 ++-002885 ++-002889 ++-002890 ++-002891 ++-002892 ++-002893 ++-002894 ++-002895 ++-002896 ++-002900 ++-002901 ++-002902 ++-002903 ++-002905 ++-002908 ++-002911 ++-002914 ++-002916 ++-002917 ++-002919 ++-002924 ++-002925 ++-002928 ++-002930 ++-002934 ++-002935 ++-002937 ++-002942 ++-002944 ++-002945 ++-002947 ++-002948 ++-002951 ++-002953 ++-002955 ++-002957 ++-002958 ++-002959 ++-002960 ++-002961 ++-002962 ++-002963 ++-002964 ++-002966 ++-002971 ++-002974 ++-002976 ++-002977 ++-002978 ++-002979 ++-002982 ++-002984 ++-002985 ++-002988 ++-002991 ++-002993 ++-002994 ++-002995 ++-002997 ++-002999 ++-003000 ++-003001 ++-003003 ++-003004 ++-003005 ++-003006 ++-003007 ++-003010 ++-003011 ++-003019 ++-003022 ++-003024 ++-003025 ++-003027 ++-003029 ++-003030 ++-003031 ++-003032 ++-003033 ++-003034 ++-003035 ++-003038 ++-003042 ++-003043 ++-003046 ++-003047 ++-003048 ++-003050 ++-003052 ++-003053 ++-003054 ++-003055 ++-003056 ++-003058 ++-003061 ++-003062 ++-003065 ++-003066 ++-003067 ++-003071 ++-003073 ++-003074 ++-003076 ++-003080 ++-003082 ++-003087 ++-003088 ++-003090 ++-003094 ++-003096 ++-003099 ++-003101 ++-003102 ++-003103 ++-003106 ++-003107 ++-003109 ++-003110 ++-003112 ++-003114 ++-003116 ++-003118 ++-003124 ++-003126 ++-003127 ++-003129 ++-003131 ++-003133 ++-003134 ++-003135 ++-003136 ++-003137 ++-003141 ++-003142 ++-003144 ++-003145 ++-003146 ++-003148 ++-003150 ++-003153 ++-003156 ++-003159 ++-003161 ++-003162 ++-003165 ++-003167 ++-003170 ++-003172 ++-003174 ++-003175 ++-003177 ++-003179 ++-003180 ++-003181 ++-003182 ++-003183 ++-003187 ++-003190 ++-003192 ++-003194 ++-003197 ++-003199 ++-003202 ++-003203 ++-003204 ++-003207 ++-003210 ++-003211 ++-003214 ++-003216 ++-003217 ++-003219 ++-003221 ++-003222 ++-003224 ++-003225 ++-003226 ++-003228 ++-003229 ++-003231 ++-003232 ++-003233 ++-003236 ++-003239 ++-003240 ++-003242 ++-003247 ++-003250 ++-003251 ++-003252 ++-003254 ++-003255 ++-003257 ++-003259 ++-003265 ++-003266 ++-003269 ++-003272 ++-003275 ++-003276 ++-003280 ++-003281 ++-003283 ++-003288 ++-003292 ++-003295 ++-003296 ++-003298 ++-003300 ++-003301 ++-003302 ++-003304 ++-003305 ++-003306 ++-003308 ++-003310 ++-003312 ++-003313 ++-003315 ++-003316 ++-003318 ++-003319 ++-003322 ++-003323 ++-003324 ++-003325 ++-003330 ++-003331 ++-003337 ++-003338 ++-003341 ++-003343 ++-003346 ++-003347 ++-003350 ++-003351 ++-003352 ++-003353 ++-003355 ++-003357 ++-003358 ++-003364 ++-003365 ++-003366 ++-003367 ++-003368 ++-003370 ++-003373 ++-003375 ++-003379 ++-003385 ++-003386 ++-003393 ++-003394 ++-003395 ++-003396 ++-003397 ++-003399 ++-003401 ++-003402 ++-003403 ++-003404 ++-003405 ++-003406 ++-003407 ++-003408 ++-003409 ++-003410 ++-003411 ++-003412 ++-003417 ++-003419 ++-003421 ++-003422 ++-003425 ++-003426 ++-003428 ++-003429 ++-003430 ++-003432 ++-003434 ++-003435 ++-003443 ++-003447 ++-003448 ++-003449 ++-003450 ++-003453 ++-003456 ++-003461 ++-003464 ++-003465 ++-003466 ++-003467 ++-003469 ++-003470 ++-003471 ++-003474 ++-003478 ++-003480 ++-003481 ++-003482 ++-003483 ++-003484 ++-003487 ++-003488 ++-003489 ++-003490 ++-003491 ++-003492 ++-003495 ++-003496 ++-003497 ++-003502 ++-003503 ++-003504 ++-003506 ++-003511 ++-003515 ++-003517 ++-003519 ++-003520 ++-003521 ++-003524 ++-003527 ++-003528 ++-003529 ++-003530 ++-003531 ++-003535 ++-003539 ++-003543 ++-003544 ++-003547 ++-003550 ++-003552 ++-003553 ++-003554 ++-003557 ++-003558 ++-003559 ++-003562 ++-003563 ++-003568 ++-003571 ++-003573 ++-003574 ++-003580 ++-003582 ++-003583 ++-003584 ++-003588 ++-003600 ++-003601 ++-003604 ++-003605 ++-003607 ++-003608 ++-003609 ++-003611 ++-003614 ++-003616 ++-003618 ++-003620 ++-003621 ++-003622 ++-003623 ++-003624 ++-003627 ++-003629 ++-003630 ++-003631 ++-003632 ++-003633 ++-003634 ++-003635 ++-003643 ++-003645 ++-003647 ++-003649 ++-003652 ++-003653 ++-003655 ++-003658 ++-003659 ++-003661 ++-003662 ++-003667 ++-003668 ++-003669 ++-003671 ++-003676 ++-003677 ++-003678 ++-003679 ++-003682 ++-003683 ++-003684 ++-003688 ++-003689 ++-003690 ++-003691 ++-003692 ++-003702 ++-003703 ++-003705 ++-003707 ++-003708 ++-003711 ++-003712 ++-003715 ++-003716 ++-003718 ++-003719 ++-003723 ++-003726 ++-003728 ++-003735 ++-003736 ++-003737 ++-003738 ++-003739 ++-003746 ++-003747 ++-003748 ++-003750 ++-003751 ++-003753 ++-003755 ++-003756 ++-003762 ++-003763 ++-003764 ++-003769 ++-003771 ++-003775 ++-003777 ++-003778 ++-003779 ++-003781 ++-003782 ++-003787 ++-003788 ++-003793 ++-003794 ++-003798 ++-003800 ++-003802 ++-003804 ++-003805 ++-003807 ++-003808 ++-003809 ++-003811 ++-003812 ++-003814 ++-003820 ++-003822 ++-003826 ++-003827 ++-003828 ++-003830 ++-003834 ++-003835 ++-003837 ++-003841 ++-003847 ++-003852 ++-003854 ++-003856 ++-003859 ++-003860 ++-003864 ++-003866 ++-003869 ++-003870 ++-003872 ++-003873 ++-003874 ++-003878 ++-003879 ++-003880 ++-003881 ++-003883 ++-003885 ++-003886 ++-003890 ++-003891 ++-003892 ++-003894 ++-003897 ++-003898 ++-003899 ++-003901 ++-003902 ++-003905 ++-003907 ++-003909 ++-003914 ++-003915 ++-003916 ++-003920 ++-003923 ++-003924 ++-003926 ++-003931 ++-003932 ++-003934 ++-003937 ++-003938 ++-003943 ++-003945 ++-003946 ++-003948 ++-003950 ++-003956 ++-003958 ++-003961 ++-003962 ++-003964 ++-003965 ++-003969 ++-003970 ++-003972 ++-003975 ++-003977 ++-003980 ++-003981 ++-003982 ++-003984 ++-003986 ++-003992 ++-003996 ++-003998 ++-004000 ++-004001 ++-004002 ++-004003 ++-004004 ++-004007 ++-004008 ++-004009 ++-004010 ++-004011 ++-004016 ++-004021 ++-004026 ++-004027 ++-004028 ++-004032 ++-004033 ++-004034 ++-004036 ++-004038 ++-004040 ++-004041 ++-004042 ++-004045 ++-004048 ++-004049 ++-004051 ++-004055 ++-004059 ++-004061 ++-004063 ++-004064 ++-004065 ++-004068 ++-004072 ++-004074 ++-004077 ++-004079 ++-004081 ++-004082 ++-004083 ++-004085 ++-004087 ++-004089 ++-004091 ++-004092 ++-004095 ++-004096 ++-004098 ++-004100 ++-004101 ++-004104 ++-004105 ++-004107 ++-004108 ++-004109 ++-004110 ++-004111 ++-004113 ++-004116 ++-004117 ++-004118 ++-004119 ++-004120 ++-004121 ++-004122 ++-004124 ++-004125 ++-004126 ++-004128 ++-004129 ++-004130 ++-004131 ++-004132 ++-004136 ++-004137 ++-004138 ++-004140 ++-004142 ++-004143 ++-004148 ++-004149 ++-004150 ++-004152 ++-004153 ++-004154 ++-004155 ++-004156 ++-004157 ++-004158 ++-004160 ++-004161 ++-004162 ++-004163 ++-004164 ++-004168 ++-004171 ++-004172 ++-004173 ++-004174 ++-004175 ++-004185 ++-004187 ++-004188 ++-004189 ++-004190 ++-004191 ++-004195 ++-004196 ++-004202 ++-004205 ++-004206 ++-004207 ++-004209 ++-004210 ++-004213 ++-004214 ++-004215 ++-004220 ++-004221 ++-004222 ++-004223 ++-004224 ++-004226 ++-004228 ++-004232 ++-004237 ++-004239 ++-004241 ++-004242 ++-004243 ++-004246 ++-004248 ++-004249 ++-004250 ++-004251 ++-004254 ++-004255 ++-004256 ++-004259 ++-004260 ++-004263 ++-004270 ++-004271 ++-004275 ++-004277 ++-004278 ++-004280 ++-004281 ++-004282 ++-004284 ++-004285 ++-004288 ++-004289 ++-004290 ++-004291 ++-004293 ++-004294 ++-004295 ++-004298 ++-004299 ++-004300 ++-004301 ++-004303 ++-004305 ++-004306 ++-004307 ++-004309 ++-004311 ++-004312 ++-004314 ++-004318 ++-004319 ++-004321 ++-004323 ++-004324 ++-004326 ++-004327 ++-004329 ++-004330 ++-004335 ++-004336 ++-004337 ++-004338 ++-004340 ++-004342 ++-004343 ++-004345 ++-004348 ++-004349 ++-004350 ++-004352 ++-004353 ++-004360 ++-004362 ++-004363 ++-004364 ++-004367 ++-004368 ++-004369 ++-004370 ++-004373 ++-004374 ++-004377 ++-004383 ++-004384 ++-004385 ++-004388 ++-004391 ++-004392 ++-004393 ++-004396 ++-004397 ++-004398 ++-004401 ++-004402 ++-004403 ++-004404 ++-004406 ++-004407 ++-004414 ++-004415 ++-004418 ++-004419 ++-004420 ++-004421 ++-004422 ++-004423 ++-004424 ++-004425 ++-004426 ++-004429 ++-004430 ++-004433 ++-004434 ++-004435 ++-004437 ++-004438 ++-004439 ++-004440 ++-004443 ++-004444 ++-004447 ++-004450 ++-004452 ++-004454 ++-004456 ++-004458 ++-004460 ++-004462 ++-004465 ++-004469 ++-004470 ++-004472 ++-004474 ++-004475 ++-004480 ++-004481 ++-004482 ++-004483 ++-004485 ++-004486 ++-004487 ++-004489 ++-004490 ++-004491 ++-004493 ++-004494 ++-004496 ++-004501 ++-004502 ++-004508 ++-004511 ++-004513 ++-004516 ++-004517 ++-004519 ++-004520 ++-004521 ++-004526 ++-004527 ++-004528 ++-004529 ++-004530 ++-004531 ++-004532 ++-004534 ++-004540 ++-004541 ++-004542 ++-004547 ++-004548 ++-004549 ++-004551 ++-004553 ++-004556 ++-004557 ++-004562 ++-004566 ++-004567 ++-004568 ++-004569 ++-004570 ++-004573 ++-004574 ++-004576 ++-004578 ++-004581 ++-004582 ++-004585 ++-004587 ++-004588 ++-004589 ++-004591 ++-004596 ++-004598 ++-004599 ++-004603 ++-004608 ++-004609 ++-004610 ++-004611 ++-004612 ++-004615 ++-004618 ++-004620 ++-004622 ++-004624 ++-004626 ++-004629 ++-004630 ++-004632 ++-004633 ++-004634 ++-004636 ++-004638 ++-004640 ++-004644 ++-004647 ++-004648 ++-004649 ++-004650 ++-004651 ++-004652 ++-004655 ++-004657 ++-004658 ++-004660 ++-004665 ++-004666 ++-004667 ++-004668 ++-004669 ++-004672 ++-004673 ++-004679 ++-004680 ++-004682 ++-004683 ++-004685 ++-004686 ++-004687 ++-004688 ++-004689 ++-004691 ++-004692 ++-004693 ++-004694 ++-004695 ++-004697 ++-004698 ++-004699 ++-004700 ++-004705 ++-004706 ++-004708 ++-004709 ++-004710 ++-004711 ++-004713 ++-004714 ++-004715 ++-004716 ++-004717 ++-004718 ++-004720 ++-004721 ++-004722 ++-004724 ++-004725 ++-004726 ++-004730 ++-004732 ++-004734 ++-004735 ++-004737 ++-004738 ++-004739 ++-004740 ++-004742 ++-004743 ++-004744 ++-004745 ++-004746 ++-004748 ++-004752 ++-004753 ++-004756 ++-004759 ++-004762 ++-004763 ++-004764 ++-004766 ++-004768 ++-004769 ++-004770 ++-004773 ++-004776 ++-004777 ++-004782 ++-004783 ++-004787 ++-004788 ++-004790 ++-004791 ++-004792 ++-004797 ++-004799 ++-004800 ++-004804 ++-004806 ++-004807 ++-004810 ++-004811 ++-004813 ++-004814 ++-004815 ++-004816 ++-004817 ++-004821 ++-004822 ++-004825 ++-004829 ++-004830 ++-004831 ++-004832 ++-004835 ++-004839 ++-004843 ++-004846 ++-004848 ++-004849 ++-004850 ++-004851 ++-004852 ++-004858 ++-004859 ++-004860 ++-004861 ++-004862 ++-004863 ++-004864 ++-004867 ++-004868 ++-004871 ++-004873 ++-004874 ++-004875 ++-004881 ++-004885 ++-004887 ++-004888 ++-004891 ++-004892 ++-004893 ++-004895 ++-004896 ++-004898 ++-004902 ++-004903 ++-004904 ++-004905 ++-004907 ++-004909 ++-004914 ++-004917 ++-004918 ++-004920 ++-004921 ++-004924 ++-004926 ++-004927 ++-004928 ++-004929 ++-004931 ++-004932 ++-004934 ++-004935 ++-004938 ++-004941 ++-004942 ++-004943 ++-004944 ++-004946 ++-004947 ++-004948 ++-004949 ++-004953 ++-004954 ++-004956 ++-004958 ++-004959 ++-004960 ++-004962 ++-004963 ++-004966 ++-004974 ++-004976 ++-004979 ++-004981 ++-004983 ++-004985 ++-004986 ++-004988 ++-004989 ++-004990 ++-004993 ++-004994 ++-004995 ++-004996 ++-004998 ++-004999 ++-005001 ++-005002 ++-005004 ++-005008 ++-005010 ++-005013 ++-005014 ++-005015 ++-005017 ++-005019 ++-005021 ++-005024 ++-005026 ++-005028 ++-005032 ++-005034 ++-005036 ++-005037 ++-005038 ++-005040 ++-005041 ++-005045 ++-005049 ++-005050 ++-005052 ++-005053 ++-005054 ++-005055 ++-005056 ++-005057 ++-005058 ++-005062 ++-005063 ++-005064 ++-005065 ++-005067 ++-005068 ++-005070 ++-005072 ++-005073 ++-005074 ++-005075 ++-005077 ++-005078 ++-005079 ++-005080 ++-005081 ++-005082 ++-005086 ++-005090 ++-005093 ++-005094 ++-005095 ++-005101 ++-005103 ++-005105 ++-005108 ++-005109 ++-005110 ++-005112 ++-005113 ++-005120 ++-005121 ++-005122 ++-005124 ++-005125 ++-005127 ++-005128 ++-005133 ++-005135 ++-005136 ++-005138 ++-005139 ++-005140 ++-005141 ++-005143 ++-005144 ++-005145 ++-005147 ++-005149 ++-005153 ++-005155 ++-005156 ++-005157 ++-005158 ++-005161 ++-005162 ++-005163 ++-005164 ++-005166 ++-005167 ++-005168 ++-005170 ++-005172 ++-005174 ++-005175 ++-005176 ++-005179 ++-005180 ++-005181 ++-005182 ++-005184 ++-005185 ++-005188 ++-005189 ++-005190 ++-005191 ++-005194 ++-005197 ++-005198 ++-005199 ++-005201 ++-005206 ++-005213 ++-005214 ++-005217 ++-005218 ++-005219 ++-005221 ++-005222 ++-005226 ++-005227 ++-005229 ++-005230 ++-005233 ++-005234 ++-005236 ++-005237 ++-005240 ++-005241 ++-005242 ++-005244 ++-005246 ++-005249 ++-005251 ++-005255 ++-005256 ++-005260 ++-005262 ++-005267 ++-005268 ++-005271 ++-005273 ++-005274 ++-005275 ++-005276 ++-005279 ++-005280 ++-005282 ++-005284 ++-005287 ++-005289 ++-005292 ++-005296 ++-005297 ++-005298 ++-005299 ++-005304 ++-005307 ++-005308 ++-005309 ++-005311 ++-005312 ++-005313 ++-005315 ++-005316 ++-005318 ++-005319 ++-005321 ++-005322 ++-005323 ++-005325 ++-005328 ++-005329 ++-005330 ++-005333 ++-005334 ++-005335 ++-005336 ++-005337 ++-005338 ++-005341 ++-005342 ++-005343 ++-005345 ++-005347 ++-005349 ++-005350 ++-005359 ++-005360 ++-005363 ++-005365 ++-005366 ++-005368 ++-005369 ++-005371 ++-005372 ++-005375 ++-005377 ++-005378 ++-005379 ++-005381 ++-005385 ++-005386 ++-005389 ++-005390 ++-005391 ++-005404 ++-005405 ++-005413 ++-005415 ++-005422 ++-005423 ++-005426 ++-005427 ++-005429 ++-005430 ++-005431 ++-005434 ++-005437 ++-005441 ++-005443 ++-005444 ++-005445 ++-005447 ++-005448 ++-005449 ++-005450 ++-005452 ++-005453 ++-005458 ++-005459 ++-005460 ++-005461 ++-005465 ++-005466 ++-005467 ++-005471 ++-005472 ++-005473 ++-005474 ++-005476 ++-005477 ++-005479 ++-005481 ++-005482 ++-005484 ++-005486 ++-005487 ++-005489 ++-005494 ++-005495 ++-005498 ++-005505 ++-005510 ++-005511 ++-005514 ++-005515 ++-005523 ++-005525 ++-005528 ++-005531 ++-005532 ++-005534 ++-005536 ++-005538 ++-005540 ++-005542 ++-005544 ++-005545 ++-005546 ++-005551 ++-005552 ++-005555 ++-005556 ++-005557 ++-005558 ++-005559 ++-005560 ++-005565 ++-005566 ++-005570 ++-005571 ++-005572 ++-005573 ++-005576 ++-005577 ++-005580 ++-005581 ++-005582 ++-005584 ++-005586 ++-005587 ++-005588 ++-005589 ++-005590 ++-005595 ++-005596 ++-005600 ++-005601 ++-005602 ++-005603 ++-005610 ++-005613 ++-005616 ++-005617 ++-005618 ++-005619 ++-005623 ++-005625 ++-005630 ++-005631 ++-005633 ++-005634 ++-005635 ++-005638 ++-005639 ++-005640 ++-005642 ++-005643 ++-005649 ++-005650 ++-005652 ++-005653 ++-005656 ++-005658 ++-005659 ++-005660 ++-005662 ++-005664 ++-005668 ++-005669 ++-005672 ++-005673 ++-005676 ++-005677 ++-005680 ++-005683 ++-005685 ++-005687 ++-005689 ++-005695 ++-005698 ++-005699 ++-005700 ++-005703 ++-005704 ++-005706 ++-005707 ++-005708 ++-005709 ++-005712 ++-005713 ++-005714 ++-005717 ++-005724 ++-005725 ++-005727 ++-005728 ++-005729 ++-005731 ++-005735 ++-005736 ++-005739 ++-005740 ++-005741 ++-005743 ++-005744 ++-005745 ++-005746 ++-005747 ++-005751 ++-005754 ++-005757 ++-005760 ++-005762 ++-005763 ++-005765 ++-005777 ++-005782 ++-005783 ++-005784 ++-005785 ++-005786 ++-005787 ++-005790 ++-005793 ++-005794 ++-005796 ++-005800 ++-005801 ++-005803 ++-005805 ++-005806 ++-005807 ++-005811 ++-005812 ++-005818 ++-005819 ++-005820 ++-005821 ++-005822 ++-005826 ++-005827 ++-005829 ++-005834 ++-005839 ++-005840 ++-005841 ++-005843 ++-005852 ++-005854 ++-005855 ++-005856 ++-005857 ++-005859 ++-005864 ++-005869 ++-005873 ++-005876 ++-005878 ++-005879 ++-005881 ++-005882 ++-005883 ++-005885 ++-005887 ++-005889 ++-005892 ++-005893 ++-005894 ++-005899 ++-005900 ++-005901 ++-005903 ++-005905 ++-005906 ++-005907 ++-005909 ++-005910 ++-005911 ++-005912 ++-005913 ++-005914 ++-005916 ++-005917 ++-005918 ++-005919 ++-005921 ++-005922 ++-005923 ++-005925 ++-005926 ++-005927 ++-005931 ++-005933 ++-005935 ++-005938 ++-005939 ++-005944 ++-005947 ++-005948 ++-005949 ++-005952 ++-005955 ++-005958 ++-005961 ++-005962 ++-005963 ++-005965 ++-005969 ++-005970 ++-005972 ++-005975 ++-005978 ++-005981 ++-005982 ++-005984 ++-005985 ++-005986 ++-005988 ++-005994 ++-005996 ++-005997 ++-005999 ++-006001 ++-006002 ++-006003 ++-006005 ++-006008 ++-006009 ++-006010 ++-006012 ++-006013 ++-006014 ++-006016 ++-006023 ++-006024 ++-006026 ++-006027 ++-006028 ++-006029 ++-006030 ++-006031 ++-006033 ++-006034 ++-006036 ++-006038 ++-006039 ++-006041 ++-006042 ++-006043 ++-006044 ++-006045 ++-006046 ++-006047 ++-006048 ++-006050 ++-006052 ++-006054 ++-006057 ++-006058 ++-006060 ++-006061 ++-006062 ++-006063 ++-006066 ++-006067 ++-006068 ++-006070 ++-006071 ++-006074 ++-006075 ++-006077 ++-006078 ++-006083 ++-006085 ++-006086 ++-006087 ++-006088 ++-006093 ++-006095 ++-006096 ++-006097 ++-006098 ++-006100 ++-006102 ++-006103 ++-006106 ++-006107 ++-006110 ++-006114 ++-006115 ++-006116 ++-006117 ++-006118 ++-006121 ++-006122 ++-006123 ++-006125 ++-006126 ++-006127 ++-006130 ++-006133 ++-006136 ++-006139 ++-006144 ++-006146 ++-006148 ++-006151 ++-006152 ++-006154 ++-006156 ++-006161 ++-006163 ++-006165 ++-006167 ++-006168 ++-006169 ++-006173 ++-006176 ++-006177 ++-006182 ++-006185 ++-006186 ++-006187 ++-006190 ++-006194 ++-006195 ++-006196 ++-006198 ++-006202 ++-006204 ++-006208 ++-006210 ++-006213 ++-006215 ++-006219 ++-006222 ++-006227 ++-006228 ++-006229 ++-006232 ++-006233 ++-006238 ++-006240 ++-006244 ++-006246 ++-006247 ++-006249 ++-006250 ++-006258 ++-006263 ++-006265 ++-006266 ++-006267 ++-006269 ++-006270 ++-006272 ++-006273 ++-006274 ++-006275 ++-006276 ++-006278 ++-006280 ++-006282 ++-006286 ++-006287 ++-006288 ++-006297 ++-006300 ++-006301 ++-006302 ++-006305 ++-006306 ++-006312 ++-006314 ++-006315 ++-006316 ++-006317 ++-006321 ++-006322 ++-006324 ++-006331 ++-006332 ++-006333 ++-006334 ++-006338 ++-006339 ++-006340 ++-006342 ++-006343 ++-006344 ++-006345 ++-006348 ++-006349 ++-006351 ++-006353 ++-006354 ++-006355 ++-006356 ++-006357 ++-006360 ++-006364 ++-006366 ++-006368 ++-006369 ++-006370 ++-006371 ++-006372 ++-006377 ++-006379 ++-006380 ++-006381 ++-006385 ++-006386 ++-006388 ++-006391 ++-006393 ++-006394 ++-006395 ++-006396 ++-006403 ++-006405 ++-006406 ++-006407 ++-006409 ++-006410 ++-006411 ++-006415 ++-006416 ++-006417 ++-006420 ++-006423 ++-006424 ++-006425 ++-006426 ++-006427 ++-006433 ++-006434 ++-006435 ++-006436 ++-006437 ++-006439 ++-006440 ++-006441 ++-006442 ++-006444 ++-006445 ++-006446 ++-006451 ++-006452 ++-006453 ++-006454 ++-006462 ++-006464 ++-006465 ++-006468 ++-006469 ++-006470 ++-006472 ++-006473 ++-006474 ++-006475 ++-006477 ++-006478 ++-006481 ++-006482 ++-006483 ++-006484 ++-006486 ++-006488 ++-006491 ++-006493 ++-006496 ++-006497 ++-006498 ++-006503 ++-006505 ++-006506 ++-006507 ++-006508 ++-006512 ++-006514 ++-006515 ++-006516 ++-006517 ++-006519 ++-006520 ++-006521 ++-006524 ++-006525 ++-006529 ++-006530 ++-006531 ++-006532 ++-006533 ++-006534 ++-006535 ++-006537 ++-006540 ++-006542 ++-006548 ++-006549 ++-006551 ++-006553 ++-006555 ++-006556 ++-006558 ++-006560 ++-006561 ++-006563 ++-006565 ++-006568 ++-006569 ++-006570 ++-006574 ++-006576 ++-006577 ++-006578 ++-006581 ++-006582 ++-006583 ++-006586 ++-006588 ++-006590 ++-006592 ++-006593 ++-006595 ++-006596 ++-006597 ++-006602 ++-006603 ++-006604 ++-006611 ++-006612 ++-006613 ++-006614 ++-006618 ++-006623 ++-006624 ++-006625 ++-006626 ++-006628 ++-006629 ++-006632 ++-006633 ++-006634 ++-006636 ++-006637 ++-006638 ++-006641 ++-006643 ++-006647 ++-006649 ++-006650 ++-006651 ++-006655 ++-006656 ++-006658 ++-006659 ++-006660 ++-006664 ++-006666 ++-006667 ++-006669 ++-006670 ++-006674 ++-006676 ++-006677 ++-006678 ++-006679 ++-006682 ++-006685 ++-006686 ++-006692 ++-006693 ++-006694 ++-006695 ++-006696 ++-006698 ++-006701 ++-006703 ++-006709 ++-006710 ++-006711 ++-006712 ++-006713 ++-006714 ++-006715 ++-006719 ++-006720 ++-006723 ++-006725 ++-006726 ++-006729 ++-006731 ++-006732 ++-006733 ++-006734 ++-006737 ++-006738 ++-006741 ++-006744 ++-006745 ++-006747 ++-006751 ++-006752 ++-006753 ++-006754 ++-006755 ++-006756 ++-006758 ++-006759 ++-006760 ++-006761 ++-006762 ++-006764 ++-006765 ++-006767 ++-006768 ++-006770 ++-006771 ++-006772 ++-006773 ++-006777 ++-006778 ++-006780 ++-006781 ++-006782 ++-006783 ++-006785 ++-006786 ++-006789 ++-006791 ++-006792 ++-006794 ++-006796 ++-006797 ++-006798 ++-006800 ++-006803 ++-006804 ++-006806 ++-006807 ++-006808 ++-006811 ++-006812 ++-006813 ++-006815 ++-006816 ++-006818 ++-006819 ++-006822 ++-006828 ++-006829 ++-006832 ++-006833 ++-006836 ++-006837 ++-006841 ++-006843 ++-006844 ++-006847 ++-006849 ++-006850 ++-006852 ++-006853 ++-006854 ++-006855 ++-006856 ++-006858 ++-006860 ++-006862 ++-006863 ++-006866 ++-006868 ++-006870 ++-006872 ++-006873 ++-006874 ++-006876 ++-006879 ++-006881 ++-006882 ++-006884 ++-006885 ++-006887 ++-006889 ++-006891 ++-006895 ++-006897 ++-006898 ++-006899 ++-006900 ++-006901 ++-006903 ++-006906 ++-006907 ++-006908 ++-006910 ++-006913 ++-006914 ++-006917 ++-006922 ++-006925 ++-006928 ++-006930 ++-006936 ++-006937 ++-006938 ++-006942 ++-006943 ++-006944 ++-006945 ++-006948 ++-006950 ++-006953 ++-006954 ++-006955 ++-006956 ++-006959 ++-006960 ++-006962 ++-006964 ++-006968 ++-006971 ++-006973 ++-006977 ++-006978 ++-006980 ++-006981 ++-006982 ++-006987 ++-006989 ++-006990 ++-006992 ++-006994 ++-006997 ++-006999 ++-007000 ++-007003 ++-007005 ++-007006 ++-007008 ++-007010 ++-007011 ++-007012 ++-007014 ++-007015 ++-007016 ++-007019 ++-007022 ++-007023 ++-007026 ++-007027 ++-007028 ++-007029 ++-007030 ++-007031 ++-007032 ++-007033 ++-007034 ++-007037 ++-007038 ++-007042 ++-007043 ++-007047 ++-007048 ++-007049 ++-007052 ++-007053 ++-007055 ++-007056 ++-007059 ++-007061 ++-007063 ++-007065 ++-007067 ++-007068 ++-007069 ++-007071 ++-007072 ++-007074 ++-007076 ++-007078 ++-007079 ++-007080 ++-007081 ++-007082 ++-007083 ++-007084 ++-007085 ++-007087 ++-007088 ++-007089 ++-007091 ++-007095 ++-007098 ++-007100 ++-007103 ++-007109 ++-007110 ++-007112 ++-007115 ++-007117 ++-007119 ++-007120 ++-007122 ++-007125 ++-007130 ++-007131 ++-007132 ++-007133 ++-007135 ++-007136 ++-007138 ++-007139 ++-007144 ++-007145 ++-007146 ++-007149 ++-007154 ++-007157 ++-007158 ++-007161 ++-007162 ++-007163 ++-007164 ++-007165 ++-007166 ++-007168 ++-007169 ++-007172 ++-007174 ++-007176 ++-007177 ++-007178 ++-007180 ++-007182 ++-007183 ++-007187 ++-007194 ++-007198 ++-007199 ++-007200 ++-007201 ++-007202 ++-007204 ++-007205 ++-007207 ++-007208 ++-007210 ++-007212 ++-007214 ++-007215 ++-007217 ++-007219 ++-007221 ++-007225 ++-007227 ++-007229 ++-007230 ++-007232 ++-007233 ++-007235 ++-007238 ++-007240 ++-007242 ++-007244 ++-007246 ++-007247 ++-007252 ++-007253 ++-007255 ++-007256 ++-007258 ++-007260 ++-007261 ++-007262 ++-007265 ++-007266 ++-007267 ++-007271 ++-007272 ++-007273 ++-007274 ++-007275 ++-007277 ++-007278 ++-007279 ++-007280 ++-007283 ++-007284 ++-007287 ++-007288 ++-007289 ++-007290 ++-007291 ++-007292 ++-007294 ++-007299 ++-007300 ++-007302 ++-007303 ++-007304 ++-007309 ++-007310 ++-007311 ++-007315 ++-007318 ++-007319 ++-007322 ++-007323 ++-007325 ++-007326 ++-007327 ++-007329 ++-007330 ++-007331 ++-007336 ++-007337 ++-007339 ++-007342 ++-007343 ++-007344 ++-007345 ++-007347 ++-007349 ++-007350 ++-007351 ++-007352 ++-007353 ++-007359 ++-007360 ++-007364 ++-007369 ++-007371 ++-007374 ++-007375 ++-007376 ++-007377 ++-007380 ++-007381 ++-007382 ++-007383 ++-007384 ++-007385 ++-007389 ++-007391 ++-007395 ++-007396 ++-007397 ++-007398 ++-007401 ++-007402 ++-007403 ++-007405 ++-007407 ++-007409 ++-007410 ++-007411 ++-007412 ++-007413 ++-007415 ++-007416 ++-007419 ++-007420 ++-007421 ++-007422 ++-007423 ++-007424 ++-007426 ++-007430 ++-007433 ++-007434 ++-007435 ++-007436 ++-007437 ++-007439 ++-007440 ++-007442 ++-007445 ++-007447 ++-007448 ++-007449 ++-007450 ++-007453 ++-007456 ++-007458 ++-007462 ++-007463 ++-007464 ++-007466 ++-007467 ++-007468 ++-007469 ++-007470 ++-007473 ++-007475 ++-007477 ++-007478 ++-007480 ++\ No newline at end of file ++diff --git a/data/lyft/ImageSets/test.txt b/data/lyft/ImageSets/test.txt ++deleted file mode 100644 ++index 0c35325..0000000 ++--- a/data/lyft/ImageSets/test.txt +++++ /dev/null ++@@ -1,218 +0,0 @@ ++-host-a004-lidar0-1233944976297786786-1233945001198600096 ++-host-a004-lidar0-1233941213298388436-1233941238199278096 ++-host-a011-lidar0-1234644740299444586-1234644765198350636 ++-host-a004-lidar0-1233601648198462856-1233601673098488556 ++-host-a011-lidar0-1232746157199035666-1232746182098240026 ++-host-a009-lidar0-1236017375097801876-1236017399997624556 ++-host-a011-lidar0-1233962329198070906-1233962354099359636 ++-host-a007-lidar0-1233523259198624906-1233523284098400466 ++-host-a004-lidar0-1233427443198938856-1233427468098241556 ++-host-a007-lidar0-1233952760198014706-1233952785098360666 ++-host-a004-lidar0-1232831114198639196-1232831139098689906 ++-host-a011-lidar0-1233959097298631226-1233959122199133096 ++-host-a011-lidar0-1232736280198893346-1232736305098557556 ++-host-a008-lidar0-1235757362198327706-1235757387098420756 ++-host-a007-lidar0-1233947142198222706-1233947167098201666 ++-host-a009-lidar0-1234715568198453346-1234715593098413676 ++-host-a004-lidar0-1232911076298600176-1232911101199054856 ++-host-a011-lidar0-1236103955299212856-1236103980199733906 ++-host-a007-lidar0-1237572884098557116-1237572908997807546 ++-host-a011-lidar0-1233964240298899786-1233964265199453556 ++-host-a004-lidar0-1233079262298510786-1233079287198908466 ++-host-a004-lidar0-1233687421297771586-1233687446198032636 ++-host-a008-lidar0-1235780110998543436-1235780135897779096 ++-host-a011-lidar0-1232488772298383876-1232488797198160346 ++-host-a004-lidar0-1231878498298402636-1231878523198702316 ++-host-a015-lidar0-1235952792198484436-1235952817098084116 ++-host-a004-lidar0-1235945794298780666-1235945819198802346 ++-host-a011-lidar0-1233963833297804226-1233963858199264096 ++-host-a004-lidar0-1233506417198072656-1233506442098833106 ++-host-a009-lidar0-1231801138198800186-1231801163098659866 ++-host-a011-lidar0-1232751280197949666-1232751305099090996 ++-host-a004-lidar0-1233946658298833786-1233946683199182096 ++-host-a004-lidar0-1233687742297900586-1233687767199090986 ++-host-a004-lidar0-1232905595299117226-1232905620198562226 ++-host-a004-lidar0-1233961285198272466-1233961310098968226 ++-host-a011-lidar0-1233085141298793636-1233085166198948316 ++-host-a010-lidar0-1232314667198394906-1232314692099896986 ++-host-a007-lidar0-1230931253199029066-1230931278098162746 ++-host-a007-lidar0-1232995403098212786-1232995427998257586 ++-host-a011-lidar0-1236106341198519026-1236106366098688706 ++-host-a004-lidar0-1233962919198446116-1233962944098602196 ++-host-a011-lidar0-1232744874197271346-1232744899099026346 ++-host-a011-lidar0-1233957289298013416-1233957314197859536 ++-host-a011-lidar0-1236039862198450906-1236039887099020026 ++-host-a011-lidar0-1233956316299257226-1233956341199458096 ++-host-a004-lidar0-1233521279299019346-1233521304198708656 ++-host-a007-lidar0-1233005263198512026-1233005288098233756 ++-host-a007-lidar0-1232995508097871466-1232995532998255586 ++-host-a011-lidar0-1232486236299484666-1232486261197508346 ++-host-a011-lidar0-1233959639198614466-1233959664098178176 ++-host-a007-lidar0-1233015278098306756-1233015302998395786 ++-host-a004-lidar0-1235858020298070196-1235858045199172906 ++-host-a011-lidar0-1236105788197720026-1236105813099285026 ++-host-a004-lidar0-1233439235298936546-1233439260198396226 ++-host-a004-lidar0-1232987587298107736-1232987612198297786 ++-host-a011-lidar0-1236103100299832666-1236103125199414996 ++-host-a015-lidar0-1235952391197848436-1235952416098412116 ++-host-a004-lidar0-1233521391298537346-1233521416198295656 ++-host-a004-lidar0-1232991769198099466-1232991794097984146 ++-host-a004-lidar0-1233953140198673466-1233953165099150176 ++-host-a004-lidar0-1233081052299073106-1233081077199184436 ++-host-a007-lidar0-1233956133198909706-1233956158098315666 ++-host-a011-lidar0-1235868868199238666-1235868893097732316 ++-host-a007-lidar0-1233953460198410706-1233953485098842786 ++-host-a011-lidar0-1233961831198549906-1233961856098369176 ++-host-a011-lidar0-1233514529198419226-1233514554098449346 ++-host-a007-lidar0-1230939239197974066-1230939264099426746 ++-host-a011-lidar0-1233091237198666226-1233091262098974026 ++-host-a004-lidar0-1233442845299348546-1233442870197585226 ++-host-a009-lidar0-1236020549098474856-1236020573999334586 ++-host-a011-lidar0-1234024976198295026-1234025001098882226 ++-host-a011-lidar0-1232907883299065316-1232907908199299976 ++-host-a004-lidar0-1233601706199079226-1233601731099035556 ++-host-a011-lidar0-1233082653297382196-1233082678199113346 ++-host-a011-lidar0-1236094968298801346-1236094993199079346 ++-host-a007-lidar0-1233007278198865146-1233007303098536106 ++-host-a004-lidar0-1232740139298853106-1232740164198443466 ++-host-a007-lidar0-1232840098198209026-1232840123098175986 ++-host-a007-lidar0-1232491902199024026-1232491927099237736 ++-host-a004-lidar0-1233447945198501226-1233447970098212556 ++-host-a004-lidar0-1233963468197846466-1233963493098405196 ++-host-a011-lidar0-1232497134299369316-1232497159198333026 ++-host-a007-lidar0-1233683913198228346-1233683938097909026 ++-host-a004-lidar0-1233965315199029466-1233965340097937546 ++-host-a011-lidar0-1236106510198830536-1236106535098940676 ++-host-a011-lidar0-1234031888198360146-1234031913099866226 ++-host-a011-lidar0-1232483258298822666-1232483283199104026 ++-host-a011-lidar0-1233963883298333416-1233963908199031906 ++-host-a011-lidar0-1232411607198546106-1232411632099155466 ++-host-a009-lidar0-1236120835298099026-1236120860197794756 ++-host-a004-lidar0-1233089444197814786-1233089469098441116 ++-host-a004-lidar0-1233946716298797436-1233946741199280636 ++-host-a004-lidar0-1233443288299030176-1233443313198834856 ++-host-a004-lidar0-1233088880198387436-1233088905098238096 ++-host-a011-lidar0-1233956935299563906-1233956960199421666 ++-host-a009-lidar0-1236020134098279876-1236020158999209906 ++-host-a011-lidar0-1236094859299152316-1236094884199534466 ++-host-a008-lidar0-1235758174198256146-1235758199098282106 ++-host-a011-lidar0-1236121184299486346-1236121209198975996 ++-host-a011-lidar0-1233961523199115586-1233961548099271666 ++-host-a004-lidar0-1234732754197914906-1234732779097924636 ++-host-a009-lidar0-1236121511198446736-1236121536098500436 ++-host-a008-lidar0-1236034565298114876-1236034590198781906 ++-host-a006-lidar0-1236098659198274536-1236098684097992536 ++-host-a009-lidar0-1236013611198536176-1236013636098119856 ++-host-a015-lidar0-1233957342198356906-1233957367097686986 ++-host-a011-lidar0-1234028898199503706-1234028923098637226 ++-host-a007-lidar0-1234564891198141676-1234564916098497756 ++-host-a011-lidar0-1233512411200132666-1233512436099006556 ++-host-a011-lidar0-1232839888198187226-1232839913098323346 ++-host-a011-lidar0-1233959147299652876-1233959172199345586 ++-host-a011-lidar0-1233515019199540346-1233515044098381026 ++-host-a007-lidar0-1233621306298394226-1233621331197987026 ++-host-a009-lidar0-1236018631099309906-1236018655997712116 ++-host-a011-lidar0-1233956770298774786-1233956795198595906 ++-host-a011-lidar0-1234031012198940656-1234031037098235226 ++-host-a011-lidar0-1232834951198260666-1232834976099168996 ++-host-a004-lidar0-1231810077298582906-1231810102198764586 ++-host-a015-lidar0-1235432061197143666-1235432086098855666 ++-host-a004-lidar0-1233955370199325146-1233955395099287546 ++-host-a007-lidar0-1232739122099041026-1232739146998701786 ++-host-a008-lidar0-1231272360198562866-1231272385098213606 ++-host-a009-lidar0-1234043856197659756-1234043881098769786 ++-host-a011-lidar0-1236123850299533346-1236123875199183536 ++-host-a004-lidar0-1232829779198385176-1232829804099132906 ++-host-a004-lidar0-1234046078298238146-1234046103198417226 ++-host-a011-lidar0-1236118880299007316-1236118905198814556 ++-host-a011-lidar0-1232839522198475666-1232839547098176996 ++-host-a004-lidar0-1233683047198434616-1233683072097863296 ++-host-a011-lidar0-1232483134298411316-1232483159199017026 ++-host-a011-lidar0-1232835366199044316-1232835391098346996 ++-host-a011-lidar0-1236037587198526556-1236037612099015026 ++-host-a004-lidar0-1233514041198025676-1233514066098168106 ++-host-a011-lidar0-1233514916198928666-1233514941098966346 ++-host-a007-lidar0-1233952607199156666-1233952632098069666 ++-host-a011-lidar0-1234655115198110986-1234655140099130346 ++-host-a015-lidar0-1236124264998206536-1236124289898560636 ++-host-a011-lidar0-1234644690299314096-1234644715199118176 ++-host-a011-lidar0-1235952056198818296-1235952081099333786 ++-host-a011-lidar0-1232748626199298346-1232748651098789346 ++-host-a007-lidar0-1232475199297946856-1232475224198641556 ++-host-a007-lidar0-1233525441098373116-1233525465998053546 ++-host-a008-lidar0-1235761573098617226-1235761597998604906 ++-host-a004-lidar0-1232991714198772466-1232991739097967096 ++-host-a004-lidar0-1233687683299064556-1233687708198041986 ++-host-a007-lidar0-1233013003098382226-1233013027998697786 ++-host-a004-lidar0-1233439306298453176-1233439331197984226 ++-host-a004-lidar0-1233424178198144226-1233424203098692536 ++-host-a006-lidar0-1236097465198430226-1236097490097938026 ++-host-a011-lidar0-1232841048199446666-1232841073098839996 ++-host-a011-lidar0-1233516714199191856-1233516739099730116 ++-host-a007-lidar0-1234311713998886226-1234311738898096786 ++-host-a007-lidar0-1233536831198375786-1233536856097999586 ++-host-a004-lidar0-1233429274199024876-1233429299099306906 ++-host-a004-lidar0-1233959153198568116-1233959178098071546 ++-host-a011-lidar0-1234552220298342756-1234552245199496436 ++-host-a011-lidar0-1233521972198420856-1233521997098456536 ++-host-a006-lidar0-1236097911198275876-1236097936098518536 ++-host-a011-lidar0-1233689347298085226-1233689372198299556 ++-host-a004-lidar0-1232916227198731226-1232916252098964536 ++-host-a004-lidar0-1235943691298894636-1235943716198114296 ++-host-a011-lidar0-1232905354298416876-1232905379198827346 ++-host-a004-lidar0-1232825454199122176-1232825479098530856 ++-host-a004-lidar0-1235865310198314226-1235865335098810536 ++-host-a007-lidar0-1233511892098885096-1233511916998404176 ++-host-a004-lidar0-1235952483297492666-1235952508198691346 ++-host-a007-lidar0-1236123864198260676-1236123889098156106 ++-host-a011-lidar0-1232751443198845666-1232751468099206346 ++-host-a011-lidar0-1233078523199259666-1233078548098819996 ++-host-a004-lidar0-1233618447298368586-1233618472198344666 ++-host-a007-lidar0-1230678335199240106-1230678360099285186 ++-host-a004-lidar0-1233508848199005656-1233508873098993106 ++-host-a011-lidar0-1233958777298868906-1233958802198879556 ++-host-a007-lidar0-1233507949098749096-1233507973999200196 ++-host-a004-lidar0-1233953506198624096-1233953531097898546 ++-host-a015-lidar0-1236103405197509196-1236103430098109856 ++-host-a007-lidar0-1233620674297428346-1233620699199028906 ++-host-a012-lidar0-1235936434298098786-1235936459197995466 ++-host-a011-lidar0-1233514154199609666-1233514179099494586 ++-host-a009-lidar0-1231184014198521956-1231184039098791066 ++-host-a004-lidar0-1236019079298483436-1236019104198926466 ++-host-a006-lidar0-1236037423198601636-1236037448098691666 ++-host-a004-lidar0-1231888238197475346-1231888263098211346 ++-host-a010-lidar0-1232317276099120706-1232317300998122666 ++-host-a004-lidar0-1232815694198030546-1232815719097692906 ++-host-a007-lidar0-1233954463198147636-1233954488098173786 ++-host-a004-lidar0-1232923791198849226-1232923816098237586 ++-host-a011-lidar0-1236106196198429346-1236106221098810676 ++-host-a015-lidar0-1236124649998497586-1236124674897796616 ++-host-a004-lidar0-1232386904298052116-1232386929198958786 ++-host-a014-lidar0-1235764007298887586-1235764032198224636 ++-host-a011-lidar0-1233961953198251556-1233961978098299986 ++-host-a015-lidar0-1234646248197843296-1234646273098426346 ++-host-a004-lidar0-1232823719198617196-1232823744099030906 ++-host-a006-lidar0-1232910084198374756-1232910109098099436 ++-host-a008-lidar0-1231535639098399806-1231535663998755486 ++-host-a006-lidar0-1232909811198488106-1232909836098046436 ++-host-a011-lidar0-1234472721299135436-1234472746198770146 ++-host-a004-lidar0-1233941123298835466-1233941148198539096 ++-host-a004-lidar0-1232842293198603176-1232842318098888226 ++-host-a011-lidar0-1235503241198830666-1235503266098892346 ++-host-a007-lidar0-1233007421198689676-1233007446098306106 ++-host-a011-lidar0-1235942334298364116-1235942359197798196 ++-host-a011-lidar0-1233964524299020906-1233964549198793586 ++-host-a011-lidar0-1236094810299383666-1236094835198207026 ++-host-a004-lidar0-1233439181298702546-1233439206198541786 ++-host-a004-lidar0-1233429602198887906-1233429627098124906 ++-host-a011-lidar0-1233688997299519416-1233689022199633116 ++-host-a011-lidar0-1233088421199045856-1233088446099117556 ++-host-a011-lidar0-1235866237298160096-1235866262198355986 ++-host-a004-lidar0-1232825508197625546-1232825533098566906 ++-host-a007-lidar0-1233620829298440226-1233620854197980906 ++-host-a011-lidar0-1233962268199095556-1233962293098293666 ++-host-a009-lidar0-1236017846098562856-1236017870998139586 ++-host-a004-lidar0-1233521339297626996-1233521364198425656 ++-host-a011-lidar0-1233962379199267906-1233962404098719666 ++-host-a007-lidar0-1234043217198181466-1234043242098437196 ++-host-a007-lidar0-1233952679199347706-1233952704098573316 ++\ No newline at end of file ++diff --git a/data/lyft/ImageSets/train.txt b/data/lyft/ImageSets/train.txt ++deleted file mode 100644 ++index 6c336d8..0000000 ++--- a/data/lyft/ImageSets/train.txt +++++ /dev/null ++@@ -1,150 +0,0 @@ ++-host-a101-lidar0-1241893239199111666-1241893264098084346 ++-host-a006-lidar0-1236037883198113706-1236037908098879296 ++-host-a011-lidar0-1235950297199142196-1235950322099405416 ++-host-a012-lidar0-1235937130198577346-1235937155098071026 ++-host-a101-lidar0-1240875136198305786-1240875161098795094 ++-host-a011-lidar0-1232752461198357666-1232752486099793996 ++-host-a102-lidar0-1241468916398562586-1241468941298742334 ++-host-a009-lidar0-1236013297198927176-1236013322098616226 ++-host-a008-lidar0-1235777217098625786-1235777241998473466 ++-host-a009-lidar0-1236015606098226876-1236015630998447586 ++-host-a011-lidar0-1236119823299280856-1236119848199397346 ++-host-a011-lidar0-1233963416198495906-1233963441098571986 ++-host-a102-lidar0-1241904536298706586-1241904561198322666 ++-host-a004-lidar0-1236021339298624436-1236021364198408146 ++-host-a011-lidar0-1233512833198873346-1233512858098831906 ++-host-a007-lidar0-1232470052198454586-1232470077098888666 ++-host-a004-lidar0-1233961181197891466-1233961206097713176 ++-host-a011-lidar0-1232755934199060666-1232755959099356536 ++-host-a011-lidar0-1235866707299065096-1235866732198912176 ++-host-a007-lidar0-1234740239998520226-1234740264899399906 ++-host-a011-lidar0-1234031754199586656-1234031779098211226 ++-host-a011-lidar0-1233090630199206666-1233090655098843996 ++-host-a004-lidar0-1233617933297688906-1233617958198483986 ++-host-a004-lidar0-1233693263298064536-1233693288197865986 ++-host-a007-lidar0-1233510590098435146-1233510614998778546 ++-host-a102-lidar0-1241548686398885894-1241548711298381586 ++-host-a015-lidar0-1233957265198932906-1233957290097795666 ++-host-a009-lidar0-1236118456298488636-1236118481198250736 ++-host-a007-lidar0-1230936221299185986-1230936246198612066 ++-host-a011-lidar0-1232835293199223316-1232835318097646346 ++-host-a102-lidar0-1242755400298847586-1242755425198579666 ++-host-a004-lidar0-1233422539197434856-1233422564099152556 ++-host-a101-lidar0-1242580003398722214-1242580028299473214 ++-host-a007-lidar0-1233954992197900986-1233955017097982666 ++-host-a004-lidar0-1233685315298191906-1233685340197986666 ++-host-a008-lidar0-1236015187198059026-1236015212098657616 ++-host-a011-lidar0-1232905783299194316-1232905808199600976 ++-host-a004-lidar0-1233682997198306636-1233683022098032666 ++-host-a006-lidar0-1236038131197892706-1236038156098552296 ++-host-a007-lidar0-1233955131199105986-1233955156098128666 ++-host-a007-lidar0-1234737958998212856-1234737983898305906 ++-host-a102-lidar0-1241878200398362906-1241878225298546586 ++-host-a011-lidar0-1232492192198952026-1232492217098860706 ++-host-a009-lidar0-1231200854198312986-1231200879098460066 ++-host-a011-lidar0-1232839939198224316-1232839964099010996 ++-host-a101-lidar0-1242493624298705334-1242493649198973302 ++-host-a101-lidar0-1243095610299140346-1243095635198749774 ++-host-a011-lidar0-1234553365299813296-1234553390199271786 ++-host-a011-lidar0-1233087918198597316-1233087943098472996 ++-host-a004-lidar0-1232923266198326856-1232923291098716906 ++-host-a007-lidar0-1233689791098884906-1233689815997978986 ++-host-a011-lidar0-1232753667198514346-1232753692099110026 ++-host-a004-lidar0-1232987652297797736-1232987677198272416 ++-host-a011-lidar0-1232841333199326666-1232841358099777556 ++-host-a011-lidar0-1235931114299585906-1235931139198414556 ++-host-a004-lidar0-1234051595199019546-1234051620099157876 ++-host-a004-lidar0-1232815252198642176-1232815277099387856 ++-host-a011-lidar0-1234025165199395146-1234025190098246226 ++-host-a004-lidar0-1233618009298519906-1233618034198134636 ++-host-a004-lidar0-1235947081298918616-1235947106198383666 ++-host-a004-lidar0-1233535955298751556-1233535980198120666 ++-host-a101-lidar0-1241889710198571346-1241889735098952214 ++-host-a004-lidar0-1233442991299115176-1233443016198370876 ++-host-a007-lidar0-1233007769198478676-1233007794098024226 ++-host-a011-lidar0-1233688931299349876-1233688956199708556 ++-host-a004-lidar0-1236018644297896466-1236018669198234096 ++-host-a004-lidar0-1233947108297817786-1233947133198765096 ++-host-a004-lidar0-1235944794298214636-1235944819199047666 ++-host-a007-lidar0-1233524852199250466-1233524877097605116 ++-host-a008-lidar0-1235776284099006226-1235776308998255906 ++-host-a101-lidar0-1242748817298870302-1242748842198675302 ++-host-a007-lidar0-1233529706297796756-1233529731198779786 ++-host-a011-lidar0-1232909940298708666-1232909965199312906 ++-host-a011-lidar0-1232412236198491106-1232412261098202466 ++-host-a011-lidar0-1236038911199051026-1236038936099738706 ++-host-a008-lidar0-1236013033198326026-1236013058097878706 ++-host-a101-lidar0-1242753236298794334-1242753261198702302 ++-host-a011-lidar0-1235933627299543026-1235933652198559196 ++-host-a004-lidar0-1233620260298411906-1233620285198333986 ++-host-a101-lidar0-1242144886399176654-1242144911299066654 ++-host-a102-lidar0-1242684244198410786-1242684269098866094 ++-host-a011-lidar0-1232738595197630316-1232738620098495346 ++-host-a007-lidar0-1233508020098603466-1233508044998550666 ++-host-a102-lidar0-1242510597398871466-1242510622298829226 ++-host-a101-lidar0-1243102866399012786-1243102891298922466 ++-host-a009-lidar0-1236020733098808906-1236020757997885536 ++-host-a011-lidar0-1232745770199275666-1232745795099558556 ++-host-a101-lidar0-1241886983298988182-1241887008198992182 ++-host-a004-lidar0-1233693191297468536-1233693216198791636 ++-host-a017-lidar0-1236119797198435536-1236119822098126616 ++-host-a007-lidar0-1233515286998507736-1233515311898052226 ++-host-a007-lidar0-1230672860198383106-1230672885099108186 ++-host-a004-lidar0-1233014343198383656-1233014368098267106 ++-host-a004-lidar0-1233516150198382706-1233516175098720106 ++-host-a007-lidar0-1230485630199365106-1230485655099030186 ++-host-a004-lidar0-1232838138198668196-1232838163098533856 ++-host-a011-lidar0-1236037921199248346-1236037946099430676 ++-host-a011-lidar0-1233081021198156856-1233081046098157026 ++-host-a004-lidar0-1232825386198046196-1232825411098056856 ++-host-a017-lidar0-1236118981198431906-1236119006097572636 ++-host-a015-lidar0-1236103725197932106-1236103750098792856 ++-host-a007-lidar0-1233515591998210666-1233515616898664876 ++-host-a007-lidar0-1232736726098319676-1232736750999473736 ++-host-a004-lidar0-1233011743198634026-1233011768099043756 ++-host-a101-lidar0-1242749258298976334-1242749283199254466 ++-host-a007-lidar0-1232490767197744146-1232490792098614756 ++-host-a011-lidar0-1234466278299425556-1234466303199121616 ++-host-a011-lidar0-1236122349298071346-1236122374198621346 ++-host-a101-lidar0-1241216089098610756-1241216113999079830 ++-host-a004-lidar0-1233602012198802906-1233602037098984906 ++-host-a004-lidar0-1233421984198960226-1233422009098905556 ++-host-a004-lidar0-1233685221298830296-1233685246198471636 ++-host-a017-lidar0-1236118873198607026-1236118898097847616 ++-host-a011-lidar0-1233522430198228856-1233522455098303536 ++-host-a101-lidar0-1242748985299274334-1242749010198891466 ++-host-a004-lidar0-1234047743298156466-1234047768199244736 ++-host-a015-lidar0-1235423635198474636-1235423660098038666 ++-host-a004-lidar0-1233955731199067146-1233955756098663196 ++-host-a009-lidar0-1236118555299408756-1236118580198077756 ++-host-a007-lidar0-1234551913098444106-1234551937998728436 ++-host-a101-lidar0-1241472407298206026-1241472432198409706 ++-host-a011-lidar0-1236039783198411996-1236039808098336676 ++-host-a015-lidar0-1236112601097782876-1236112625998366556 ++-host-a012-lidar0-1237329862198269106-1237329887099105436 ++-host-a007-lidar0-1231093036199514746-1231093061099651426 ++-host-a007-lidar0-1233960442199212986-1233960467099041666 ++-host-a009-lidar0-1236123717198611786-1236123742097892436 ++-host-a009-lidar0-1237581206198345466-1237581231098504546 ++-host-a011-lidar0-1233964282297830226-1233964307199768556 ++-host-a011-lidar0-1232752778198249666-1232752803099491536 ++-host-a102-lidar0-1242662270298972894-1242662295198395706 ++-host-a011-lidar0-1232485958298280666-1232485983200054996 ++-host-a005-lidar0-1231201437298603426-1231201462198815506 ++-host-a007-lidar0-1233510205099156466-1233510229998563196 ++-host-a102-lidar0-1242754954298696742-1242754979198120666 ++-host-a004-lidar0-1233444816298625546-1233444841198302226 ++-host-a004-lidar0-1232842166198181226-1232842191097390226 ++-host-a004-lidar0-1232833308197903226-1232833333099155226 ++-host-a011-lidar0-1232401360198078026-1232401385098379106 ++-host-a011-lidar0-1236123625299234316-1236123650197952996 ++-host-a004-lidar0-1233427004198119856-1233427029098998676 ++-host-a102-lidar0-1242749461398477906-1242749486298996742 ++-host-a102-lidar0-1242150795498255026-1242150820398693830 ++-host-a011-lidar0-1232731591298977986-1232731616197888346 ++-host-a011-lidar0-1233964369297973906-1233964394199186906 ++-host-a011-lidar0-1232837612197878316-1232837637099721996 ++-host-a101-lidar0-1241462203298815998-1241462228198805706 ++-host-a009-lidar0-1236014648198307196-1236014673098985906 ++-host-a007-lidar0-1233956183198377616-1233956208098469296 ++-host-a004-lidar0-1232817645198462196-1232817670098101226 ++\ No newline at end of file ++diff --git a/data/lyft/ImageSets/val.txt b/data/lyft/ImageSets/val.txt ++deleted file mode 100644 ++index 920dc27..0000000 ++--- a/data/lyft/ImageSets/val.txt +++++ /dev/null ++@@ -1,30 +0,0 @@ ++-host-a004-lidar0-1233080749298771736-1233080774198118416 ++-host-a004-lidar0-1232905197298264546-1232905222198133856 ++-host-a011-lidar0-1232732468299489666-1232732493199050666 ++-host-a101-lidar0-1241561147998866622-1241561172899320654 ++-host-a006-lidar0-1237322885198285226-1237322910098576786 ++-host-a004-lidar0-1233963848198981116-1233963873098642176 ++-host-a011-lidar0-1232752543198025666-1232752568099126026 ++-host-a004-lidar0-1232842367198056546-1232842392097783226 ++-host-a004-lidar0-1233615989298293586-1233616014198854636 ++-host-a011-lidar0-1233965426299054906-1233965451199121906 ++-host-a011-lidar0-1236104034298928316-1236104059198988026 ++-host-a007-lidar0-1233946614199227636-1233946639098289666 ++-host-a015-lidar0-1235423696198069636-1235423721098551296 ++-host-a004-lidar0-1233014843199117706-1233014868098023786 ++-host-a011-lidar0-1236093962299300416-1236093987199363346 ++-host-a011-lidar0-1234639296198260986-1234639321099417316 ++-host-a011-lidar0-1233524871199389346-1233524896098591466 ++-host-a011-lidar0-1235933781298838116-1235933806199517736 ++-host-a011-lidar0-1233965312298542226-1233965337198958586 ++-host-a011-lidar0-1233090567199118316-1233090592098933996 ++-host-a007-lidar0-1233621256298511876-1233621281197988026 ++-host-a007-lidar0-1233079617197863906-1233079642098533586 ++-host-a015-lidar0-1236112516098396876-1236112540999028556 ++-host-a008-lidar0-1236016333197799906-1236016358099063636 ++-host-a101-lidar0-1240710366399037786-1240710391298976894 ++-host-a102-lidar0-1242755350298764586-1242755375198787666 ++-host-a101-lidar0-1240877587199107226-1240877612099413030 ++-host-a101-lidar0-1242583745399163026-1242583770298821706 ++-host-a011-lidar0-1232817034199342856-1232817059098800346 ++-host-a004-lidar0-1232905117299287546-1232905142198246226 ++\ No newline at end of file ++diff --git a/data/once/ImageSets/test.txt b/data/once/ImageSets/test.txt ++deleted file mode 100644 ++index 927a8c9..0000000 ++--- a/data/once/ImageSets/test.txt +++++ /dev/null ++@@ -1,10 +0,0 @@ ++-000034 ++-000077 ++-000168 ++-000200 ++-000273 ++-000275 ++-000303 ++-000318 ++-000322 ++-000334 ++diff --git a/data/once/ImageSets/train.txt b/data/once/ImageSets/train.txt ++deleted file mode 100644 ++index 6c5e142..0000000 ++--- a/data/once/ImageSets/train.txt +++++ /dev/null ++@@ -1,6 +0,0 @@ ++-000076 ++-000080 ++-000092 ++-000104 ++-000113 ++-000121 ++diff --git a/data/once/ImageSets/val.txt b/data/once/ImageSets/val.txt ++deleted file mode 100644 ++index 2562b4c..0000000 ++--- a/data/once/ImageSets/val.txt +++++ /dev/null ++@@ -1,4 +0,0 @@ ++-000027 ++-000028 ++-000112 ++-000201 ++diff --git a/data/waymo/ImageSets/train.txt b/data/waymo/ImageSets/train.txt ++deleted file mode 100644 ++index 5b35906..0000000 ++--- a/data/waymo/ImageSets/train.txt +++++ /dev/null ++@@ -1,798 +0,0 @@ ++-segment-10017090168044687777_6380_000_6400_000_with_camera_labels.tfrecord ++-segment-10023947602400723454_1120_000_1140_000_with_camera_labels.tfrecord ++-segment-1005081002024129653_5313_150_5333_150_with_camera_labels.tfrecord ++-segment-10061305430875486848_1080_000_1100_000_with_camera_labels.tfrecord ++-segment-10072140764565668044_4060_000_4080_000_with_camera_labels.tfrecord ++-segment-10072231702153043603_5725_000_5745_000_with_camera_labels.tfrecord ++-segment-10075870402459732738_1060_000_1080_000_with_camera_labels.tfrecord ++-segment-10082223140073588526_6140_000_6160_000_with_camera_labels.tfrecord ++-segment-10094743350625019937_3420_000_3440_000_with_camera_labels.tfrecord ++-segment-10096619443888687526_2820_000_2840_000_with_camera_labels.tfrecord ++-segment-10107710434105775874_760_000_780_000_with_camera_labels.tfrecord ++-segment-10153695247769592104_787_000_807_000_with_camera_labels.tfrecord ++-segment-10206293520369375008_2796_800_2816_800_with_camera_labels.tfrecord ++-segment-10212406498497081993_5300_000_5320_000_with_camera_labels.tfrecord ++-segment-1022527355599519580_4866_960_4886_960_with_camera_labels.tfrecord ++-segment-10226164909075980558_180_000_200_000_with_camera_labels.tfrecord ++-segment-10231929575853664160_1160_000_1180_000_with_camera_labels.tfrecord ++-segment-10235335145367115211_5420_000_5440_000_with_camera_labels.tfrecord ++-segment-10241508783381919015_2889_360_2909_360_with_camera_labels.tfrecord ++-segment-10275144660749673822_5755_561_5775_561_with_camera_labels.tfrecord ++-segment-10327752107000040525_1120_000_1140_000_with_camera_labels.tfrecord ++-segment-10391312872392849784_4099_400_4119_400_with_camera_labels.tfrecord ++-segment-10444454289801298640_4360_000_4380_000_with_camera_labels.tfrecord ++-segment-10455472356147194054_1560_000_1580_000_with_camera_labels.tfrecord ++-segment-10485926982439064520_4980_000_5000_000_with_camera_labels.tfrecord ++-segment-10498013744573185290_1240_000_1260_000_with_camera_labels.tfrecord ++-segment-10500357041547037089_1474_800_1494_800_with_camera_labels.tfrecord ++-segment-10517728057304349900_3360_000_3380_000_with_camera_labels.tfrecord ++-segment-1051897962568538022_238_170_258_170_with_camera_labels.tfrecord ++-segment-10526338824408452410_5714_660_5734_660_with_camera_labels.tfrecord ++-segment-10584247114982259878_490_000_510_000_with_camera_labels.tfrecord ++-segment-10588771936253546636_2300_000_2320_000_with_camera_labels.tfrecord ++-segment-10596949720463106554_1933_530_1953_530_with_camera_labels.tfrecord ++-segment-10599748131695282446_1380_000_1400_000_with_camera_labels.tfrecord ++-segment-10625026498155904401_200_000_220_000_with_camera_labels.tfrecord ++-segment-10664823084372323928_4360_000_4380_000_with_camera_labels.tfrecord ++-segment-10676267326664322837_311_180_331_180_with_camera_labels.tfrecord ++-segment-10723911392655396041_860_000_880_000_with_camera_labels.tfrecord ++-segment-10724020115992582208_7660_400_7680_400_with_camera_labels.tfrecord ++-segment-10734565072045778791_440_000_460_000_with_camera_labels.tfrecord ++-segment-10750135302241325253_180_000_200_000_with_camera_labels.tfrecord ++-segment-10770759614217273359_1465_000_1485_000_with_camera_labels.tfrecord ++-segment-10786629299947667143_3440_000_3460_000_with_camera_labels.tfrecord ++-segment-10793018113277660068_2714_540_2734_540_with_camera_labels.tfrecord ++-segment-1083056852838271990_4080_000_4100_000_with_camera_labels.tfrecord ++-segment-10876852935525353526_1640_000_1660_000_with_camera_labels.tfrecord ++-segment-10923963890428322967_1445_000_1465_000_with_camera_labels.tfrecord ++-segment-10927752430968246422_4940_000_4960_000_with_camera_labels.tfrecord ++-segment-10940952441434390507_1888_710_1908_710_with_camera_labels.tfrecord ++-segment-10963653239323173269_1924_000_1944_000_with_camera_labels.tfrecord ++-segment-10964956617027590844_1584_680_1604_680_with_camera_labels.tfrecord ++-segment-10975280749486260148_940_000_960_000_with_camera_labels.tfrecord ++-segment-11004685739714500220_2300_000_2320_000_with_camera_labels.tfrecord ++-segment-11017034898130016754_697_830_717_830_with_camera_labels.tfrecord ++-segment-11060291335850384275_3761_210_3781_210_with_camera_labels.tfrecord ++-segment-11070802577416161387_740_000_760_000_with_camera_labels.tfrecord ++-segment-11076364019363412893_1711_000_1731_000_with_camera_labels.tfrecord ++-segment-11113047206980595400_2560_000_2580_000_with_camera_labels.tfrecord ++-segment-11119453952284076633_1369_940_1389_940_with_camera_labels.tfrecord ++-segment-11126313430116606120_1439_990_1459_990_with_camera_labels.tfrecord ++-segment-11139647661584646830_5470_000_5490_000_with_camera_labels.tfrecord ++-segment-11183906854663518829_2294_000_2314_000_with_camera_labels.tfrecord ++-segment-11199484219241918646_2810_030_2830_030_with_camera_labels.tfrecord ++-segment-11219370372259322863_5320_000_5340_000_with_camera_labels.tfrecord ++-segment-11236550977973464715_3620_000_3640_000_with_camera_labels.tfrecord ++-segment-11252086830380107152_1540_000_1560_000_with_camera_labels.tfrecord ++-segment-11318901554551149504_520_000_540_000_with_camera_labels.tfrecord ++-segment-11343624116265195592_5910_530_5930_530_with_camera_labels.tfrecord ++-segment-11355519273066561009_5323_000_5343_000_with_camera_labels.tfrecord ++-segment-11379226583756500423_6230_810_6250_810_with_camera_labels.tfrecord ++-segment-11388947676680954806_5427_320_5447_320_with_camera_labels.tfrecord ++-segment-11392401368700458296_1086_429_1106_429_with_camera_labels.tfrecord ++-segment-11454085070345530663_1905_000_1925_000_with_camera_labels.tfrecord ++-segment-1146261869236413282_1680_000_1700_000_with_camera_labels.tfrecord ++-segment-11486225968269855324_92_000_112_000_with_camera_labels.tfrecord ++-segment-11489533038039664633_4820_000_4840_000_with_camera_labels.tfrecord ++-segment-11566385337103696871_5740_000_5760_000_with_camera_labels.tfrecord ++-segment-11588853832866011756_2184_462_2204_462_with_camera_labels.tfrecord ++-segment-11623618970700582562_2840_367_2860_367_with_camera_labels.tfrecord ++-segment-11674150664140226235_680_000_700_000_with_camera_labels.tfrecord ++-segment-11718898130355901268_2300_000_2320_000_with_camera_labels.tfrecord ++-segment-1172406780360799916_1660_000_1680_000_with_camera_labels.tfrecord ++-segment-11799592541704458019_9828_750_9848_750_with_camera_labels.tfrecord ++-segment-11839652018869852123_2565_000_2585_000_with_camera_labels.tfrecord ++-segment-11846396154240966170_3540_000_3560_000_with_camera_labels.tfrecord ++-segment-11847506886204460250_1640_000_1660_000_with_camera_labels.tfrecord ++-segment-1191788760630624072_3880_000_3900_000_with_camera_labels.tfrecord ++-segment-11918003324473417938_1400_000_1420_000_with_camera_labels.tfrecord ++-segment-11925224148023145510_1040_000_1060_000_with_camera_labels.tfrecord ++-segment-11928449532664718059_1200_000_1220_000_with_camera_labels.tfrecord ++-segment-11940460932056521663_1760_000_1780_000_with_camera_labels.tfrecord ++-segment-11967272535264406807_580_000_600_000_with_camera_labels.tfrecord ++-segment-11971497357570544465_1200_000_1220_000_with_camera_labels.tfrecord ++-segment-12012663867578114640_820_000_840_000_with_camera_labels.tfrecord ++-segment-12027892938363296829_4086_280_4106_280_with_camera_labels.tfrecord ++-segment-1208303279778032257_1360_000_1380_000_with_camera_labels.tfrecord ++-segment-12161824480686739258_1813_380_1833_380_with_camera_labels.tfrecord ++-segment-12174529769287588121_3848_440_3868_440_with_camera_labels.tfrecord ++-segment-12179768245749640056_5561_070_5581_070_with_camera_labels.tfrecord ++-segment-12200383401366682847_2552_140_2572_140_with_camera_labels.tfrecord ++-segment-12208410199966712301_4480_000_4500_000_with_camera_labels.tfrecord ++-segment-12212767626682531382_2100_150_2120_150_with_camera_labels.tfrecord ++-segment-12251442326766052580_1840_000_1860_000_with_camera_labels.tfrecord ++-segment-12257951615341726923_2196_690_2216_690_with_camera_labels.tfrecord ++-segment-12273083120751993429_7285_000_7305_000_with_camera_labels.tfrecord ++-segment-12281202743097872109_3387_370_3407_370_with_camera_labels.tfrecord ++-segment-12303641360375776820_4378_000_4398_000_with_camera_labels.tfrecord ++-segment-12304907743194762419_1522_000_1542_000_with_camera_labels.tfrecord ++-segment-1231623110026745648_480_000_500_000_with_camera_labels.tfrecord ++-segment-12321865437129862911_3480_000_3500_000_with_camera_labels.tfrecord ++-segment-12337317986514501583_5346_260_5366_260_with_camera_labels.tfrecord ++-segment-12339284075576056695_1920_000_1940_000_with_camera_labels.tfrecord ++-segment-12365808668068790137_2920_000_2940_000_with_camera_labels.tfrecord ++-segment-12473470522729755785_4000_000_4020_000_with_camera_labels.tfrecord ++-segment-12505030131868863688_1740_000_1760_000_with_camera_labels.tfrecord ++-segment-12511696717465549299_4209_630_4229_630_with_camera_labels.tfrecord ++-segment-12551320916264703416_1420_000_1440_000_with_camera_labels.tfrecord ++-segment-1255991971750044803_1700_000_1720_000_with_camera_labels.tfrecord ++-segment-12566399510596872945_2078_320_2098_320_with_camera_labels.tfrecord ++-segment-12581809607914381746_1219_547_1239_547_with_camera_labels.tfrecord ++-segment-1265122081809781363_2879_530_2899_530_with_camera_labels.tfrecord ++-segment-12681651284932598380_3585_280_3605_280_with_camera_labels.tfrecord ++-segment-12844373518178303651_2140_000_2160_000_with_camera_labels.tfrecord ++-segment-12848519977617081063_2488_000_2508_000_with_camera_labels.tfrecord ++-segment-12856053589272984699_1020_000_1040_000_with_camera_labels.tfrecord ++-segment-12858738411692807959_2865_000_2885_000_with_camera_labels.tfrecord ++-segment-12879640240483815315_5852_605_5872_605_with_camera_labels.tfrecord ++-segment-12894036666871194216_787_000_807_000_with_camera_labels.tfrecord ++-segment-12896629105712361308_4520_000_4540_000_with_camera_labels.tfrecord ++-segment-12900898236728415654_1906_686_1926_686_with_camera_labels.tfrecord ++-segment-12956664801249730713_2840_000_2860_000_with_camera_labels.tfrecord ++-segment-12974838039736660070_4586_990_4606_990_with_camera_labels.tfrecord ++-segment-12979718722917614085_1039_490_1059_490_with_camera_labels.tfrecord ++-segment-12988666890418932775_5516_730_5536_730_with_camera_labels.tfrecord ++-segment-13005562150845909564_3141_360_3161_360_with_camera_labels.tfrecord ++-segment-13033853066564892960_1040_000_1060_000_with_camera_labels.tfrecord ++-segment-1305342127382455702_3720_000_3740_000_with_camera_labels.tfrecord ++-segment-1306458236359471795_2524_330_2544_330_with_camera_labels.tfrecord ++-segment-13078892192456386060_2960_000_2980_000_with_camera_labels.tfrecord ++-segment-13085453465864374565_2040_000_2060_000_with_camera_labels.tfrecord ++-segment-13142190313715360621_3888_090_3908_090_with_camera_labels.tfrecord ++-segment-13145971249179441231_1640_000_1660_000_with_camera_labels.tfrecord ++-segment-13177337129001451839_9160_000_9180_000_with_camera_labels.tfrecord ++-segment-13181198025433053194_2620_770_2640_770_with_camera_labels.tfrecord ++-segment-13182548552824592684_4160_250_4180_250_with_camera_labels.tfrecord ++-segment-13186511704021307558_2000_000_2020_000_with_camera_labels.tfrecord ++-segment-13196796799137805454_3036_940_3056_940_with_camera_labels.tfrecord ++-segment-13207915841618107559_2980_000_3000_000_with_camera_labels.tfrecord ++-segment-13238419657658219864_4630_850_4650_850_with_camera_labels.tfrecord ++-segment-13254498462985394788_980_000_1000_000_with_camera_labels.tfrecord ++-segment-13258835835415292197_965_000_985_000_with_camera_labels.tfrecord ++-segment-13271285919570645382_5320_000_5340_000_with_camera_labels.tfrecord ++-segment-13310437789759009684_2645_000_2665_000_with_camera_labels.tfrecord ++-segment-13355317306876751663_2200_000_2220_000_with_camera_labels.tfrecord ++-segment-13363977648531075793_343_000_363_000_with_camera_labels.tfrecord ++-segment-13390791323468600062_6718_570_6738_570_with_camera_labels.tfrecord ++-segment-13402473631986525162_5700_000_5720_000_with_camera_labels.tfrecord ++-segment-13476374534576730229_240_000_260_000_with_camera_labels.tfrecord ++-segment-13506499849906169066_120_000_140_000_with_camera_labels.tfrecord ++-segment-13517115297021862252_2680_000_2700_000_with_camera_labels.tfrecord ++-segment-13519445614718437933_4060_000_4080_000_with_camera_labels.tfrecord ++-segment-1352150727715827110_3710_250_3730_250_with_camera_labels.tfrecord ++-segment-1357883579772440606_2365_000_2385_000_with_camera_labels.tfrecord ++-segment-13585809231635721258_1910_770_1930_770_with_camera_labels.tfrecord ++-segment-13619063687271391084_1519_680_1539_680_with_camera_labels.tfrecord ++-segment-13622747960068272448_1678_930_1698_930_with_camera_labels.tfrecord ++-segment-13629997314951696814_1207_000_1227_000_with_camera_labels.tfrecord ++-segment-13667377240304615855_500_000_520_000_with_camera_labels.tfrecord ++-segment-13679757109245957439_4167_170_4187_170_with_camera_labels.tfrecord ++-segment-13731697468004921673_4920_000_4940_000_with_camera_labels.tfrecord ++-segment-13807633218762107566_6625_000_6645_000_with_camera_labels.tfrecord ++-segment-13823509240483976870_1514_190_1534_190_with_camera_labels.tfrecord ++-segment-1382515516588059826_780_000_800_000_with_camera_labels.tfrecord ++-segment-13830510593707564159_5575_000_5595_000_with_camera_labels.tfrecord ++-segment-13840133134545942567_1060_000_1080_000_with_camera_labels.tfrecord ++-segment-13862220583747475906_1260_000_1280_000_with_camera_labels.tfrecord ++-segment-13909033332341079321_4007_930_4027_930_with_camera_labels.tfrecord ++-segment-13940755514149579648_821_157_841_157_with_camera_labels.tfrecord ++-segment-13944915979337652825_4260_668_4280_668_with_camera_labels.tfrecord ++-segment-13965460994524880649_2842_050_2862_050_with_camera_labels.tfrecord ++-segment-13984577671034960830_4545_000_4565_000_with_camera_labels.tfrecord ++-segment-14004546003548947884_2331_861_2351_861_with_camera_labels.tfrecord ++-segment-14018515129165961775_483_260_503_260_with_camera_labels.tfrecord ++-segment-14073491244121877213_4066_056_4086_056_with_camera_labels.tfrecord ++-segment-14073578965827700743_1564_000_1584_000_with_camera_labels.tfrecord ++-segment-14076089808269682731_54_730_74_730_with_camera_labels.tfrecord ++-segment-14098575914252965554_511_000_531_000_with_camera_labels.tfrecord ++-segment-14098605172844003779_5084_630_5104_630_with_camera_labels.tfrecord ++-segment-14106113060128637865_1200_000_1220_000_with_camera_labels.tfrecord ++-segment-141184560845819621_10582_560_10602_560_with_camera_labels.tfrecord ++-segment-14133920963894906769_1480_000_1500_000_with_camera_labels.tfrecord ++-segment-14143054494855609923_4529_100_4549_100_with_camera_labels.tfrecord ++-segment-1416654423768444853_2660_000_2680_000_with_camera_labels.tfrecord ++-segment-14183710428479823719_3140_000_3160_000_with_camera_labels.tfrecord ++-segment-14193044537086402364_534_000_554_000_with_camera_labels.tfrecord ++-segment-1422926405879888210_51_310_71_310_with_camera_labels.tfrecord ++-segment-14233522945839943589_100_000_120_000_with_camera_labels.tfrecord ++-segment-14250544550818363063_880_000_900_000_with_camera_labels.tfrecord ++-segment-14276116893664145886_1785_080_1805_080_with_camera_labels.tfrecord ++-segment-1432918953215186312_5101_320_5121_320_with_camera_labels.tfrecord ++-segment-14348136031422182645_3360_000_3380_000_with_camera_labels.tfrecord ++-segment-14358192009676582448_3396_400_3416_400_with_camera_labels.tfrecord ++-segment-14369250836076988112_7249_040_7269_040_with_camera_labels.tfrecord ++-segment-14388269713149187289_1994_280_2014_280_with_camera_labels.tfrecord ++-segment-14424804287031718399_1281_030_1301_030_with_camera_labels.tfrecord ++-segment-1442753028323350651_4065_000_4085_000_with_camera_labels.tfrecord ++-segment-14430914081327266277_6480_000_6500_000_with_camera_labels.tfrecord ++-segment-14466332043440571514_6530_560_6550_560_with_camera_labels.tfrecord ++-segment-14479353969865741728_2340_000_2360_000_with_camera_labels.tfrecord ++-segment-14503113925613619599_975_506_995_506_with_camera_labels.tfrecord ++-segment-14561791273891593514_2558_030_2578_030_with_camera_labels.tfrecord ++-segment-14619874262915043759_2801_090_2821_090_with_camera_labels.tfrecord ++-segment-14705303724557273004_3105_000_3125_000_with_camera_labels.tfrecord ++-segment-14734824171146590110_880_000_900_000_with_camera_labels.tfrecord ++-segment-1473681173028010305_1780_000_1800_000_with_camera_labels.tfrecord ++-segment-14742731916935095621_1325_000_1345_000_with_camera_labels.tfrecord ++-segment-14752341928540512649_4960_000_4980_000_with_camera_labels.tfrecord ++-segment-14753089714893635383_873_600_893_600_with_camera_labels.tfrecord ++-segment-14763701469114129880_2260_000_2280_000_with_camera_labels.tfrecord ++-segment-14766384747691229841_6315_730_6335_730_with_camera_labels.tfrecord ++-segment-14777753086917826209_4147_000_4167_000_with_camera_labels.tfrecord ++-segment-14791260641858988448_1018_000_1038_000_with_camera_labels.tfrecord ++-segment-14810689888487451189_720_000_740_000_with_camera_labels.tfrecord ++-segment-14818835630668820137_1780_000_1800_000_with_camera_labels.tfrecord ++-segment-14824622621331930560_2395_420_2415_420_with_camera_labels.tfrecord ++-segment-14830022845193837364_3488_060_3508_060_with_camera_labels.tfrecord ++-segment-14869732972903148657_2420_000_2440_000_with_camera_labels.tfrecord ++-segment-14940138913070850675_5755_330_5775_330_with_camera_labels.tfrecord ++-segment-14964131310266936779_3292_850_3312_850_with_camera_labels.tfrecord ++-segment-14964691552976940738_2219_229_2239_229_with_camera_labels.tfrecord ++-segment-15036582848618865396_3752_830_3772_830_with_camera_labels.tfrecord ++-segment-15053781258223091665_3192_117_3212_117_with_camera_labels.tfrecord ++-segment-15062351272945542584_5921_360_5941_360_with_camera_labels.tfrecord ++-segment-15090871771939393635_1266_320_1286_320_with_camera_labels.tfrecord ++-segment-15125792363972595336_4960_000_4980_000_with_camera_labels.tfrecord ++-segment-15166409572599113654_808_000_828_000_with_camera_labels.tfrecord ++-segment-15202102284304593700_1900_000_1920_000_with_camera_labels.tfrecord ++-segment-15221704733958986648_1400_000_1420_000_with_camera_labels.tfrecord ++-segment-15241656472211725662_2500_000_2520_000_with_camera_labels.tfrecord ++-segment-15265053588821562107_60_000_80_000_with_camera_labels.tfrecord ++-segment-15266427834976906738_1620_000_1640_000_with_camera_labels.tfrecord ++-segment-15270638100874320175_2720_000_2740_000_with_camera_labels.tfrecord ++-segment-15308653868652290306_460_000_480_000_with_camera_labels.tfrecord ++-segment-15331851695963211598_1620_000_1640_000_with_camera_labels.tfrecord ++-segment-15342828002152531464_1543_000_1563_000_with_camera_labels.tfrecord ++-segment-15349503153813328111_2160_000_2180_000_with_camera_labels.tfrecord ++-segment-15365821471737026848_1160_000_1180_000_with_camera_labels.tfrecord ++-segment-15367782110311024266_2103_310_2123_310_with_camera_labels.tfrecord ++-segment-15374821596407640257_3388_480_3408_480_with_camera_labels.tfrecord ++-segment-15379350264706417068_3120_000_3140_000_with_camera_labels.tfrecord ++-segment-15445436653637630344_3957_561_3977_561_with_camera_labels.tfrecord ++-segment-15448466074775525292_2920_000_2940_000_with_camera_labels.tfrecord ++-segment-15458436361042752328_3549_030_3569_030_with_camera_labels.tfrecord ++-segment-15482064737890453610_5180_000_5200_000_with_camera_labels.tfrecord ++-segment-15533468984793020049_800_000_820_000_with_camera_labels.tfrecord ++-segment-15535062863944567958_1100_000_1120_000_with_camera_labels.tfrecord ++-segment-15539619898625779290_760_000_780_000_with_camera_labels.tfrecord ++-segment-15550613280008674010_1780_000_1800_000_with_camera_labels.tfrecord ++-segment-15578655130939579324_620_000_640_000_with_camera_labels.tfrecord ++-segment-15628918650068847391_8077_670_8097_670_with_camera_labels.tfrecord ++-segment-15644354861949427452_3645_350_3665_350_with_camera_labels.tfrecord ++-segment-15646511153936256674_1620_000_1640_000_with_camera_labels.tfrecord ++-segment-15696964848687303249_4615_200_4635_200_with_camera_labels.tfrecord ++-segment-15717839202171538526_1124_920_1144_920_with_camera_labels.tfrecord ++-segment-15787777881771177481_8820_000_8840_000_with_camera_labels.tfrecord ++-segment-15795616688853411272_1245_000_1265_000_with_camera_labels.tfrecord ++-segment-15803855782190483017_1060_000_1080_000_with_camera_labels.tfrecord ++-segment-15832924468527961_1564_160_1584_160_with_camera_labels.tfrecord ++-segment-15834329472172048691_2956_760_2976_760_with_camera_labels.tfrecord ++-segment-15844593126368860820_3260_000_3280_000_with_camera_labels.tfrecord ++-segment-15857303257471811288_1840_000_1860_000_with_camera_labels.tfrecord ++-segment-15868625208244306149_4340_000_4360_000_with_camera_labels.tfrecord ++-segment-15882343134097151256_4820_000_4840_000_with_camera_labels.tfrecord ++-segment-15903184480576180688_3160_000_3180_000_with_camera_labels.tfrecord ++-segment-15903544160717261009_3961_870_3981_870_with_camera_labels.tfrecord ++-segment-15942468615931009553_1243_190_1263_190_with_camera_labels.tfrecord ++-segment-15943938987133888575_2767_300_2787_300_with_camera_labels.tfrecord ++-segment-16034875274658204340_240_000_260_000_with_camera_labels.tfrecord ++-segment-16042842363202855955_265_000_285_000_with_camera_labels.tfrecord ++-segment-16042886962142359737_1060_000_1080_000_with_camera_labels.tfrecord ++-segment-1605912288178321742_451_000_471_000_with_camera_labels.tfrecord ++-segment-16080705915014211452_620_000_640_000_with_camera_labels.tfrecord ++-segment-16087604685956889409_40_000_60_000_with_camera_labels.tfrecord ++-segment-16093022852977039323_2981_100_3001_100_with_camera_labels.tfrecord ++-segment-16102220208346880_1420_000_1440_000_with_camera_labels.tfrecord ++-segment-16105359875195888139_4420_000_4440_000_with_camera_labels.tfrecord ++-segment-16121633832852116614_240_000_260_000_with_camera_labels.tfrecord ++-segment-16153607877566142572_2262_000_2282_000_with_camera_labels.tfrecord ++-segment-16191439239940794174_2245_000_2265_000_with_camera_labels.tfrecord ++-segment-16202688197024602345_3818_820_3838_820_with_camera_labels.tfrecord ++-segment-16208935658045135756_4412_730_4432_730_with_camera_labels.tfrecord ++-segment-16224018017168210482_6353_500_6373_500_with_camera_labels.tfrecord ++-segment-16238753252899859750_1340_000_1360_000_with_camera_labels.tfrecord ++-segment-16262849101474060261_3459_585_3479_585_with_camera_labels.tfrecord ++-segment-16331619444570993520_1020_000_1040_000_with_camera_labels.tfrecord ++-segment-16336545122307923741_486_637_506_637_with_camera_labels.tfrecord ++-segment-16341778301681295961_178_800_198_800_with_camera_labels.tfrecord ++-segment-16345319168590318167_1420_000_1440_000_with_camera_labels.tfrecord ++-segment-16372013171456210875_5631_040_5651_040_with_camera_labels.tfrecord ++-segment-16388696051060074747_140_000_160_000_with_camera_labels.tfrecord ++-segment-16403578704435467513_5133_870_5153_870_with_camera_labels.tfrecord ++-segment-16435050660165962165_3635_310_3655_310_with_camera_labels.tfrecord ++-segment-16470190748368943792_4369_490_4389_490_with_camera_labels.tfrecord ++-segment-16473613811052081539_1060_000_1080_000_with_camera_labels.tfrecord ++-segment-16485056021060230344_1576_741_1596_741_with_camera_labels.tfrecord ++-segment-16504318334867223853_480_000_500_000_with_camera_labels.tfrecord ++-segment-16511546224219511043_6226_000_6246_000_with_camera_labels.tfrecord ++-segment-16534202648288984983_900_000_920_000_with_camera_labels.tfrecord ++-segment-16552287303455735122_7587_380_7607_380_with_camera_labels.tfrecord ++-segment-16561295363965082313_3720_000_3740_000_with_camera_labels.tfrecord ++-segment-16578409328451172992_3780_000_3800_000_with_camera_labels.tfrecord ++-segment-16600468011801266684_1500_000_1520_000_with_camera_labels.tfrecord ++-segment-16608525782988721413_100_000_120_000_with_camera_labels.tfrecord ++-segment-16625429321676352815_1543_860_1563_860_with_camera_labels.tfrecord ++-segment-16646360389507147817_3320_000_3340_000_with_camera_labels.tfrecord ++-segment-16646502593577530501_4878_080_4898_080_with_camera_labels.tfrecord ++-segment-16651261238721788858_2365_000_2385_000_with_camera_labels.tfrecord ++-segment-16652690380969095006_2580_000_2600_000_with_camera_labels.tfrecord ++-segment-16676202516797441395_2460_000_2480_000_with_camera_labels.tfrecord ++-segment-16676683078119047936_300_000_320_000_with_camera_labels.tfrecord ++-segment-16735938448970076374_1126_430_1146_430_with_camera_labels.tfrecord ++-segment-16793466851577046940_2800_000_2820_000_with_camera_labels.tfrecord ++-segment-16797668128356194527_2430_390_2450_390_with_camera_labels.tfrecord ++-segment-16801666784196221098_2480_000_2500_000_with_camera_labels.tfrecord ++-segment-16873108320324977627_780_000_800_000_with_camera_labels.tfrecord ++-segment-16911037681440249335_700_000_720_000_with_camera_labels.tfrecord ++-segment-169115044301335945_480_000_500_000_with_camera_labels.tfrecord ++-segment-16951470340360921766_2840_000_2860_000_with_camera_labels.tfrecord ++-segment-16977844994272847523_2140_000_2160_000_with_camera_labels.tfrecord ++-segment-17066133495361694802_1220_000_1240_000_with_camera_labels.tfrecord ++-segment-17144150788361379549_2720_000_2740_000_with_camera_labels.tfrecord ++-segment-17159836069183024120_640_000_660_000_with_camera_labels.tfrecord ++-segment-17160696560226550358_6229_820_6249_820_with_camera_labels.tfrecord ++-segment-17216329305659006368_4800_000_4820_000_with_camera_labels.tfrecord ++-segment-17270469718624587995_5202_030_5222_030_with_camera_labels.tfrecord ++-segment-17295069199227237940_3160_000_3180_000_with_camera_labels.tfrecord ++-segment-1730266523558914470_305_260_325_260_with_camera_labels.tfrecord ++-segment-17330200445788773877_2700_000_2720_000_with_camera_labels.tfrecord ++-segment-17342274091983078806_80_000_100_000_with_camera_labels.tfrecord ++-segment-17356174167372765800_1720_000_1740_000_with_camera_labels.tfrecord ++-segment-17364342162691622478_780_000_800_000_with_camera_labels.tfrecord ++-segment-1737018592744049492_1960_000_1980_000_with_camera_labels.tfrecord ++-segment-17386176497741125938_2180_000_2200_000_with_camera_labels.tfrecord ++-segment-17386718718413812426_1763_140_1783_140_with_camera_labels.tfrecord ++-segment-17388121177218499911_2520_000_2540_000_with_camera_labels.tfrecord ++-segment-17407069523496279950_4354_900_4374_900_with_camera_labels.tfrecord ++-segment-17437352085580560526_2120_000_2140_000_with_camera_labels.tfrecord ++-segment-17547795428359040137_5056_070_5076_070_with_camera_labels.tfrecord ++-segment-17552108427312284959_3200_000_3220_000_with_camera_labels.tfrecord ++-segment-17564868480517233150_3643_000_3663_000_with_camera_labels.tfrecord ++-segment-175830748773502782_1580_000_1600_000_with_camera_labels.tfrecord ++-segment-1758724094753801109_1251_037_1271_037_with_camera_labels.tfrecord ++-segment-17597174721305220109_178_000_198_000_with_camera_labels.tfrecord ++-segment-17601040886987343289_472_000_492_000_with_camera_labels.tfrecord ++-segment-17642771458376274038_2080_000_2100_000_with_camera_labels.tfrecord ++-segment-17647858901077503501_1500_000_1520_000_with_camera_labels.tfrecord ++-segment-17674974223808194792_8787_692_8807_692_with_camera_labels.tfrecord ++-segment-17677899007099302421_5911_000_5931_000_with_camera_labels.tfrecord ++-segment-1773696223367475365_1060_000_1080_000_with_camera_labels.tfrecord ++-segment-17750787536486427868_560_000_580_000_with_camera_labels.tfrecord ++-segment-17752423643206316420_920_850_940_850_with_camera_labels.tfrecord ++-segment-17759280403078053118_6060_580_6080_580_with_camera_labels.tfrecord ++-segment-17761959194352517553_5448_420_5468_420_with_camera_labels.tfrecord ++-segment-17778522338768131809_5920_000_5940_000_with_camera_labels.tfrecord ++-segment-17782258508241656695_1354_000_1374_000_with_camera_labels.tfrecord ++-segment-17790754307864212354_1520_000_1540_000_with_camera_labels.tfrecord ++-segment-17792522237954398691_2698_000_2718_000_with_camera_labels.tfrecord ++-segment-17818548625922145895_1372_430_1392_430_with_camera_labels.tfrecord ++-segment-17850487901509155700_9065_000_9085_000_with_camera_labels.tfrecord ++-segment-17874036087982478403_733_674_753_674_with_camera_labels.tfrecord ++-segment-17885096890374683162_755_580_775_580_with_camera_labels.tfrecord ++-segment-17902907331132202998_1564_000_1584_000_with_camera_labels.tfrecord ++-segment-17912777897400903477_2047_500_2067_500_with_camera_labels.tfrecord ++-segment-17941839888833418904_1240_000_1260_000_with_camera_labels.tfrecord ++-segment-17958696356648515477_1660_000_1680_000_with_camera_labels.tfrecord ++-segment-17959337482465423746_2840_000_2860_000_with_camera_labels.tfrecord ++-segment-17987556068410436875_520_610_540_610_with_camera_labels.tfrecord ++-segment-17993467596234560701_4940_000_4960_000_with_camera_labels.tfrecord ++-segment-1800857743596232165_1500_000_1520_000_with_camera_labels.tfrecord ++-segment-18025338595059503802_571_216_591_216_with_camera_labels.tfrecord ++-segment-18068531698704694137_920_000_940_000_with_camera_labels.tfrecord ++-segment-18096167044602516316_2360_000_2380_000_with_camera_labels.tfrecord ++-segment-18111897798871103675_320_000_340_000_with_camera_labels.tfrecord ++-segment-18136695827203527782_2860_000_2880_000_with_camera_labels.tfrecord ++-segment-18141076662151909970_2755_710_2775_710_with_camera_labels.tfrecord ++-segment-18233614482685846350_7060_000_7080_000_with_camera_labels.tfrecord ++-segment-18244334282518155052_2360_000_2380_000_with_camera_labels.tfrecord ++-segment-18286677872269962604_3520_000_3540_000_with_camera_labels.tfrecord ++-segment-18295766828140813622_6775_000_6795_000_with_camera_labels.tfrecord ++-segment-18311996733670569136_5880_000_5900_000_with_camera_labels.tfrecord ++-segment-18331713844982117868_2920_900_2940_900_with_camera_labels.tfrecord ++-segment-18380281348728758158_4820_000_4840_000_with_camera_labels.tfrecord ++-segment-183829460855609442_430_000_450_000_with_camera_labels.tfrecord ++-segment-18397511418934954408_620_000_640_000_with_camera_labels.tfrecord ++-segment-18403940760739364047_920_000_940_000_with_camera_labels.tfrecord ++-segment-18418533015310829002_480_000_500_000_with_camera_labels.tfrecord ++-segment-18441113814326864765_725_000_745_000_with_camera_labels.tfrecord ++-segment-1857377326903987736_80_000_100_000_with_camera_labels.tfrecord ++-segment-1863454917318776530_1040_000_1060_000_with_camera_labels.tfrecord ++-segment-1887497421568128425_94_000_114_000_with_camera_labels.tfrecord ++-segment-1891390218766838725_4980_000_5000_000_with_camera_labels.tfrecord ++-segment-1907783283319966632_3221_000_3241_000_with_camera_labels.tfrecord ++-segment-1918764220984209654_5680_000_5700_000_with_camera_labels.tfrecord ++-segment-1921439581405198744_1354_000_1374_000_with_camera_labels.tfrecord ++-segment-1926967104529174124_5214_780_5234_780_with_camera_labels.tfrecord ++-segment-1939881723297238689_6848_040_6868_040_with_camera_labels.tfrecord ++-segment-1940032764689855266_3690_210_3710_210_with_camera_labels.tfrecord ++-segment-1972128316147758939_2500_000_2520_000_with_camera_labels.tfrecord ++-segment-1988987616835805847_3500_000_3520_000_with_camera_labels.tfrecord ++-segment-1994338527906508494_3438_100_3458_100_with_camera_labels.tfrecord ++-segment-1999080374382764042_7094_100_7114_100_with_camera_labels.tfrecord ++-segment-200287570390499785_2102_000_2122_000_with_camera_labels.tfrecord ++-segment-2025831330434849594_1520_000_1540_000_with_camera_labels.tfrecord ++-segment-2036908808378190283_4340_000_4360_000_with_camera_labels.tfrecord ++-segment-204421859195625800_1080_000_1100_000_with_camera_labels.tfrecord ++-segment-2064489349728221803_3060_000_3080_000_with_camera_labels.tfrecord ++-segment-2075681641472425669_2635_000_2655_000_with_camera_labels.tfrecord ++-segment-207754730878135627_1140_000_1160_000_with_camera_labels.tfrecord ++-segment-2088865281951278665_4460_000_4480_000_with_camera_labels.tfrecord ++-segment-2101027554826767753_2504_580_2524_580_with_camera_labels.tfrecord ++-segment-2107164705125601090_3920_000_3940_000_with_camera_labels.tfrecord ++-segment-2114574223307001959_1163_280_1183_280_with_camera_labels.tfrecord ++-segment-2151482270865536784_900_000_920_000_with_camera_labels.tfrecord ++-segment-2206505463279484253_476_189_496_189_with_camera_labels.tfrecord ++-segment-2209007584159204953_2200_000_2220_000_with_camera_labels.tfrecord ++-segment-2217043033232259972_2720_000_2740_000_with_camera_labels.tfrecord ++-segment-2224716024428969146_1420_000_1440_000_with_camera_labels.tfrecord ++-segment-2259324582958830057_3767_030_3787_030_with_camera_labels.tfrecord ++-segment-2265177645248606981_2340_000_2360_000_with_camera_labels.tfrecord ++-segment-2273990870973289942_4009_680_4029_680_with_camera_labels.tfrecord ++-segment-2323851946122476774_7240_000_7260_000_with_camera_labels.tfrecord ++-segment-2330686858362435307_603_210_623_210_with_camera_labels.tfrecord ++-segment-2336233899565126347_1180_000_1200_000_with_camera_labels.tfrecord ++-segment-2342300897175196823_1179_360_1199_360_with_camera_labels.tfrecord ++-segment-2400780041057579262_660_000_680_000_with_camera_labels.tfrecord ++-segment-2415873247906962761_5460_000_5480_000_with_camera_labels.tfrecord ++-segment-2475623575993725245_400_000_420_000_with_camera_labels.tfrecord ++-segment-2508530288521370100_3385_660_3405_660_with_camera_labels.tfrecord ++-segment-2547899409721197155_1380_000_1400_000_with_camera_labels.tfrecord ++-segment-2555987917096562599_1620_000_1640_000_with_camera_labels.tfrecord ++-segment-2570264768774616538_860_000_880_000_with_camera_labels.tfrecord ++-segment-2577669988012459365_1640_000_1660_000_with_camera_labels.tfrecord ++-segment-2581599794006798586_2440_000_2460_000_with_camera_labels.tfrecord ++-segment-2590213596097851051_460_000_480_000_with_camera_labels.tfrecord ++-segment-2598465433001774398_740_670_760_670_with_camera_labels.tfrecord ++-segment-2607999228439188545_2960_000_2980_000_with_camera_labels.tfrecord ++-segment-2618605158242502527_1860_000_1880_000_with_camera_labels.tfrecord ++-segment-2656110181316327570_940_000_960_000_with_camera_labels.tfrecord ++-segment-2660301763960988190_3742_580_3762_580_with_camera_labels.tfrecord ++-segment-2670674176367830809_180_000_200_000_with_camera_labels.tfrecord ++-segment-2681180680221317256_1144_000_1164_000_with_camera_labels.tfrecord ++-segment-268278198029493143_1400_000_1420_000_with_camera_labels.tfrecord ++-segment-2684088316387726629_180_000_200_000_with_camera_labels.tfrecord ++-segment-2692887320656885771_2480_000_2500_000_with_camera_labels.tfrecord ++-segment-2698953791490960477_2660_000_2680_000_with_camera_labels.tfrecord ++-segment-2711351338963414257_1360_000_1380_000_with_camera_labels.tfrecord ++-segment-2739239662326039445_5890_320_5910_320_with_camera_labels.tfrecord ++-segment-2752216004511723012_260_000_280_000_with_camera_labels.tfrecord ++-segment-2791302832590946720_1900_000_1920_000_with_camera_labels.tfrecord ++-segment-2863984611797967753_3200_000_3220_000_with_camera_labels.tfrecord ++-segment-2895681525868621979_480_000_500_000_with_camera_labels.tfrecord ++-segment-2899357195020129288_3723_163_3743_163_with_camera_labels.tfrecord ++-segment-2899997824484054994_320_000_340_000_with_camera_labels.tfrecord ++-segment-2919021496271356282_2300_000_2320_000_with_camera_labels.tfrecord ++-segment-2922309829144504838_1840_000_1860_000_with_camera_labels.tfrecord ++-segment-2935377810101940676_300_000_320_000_with_camera_labels.tfrecord ++-segment-2961247865039433386_920_000_940_000_with_camera_labels.tfrecord ++-segment-2974991090366925955_4924_000_4944_000_with_camera_labels.tfrecord ++-segment-2975249314261309142_6540_000_6560_000_with_camera_labels.tfrecord ++-segment-3002379261592154728_2256_691_2276_691_with_camera_labels.tfrecord ++-segment-3031519073799366723_1140_000_1160_000_with_camera_labels.tfrecord ++-segment-3060057659029579482_420_000_440_000_with_camera_labels.tfrecord ++-segment-3068522656378006650_540_000_560_000_with_camera_labels.tfrecord ++-segment-3078075798413050298_890_370_910_370_with_camera_labels.tfrecord ++-segment-3112630089558008159_7280_000_7300_000_with_camera_labels.tfrecord ++-segment-3132521568089292927_2220_000_2240_000_with_camera_labels.tfrecord ++-segment-3132641021038352938_1937_160_1957_160_with_camera_labels.tfrecord ++-segment-3154510051521049916_7000_000_7020_000_with_camera_labels.tfrecord ++-segment-3156155872654629090_2474_780_2494_780_with_camera_labels.tfrecord ++-segment-3194871563717679715_4980_000_5000_000_with_camera_labels.tfrecord ++-segment-3195159706851203049_2763_790_2783_790_with_camera_labels.tfrecord ++-segment-3220249619779692045_505_000_525_000_with_camera_labels.tfrecord ++-segment-3224923476345749285_4480_000_4500_000_with_camera_labels.tfrecord ++-segment-3247914894323111613_1820_000_1840_000_with_camera_labels.tfrecord ++-segment-3270384983482134275_3220_000_3240_000_with_camera_labels.tfrecord ++-segment-3276301746183196185_436_450_456_450_with_camera_labels.tfrecord ++-segment-33101359476901423_6720_910_6740_910_with_camera_labels.tfrecord ++-segment-3338044015505973232_1804_490_1824_490_with_camera_labels.tfrecord ++-segment-3363533094480067586_1580_000_1600_000_with_camera_labels.tfrecord ++-segment-3364861183015885008_1720_000_1740_000_with_camera_labels.tfrecord ++-segment-3375636961848927657_1942_000_1962_000_with_camera_labels.tfrecord ++-segment-3385534893506316900_4252_000_4272_000_with_camera_labels.tfrecord ++-segment-3390120876390766963_2300_000_2320_000_with_camera_labels.tfrecord ++-segment-3417928259332148981_7018_550_7038_550_with_camera_labels.tfrecord ++-segment-3418007171190630157_3585_530_3605_530_with_camera_labels.tfrecord ++-segment-3425716115468765803_977_756_997_756_with_camera_labels.tfrecord ++-segment-3437741670889149170_1411_550_1431_550_with_camera_labels.tfrecord ++-segment-3441838785578020259_1300_000_1320_000_with_camera_labels.tfrecord ++-segment-3451017128488170637_5280_000_5300_000_with_camera_labels.tfrecord ++-segment-3461228720457810721_4511_120_4531_120_with_camera_labels.tfrecord ++-segment-3461811179177118163_1161_000_1181_000_with_camera_labels.tfrecord ++-segment-3490810581309970603_11125_000_11145_000_with_camera_labels.tfrecord ++-segment-3504776317009340435_6920_000_6940_000_with_camera_labels.tfrecord ++-segment-3543045673995761051_460_000_480_000_with_camera_labels.tfrecord ++-segment-3555170065073130842_451_000_471_000_with_camera_labels.tfrecord ++-segment-3563349510410371738_7465_000_7485_000_with_camera_labels.tfrecord ++-segment-3584210979358667442_2880_000_2900_000_with_camera_labels.tfrecord ++-segment-3591015878717398163_1381_280_1401_280_with_camera_labels.tfrecord ++-segment-3617043125954612277_240_000_260_000_with_camera_labels.tfrecord ++-segment-3635081602482786801_900_000_920_000_with_camera_labels.tfrecord ++-segment-3644145307034257093_3000_400_3020_400_with_camera_labels.tfrecord ++-segment-3657581213864582252_340_000_360_000_with_camera_labels.tfrecord ++-segment-3665329186611360820_2329_010_2349_010_with_camera_labels.tfrecord ++-segment-3698685523057788592_4303_630_4323_630_with_camera_labels.tfrecord ++-segment-3711598698808133144_2060_000_2080_000_with_camera_labels.tfrecord ++-segment-384975055665199088_4480_000_4500_000_with_camera_labels.tfrecord ++-segment-3872781118550194423_3654_670_3674_670_with_camera_labels.tfrecord ++-segment-3894883757914505116_1840_000_1860_000_with_camera_labels.tfrecord ++-segment-3908622028474148527_3480_000_3500_000_with_camera_labels.tfrecord ++-segment-3911646355261329044_580_000_600_000_with_camera_labels.tfrecord ++-segment-3919438171935923501_280_000_300_000_with_camera_labels.tfrecord ++-segment-3927294516406132977_792_740_812_740_with_camera_labels.tfrecord ++-segment-3928923269768424494_3060_000_3080_000_with_camera_labels.tfrecord ++-segment-3966447614090524826_320_000_340_000_with_camera_labels.tfrecord ++-segment-3988957004231180266_5566_500_5586_500_with_camera_labels.tfrecord ++-segment-4013698638848102906_7757_240_7777_240_with_camera_labels.tfrecord ++-segment-4017824591066644473_3000_000_3020_000_with_camera_labels.tfrecord ++-segment-4058410353286511411_3980_000_4000_000_with_camera_labels.tfrecord ++-segment-4114454788208078028_660_000_680_000_with_camera_labels.tfrecord ++-segment-4114548607314119333_2780_000_2800_000_with_camera_labels.tfrecord ++-segment-4138614210962611770_2459_360_2479_360_with_camera_labels.tfrecord ++-segment-4164064449185492261_400_000_420_000_with_camera_labels.tfrecord ++-segment-4167304237516228486_5720_000_5740_000_with_camera_labels.tfrecord ++-segment-4191035366928259953_1732_708_1752_708_with_camera_labels.tfrecord ++-segment-4266984864799709257_720_000_740_000_with_camera_labels.tfrecord ++-segment-4277109506993614243_1648_000_1668_000_with_camera_labels.tfrecord ++-segment-4292360793125812833_3080_000_3100_000_with_camera_labels.tfrecord ++-segment-4295449061847708198_3769_000_3789_000_with_camera_labels.tfrecord ++-segment-4305539677513798673_2200_000_2220_000_with_camera_labels.tfrecord ++-segment-4323857429732097807_1005_000_1025_000_with_camera_labels.tfrecord ++-segment-4324227028219935045_1520_000_1540_000_with_camera_labels.tfrecord ++-segment-4337887720320812223_1857_930_1877_930_with_camera_labels.tfrecord ++-segment-4348478035380346090_1000_000_1020_000_with_camera_labels.tfrecord ++-segment-4380865029019172232_480_000_500_000_with_camera_labels.tfrecord ++-segment-4384676699661561426_1662_670_1682_670_with_camera_labels.tfrecord ++-segment-4392459808686681511_5006_200_5026_200_with_camera_labels.tfrecord ++-segment-4414235478445376689_2020_000_2040_000_with_camera_labels.tfrecord ++-segment-4427374597960783085_4168_000_4188_000_with_camera_labels.tfrecord ++-segment-4447423683538547117_536_022_556_022_with_camera_labels.tfrecord ++-segment-4457475194088194008_3100_000_3120_000_with_camera_labels.tfrecord ++-segment-4458730539804900192_535_000_555_000_with_camera_labels.tfrecord ++-segment-4468278022208380281_455_820_475_820_with_camera_labels.tfrecord ++-segment-4487677815262010875_4940_000_4960_000_with_camera_labels.tfrecord ++-segment-4537254579383578009_3820_000_3840_000_with_camera_labels.tfrecord ++-segment-4546515828974914709_922_040_942_040_with_camera_labels.tfrecord ++-segment-454855130179746819_4580_000_4600_000_with_camera_labels.tfrecord ++-segment-4575961016807404107_880_000_900_000_with_camera_labels.tfrecord ++-segment-4604173119409817302_2820_000_2840_000_with_camera_labels.tfrecord ++-segment-4641822195449131669_380_000_400_000_with_camera_labels.tfrecord ++-segment-4655005625668154134_560_000_580_000_with_camera_labels.tfrecord ++-segment-4672649953433758614_2700_000_2720_000_with_camera_labels.tfrecord ++-segment-4702302448560822815_927_380_947_380_with_camera_labels.tfrecord ++-segment-4723255145958809564_741_350_761_350_with_camera_labels.tfrecord ++-segment-4733704239941053266_960_000_980_000_with_camera_labels.tfrecord ++-segment-473735159277431842_630_095_650_095_with_camera_labels.tfrecord ++-segment-4747171543583769736_425_544_445_544_with_camera_labels.tfrecord ++-segment-4781039348168995891_280_000_300_000_with_camera_labels.tfrecord ++-segment-4784689467343773295_1700_000_1720_000_with_camera_labels.tfrecord ++-segment-4808842546020773462_2310_000_2330_000_with_camera_labels.tfrecord ++-segment-4880464427217074989_4680_000_4700_000_with_camera_labels.tfrecord ++-segment-4898453812993984151_199_000_219_000_with_camera_labels.tfrecord ++-segment-4916527289027259239_5180_000_5200_000_with_camera_labels.tfrecord ++-segment-4931036732523207946_10755_600_10775_600_with_camera_labels.tfrecord ++-segment-4960194482476803293_4575_960_4595_960_with_camera_labels.tfrecord ++-segment-4967385055468388261_720_000_740_000_with_camera_labels.tfrecord ++-segment-4971817041565280127_780_500_800_500_with_camera_labels.tfrecord ++-segment-4986495627634617319_2980_000_3000_000_with_camera_labels.tfrecord ++-segment-5005815668926224220_2194_330_2214_330_with_camera_labels.tfrecord ++-segment-5065468048522043429_2080_000_2100_000_with_camera_labels.tfrecord ++-segment-5072733804607719382_5807_570_5827_570_with_camera_labels.tfrecord ++-segment-5076950993715916459_3265_000_3285_000_with_camera_labels.tfrecord ++-segment-5083516879091912247_3600_000_3620_000_with_camera_labels.tfrecord ++-segment-5100136784230856773_2517_300_2537_300_with_camera_labels.tfrecord ++-segment-5121298817582693383_4882_000_4902_000_with_camera_labels.tfrecord ++-segment-5127440443725457056_2921_340_2941_340_with_camera_labels.tfrecord ++-segment-5129792222840846899_2145_000_2165_000_with_camera_labels.tfrecord ++-segment-5144634012371033641_920_000_940_000_with_camera_labels.tfrecord ++-segment-514687114615102902_6240_000_6260_000_with_camera_labels.tfrecord ++-segment-5189543236187113739_2929_000_2949_000_with_camera_labels.tfrecord ++-segment-5200186706748209867_80_000_100_000_with_camera_labels.tfrecord ++-segment-5214491533551928383_1918_780_1938_780_with_camera_labels.tfrecord ++-segment-5215905243049326497_20_000_40_000_with_camera_labels.tfrecord ++-segment-5222336716599194110_8940_000_8960_000_with_camera_labels.tfrecord ++-segment-5268267801500934740_2160_000_2180_000_with_camera_labels.tfrecord ++-segment-5328596138024684667_2180_000_2200_000_with_camera_labels.tfrecord ++-segment-5349843997395815699_1040_000_1060_000_with_camera_labels.tfrecord ++-segment-5423607012724948145_3900_000_3920_000_with_camera_labels.tfrecord ++-segment-54293441958058219_2335_200_2355_200_with_camera_labels.tfrecord ++-segment-5446766520699850364_157_000_177_000_with_camera_labels.tfrecord ++-segment-5451442719480728410_5660_000_5680_000_with_camera_labels.tfrecord ++-segment-5458962501360340931_3140_000_3160_000_with_camera_labels.tfrecord ++-segment-5459113827443493510_380_000_400_000_with_camera_labels.tfrecord ++-segment-5468483805452515080_4540_000_4560_000_with_camera_labels.tfrecord ++-segment-5495302100265783181_80_000_100_000_with_camera_labels.tfrecord ++-segment-550171902340535682_2640_000_2660_000_with_camera_labels.tfrecord ++-segment-5525943706123287091_4100_000_4120_000_with_camera_labels.tfrecord ++-segment-5526948896847934178_1039_000_1059_000_with_camera_labels.tfrecord ++-segment-5572351910320677279_3980_000_4000_000_with_camera_labels.tfrecord ++-segment-5576800480528461086_1000_000_1020_000_with_camera_labels.tfrecord ++-segment-5592790652933523081_667_770_687_770_with_camera_labels.tfrecord ++-segment-5602237689147924753_760_000_780_000_with_camera_labels.tfrecord ++-segment-5614471637960666943_6955_675_6975_675_with_camera_labels.tfrecord ++-segment-5691636094473163491_6889_470_6909_470_with_camera_labels.tfrecord ++-segment-5707035891877485758_2573_000_2593_000_with_camera_labels.tfrecord ++-segment-57132587708734824_1020_000_1040_000_with_camera_labels.tfrecord ++-segment-5718418936283106890_1200_000_1220_000_with_camera_labels.tfrecord ++-segment-5731414711882954246_1990_250_2010_250_with_camera_labels.tfrecord ++-segment-574762194520856849_1660_000_1680_000_with_camera_labels.tfrecord ++-segment-575209926587730008_3880_000_3900_000_with_camera_labels.tfrecord ++-segment-580580436928611523_792_500_812_500_with_camera_labels.tfrecord ++-segment-5835049423600303130_180_000_200_000_with_camera_labels.tfrecord ++-segment-5846229052615948000_2120_000_2140_000_with_camera_labels.tfrecord ++-segment-5861181219697109969_1732_000_1752_000_with_camera_labels.tfrecord ++-segment-5870668058140631588_1180_000_1200_000_with_camera_labels.tfrecord ++-segment-5871373218498789285_3360_000_3380_000_with_camera_labels.tfrecord ++-segment-5973788713714489548_2179_770_2199_770_with_camera_labels.tfrecord ++-segment-6037403592521973757_3260_000_3280_000_with_camera_labels.tfrecord ++-segment-6038200663843287458_283_000_303_000_with_camera_labels.tfrecord ++-segment-6104545334635651714_2780_000_2800_000_with_camera_labels.tfrecord ++-segment-6128311556082453976_2520_000_2540_000_with_camera_labels.tfrecord ++-segment-6142170920525844857_2080_000_2100_000_with_camera_labels.tfrecord ++-segment-6148393791213790916_4960_000_4980_000_with_camera_labels.tfrecord ++-segment-6150191934425217908_2747_800_2767_800_with_camera_labels.tfrecord ++-segment-616184888931414205_2020_000_2040_000_with_camera_labels.tfrecord ++-segment-6172160122069514875_6866_560_6886_560_with_camera_labels.tfrecord ++-segment-6177474146670383260_4200_000_4220_000_with_camera_labels.tfrecord ++-segment-6193696614129429757_2420_000_2440_000_with_camera_labels.tfrecord ++-segment-6207195415812436731_805_000_825_000_with_camera_labels.tfrecord ++-segment-6229371035421550389_2220_000_2240_000_with_camera_labels.tfrecord ++-segment-6234738900256277070_320_000_340_000_with_camera_labels.tfrecord ++-segment-6242822583398487496_73_000_93_000_with_camera_labels.tfrecord ++-segment-6280779486809627179_760_000_780_000_with_camera_labels.tfrecord ++-segment-6290334089075942139_1340_000_1360_000_with_camera_labels.tfrecord ++-segment-6303332643743862144_5600_000_5620_000_with_camera_labels.tfrecord ++-segment-634378055350569306_280_000_300_000_with_camera_labels.tfrecord ++-segment-6350707596465488265_2393_900_2413_900_with_camera_labels.tfrecord ++-segment-6378340771722906187_1120_000_1140_000_with_camera_labels.tfrecord ++-segment-6386303598440879824_1520_000_1540_000_with_camera_labels.tfrecord ++-segment-6390847454531723238_6000_000_6020_000_with_camera_labels.tfrecord ++-segment-6410495600874495447_5287_500_5307_500_with_camera_labels.tfrecord ++-segment-6417523992887712896_1180_000_1200_000_with_camera_labels.tfrecord ++-segment-6433401807220119698_4560_000_4580_000_with_camera_labels.tfrecord ++-segment-6456165750159303330_1770_080_1790_080_with_camera_labels.tfrecord ++-segment-6559997992780479765_1039_000_1059_000_with_camera_labels.tfrecord ++-segment-6561206763751799279_2348_600_2368_600_with_camera_labels.tfrecord ++-segment-6606076833441976341_1340_000_1360_000_with_camera_labels.tfrecord ++-segment-6625150143263637936_780_000_800_000_with_camera_labels.tfrecord ++-segment-6638427309837298695_220_000_240_000_with_camera_labels.tfrecord ++-segment-6674547510992884047_1560_000_1580_000_with_camera_labels.tfrecord ++-segment-6694593639447385226_1040_000_1060_000_with_camera_labels.tfrecord ++-segment-6722602826685649765_2280_000_2300_000_with_camera_labels.tfrecord ++-segment-6740694556948402155_3040_000_3060_000_with_camera_labels.tfrecord ++-segment-6742105013468660925_3645_000_3665_000_with_camera_labels.tfrecord ++-segment-6763005717101083473_3880_000_3900_000_with_camera_labels.tfrecord ++-segment-6771783338734577946_6105_840_6125_840_with_camera_labels.tfrecord ++-segment-6771922013310347577_4249_290_4269_290_with_camera_labels.tfrecord ++-segment-6791933003490312185_2607_000_2627_000_with_camera_labels.tfrecord ++-segment-6792191642931213648_1522_000_1542_000_with_camera_labels.tfrecord ++-segment-6799055159715949496_2503_000_2523_000_with_camera_labels.tfrecord ++-segment-6813611334239274394_535_000_555_000_with_camera_labels.tfrecord ++-segment-6814918034011049245_134_170_154_170_with_camera_labels.tfrecord ++-segment-6904827860701329567_960_000_980_000_with_camera_labels.tfrecord ++-segment-6935841224766931310_2770_310_2790_310_with_camera_labels.tfrecord ++-segment-7000927478052605119_1052_330_1072_330_with_camera_labels.tfrecord ++-segment-7007702792982559244_4400_000_4420_000_with_camera_labels.tfrecord ++-segment-7019385869759035132_4270_850_4290_850_with_camera_labels.tfrecord ++-segment-7038362761309539946_4207_130_4227_130_with_camera_labels.tfrecord ++-segment-7089765864827567005_1020_000_1040_000_with_camera_labels.tfrecord ++-segment-7101099554331311287_5320_000_5340_000_with_camera_labels.tfrecord ++-segment-7120839653809570957_1060_000_1080_000_with_camera_labels.tfrecord ++-segment-7187601925763611197_4384_300_4404_300_with_camera_labels.tfrecord ++-segment-7189996641300362130_3360_000_3380_000_with_camera_labels.tfrecord ++-segment-7239123081683545077_4044_370_4064_370_with_camera_labels.tfrecord ++-segment-7290499689576448085_3960_000_3980_000_with_camera_labels.tfrecord ++-segment-7313718849795510302_280_000_300_000_with_camera_labels.tfrecord ++-segment-7324192826315818756_620_000_640_000_with_camera_labels.tfrecord ++-segment-7331965392247645851_1005_940_1025_940_with_camera_labels.tfrecord ++-segment-7344536712079322768_1360_000_1380_000_with_camera_labels.tfrecord ++-segment-7373597180370847864_6020_000_6040_000_with_camera_labels.tfrecord ++-segment-744006317457557752_2080_000_2100_000_with_camera_labels.tfrecord ++-segment-7440437175443450101_94_000_114_000_with_camera_labels.tfrecord ++-segment-7447927974619745860_820_000_840_000_with_camera_labels.tfrecord ++-segment-7458568461947999548_700_000_720_000_with_camera_labels.tfrecord ++-segment-7466751345307077932_585_000_605_000_with_camera_labels.tfrecord ++-segment-7517545172000568481_2325_000_2345_000_with_camera_labels.tfrecord ++-segment-7543690094688232666_4945_350_4965_350_with_camera_labels.tfrecord ++-segment-7554208726220851641_380_000_400_000_with_camera_labels.tfrecord ++-segment-7566697458525030390_1440_000_1460_000_with_camera_labels.tfrecord ++-segment-759208896257112298_184_000_204_000_with_camera_labels.tfrecord ++-segment-7643597152739318064_3979_000_3999_000_with_camera_labels.tfrecord ++-segment-7670103006580549715_360_000_380_000_with_camera_labels.tfrecord ++-segment-7727809428114700355_2960_000_2980_000_with_camera_labels.tfrecord ++-segment-7741361323303179462_1230_310_1250_310_with_camera_labels.tfrecord ++-segment-7761658966964621355_1000_000_1020_000_with_camera_labels.tfrecord ++-segment-7768517933263896280_1120_000_1140_000_with_camera_labels.tfrecord ++-segment-7799671367768576481_260_000_280_000_with_camera_labels.tfrecord ++-segment-7837172662136597262_1140_000_1160_000_with_camera_labels.tfrecord ++-segment-7850521592343484282_4576_090_4596_090_with_camera_labels.tfrecord ++-segment-7861168750216313148_1305_290_1325_290_with_camera_labels.tfrecord ++-segment-786582060300383668_2944_060_2964_060_with_camera_labels.tfrecord ++-segment-7885161619764516373_289_280_309_280_with_camera_labels.tfrecord ++-segment-7890808800227629086_6162_700_6182_700_with_camera_labels.tfrecord ++-segment-7912728502266478772_1202_200_1222_200_with_camera_labels.tfrecord ++-segment-7920326980177504058_2454_310_2474_310_with_camera_labels.tfrecord ++-segment-7921369793217703814_1060_000_1080_000_with_camera_labels.tfrecord ++-segment-7934693355186591404_73_000_93_000_with_camera_labels.tfrecord ++-segment-7940496892864900543_4783_540_4803_540_with_camera_labels.tfrecord ++-segment-7950869827763684964_8685_000_8705_000_with_camera_labels.tfrecord ++-segment-7996500550445322129_2333_304_2353_304_with_camera_labels.tfrecord ++-segment-7999729608823422351_1483_600_1503_600_with_camera_labels.tfrecord ++-segment-8031709558315183746_491_220_511_220_with_camera_labels.tfrecord ++-segment-80599353855279550_2604_480_2624_480_with_camera_labels.tfrecord ++-segment-809159138284604331_3355_840_3375_840_with_camera_labels.tfrecord ++-segment-8099457465580871094_4764_380_4784_380_with_camera_labels.tfrecord ++-segment-8120716761799622510_862_120_882_120_with_camera_labels.tfrecord ++-segment-8123909110537564436_7220_000_7240_000_with_camera_labels.tfrecord ++-segment-8126606965364870152_985_090_1005_090_with_camera_labels.tfrecord ++-segment-8148053503558757176_4240_000_4260_000_with_camera_labels.tfrecord ++-segment-8158128948493708501_7477_230_7497_230_with_camera_labels.tfrecord ++-segment-8207498713503609786_3005_450_3025_450_with_camera_labels.tfrecord ++-segment-8222208340265444449_1400_000_1420_000_with_camera_labels.tfrecord ++-segment-8323028393459455521_2105_000_2125_000_with_camera_labels.tfrecord ++-segment-8327447186504415549_5200_000_5220_000_with_camera_labels.tfrecord ++-segment-8345535260120974350_1980_000_2000_000_with_camera_labels.tfrecord ++-segment-8399876466981146110_2560_000_2580_000_with_camera_labels.tfrecord ++-segment-8424573439186068308_3460_000_3480_000_with_camera_labels.tfrecord ++-segment-8454755173123314088_3202_000_3222_000_with_camera_labels.tfrecord ++-segment-8487809726845917818_4779_870_4799_870_with_camera_labels.tfrecord ++-segment-8494653877777333091_540_000_560_000_with_camera_labels.tfrecord ++-segment-8513241054672631743_115_960_135_960_with_camera_labels.tfrecord ++-segment-8543158371164842559_4131_530_4151_530_with_camera_labels.tfrecord ++-segment-857746300435138193_1869_000_1889_000_with_camera_labels.tfrecord ++-segment-8582923946352460474_2360_000_2380_000_with_camera_labels.tfrecord ++-segment-8603916601243187272_540_000_560_000_with_camera_labels.tfrecord ++-segment-8633296376655504176_514_000_534_000_with_camera_labels.tfrecord ++-segment-8659567063494726263_2480_000_2500_000_with_camera_labels.tfrecord ++-segment-8663006751916427679_1520_000_1540_000_with_camera_labels.tfrecord ++-segment-8700094808505895018_7272_488_7292_488_with_camera_labels.tfrecord ++-segment-8722413665055769182_2840_000_2860_000_with_camera_labels.tfrecord ++-segment-8745106945249251942_1207_000_1227_000_with_camera_labels.tfrecord ++-segment-8763126149209091146_1843_320_1863_320_with_camera_labels.tfrecord ++-segment-8796914080594559459_4284_170_4304_170_with_camera_labels.tfrecord ++-segment-8806931859563747931_1160_000_1180_000_with_camera_labels.tfrecord ++-segment-8811210064692949185_3066_770_3086_770_with_camera_labels.tfrecord ++-segment-8822503619482926605_1080_000_1100_000_with_camera_labels.tfrecord ++-segment-8859409804103625626_2760_000_2780_000_with_camera_labels.tfrecord ++-segment-8938046348067069210_3800_000_3820_000_with_camera_labels.tfrecord ++-segment-8965112222692085704_4860_000_4880_000_with_camera_labels.tfrecord ++-segment-898816942644052013_20_000_40_000_with_camera_labels.tfrecord ++-segment-9015546800913584551_4431_180_4451_180_with_camera_labels.tfrecord ++-segment-9016865488168499365_4780_000_4800_000_with_camera_labels.tfrecord ++-segment-9058545212382992974_5236_200_5256_200_with_camera_labels.tfrecord ++-segment-9062286840846668802_31_000_51_000_with_camera_labels.tfrecord ++-segment-9105380625923157726_4420_000_4440_000_with_camera_labels.tfrecord ++-segment-9110125340505914899_380_000_400_000_with_camera_labels.tfrecord ++-segment-9123867659877264673_3569_950_3589_950_with_camera_labels.tfrecord ++-segment-912496333665446669_1680_000_1700_000_with_camera_labels.tfrecord ++-segment-913274067754539885_913_000_933_000_with_camera_labels.tfrecord ++-segment-9142545919543484617_86_000_106_000_with_camera_labels.tfrecord ++-segment-915935412356143375_1740_030_1760_030_with_camera_labels.tfrecord ++-segment-9175749307679169289_5933_260_5953_260_with_camera_labels.tfrecord ++-segment-9179922063516210200_157_000_177_000_with_camera_labels.tfrecord ++-segment-9250355398701464051_4166_132_4186_132_with_camera_labels.tfrecord ++-segment-9288629315134424745_4360_000_4380_000_with_camera_labels.tfrecord ++-segment-9295161125729168140_1270_000_1290_000_with_camera_labels.tfrecord ++-segment-9311322119128915594_5285_000_5305_000_with_camera_labels.tfrecord ++-segment-9320169289978396279_1040_000_1060_000_with_camera_labels.tfrecord ++-segment-9325580606626376787_4509_140_4529_140_with_camera_labels.tfrecord ++-segment-9334364225104959137_661_000_681_000_with_camera_labels.tfrecord ++-segment-9350921499281634194_2403_251_2423_251_with_camera_labels.tfrecord ++-segment-9385013624094020582_2547_650_2567_650_with_camera_labels.tfrecord ++-segment-9415086857375798767_4760_000_4780_000_with_camera_labels.tfrecord ++-segment-9465500459680839281_1100_000_1120_000_with_camera_labels.tfrecord ++-segment-9509506420470671704_4049_100_4069_100_with_camera_labels.tfrecord ++-segment-9521653920958139982_940_000_960_000_with_camera_labels.tfrecord ++-segment-9529958888589376527_640_000_660_000_with_camera_labels.tfrecord ++-segment-9547911055204230158_1567_950_1587_950_with_camera_labels.tfrecord ++-segment-9568394837328971633_466_365_486_365_with_camera_labels.tfrecord ++-segment-9653249092275997647_980_000_1000_000_with_camera_labels.tfrecord ++-segment-9654060644653474834_3905_000_3925_000_with_camera_labels.tfrecord ++-segment-9696413700515401320_1690_000_1710_000_with_camera_labels.tfrecord ++-segment-972142630887801133_642_740_662_740_with_camera_labels.tfrecord ++-segment-9747453753779078631_940_000_960_000_with_camera_labels.tfrecord ++-segment-9758342966297863572_875_230_895_230_with_camera_labels.tfrecord ++-segment-9820553434532681355_2820_000_2840_000_with_camera_labels.tfrecord ++-segment-9907794657177651763_1126_570_1146_570_with_camera_labels.tfrecord ++-segment-990914685337955114_980_000_1000_000_with_camera_labels.tfrecord ++-segment-9985243312780923024_3049_720_3069_720_with_camera_labels.tfrecord ++diff --git a/data/waymo/ImageSets/val.txt b/data/waymo/ImageSets/val.txt ++deleted file mode 100644 ++index d66c93d..0000000 ++--- a/data/waymo/ImageSets/val.txt +++++ /dev/null ++@@ -1,202 +0,0 @@ ++-segment-10203656353524179475_7625_000_7645_000_with_camera_labels.tfrecord ++-segment-1024360143612057520_3580_000_3600_000_with_camera_labels.tfrecord ++-segment-10247954040621004675_2180_000_2200_000_with_camera_labels.tfrecord ++-segment-10289507859301986274_4200_000_4220_000_with_camera_labels.tfrecord ++-segment-10335539493577748957_1372_870_1392_870_with_camera_labels.tfrecord ++-segment-10359308928573410754_720_000_740_000_with_camera_labels.tfrecord ++-segment-10448102132863604198_472_000_492_000_with_camera_labels.tfrecord ++-segment-10689101165701914459_2072_300_2092_300_with_camera_labels.tfrecord ++-segment-1071392229495085036_1844_790_1864_790_with_camera_labels.tfrecord ++-segment-10837554759555844344_6525_000_6545_000_with_camera_labels.tfrecord ++-segment-10868756386479184868_3000_000_3020_000_with_camera_labels.tfrecord ++-segment-11037651371539287009_77_670_97_670_with_camera_labels.tfrecord ++-segment-11048712972908676520_545_000_565_000_with_camera_labels.tfrecord ++-segment-1105338229944737854_1280_000_1300_000_with_camera_labels.tfrecord ++-segment-11356601648124485814_409_000_429_000_with_camera_labels.tfrecord ++-segment-11387395026864348975_3820_000_3840_000_with_camera_labels.tfrecord ++-segment-11406166561185637285_1753_750_1773_750_with_camera_labels.tfrecord ++-segment-11434627589960744626_4829_660_4849_660_with_camera_labels.tfrecord ++-segment-11450298750351730790_1431_750_1451_750_with_camera_labels.tfrecord ++-segment-11616035176233595745_3548_820_3568_820_with_camera_labels.tfrecord ++-segment-11660186733224028707_420_000_440_000_with_camera_labels.tfrecord ++-segment-11901761444769610243_556_000_576_000_with_camera_labels.tfrecord ++-segment-12102100359426069856_3931_470_3951_470_with_camera_labels.tfrecord ++-segment-12134738431513647889_3118_000_3138_000_with_camera_labels.tfrecord ++-segment-12306251798468767010_560_000_580_000_with_camera_labels.tfrecord ++-segment-12358364923781697038_2232_990_2252_990_with_camera_labels.tfrecord ++-segment-12374656037744638388_1412_711_1432_711_with_camera_labels.tfrecord ++-segment-12496433400137459534_120_000_140_000_with_camera_labels.tfrecord ++-segment-12657584952502228282_3940_000_3960_000_with_camera_labels.tfrecord ++-segment-12820461091157089924_5202_916_5222_916_with_camera_labels.tfrecord ++-segment-12831741023324393102_2673_230_2693_230_with_camera_labels.tfrecord ++-segment-12866817684252793621_480_000_500_000_with_camera_labels.tfrecord ++-segment-12940710315541930162_2660_000_2680_000_with_camera_labels.tfrecord ++-segment-13178092897340078601_5118_604_5138_604_with_camera_labels.tfrecord ++-segment-13184115878756336167_1354_000_1374_000_with_camera_labels.tfrecord ++-segment-13299463771883949918_4240_000_4260_000_with_camera_labels.tfrecord ++-segment-1331771191699435763_440_000_460_000_with_camera_labels.tfrecord ++-segment-13336883034283882790_7100_000_7120_000_with_camera_labels.tfrecord ++-segment-13356997604177841771_3360_000_3380_000_with_camera_labels.tfrecord ++-segment-13415985003725220451_6163_000_6183_000_with_camera_labels.tfrecord ++-segment-13469905891836363794_4429_660_4449_660_with_camera_labels.tfrecord ++-segment-13573359675885893802_1985_970_2005_970_with_camera_labels.tfrecord ++-segment-13694146168933185611_800_000_820_000_with_camera_labels.tfrecord ++-segment-13941626351027979229_3363_930_3383_930_with_camera_labels.tfrecord ++-segment-13982731384839979987_1680_000_1700_000_with_camera_labels.tfrecord ++-segment-1405149198253600237_160_000_180_000_with_camera_labels.tfrecord ++-segment-14081240615915270380_4399_000_4419_000_with_camera_labels.tfrecord ++-segment-14107757919671295130_3546_370_3566_370_with_camera_labels.tfrecord ++-segment-14127943473592757944_2068_000_2088_000_with_camera_labels.tfrecord ++-segment-14165166478774180053_1786_000_1806_000_with_camera_labels.tfrecord ++-segment-14244512075981557183_1226_840_1246_840_with_camera_labels.tfrecord ++-segment-14262448332225315249_1280_000_1300_000_with_camera_labels.tfrecord ++-segment-14300007604205869133_1160_000_1180_000_with_camera_labels.tfrecord ++-segment-14333744981238305769_5658_260_5678_260_with_camera_labels.tfrecord ++-segment-14383152291533557785_240_000_260_000_with_camera_labels.tfrecord ++-segment-14486517341017504003_3406_349_3426_349_with_camera_labels.tfrecord ++-segment-1457696187335927618_595_027_615_027_with_camera_labels.tfrecord ++-segment-14624061243736004421_1840_000_1860_000_with_camera_labels.tfrecord ++-segment-1464917900451858484_1960_000_1980_000_with_camera_labels.tfrecord ++-segment-14663356589561275673_935_195_955_195_with_camera_labels.tfrecord ++-segment-14687328292438466674_892_000_912_000_with_camera_labels.tfrecord ++-segment-14739149465358076158_4740_000_4760_000_with_camera_labels.tfrecord ++-segment-14811410906788672189_373_113_393_113_with_camera_labels.tfrecord ++-segment-14931160836268555821_5778_870_5798_870_with_camera_labels.tfrecord ++-segment-14956919859981065721_1759_980_1779_980_with_camera_labels.tfrecord ++-segment-15021599536622641101_556_150_576_150_with_camera_labels.tfrecord ++-segment-15028688279822984888_1560_000_1580_000_with_camera_labels.tfrecord ++-segment-1505698981571943321_1186_773_1206_773_with_camera_labels.tfrecord ++-segment-15096340672898807711_3765_000_3785_000_with_camera_labels.tfrecord ++-segment-15224741240438106736_960_000_980_000_with_camera_labels.tfrecord ++-segment-15396462829361334065_4265_000_4285_000_with_camera_labels.tfrecord ++-segment-15488266120477489949_3162_920_3182_920_with_camera_labels.tfrecord ++-segment-15496233046893489569_4551_550_4571_550_with_camera_labels.tfrecord ++-segment-15611747084548773814_3740_000_3760_000_with_camera_labels.tfrecord ++-segment-15724298772299989727_5386_410_5406_410_with_camera_labels.tfrecord ++-segment-15948509588157321530_7187_290_7207_290_with_camera_labels.tfrecord ++-segment-15959580576639476066_5087_580_5107_580_with_camera_labels.tfrecord ++-segment-16204463896543764114_5340_000_5360_000_with_camera_labels.tfrecord ++-segment-16213317953898915772_1597_170_1617_170_with_camera_labels.tfrecord ++-segment-16229547658178627464_380_000_400_000_with_camera_labels.tfrecord ++-segment-16751706457322889693_4475_240_4495_240_with_camera_labels.tfrecord ++-segment-16767575238225610271_5185_000_5205_000_with_camera_labels.tfrecord ++-segment-16979882728032305374_2719_000_2739_000_with_camera_labels.tfrecord ++-segment-17065833287841703_2980_000_3000_000_with_camera_labels.tfrecord ++-segment-17135518413411879545_1480_000_1500_000_with_camera_labels.tfrecord ++-segment-17136314889476348164_979_560_999_560_with_camera_labels.tfrecord ++-segment-17152649515605309595_3440_000_3460_000_with_camera_labels.tfrecord ++-segment-17244566492658384963_2540_000_2560_000_with_camera_labels.tfrecord ++-segment-17344036177686610008_7852_160_7872_160_with_camera_labels.tfrecord ++-segment-17539775446039009812_440_000_460_000_with_camera_labels.tfrecord ++-segment-17612470202990834368_2800_000_2820_000_with_camera_labels.tfrecord ++-segment-17626999143001784258_2760_000_2780_000_with_camera_labels.tfrecord ++-segment-17694030326265859208_2340_000_2360_000_with_camera_labels.tfrecord ++-segment-17703234244970638241_220_000_240_000_with_camera_labels.tfrecord ++-segment-17763730878219536361_3144_635_3164_635_with_camera_labels.tfrecord ++-segment-17791493328130181905_1480_000_1500_000_with_camera_labels.tfrecord ++-segment-17860546506509760757_6040_000_6060_000_with_camera_labels.tfrecord ++-segment-17962792089966876718_2210_933_2230_933_with_camera_labels.tfrecord ++-segment-18024188333634186656_1566_600_1586_600_with_camera_labels.tfrecord ++-segment-18045724074935084846_6615_900_6635_900_with_camera_labels.tfrecord ++-segment-18252111882875503115_378_471_398_471_with_camera_labels.tfrecord ++-segment-18305329035161925340_4466_730_4486_730_with_camera_labels.tfrecord ++-segment-18331704533904883545_1560_000_1580_000_with_camera_labels.tfrecord ++-segment-18333922070582247333_320_280_340_280_with_camera_labels.tfrecord ++-segment-18446264979321894359_3700_000_3720_000_with_camera_labels.tfrecord ++-segment-1906113358876584689_1359_560_1379_560_with_camera_labels.tfrecord ++-segment-191862526745161106_1400_000_1420_000_with_camera_labels.tfrecord ++-segment-1943605865180232897_680_000_700_000_with_camera_labels.tfrecord ++-segment-2094681306939952000_2972_300_2992_300_with_camera_labels.tfrecord ++-segment-2105808889850693535_2295_720_2315_720_with_camera_labels.tfrecord ++-segment-2308204418431899833_3575_000_3595_000_with_camera_labels.tfrecord ++-segment-2335854536382166371_2709_426_2729_426_with_camera_labels.tfrecord ++-segment-2367305900055174138_1881_827_1901_827_with_camera_labels.tfrecord ++-segment-2506799708748258165_6455_000_6475_000_with_camera_labels.tfrecord ++-segment-2551868399007287341_3100_000_3120_000_with_camera_labels.tfrecord ++-segment-260994483494315994_2797_545_2817_545_with_camera_labels.tfrecord ++-segment-2624187140172428292_73_000_93_000_with_camera_labels.tfrecord ++-segment-271338158136329280_2541_070_2561_070_with_camera_labels.tfrecord ++-segment-272435602399417322_2884_130_2904_130_with_camera_labels.tfrecord ++-segment-2736377008667623133_2676_410_2696_410_with_camera_labels.tfrecord ++-segment-2834723872140855871_1615_000_1635_000_with_camera_labels.tfrecord ++-segment-3015436519694987712_1300_000_1320_000_with_camera_labels.tfrecord ++-segment-3039251927598134881_1240_610_1260_610_with_camera_labels.tfrecord ++-segment-3077229433993844199_1080_000_1100_000_with_camera_labels.tfrecord ++-segment-30779396576054160_1880_000_1900_000_with_camera_labels.tfrecord ++-segment-3126522626440597519_806_440_826_440_with_camera_labels.tfrecord ++-segment-346889320598157350_798_187_818_187_with_camera_labels.tfrecord ++-segment-3577352947946244999_3980_000_4000_000_with_camera_labels.tfrecord ++-segment-3651243243762122041_3920_000_3940_000_with_camera_labels.tfrecord ++-segment-366934253670232570_2229_530_2249_530_with_camera_labels.tfrecord ++-segment-3731719923709458059_1540_000_1560_000_with_camera_labels.tfrecord ++-segment-3915587593663172342_10_000_30_000_with_camera_labels.tfrecord ++-segment-4013125682946523088_3540_000_3560_000_with_camera_labels.tfrecord ++-segment-4195774665746097799_7300_960_7320_960_with_camera_labels.tfrecord ++-segment-4246537812751004276_1560_000_1580_000_with_camera_labels.tfrecord ++-segment-4409585400955983988_3500_470_3520_470_with_camera_labels.tfrecord ++-segment-4423389401016162461_4235_900_4255_900_with_camera_labels.tfrecord ++-segment-4426410228514970291_1620_000_1640_000_with_camera_labels.tfrecord ++-segment-447576862407975570_4360_000_4380_000_with_camera_labels.tfrecord ++-segment-4490196167747784364_616_569_636_569_with_camera_labels.tfrecord ++-segment-4575389405178805994_4900_000_4920_000_with_camera_labels.tfrecord ++-segment-4612525129938501780_340_000_360_000_with_camera_labels.tfrecord ++-segment-4690718861228194910_1980_000_2000_000_with_camera_labels.tfrecord ++-segment-4759225533437988401_800_000_820_000_with_camera_labels.tfrecord ++-segment-4764167778917495793_860_000_880_000_with_camera_labels.tfrecord ++-segment-4816728784073043251_5273_410_5293_410_with_camera_labels.tfrecord ++-segment-4854173791890687260_2880_000_2900_000_with_camera_labels.tfrecord ++-segment-5183174891274719570_3464_030_3484_030_with_camera_labels.tfrecord ++-segment-5289247502039512990_2640_000_2660_000_with_camera_labels.tfrecord ++-segment-5302885587058866068_320_000_340_000_with_camera_labels.tfrecord ++-segment-5372281728627437618_2005_000_2025_000_with_camera_labels.tfrecord ++-segment-5373876050695013404_3817_170_3837_170_with_camera_labels.tfrecord ++-segment-5574146396199253121_6759_360_6779_360_with_camera_labels.tfrecord ++-segment-5772016415301528777_1400_000_1420_000_with_camera_labels.tfrecord ++-segment-5832416115092350434_60_000_80_000_with_camera_labels.tfrecord ++-segment-5847910688643719375_180_000_200_000_with_camera_labels.tfrecord ++-segment-5990032395956045002_6600_000_6620_000_with_camera_labels.tfrecord ++-segment-6001094526418694294_4609_470_4629_470_with_camera_labels.tfrecord ++-segment-6074871217133456543_1000_000_1020_000_with_camera_labels.tfrecord ++-segment-6161542573106757148_585_030_605_030_with_camera_labels.tfrecord ++-segment-6183008573786657189_5414_000_5434_000_with_camera_labels.tfrecord ++-segment-6324079979569135086_2372_300_2392_300_with_camera_labels.tfrecord ++-segment-6491418762940479413_6520_000_6540_000_with_camera_labels.tfrecord ++-segment-662188686397364823_3248_800_3268_800_with_camera_labels.tfrecord ++-segment-6637600600814023975_2235_000_2255_000_with_camera_labels.tfrecord ++-segment-6680764940003341232_2260_000_2280_000_with_camera_labels.tfrecord ++-segment-6707256092020422936_2352_392_2372_392_with_camera_labels.tfrecord ++-segment-7119831293178745002_1094_720_1114_720_with_camera_labels.tfrecord ++-segment-7163140554846378423_2717_820_2737_820_with_camera_labels.tfrecord ++-segment-7253952751374634065_1100_000_1120_000_with_camera_labels.tfrecord ++-segment-7493781117404461396_2140_000_2160_000_with_camera_labels.tfrecord ++-segment-7650923902987369309_2380_000_2400_000_with_camera_labels.tfrecord ++-segment-7732779227944176527_2120_000_2140_000_with_camera_labels.tfrecord ++-segment-7799643635310185714_680_000_700_000_with_camera_labels.tfrecord ++-segment-7932945205197754811_780_000_800_000_with_camera_labels.tfrecord ++-segment-7988627150403732100_1487_540_1507_540_with_camera_labels.tfrecord ++-segment-8079607115087394458_1240_000_1260_000_with_camera_labels.tfrecord ++-segment-8133434654699693993_1162_020_1182_020_with_camera_labels.tfrecord ++-segment-8137195482049459160_3100_000_3120_000_with_camera_labels.tfrecord ++-segment-8302000153252334863_6020_000_6040_000_with_camera_labels.tfrecord ++-segment-8331804655557290264_4351_740_4371_740_with_camera_labels.tfrecord ++-segment-8398516118967750070_3958_000_3978_000_with_camera_labels.tfrecord ++-segment-8506432817378693815_4860_000_4880_000_with_camera_labels.tfrecord ++-segment-8679184381783013073_7740_000_7760_000_with_camera_labels.tfrecord ++-segment-8845277173853189216_3828_530_3848_530_with_camera_labels.tfrecord ++-segment-8888517708810165484_1549_770_1569_770_with_camera_labels.tfrecord ++-segment-8907419590259234067_1960_000_1980_000_with_camera_labels.tfrecord ++-segment-89454214745557131_3160_000_3180_000_with_camera_labels.tfrecord ++-segment-8956556778987472864_3404_790_3424_790_with_camera_labels.tfrecord ++-segment-902001779062034993_2880_000_2900_000_with_camera_labels.tfrecord ++-segment-9024872035982010942_2578_810_2598_810_with_camera_labels.tfrecord ++-segment-9041488218266405018_6454_030_6474_030_with_camera_labels.tfrecord ++-segment-9114112687541091312_1100_000_1120_000_with_camera_labels.tfrecord ++-segment-9164052963393400298_4692_970_4712_970_with_camera_labels.tfrecord ++-segment-9231652062943496183_1740_000_1760_000_with_camera_labels.tfrecord ++-segment-9243656068381062947_1297_428_1317_428_with_camera_labels.tfrecord ++-segment-9265793588137545201_2981_960_3001_960_with_camera_labels.tfrecord ++-segment-933621182106051783_4160_000_4180_000_with_camera_labels.tfrecord ++-segment-9443948810903981522_6538_870_6558_870_with_camera_labels.tfrecord ++-segment-9472420603764812147_850_000_870_000_with_camera_labels.tfrecord ++-segment-9579041874842301407_1300_000_1320_000_with_camera_labels.tfrecord ++-segment-967082162553397800_5102_900_5122_900_with_camera_labels.tfrecord ++diff --git a/docker/Dockerfile b/docker/Dockerfile ++deleted file mode 100644 ++index 3f0114f..0000000 ++--- a/docker/Dockerfile +++++ /dev/null ++@@ -1,55 +0,0 @@ ++-FROM nvidia/cuda:10.2-cudnn7-devel-ubuntu18.04 ++- ++-RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections ++- ++-# Install basics ++-RUN apt-get update -y \ ++- && apt-get install build-essential \ ++- && apt-get install -y apt-utils git curl ca-certificates bzip2 tree htop wget \ ++- && apt-get install -y libglib2.0-0 libsm6 libxext6 libxrender-dev bmon iotop g++ python3.7 python3.7-dev python3.7-distutils ++- ++-# Install cmake v3.13.2 ++-RUN apt-get purge -y cmake && \ ++- mkdir /root/temp && \ ++- cd /root/temp && \ ++- wget https://github.com/Kitware/CMake/releases/download/v3.13.2/cmake-3.13.2.tar.gz && \ ++- tar -xzvf cmake-3.13.2.tar.gz && \ ++- cd cmake-3.13.2 && \ ++- bash ./bootstrap && \ ++- make && \ ++- make install && \ ++- cmake --version && \ ++- rm -rf /root/temp ++- ++-# Install python ++-RUN ln -sv /usr/bin/python3.7 /usr/bin/python ++-RUN wget https://bootstrap.pypa.io/get-pip.py && \ ++- python get-pip.py && \ ++- rm get-pip.py ++- ++-# Install python packages ++-RUN PIP_INSTALL="python -m pip --no-cache-dir install" && \ ++- $PIP_INSTALL numpy==1.19.3 llvmlite numba ++- ++-# Install torch and torchvision ++-# See https://pytorch.org/ for other options if you use a different version of CUDA ++-RUN pip install --user torch==1.6 torchvision==0.7.0 -f https://download.pytorch.org/whl/cu102/torch_stable.html ++- ++-# Install python packages ++-RUN PIP_INSTALL="python -m pip --no-cache-dir install" && \ ++- $PIP_INSTALL tensorboardX easydict pyyaml scikit-image tqdm SharedArray six ++- ++-WORKDIR /root ++- ++-# Install Boost geometry ++-RUN wget https://jaist.dl.sourceforge.net/project/boost/boost/1.68.0/boost_1_68_0.tar.gz && \ ++- tar xzvf boost_1_68_0.tar.gz && \ ++- cp -r ./boost_1_68_0/boost /usr/include && \ ++- rm -rf ./boost_1_68_0 && \ ++- rm -rf ./boost_1_68_0.tar.gz ++- ++-# A weired problem that hasn't been solved yet ++-RUN pip uninstall -y SharedArray && \ ++- pip install SharedArray ++- ++-RUN pip install spconv-cu102 ++\ No newline at end of file ++diff --git a/docker/README.md b/docker/README.md ++deleted file mode 100644 ++index 5e258fb..0000000 ++--- a/docker/README.md +++++ /dev/null ++@@ -1,25 +0,0 @@ ++-# Guidance to use OpenPCDet with docker ++- ++-You can either build the docker image through Dockerfile or pull the docker image from dockerhub. Please make sure nvidia-docker is corretly installed. ++- ++-## Build Through Dockerfile ++-Build docker image that support OpenPCDet through: ++-```shell script ++-docker build ./ -t openpcdet-docker ++-``` ++-Note that if you would like to use dynamic voxelization, you need further install [`torch_scatter`](https://github.com/rusty1s/pytorch_scatter) package. ++- ++-From this Dockerfile, the installed version of spconv is 2.x, if you would like to use spconv 1.2.1, please follow these steps: ++-```shell script ++-git clone -b v1.2.1 https://github.com/djiajunustc/spconv spconv --recursive ++-cd spconv ++-python setup.py bdist_wheel ++-cd ./dist ++-pip install *.whl ++-``` ++- ++-## Pull From Dockerhub ++-Run the following script to pull the docker image: ++-```shell script ++-docker pull djiajun1206/pcdet:pytorch1.6 ++-``` ++diff --git a/docker/cu116.Dockerfile b/docker/cu116.Dockerfile ++deleted file mode 100644 ++index f68e4bd..0000000 ++--- a/docker/cu116.Dockerfile +++++ /dev/null ++@@ -1,83 +0,0 @@ ++-FROM nvidia/cuda:11.6.2-devel-ubuntu20.04 ++- ++-# Set environment variables ++-ENV NVENCODE_CFLAGS "-I/usr/local/cuda/include" ++-ENV CV_VERSION=4.2.0 ++-ENV DEBIAN_FRONTEND=noninteractive ++- ++-# Get all dependencies ++-RUN apt-get update && apt-get install -y \ ++- git zip unzip libssl-dev libcairo2-dev lsb-release libgoogle-glog-dev libgflags-dev libatlas-base-dev libeigen3-dev software-properties-common \ ++- build-essential cmake pkg-config libapr1-dev autoconf automake libtool curl libc6 libboost-all-dev debconf libomp5 libstdc++6 \ ++- libqt5core5a libqt5xml5 libqt5gui5 libqt5widgets5 libqt5concurrent5 libqt5opengl5 libcap2 libusb-1.0-0 libatk-adaptor neovim \ ++- python3-pip python3-tornado python3-dev python3-numpy python3-virtualenv libpcl-dev libgoogle-glog-dev libgflags-dev libatlas-base-dev \ ++- libsuitesparse-dev python3-pcl pcl-tools libgtk2.0-dev libavcodec-dev libavformat-dev libswscale-dev libtbb2 libtbb-dev libjpeg-dev \ ++- libpng-dev libtiff-dev libdc1394-22-dev xfce4-terminal &&\ ++- rm -rf /var/lib/apt/lists/* ++- ++-# OpenCV with CUDA support ++-WORKDIR /opencv ++-RUN git clone https://github.com/opencv/opencv.git -b $CV_VERSION &&\ ++- git clone https://github.com/opencv/opencv_contrib.git -b $CV_VERSION ++- ++-# While using OpenCV 4.2.0 we have to apply some fixes to ensure that CUDA is fully supported, thanks @https://github.com/gismo07 for this fix ++-RUN mkdir opencvfix && cd opencvfix &&\ ++- git clone https://github.com/opencv/opencv.git -b 4.5.2 &&\ ++- cd opencv/cmake &&\ ++- cp -r FindCUDA /opencv/opencv/cmake/ &&\ ++- cp FindCUDA.cmake /opencv/opencv/cmake/ &&\ ++- cp FindCUDNN.cmake /opencv/opencv/cmake/ &&\ ++- cp OpenCVDetectCUDA.cmake /opencv/opencv/cmake/ ++- ++-WORKDIR /opencv/opencv/build ++- ++-RUN cmake -D CMAKE_BUILD_TYPE=RELEASE \ ++--D CMAKE_INSTALL_PREFIX=/usr/local \ ++--D OPENCV_GENERATE_PKGCONFIG=ON \ ++--D BUILD_EXAMPLES=OFF \ ++--D INSTALL_PYTHON_EXAMPLES=OFF \ ++--D INSTALL_C_EXAMPLES=OFF \ ++--D PYTHON_EXECUTABLE=$(which python2) \ ++--D PYTHON3_EXECUTABLE=$(which python3) \ ++--D PYTHON3_INCLUDE_DIR=$(python3 -c "from distutils.sysconfig import get_python_inc; print(get_python_inc())") \ ++--D PYTHON3_PACKAGES_PATH=$(python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())") \ ++--D BUILD_opencv_python2=ON \ ++--D BUILD_opencv_python3=ON \ ++--D OPENCV_EXTRA_MODULES_PATH=../../opencv_contrib/modules/ \ ++--D WITH_GSTREAMER=ON \ ++--D WITH_CUDA=ON \ ++--D ENABLE_PRECOMPILED_HEADERS=OFF \ ++-.. &&\ ++-make -j$(nproc) &&\ ++-make install &&\ ++-ldconfig &&\ ++-rm -rf /opencv ++- ++-WORKDIR / ++-ENV OpenCV_DIR=/usr/share/OpenCV ++- ++- ++-# PyTorch for CUDA 11.6 ++-RUN pip3 install torch==1.13.1+cu116 torchvision==0.14.1+cu116 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu116 ++-ENV TORCH_CUDA_ARCH_LIST="3.5;5.0;6.0;6.1;7.0;7.5;8.0;8.6+PTX" ++- ++-# OpenPCDet ++-RUN pip3 install numpy==1.23.0 llvmlite numba tensorboardX easydict pyyaml scikit-image tqdm SharedArray open3d mayavi av2 kornia pyquaternion ++-RUN pip3 install spconv-cu116 ++- ++-RUN git clone https://github.com/open-mmlab/OpenPCDet.git ++- ++-WORKDIR OpenPCDet ++- ++-RUN python3 setup.py develop ++- ++-WORKDIR / ++- ++-ENV NVIDIA_VISIBLE_DEVICES="all" \ ++- OpenCV_DIR=/usr/share/OpenCV \ ++- NVIDIA_DRIVER_CAPABILITIES="video,compute,utility,graphics" \ ++- LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/lib:/usr/lib:/usr/local/lib \ ++- QT_GRAPHICSSYSTEM="native" ++- ++-# Build instructions: docker build -f minimal.Dockerfile -t openpcdet:cuda11 . ++-# Start instructions: xhost local:root && docker run -it --rm -e SDL_VIDEODRIVER=x11 -e DISPLAY=$DISPLAY --env='DISPLAY' --gpus all --ipc host --privileged --network host -p 8080:8081 -v /tmp/.X11-unix:/tmp/.X11-unix:rw -v file_locations:/storage -v /weights:/weights openpcdet:cuda11 xfce4-terminal --title=openPCDet ++diff --git a/docs/CUSTOM_DATASET_TUTORIAL.md b/docs/CUSTOM_DATASET_TUTORIAL.md ++deleted file mode 100644 ++index edaee47..0000000 ++--- a/docs/CUSTOM_DATASET_TUTORIAL.md +++++ /dev/null ++@@ -1,108 +0,0 @@ ++-# Custom Dataset Tutorial ++-For the custom dataset template, we only consider the basic scenario: raw point clouds and ++-their corresponding annotations. Point clouds are supposed to be stored in `.npy` format. ++- ++-## Label format ++-We only consider the most basic information -- category and bounding box in the label template. ++-Annotations are stored in the `.txt`. Each line represents a box in a given scene as below: ++-``` ++-# format: [x y z dx dy dz heading_angle category_name] ++-1.50 1.46 0.10 5.12 1.85 4.13 1.56 Vehicle ++-5.54 0.57 0.41 1.08 0.74 1.95 1.57 Pedestrian ++-``` ++-The box should in the unified 3D box definition (see [README](../README.md)) ++- ++-## Files structure ++-Files should be placed as the following folder structure: ++-``` ++-OpenPCDet ++-├── data ++-│ ├── custom ++-│ │ │── ImageSets ++-│ │ │ │── train.txt ++-│ │ │ │── val.txt ++-│ │ │── points ++-│ │ │ │── 000000.npy ++-│ │ │ │── 999999.npy ++-│ │ │── labels ++-│ │ │ │── 000000.txt ++-│ │ │ │── 999999.txt ++-├── pcdet ++-├── tools ++-``` ++-Dataset splits need to be pre-defined and placed in `ImageSets` ++- ++-## Hyper-parameters Configurations ++- ++-### Point cloud features ++-Modify following configurations in `custom_dataset.yaml` to ++-suit your own point clouds. ++-```yaml ++-POINT_FEATURE_ENCODING: { ++- encoding_type: absolute_coordinates_encoding, ++- used_feature_list: ['x', 'y', 'z', 'intensity'], ++- src_feature_list: ['x', 'y', 'z', 'intensity'], ++-} ++-... ++-# In gt_sampling data augmentation ++-NUM_POINT_FEATURES: 4 ++- ++-``` ++- ++-#### Point cloud range and voxel sizes ++-For voxel based detectors such as SECOND, PV-RCNN and CenterPoint, the point cloud range and voxel size should follow: ++-1. Point cloud range along z-axis / voxel_size is 40 ++-2. Point cloud range along x&y-axis / voxel_size is the multiple of 16. ++- ++-Notice that the second rule also suit pillar based detectors such as PointPillar and CenterPoint-Pillar. ++- ++-### Category names and anchor sizes ++-Category names and anchor size are need to be adapted to custom datasets. ++- ```yaml ++-CLASS_NAMES: ['Vehicle', 'Pedestrian', 'Cyclist'] ++-... ++-MAP_CLASS_TO_KITTI: { ++- 'Vehicle': 'Car', ++- 'Pedestrian': 'Pedestrian', ++- 'Cyclist': 'Cyclist', ++-} ++-... ++-'anchor_sizes': [[3.9, 1.6, 1.56]], ++-... ++-# In gt sampling data augmentation ++-PREPARE: { ++- filter_by_min_points: ['Vehicle:5', 'Pedestrian:5', 'Cyclist:5'], ++- filter_by_difficulty: [-1], ++-} ++-SAMPLE_GROUPS: ['Vehicle:20','Pedestrian:15', 'Cyclist:15'] ++-... ++- ``` ++-In addition, please also modify the default category names for creating infos in `custom_dataset.py` ++-``` ++-create_custom_infos( ++- dataset_cfg=dataset_cfg, ++- class_names=['Vehicle', 'Pedestrian', 'Cyclist'], ++- data_path=ROOT_DIR / 'data' / 'custom', ++- save_path=ROOT_DIR / 'data' / 'custom', ++-) ++-``` ++- ++- ++-## Create data info ++-Generate the data infos by running the following command: ++-```shell ++-python -m pcdet.datasets.custom.custom_dataset create_custom_infos tools/cfgs/dataset_configs/custom_dataset.yaml ++-``` ++- ++- ++-## Evaluation ++-Here, we only provide an implementation for KITTI stype evaluation. ++-The category mapping between custom dataset and KITTI need to be defined ++-in the `custom_dataset.yaml` ++-```yaml ++-MAP_CLASS_TO_KITTI: { ++- 'Vehicle': 'Car', ++- 'Pedestrian': 'Pedestrian', ++- 'Cyclist': 'Cyclist', ++-} ++-``` ++diff --git a/docs/DEMO.md b/docs/DEMO.md ++deleted file mode 100644 ++index c755430..0000000 ++--- a/docs/DEMO.md +++++ /dev/null ++@@ -1,51 +0,0 @@ ++-# Quick Demo ++- ++-Here we provide a quick demo to test a pretrained model on the custom point cloud data and visualize the predicted results. ++- ++-We suppose you already followed the [INSTALL.md](INSTALL.md) to install the `OpenPCDet` repo successfully. ++- ++-1. Download the provided pretrained models as shown in the [README.md](../README.md). ++- ++-2. Make sure you have already installed the [`Open3D`](https://github.com/isl-org/Open3D) (faster) or `mayavi` visualization tools. ++-If not, you could install it as follows: ++- ``` ++- pip install open3d ++- # or ++- pip install mayavi ++- ``` ++- ++-3. Prepare your custom point cloud data (skip this step if you use the original KITTI data). ++- * You need to transform the coordinate of your custom point cloud to ++-the unified normative coordinate of `OpenPCDet`, that is, x-axis points towards to front direction, ++-y-axis points towards to the left direction, and z-axis points towards to the top direction. ++- * (Optional) the z-axis origin of your point cloud coordinate should be about 1.6m above the ground surface, ++- since currently the provided models are trained on the KITTI dataset. ++- * Set the intensity information, and save your transformed custom data to `numpy file`: ++- ```python ++- # Transform your point cloud data ++- ... ++- ++- # Save it to the file. ++- # The shape of points should be (num_points, 4), that is [x, y, z, intensity] (Only for KITTI dataset). ++- # If you doesn't have the intensity information, just set them to zeros. ++- # If you have the intensity information, you should normalize them to [0, 1]. ++- points[:, 3] = 0 ++- np.save(`my_data.npy`, points) ++- ``` ++- ++-4. Run the demo with a pretrained model (e.g. PV-RCNN) and your custom point cloud data as follows: ++-```shell ++-python demo.py --cfg_file cfgs/kitti_models/pv_rcnn.yaml \ ++- --ckpt pv_rcnn_8369.pth \ ++- --data_path ${POINT_CLOUD_DATA} ++-``` ++-Here `${POINT_CLOUD_DATA}` could be in any of the following format: ++-* Your transformed custom data with a single numpy file like `my_data.npy`. ++-* Your transformed custom data with a directory to test with multiple point cloud data. ++-* The original KITTI `.bin` data within `data/kitti`, like `data/kitti/training/velodyne/000008.bin`. ++- ++-Then you could see the predicted results with visualized point cloud as follows: ++- ++-

++- ++-

++diff --git a/docs/GETTING_STARTED.md b/docs/GETTING_STARTED.md ++deleted file mode 100644 ++index 9bc558d..0000000 ++--- a/docs/GETTING_STARTED.md +++++ /dev/null ++@@ -1,273 +0,0 @@ ++-# Getting Started ++-The dataset configs are located within [tools/cfgs/dataset_configs](../tools/cfgs/dataset_configs), ++-and the model configs are located within [tools/cfgs](../tools/cfgs) for different datasets. ++- ++- ++-## Dataset Preparation ++- ++-Currently we provide the dataloader of KITTI, NuScenes, Waymo, Lyft and Pandaset. If you want to use a custom dataset, Please refer to our [custom dataset template](CUSTOM_DATASET_TUTORIAL.md). ++- ++-### KITTI Dataset ++-* Please download the official [KITTI 3D object detection](http://www.cvlibs.net/datasets/kitti/eval_object.php?obj_benchmark=3d) dataset and organize the downloaded files as follows (the road planes could be downloaded from [[road plane]](https://drive.google.com/file/d/1d5mq0RXRnvHPVeKx6Q612z0YRO1t2wAp/view?usp=sharing), which are optional for data augmentation in the training): ++-* If you would like to train [CaDDN](../tools/cfgs/kitti_models/CaDDN.yaml), download the precomputed [depth maps](https://drive.google.com/file/d/1qFZux7KC_gJ0UHEg-qGJKqteE9Ivojin/view?usp=sharing) for the KITTI training set ++-* NOTE: if you already have the data infos from `pcdet v0.1`, you can choose to use the old infos and set the DATABASE_WITH_FAKELIDAR option in tools/cfgs/dataset_configs/kitti_dataset.yaml as True. The second choice is that you can create the infos and gt database again and leave the config unchanged. ++- ++-``` ++-OpenPCDet ++-├── data ++-│ ├── kitti ++-│ │ │── ImageSets ++-│ │ │── training ++-│ │ │ ├──calib & velodyne & label_2 & image_2 & (optional: planes) & (optional: depth_2) ++-│ │ │── testing ++-│ │ │ ├──calib & velodyne & image_2 ++-├── pcdet ++-├── tools ++-``` ++- ++-* Generate the data infos by running the following command: ++-```python ++-python -m pcdet.datasets.kitti.kitti_dataset create_kitti_infos tools/cfgs/dataset_configs/kitti_dataset.yaml ++-``` ++- ++-### NuScenes Dataset ++-* Please download the official [NuScenes 3D object detection dataset](https://www.nuscenes.org/download) and ++-organize the downloaded files as follows: ++-``` ++-OpenPCDet ++-├── data ++-│ ├── nuscenes ++-│ │ │── v1.0-trainval (or v1.0-mini if you use mini) ++-│ │ │ │── samples ++-│ │ │ │── sweeps ++-│ │ │ │── maps ++-│ │ │ │── v1.0-trainval ++-├── pcdet ++-├── tools ++-``` ++- ++-* Install the `nuscenes-devkit` with version `1.0.5` by running the following command: ++-```shell script ++-pip install nuscenes-devkit==1.0.5 ++-``` ++- ++-* Generate the data infos by running the following command (it may take several hours): ++-```python ++-# for lidar-only setting ++-python -m pcdet.datasets.nuscenes.nuscenes_dataset --func create_nuscenes_infos \ ++- --cfg_file tools/cfgs/dataset_configs/nuscenes_dataset.yaml \ ++- --version v1.0-trainval ++- ++-# for multi-modal setting ++-python -m pcdet.datasets.nuscenes.nuscenes_dataset --func create_nuscenes_infos \ ++- --cfg_file tools/cfgs/dataset_configs/nuscenes_dataset.yaml \ ++- --version v1.0-trainval \ ++- --with_cam ++-``` ++- ++-### Waymo Open Dataset ++-* Please download the official [Waymo Open Dataset](https://waymo.com/open/download/), ++-including the training data `training_0000.tar~training_0031.tar` and the validation ++-data `validation_0000.tar~validation_0007.tar`. ++-* Unzip all the above `xxxx.tar` files to the directory of `data/waymo/raw_data` as follows (You could get 798 *train* tfrecord and 202 *val* tfrecord ): ++-``` ++-OpenPCDet ++-├── data ++-│ ├── waymo ++-│ │ │── ImageSets ++-│ │ │── raw_data ++-│ │ │ │── segment-xxxxxxxx.tfrecord ++-| | | |── ... ++-| | |── waymo_processed_data_v0_5_0 ++-│ │ │ │── segment-xxxxxxxx/ ++-| | | |── ... ++-│ │ │── waymo_processed_data_v0_5_0_gt_database_train_sampled_1/ (old, for single-frame) ++-│ │ │── waymo_processed_data_v0_5_0_waymo_dbinfos_train_sampled_1.pkl (old, for single-frame) ++-│ │ │── waymo_processed_data_v0_5_0_gt_database_train_sampled_1_global.npy (optional, old, for single-frame) ++-│ │ │── waymo_processed_data_v0_5_0_infos_train.pkl (optional) ++-│ │ │── waymo_processed_data_v0_5_0_infos_val.pkl (optional) ++-| | |── waymo_processed_data_v0_5_0_gt_database_train_sampled_1_multiframe_-4_to_0 (new, for single/multi-frame) ++-│ │ │── waymo_processed_data_v0_5_0_waymo_dbinfos_train_sampled_1_multiframe_-4_to_0.pkl (new, for single/multi-frame) ++-│ │ │── waymo_processed_data_v0_5_0_gt_database_train_sampled_1_multiframe_-4_to_0_global.np (new, for single/multi-frame) ++- ++-├── pcdet ++-├── tools ++-``` ++-* Install the official `waymo-open-dataset` by running the following command: ++-```shell script ++-pip3 install --upgrade pip ++-# tf 2.0.0 ++-pip3 install waymo-open-dataset-tf-2-5-0 --user ++-``` ++- ++-* Extract point cloud data from tfrecord and generate data infos by running the following command (it takes several hours, ++-and you could refer to `data/waymo/waymo_processed_data_v0_5_0` to see how many records that have been processed): ++-```python ++-# only for single-frame setting ++-python -m pcdet.datasets.waymo.waymo_dataset --func create_waymo_infos \ ++- --cfg_file tools/cfgs/dataset_configs/waymo_dataset.yaml ++- ++-# for single-frame or multi-frame setting ++-python -m pcdet.datasets.waymo.waymo_dataset --func create_waymo_infos \ ++- --cfg_file tools/cfgs/dataset_configs/waymo_dataset_multiframe.yaml ++-# Ignore 'CUDA_ERROR_NO_DEVICE' error as this process does not require GPU. ++-``` ++- ++-Note that you do not need to install `waymo-open-dataset` if you have already processed the data before and do not need to evaluate with official Waymo Metrics. ++- ++-### Argoverse2 Dataset ++-* Download the **Argoverse 2 Sensor Dataset** from the [official website](https://www.argoverse.org/av2.html#download-link), and then extract them. ++-* Install the official API of Argoverse 2 ++-```shell ++-pip install av2==0.2.0 ++-``` ++-* Generate info files for `train` and `val`. ++-```python ++-python -m pcdet.datasets.argo2.argo2_dataset --root_path data/argo2/sensor --output_dir data/argo2 ++-``` ++-- Note that this [issue](https://github.com/argoverse/av2-api/issues/102) from the argo2 api might be noticed. ++-- If the CPU memory of your machine is limited, you can set `--workers=0` in the training script. ++-- The organized files are as follows: ++-``` ++-OpenPCDet ++-├── data ++-│ ├── argo2 ++-│ │ │── ImageSets ++-│ │ │ ├──train.txt & val.txt ++-│ │ │── training ++-│ │ │ ├──velodyne ++-│ │ │── sensor ++-│ │ │ ├──val ++-│ │ │── argo2_infos_train.pkl ++-│ │ │── argo2_infos_val.pkl ++-│ │ │── val_anno.feather ++- ++-├── pcdet ++-├── tools ++-``` ++- ++- ++-### ONCE Dataset ++-* Please download train/val/test of the official [ONCE Dataset](https://once-for-auto-driving.github.io/download.html#downloads) and ++-organize the downloaded files as follows: ++-* Note that the whole dataset is large (2TB) and most scenes are unlabeled, so if you only need ONCE for supervised 3D object detection and model development, you can just download the training/validation/testing split. If you use ONCE for semi-supervised/self-supervised 3D object detection, you can choose to download the respective unlabeled splits (unlabeled small split: 100k unlabeled scenes; unlabeled medium split: 500k unlabeled scenes; unlabeled large split: 1M unlabeled scenes). ++-``` ++-ONCE_Benchmark ++-├── data ++-│ ├── once ++-│ │ │── ImageSets ++-| | | ├──train.txt ++-| | | ├──val.txt ++-| | | ├──test.txt ++-| | | ├──raw_small.txt (100k unlabeled) ++-| | | ├──raw_medium.txt (500k unlabeled) ++-| | | ├──raw_large.txt (1M unlabeled) ++-│ │ │── data ++-│ │ │ ├──000000 ++-| | | | |──000000.json (infos) ++-| | | | |──lidar_roof (point clouds) ++-| | | | | |──frame_timestamp_1.bin ++-| | | | | ... ++-| | | | |──cam0[1-9] (images) ++-| | | | | |──frame_timestamp_1.jpg ++-| | | | | ... ++-| | | | ... ++-├── pcdet ++-├── tools ++-``` ++- ++-* Generate the data infos by running the following command: ++-```python ++-python -m pcdet.datasets.once.once_dataset --func create_once_infos --cfg_file tools/cfgs/dataset_configs/once_dataset.yaml ++-``` ++- ++- ++-### Lyft Dataset ++-* Please download the official [Lyft Level5 perception dataset](https://level-5.global/data/perception) and ++-organize the downloaded files as follows: ++-``` ++-OpenPCDet ++-├── data ++-│ ├── lyft ++-│ │ │── ImageSets ++-│ │ │── trainval ++-│ │ │ │── data & maps(train_maps) & images(train_images) & lidar(train_lidar) & train_lidar ++-│ │ │── test ++-│ │ │ │── data & maps(test_maps) & test_images & test_lidar ++-├── pcdet ++-├── tools ++-``` ++- ++-* Install the `lyft-dataset-sdk` with version `0.0.8` by running the following command: ++-```shell script ++-pip install -U lyft_dataset_sdk==0.0.8 ++-``` ++- ++-* Generate the training & validation data infos by running the following command (it may take several hours): ++-```python ++-python -m pcdet.datasets.lyft.lyft_dataset --func create_lyft_infos \ ++- --cfg_file tools/cfgs/dataset_configs/lyft_dataset.yaml ++-``` ++-* Generate the test data infos by running the following command: ++-```python ++-python -m pcdet.datasets.lyft.lyft_dataset --func create_lyft_infos \ ++- --cfg_file tools/cfgs/dataset_configs/lyft_dataset.yaml --version test ++-``` ++- ++-* You need to check carefully since we don't provide a benchmark for it. ++- ++- ++-## Pretrained Models ++-If you would like to train [CaDDN](../tools/cfgs/kitti_models/CaDDN.yaml), download the pretrained [DeepLabV3 model](https://download.pytorch.org/models/deeplabv3_resnet101_coco-586e9e4e.pth) and place within the `checkpoints` directory. Please make sure the [kornia](https://github.com/kornia/kornia) is installed since it is needed for `CaDDN`. ++-``` ++-OpenPCDet ++-├── checkpoints ++-│ ├── deeplabv3_resnet101_coco-586e9e4e.pth ++-├── data ++-├── pcdet ++-├── tools ++-``` ++- ++-## Training & Testing ++- ++- ++-### Test and evaluate the pretrained models ++-* Test with a pretrained model: ++-```shell script ++-python test.py --cfg_file ${CONFIG_FILE} --batch_size ${BATCH_SIZE} --ckpt ${CKPT} ++-``` ++- ++-* To test all the saved checkpoints of a specific training setting and draw the performance curve on the Tensorboard, add the `--eval_all` argument: ++-```shell script ++-python test.py --cfg_file ${CONFIG_FILE} --batch_size ${BATCH_SIZE} --eval_all ++-``` ++- ++-* To test with multiple GPUs: ++-```shell script ++-sh scripts/dist_test.sh ${NUM_GPUS} \ ++- --cfg_file ${CONFIG_FILE} --batch_size ${BATCH_SIZE} ++- ++-# or ++- ++-sh scripts/slurm_test_mgpu.sh ${PARTITION} ${NUM_GPUS} \ ++- --cfg_file ${CONFIG_FILE} --batch_size ${BATCH_SIZE} ++-``` ++- ++- ++-### Train a model ++-You could optionally add extra command line parameters `--batch_size ${BATCH_SIZE}` and `--epochs ${EPOCHS}` to specify your preferred parameters. ++- ++- ++-* Train with multiple GPUs or multiple machines ++-```shell script ++-sh scripts/dist_train.sh ${NUM_GPUS} --cfg_file ${CONFIG_FILE} ++- ++-# or ++- ++-sh scripts/slurm_train.sh ${PARTITION} ${JOB_NAME} ${NUM_GPUS} --cfg_file ${CONFIG_FILE} ++-``` ++- ++-* Train with a single GPU: ++-```shell script ++-python train.py --cfg_file ${CONFIG_FILE} ++-``` ++diff --git a/docs/INSTALL.md b/docs/INSTALL.md ++deleted file mode 100644 ++index 2105590..0000000 ++--- a/docs/INSTALL.md +++++ /dev/null ++@@ -1,38 +0,0 @@ ++-# Installation ++- ++-### Requirements ++-All the codes are tested in the following environment: ++-* Linux (tested on Ubuntu 14.04/16.04/18.04/20.04/21.04) ++-* Python 3.6+ ++-* PyTorch 1.1 or higher (tested on PyTorch 1.1, 1,3, 1,5~1.10) ++-* CUDA 9.0 or higher (PyTorch 1.3+ needs CUDA 9.2+) ++-* [`spconv v1.0 (commit 8da6f96)`](https://github.com/traveller59/spconv/tree/8da6f967fb9a054d8870c3515b1b44eca2103634) or [`spconv v1.2`](https://github.com/traveller59/spconv) or [`spconv v2.x`](https://github.com/traveller59/spconv) ++- ++- ++-### Install `pcdet v0.5` ++-NOTE: Please re-install `pcdet v0.5` by running `python setup.py develop` even if you have already installed previous version. ++- ++-a. Clone this repository. ++-```shell ++-git clone https://github.com/open-mmlab/OpenPCDet.git ++-``` ++- ++-b. Install the dependent libraries as follows: ++- ++-[comment]: <> (* Install the dependent python libraries: ) ++- ++-[comment]: <> (```) ++- ++-[comment]: <> (pip install -r requirements.txt ) ++- ++-[comment]: <> (```) ++- ++-* Install the SparseConv library, we use the implementation from [`[spconv]`](https://github.com/traveller59/spconv). ++- * If you use PyTorch 1.1, then make sure you install the `spconv v1.0` with ([commit 8da6f96](https://github.com/traveller59/spconv/tree/8da6f967fb9a054d8870c3515b1b44eca2103634)) instead of the latest one. ++- * If you use PyTorch 1.3+, then you need to install the `spconv v1.2`. As mentioned by the author of [`spconv`](https://github.com/traveller59/spconv), you need to use their docker if you use PyTorch 1.4+. ++- * You could also install latest `spconv v2.x` with pip, see the official documents of [spconv](https://github.com/traveller59/spconv). ++- ++-c. Install this `pcdet` library and its dependent libraries by running the following command: ++-```shell ++-python setup.py develop ++-``` ++diff --git a/docs/changelog.md b/docs/changelog.md ++deleted file mode 100644 ++index b23b143..0000000 ++--- a/docs/changelog.md +++++ /dev/null ++@@ -1,40 +0,0 @@ ++-# Changelog and Guidelines ++- ++-### [2022-09-02] Update to v0.6.0: ++- ++-* How to process data to support multi-frame training/testing on Waymo Open Dataset? ++- * If you never use the OpenPCDet, you can directly follow the [GETTING_STARTED.md](GETTING_STARTED.md) ++- * If you have been using previous OpenPCDet (`v0.5`), then you need to follow the following steps to update your data: ++- * Update your waymo infos (the `*.pkl` files for each sequence) by adding argument `--update_info_only`: ++- ``` ++- python -m pcdet.datasets.waymo.waymo_dataset --func create_waymo_infos --cfg_file tools/cfgs/dataset_configs/waymo_dataset.yaml --update_info_only ++- ``` ++- * Generate multi-frame GT database for copy-paste augmentation of multi-frame training. There is also a faster version with parallel data generation by adding `--use_parallel`, but you need to read the codes and rename the file after getting the results. ++- ``` ++- python -m pcdet.datasets.waymo.waymo_dataset --func create_waymo_gt_database --cfg_file tools/cfgs/dataset_configs/waymo_dataset_multiframe.yaml ++- ``` ++- This will generate the new files like the following (the last three lines under `data/waymo`): ++- ++-``` ++-OpenPCDet ++-├── data ++-│ ├── waymo ++-│ │ │── ImageSets ++-│ │ │── raw_data ++-│ │ │ │── segment-xxxxxxxx.tfrecord ++-| | | |── ... ++-| | |── waymo_processed_data_v0_5_0 ++-│ │ │ │── segment-xxxxxxxx/ ++-| | | |── ... ++-│ │ │── waymo_processed_data_v0_5_0_gt_database_train_sampled_1/ ++-│ │ │── waymo_processed_data_v0_5_0_waymo_dbinfos_train_sampled_1.pkl ++-│ │ │── waymo_processed_data_v0_5_0_gt_database_train_sampled_1_global.npy (optional) ++-│ │ │── waymo_processed_data_v0_5_0_infos_train.pkl (optional) ++-│ │ │── waymo_processed_data_v0_5_0_infos_val.pkl (optional) ++-| | |── waymo_processed_data_v0_5_0_gt_database_train_sampled_1_multiframe_-4_to_0 (new) ++-│ │ │── waymo_processed_data_v0_5_0_waymo_dbinfos_train_sampled_1_multiframe_-4_to_0.pkl (new) ++-│ │ │── waymo_processed_data_v0_5_0_gt_database_train_sampled_1_multiframe_-4_to_0_global.np (new, optional) ++- ++-├── pcdet ++-├── tools ++-``` ++diff --git a/docs/dataset_vs_model.png b/docs/dataset_vs_model.png ++deleted file mode 100644 ++index 7add8ed..0000000 ++Binary files a/docs/dataset_vs_model.png and /dev/null differ ++diff --git a/docs/demo.png b/docs/demo.png ++deleted file mode 100644 ++index 6c6e635..0000000 ++Binary files a/docs/demo.png and /dev/null differ ++diff --git a/docs/guidelines_of_approaches/bevfusion.md b/docs/guidelines_of_approaches/bevfusion.md ++deleted file mode 100644 ++index ef3b427..0000000 ++--- a/docs/guidelines_of_approaches/bevfusion.md +++++ /dev/null ++@@ -1,35 +0,0 @@ ++- ++-## Installation ++- ++-Please refer to [INSTALL.md](../INSTALL.md) for the installation of `OpenPCDet`. ++-* We recommend the users to check the version of pillow and use pillow==8.4.0 to avoid bug in bev pooling. ++- ++-## Data Preparation ++-Please refer to [GETTING_STARTED.md](../GETTING_STARTED.md) to process the multi-modal Nuscenes Dataset. ++- ++-## Training ++- ++-1. Train the lidar branch for BEVFusion: ++-```shell ++-bash scripts/dist_train.sh ${NUM_GPUS} --cfg_file cfgs/nuscenes_models/transfusion_lidar.yaml \ ++-``` ++-The ckpt will be saved in ../output/nuscenes_models/transfusion_lidar/default/ckpt, or you can download pretrained checkpoint directly form [here](https://drive.google.com/file/d/1cuZ2qdDnxSwTCsiXWwbqCGF-uoazTXbz/view?usp=share_link). ++- ++-2. To train BEVFusion, you need to download pretrained parameters for image backbone [here](https://drive.google.com/file/d/1v74WCt4_5ubjO7PciA5T0xhQc9bz_jZu/view?usp=share_link), and specify the path in [config](../../tools/cfgs/nuscenes_models/bevfusion.yaml#L88). Then run the following command: ++-```shell ++-bash scripts/dist_train.sh ${NUM_GPUS} --cfg_file cfgs/nuscenes_models/bevfusion.yaml \ ++---pretrained_model path_to_pretrained_lidar_branch_ckpt \ ++-``` ++-## Evaluation ++-* Test with a pretrained model: ++-```shell ++-bash scripts/dist_test.sh ${NUM_GPUS} --cfg_file cfgs/nuscenes_models/bevfusion.yaml \ ++---ckpt ../output/cfgs/nuscenes_models/bevfusion/default/ckpt/checkpoint_epoch_6.pth ++-``` ++- ++-## Performance ++-All models are trained with spconv 1.0, but you can directly load them for testing regardless of the spconv version. ++-| | mATE | mASE | mAOE | mAVE | mAAE | mAP | NDS | download | ++-|----------------------------------------------------------------------------------------------------|-------:|:------:|:------:|:-----:|:-----:|:-----:|:------:|:--------------------------------------------------------------------------------------------------:| ++-| [TransFusion-L](../../tools/cfgs/nuscenes_models/transfusion_lidar.yaml) | 27.96 | 25.37 | 29.35 | 27.31 | 18.55 | 64.58 | 69.43 | [model-32M](https://drive.google.com/file/d/1cuZ2qdDnxSwTCsiXWwbqCGF-uoazTXbz/view?usp=share_link) | ++-| [BEVFusion](../../tools/cfgs/nuscenes_models/bevfusion.yaml) | 28.03 | 25.43 | 30.19 | 26.76 | 18.48 | 67.75 | 70.98 | [model-157M](https://drive.google.com/file/d/1X50b-8immqlqD8VPAUkSKI0Ls-4k37g9/view?usp=share_link) | ++diff --git a/docs/guidelines_of_approaches/mppnet.md b/docs/guidelines_of_approaches/mppnet.md ++deleted file mode 100644 ++index f56b45c..0000000 ++--- a/docs/guidelines_of_approaches/mppnet.md +++++ /dev/null ++@@ -1,73 +0,0 @@ ++-## NOTE ++-**If you want to quickly develop your own model based on MPPNet, our recommended setting is to use mppnet_4frames.yaml, disable `USE_ROI_AUG` and `USE_TRAJ_AUG` flags in the yaml and train 3 epoch. A reference time cost for this setting is about 5 hours, using 8 A100 GPUs. After finishing your development, you can get stable gains when using mppnet_16frames.yaml, enabling `USE_ROI_AUG` and `USE_TRAJ_AUG` flags and training 6 epoch.** ++- ++-## Installation ++- ++-Please refer to [INSTALL.md](docs/INSTALL.md) for the installation of `OpenPCDet`. ++- ++-## Data Preparation ++-Please refer to [GETTING_STARTED.md](docs/GETTING_STARTED.md) to process the Waymo Open Dataset. ++- ++-## Training ++- ++-1. Train the RPN model for MPPNet (centerpoint_4frames is employed in the paper) ++-```shell ++-bash scripts/dist_train.sh ${NUM_GPUS} --cfg_file cfgs/waymo_models/centerpoint_4frames.yaml ++-``` ++-The ckpt will be saved in ../output/waymo_models/centerpoint_4frames/default/ckpt. ++- ++-2. Save the RPN model's prediction results of training and val dataset ++-```shell ++-# training ++-bash scripts/dist_test.sh ${NUM_GPUS} --cfg_file cfgs/waymo_models/centerpoint_4frames.yaml \ ++---ckpt ../output/waymo_models/centerpoint_4frames/default/ckpt/checkpoint_epoch_36.pth \ ++---set DATA_CONFIG.DATA_SPLIT.test train ++-# val ++-bash scripts/dist_test.sh ${NUM_GPUS} --cfg_file cfgs/waymo_models/centerpoint_4frames.yaml \ ++---ckpt ../output/waymo_models/centerpoint_4frames/default/ckpt/checkpoint_epoch_36.pth \ ++---set DATA_CONFIG.DATA_SPLIT.test val ++-``` ++-The prediction results of train and val dataset will be saved in \ ++-../output/waymo_models/centerpoint_4frames/default/eval/epoch_36/train/default/result.pkl, ++-../output/waymo_models/centerpoint_4frames/default/eval/epoch_36/val/default/result.pkl. ++- ++-3. Train MPPNet (using mppnet_4frames as an example) ++-```shell ++-bash scripts/dist_train.sh ${NUM_GPUS} --cfg_file cfgs/waymo_models/mppnet_4frames.yaml --batch_size 2 \ ++---set DATA_CONFIG.ROI_BOXES_PATH.train ../output/waymo_models/centerpoint_4frames/default/eval/epoch_36/train/default/result.pkl \ ++- DATA_CONFIG.ROI_BOXES_PATH.test ../output/waymo_models/centerpoint_4frames/default/eval/epoch_36/val/default/result.pkl ++-``` ++-When using 16-frame, we can just change the `cfg_file` to mpppnet_16frames.yaml and the `DATA_CONFIG.ROI_BOXES_PATH` is same with 4-frame.\ ++-We can also save the paths of train and val results to ROI_BOXES_PATH in mppnet_4frames.yaml and mppnet_16frames.yaml to avoid using the `set` flag.\ ++-For each GPU, BATCH_SIZE should be at least equal to 2. When using 16-frame, the reference GPU memory consumption is 29G with BATCH_SIZE=2.\ ++-**Note**: Disable the `USE_ROI_AUG` and `USE_TRAJ_AUG` flag in config yaml can double the training speed with a performance loss of about 0.4%. ++- ++-## Evaluation ++-* Test with a pretrained model: ++-```shell ++-# Single GPU ++-python test.py --cfg_file cfgs/waymo_models/mppnet_4frames.yaml --batch_size 1 \ ++---ckpt ../output/waymo_models/mppnet_4frames/default/ckpt/checkpoint_epoch_6.pth ++-# Multiple GPUs ++-bash scripts/dist_test.sh ${NUM_GPUS} --cfgs/waymo_models/mppnet_4frames.yaml --batch_size 1 \ ++---ckpt ../output/waymo_models/mppnet_4frames/default/ckpt/checkpoint_epoch_6.pth ++-``` ++-To avoid OOM, set BATCH_SIZE=1. ++- ++-* Test with a memory bank to improve efficiency: ++-```shell ++-# Currently, only support 1 GPU with batch_size 1 ++-python test.py --cfg_file cfgs/waymo_models/mppnet_e2e_memorybank_inference.yaml --batch_size 1 \ ++---ckpt ../output/waymo_models/mppnet_4frames/default/ckpt/checkpoint_epoch_6.pth \ ++---pretrained_model ../output/waymo_models/centerpoint_4frames/default/ckpt/checkpoint_epoch_36.pth ++-``` ++-The default parameters in mppnet_e2e_memorybank_inference.yaml is for 4-frame and just change them to the setting in mppnet_16frames.yaml when using 16-frame. ++- ++-## Performance ++-| Model | Vec_L1 | Vec_L2 | Ped_L1 | Ped_L2 | Cyc_L1 | Cyc_L2 | ++-|:---------------------------------------------:|:----------:|:-------:|:-------:|:-------:|:-------:|:-------:| ++-| [centerpoint_4frames](../../tools/cfgs/waymo_models/centerpoint_4frames.yaml) | 76.71/76.17 | 69.13/68.63 | 78.88/75.55 | 71.73/68.61 | 73.73/72.96 | 71.63/70.89 | ++-| [mppnet_4frames](../../tools/cfgs/waymo_models/mppnet_4frames.yaml) | 81.54/81.06 | 74.07/73.61 | 84.56/81.94 | 77.20/74.67 | 77.15/76.50 | 75.01/74.38 | ++-| [mppnet_16frames](../../tools/cfgs/waymo_models/mppnet_16frames.yaml) | 82.74/82.28 | 75.41/74.96 | 84.69/82.25 | 77.43/75.06 | 77.28/76.66 | 75.13/74.52 | ++- ++-The reported performance of MPPNet is trained with 6 epoch with `USE_ROI_AUG` and `USE_TRAJ_AUG` flags enabled. ++\ No newline at end of file ++diff --git a/docs/model_framework.png b/docs/model_framework.png ++deleted file mode 100644 ++index a827609..0000000 ++Binary files a/docs/model_framework.png and /dev/null differ ++diff --git a/docs/multiple_models_demo.png b/docs/multiple_models_demo.png ++deleted file mode 100644 ++index fd9787e..0000000 ++Binary files a/docs/multiple_models_demo.png and /dev/null differ ++diff --git a/docs/open_mmlab.png b/docs/open_mmlab.png ++deleted file mode 100644 ++index f09edbc..0000000 ++Binary files a/docs/open_mmlab.png and /dev/null differ ++diff --git a/pcdet/__init__.py b/pcdet/__init__.py ++index 9fdf7d2..e69de29 100644 ++--- a/pcdet/__init__.py +++++ b/pcdet/__init__.py ++@@ -1,24 +0,0 @@ ++-import subprocess ++-from pathlib import Path ++- ++-from .version import __version__ ++- ++-__all__ = [ ++- '__version__' ++-] ++- ++- ++-def get_git_commit_number(): ++- if not (Path(__file__).parent / '../.git').exists(): ++- return '0000000' ++- ++- cmd_out = subprocess.run(['git', 'rev-parse', 'HEAD'], stdout=subprocess.PIPE) ++- git_commit_number = cmd_out.stdout.decode('utf-8')[:7] ++- return git_commit_number ++- ++- ++-script_version = get_git_commit_number() ++- ++- ++-if script_version not in __version__: ++- __version__ = __version__ + '+py%s' % script_version ++diff --git a/pcdet/datasets/kitti/kitti_object_eval_python/eval.py b/pcdet/datasets/kitti/kitti_object_eval_python/eval.py ++index 1d2a317..f89f931 100644 ++--- a/pcdet/datasets/kitti/kitti_object_eval_python/eval.py +++++ b/pcdet/datasets/kitti/kitti_object_eval_python/eval.py ++@@ -3,7 +3,8 @@ import io as sysio ++ import numba ++ import numpy as np ++ ++-from .rotate_iou import rotate_iou_gpu_eval +++from .rotate_iou import rotate_iou_cpu_eval +++import multiprocessing as mp ++ ++ ++ @numba.jit ++@@ -114,7 +115,7 @@ def image_box_overlap(boxes, query_boxes, criterion=-1): ++ ++ ++ def bev_box_overlap(boxes, qboxes, criterion=-1): ++- riou = rotate_iou_gpu_eval(boxes, qboxes, criterion) +++ riou = rotate_iou_cpu_eval(boxes, qboxes, criterion) ++ return riou ++ ++ ++@@ -148,7 +149,7 @@ def d3_box_overlap_kernel(boxes, qboxes, rinc, criterion=-1): ++ ++ ++ def d3_box_overlap(boxes, qboxes, criterion=-1): ++- rinc = rotate_iou_gpu_eval(boxes[:, [0, 2, 3, 5, 6]], +++ rinc = rotate_iou_cpu_eval(boxes[:, [0, 2, 3, 5, 6]], ++ qboxes[:, [0, 2, 3, 5, 6]], 2) ++ d3_box_overlap_kernel(boxes, qboxes, rinc, criterion) ++ return rinc ++@@ -337,6 +338,47 @@ def fused_compute_statistics(overlaps, ++ dc_num += dc_nums[i] ++ ++ +++def calculate_iou_partly_single(gt_annos, dt_annos, example_idx, split_parts, i, parted_overlaps, metric): +++ gt_annos_part = gt_annos[example_idx: example_idx + split_parts[i]] +++ dt_annos_part = dt_annos[example_idx: example_idx + split_parts[i]] +++ if metric == 0: +++ gt_boxes = np.concatenate([a["bbox"] for a in gt_annos_part], 0) +++ dt_boxes = np.concatenate([a["bbox"] for a in dt_annos_part], 0) +++ overlap_part = image_box_overlap(gt_boxes, dt_boxes) +++ elif metric == 1: +++ loc = np.concatenate( +++ [a["location"][:, [0, 2]] for a in gt_annos_part], 0) +++ dims = np.concatenate( +++ [a["dimensions"][:, [0, 2]] for a in gt_annos_part], 0) +++ rots = np.concatenate([a["rotation_y"] for a in gt_annos_part], 0) +++ gt_boxes = np.concatenate( +++ [loc, dims, rots[..., np.newaxis]], axis=1) +++ loc = np.concatenate( +++ [a["location"][:, [0, 2]] for a in dt_annos_part], 0) +++ dims = np.concatenate( +++ [a["dimensions"][:, [0, 2]] for a in dt_annos_part], 0) +++ rots = np.concatenate([a["rotation_y"] for a in dt_annos_part], 0) +++ dt_boxes = np.concatenate( +++ [loc, dims, rots[..., np.newaxis]], axis=1) +++ overlap_part = bev_box_overlap(gt_boxes, dt_boxes).astype( +++ np.float64) +++ elif metric == 2: +++ loc = np.concatenate([a["location"] for a in gt_annos_part], 0) +++ dims = np.concatenate([a["dimensions"] for a in gt_annos_part], 0) +++ rots = np.concatenate([a["rotation_y"] for a in gt_annos_part], 0) +++ gt_boxes = np.concatenate([loc, dims, rots[..., np.newaxis]], axis=1) +++ loc = np.concatenate([a["location"] for a in dt_annos_part], 0) +++ dims = np.concatenate([a["dimensions"] for a in dt_annos_part], 0) +++ rots = np.concatenate([a["rotation_y"] for a in dt_annos_part], 0) +++ dt_boxes = np.concatenate( +++ [loc, dims, rots[..., np.newaxis]], axis=1) +++ overlap_part = d3_box_overlap(gt_boxes, dt_boxes).astype( +++ np.float64) +++ else: +++ raise ValueError("unknown metric") +++ +++ parted_overlaps[i] = overlap_part +++ ++ def calculate_iou_partly(gt_annos, dt_annos, metric, num_parts=50): ++ """fast iou algorithm. this function can be used independently to ++ do result analysis. Must be used in CAMERA coordinate system. ++@@ -354,47 +396,18 @@ def calculate_iou_partly(gt_annos, dt_annos, metric, num_parts=50): ++ parted_overlaps = [] ++ example_idx = 0 ++ ++- for num_part in split_parts: ++- gt_annos_part = gt_annos[example_idx:example_idx + num_part] ++- dt_annos_part = dt_annos[example_idx:example_idx + num_part] ++- if metric == 0: ++- gt_boxes = np.concatenate([a["bbox"] for a in gt_annos_part], 0) ++- dt_boxes = np.concatenate([a["bbox"] for a in dt_annos_part], 0) ++- overlap_part = image_box_overlap(gt_boxes, dt_boxes) ++- elif metric == 1: ++- loc = np.concatenate( ++- [a["location"][:, [0, 2]] for a in gt_annos_part], 0) ++- dims = np.concatenate( ++- [a["dimensions"][:, [0, 2]] for a in gt_annos_part], 0) ++- rots = np.concatenate([a["rotation_y"] for a in gt_annos_part], 0) ++- gt_boxes = np.concatenate( ++- [loc, dims, rots[..., np.newaxis]], axis=1) ++- loc = np.concatenate( ++- [a["location"][:, [0, 2]] for a in dt_annos_part], 0) ++- dims = np.concatenate( ++- [a["dimensions"][:, [0, 2]] for a in dt_annos_part], 0) ++- rots = np.concatenate([a["rotation_y"] for a in dt_annos_part], 0) ++- dt_boxes = np.concatenate( ++- [loc, dims, rots[..., np.newaxis]], axis=1) ++- overlap_part = bev_box_overlap(gt_boxes, dt_boxes).astype( ++- np.float64) ++- elif metric == 2: ++- loc = np.concatenate([a["location"] for a in gt_annos_part], 0) ++- dims = np.concatenate([a["dimensions"] for a in gt_annos_part], 0) ++- rots = np.concatenate([a["rotation_y"] for a in gt_annos_part], 0) ++- gt_boxes = np.concatenate( ++- [loc, dims, rots[..., np.newaxis]], axis=1) ++- loc = np.concatenate([a["location"] for a in dt_annos_part], 0) ++- dims = np.concatenate([a["dimensions"] for a in dt_annos_part], 0) ++- rots = np.concatenate([a["rotation_y"] for a in dt_annos_part], 0) ++- dt_boxes = np.concatenate( ++- [loc, dims, rots[..., np.newaxis]], axis=1) ++- overlap_part = d3_box_overlap(gt_boxes, dt_boxes).astype( ++- np.float64) ++- else: ++- raise ValueError("unknown metric") ++- parted_overlaps.append(overlap_part) ++- example_idx += num_part +++ parted_overlaps = mp.Manager().list([None] * len(split_parts)) +++ num_processes = len(split_parts) +++ processes = [] +++ for i in range(num_processes): +++ p = mp.Process(target=calculate_iou_partly_single, args=(gt_annos, dt_annos, example_idx, split_parts, i, parted_overlaps, metric)) +++ example_idx += split_parts[i] +++ processes.append(p) +++ p.start() +++ for p in processes: +++ p.join() +++ +++ parted_overlaps = list(parted_overlaps) ++ overlaps = [] ++ example_idx = 0 ++ for j, num_part in enumerate(split_parts): ++diff --git a/pcdet/datasets/kitti/kitti_object_eval_python/rotate_iou.py b/pcdet/datasets/kitti/kitti_object_eval_python/rotate_iou.py ++index 543d8f2..3cce4c2 100644 ++--- a/pcdet/datasets/kitti/kitti_object_eval_python/rotate_iou.py +++++ b/pcdet/datasets/kitti/kitti_object_eval_python/rotate_iou.py ++@@ -10,17 +10,15 @@ import numpy as np ++ from numba import cuda ++ ++ ++-@numba.jit(nopython=True) ++ def div_up(m, n): ++ return m // n + (m % n > 0) ++ ++-@cuda.jit('(float32[:], float32[:], float32[:])', device=True, inline=True) +++ ++ def trangle_area(a, b, c): ++ return ((a[0] - c[0]) * (b[1] - c[1]) - (a[1] - c[1]) * ++ (b[0] - c[0])) / 2.0 ++ ++ ++-@cuda.jit('(float32[:], int32)', device=True, inline=True) ++ def area(int_pts, num_of_inter): ++ area_val = 0.0 ++ for i in range(num_of_inter - 2): ++@@ -30,18 +28,17 @@ def area(int_pts, num_of_inter): ++ return area_val ++ ++ ++-@cuda.jit('(float32[:], int32)', device=True, inline=True) ++ def sort_vertex_in_convex_polygon(int_pts, num_of_inter): ++ if num_of_inter > 0: ++- center = cuda.local.array((2, ), dtype=numba.float32) +++ center = np.zeros((2, ), dtype=np.float32) ++ center[:] = 0.0 ++ for i in range(num_of_inter): ++ center[0] += int_pts[2 * i] ++ center[1] += int_pts[2 * i + 1] ++ center[0] /= num_of_inter ++ center[1] /= num_of_inter ++- v = cuda.local.array((2, ), dtype=numba.float32) ++- vs = cuda.local.array((16, ), dtype=numba.float32) +++ v = np.zeros((2, ), dtype=np.float32) +++ vs = np.zeros((16, ), dtype=np.float32) ++ for i in range(num_of_inter): ++ v[0] = int_pts[2 * i] - center[0] ++ v[1] = int_pts[2 * i + 1] - center[1] ++@@ -70,15 +67,11 @@ def sort_vertex_in_convex_polygon(int_pts, num_of_inter): ++ int_pts[j * 2 + 1] = ty ++ ++ ++-@cuda.jit( ++- '(float32[:], float32[:], int32, int32, float32[:])', ++- device=True, ++- inline=True) ++ def line_segment_intersection(pts1, pts2, i, j, temp_pts): ++- A = cuda.local.array((2, ), dtype=numba.float32) ++- B = cuda.local.array((2, ), dtype=numba.float32) ++- C = cuda.local.array((2, ), dtype=numba.float32) ++- D = cuda.local.array((2, ), dtype=numba.float32) +++ A = np.zeros((2, ), dtype=np.float32) +++ B = np.zeros((2, ), dtype=np.float32) +++ C = np.zeros((2, ), dtype=np.float32) +++ D = np.zeros((2, ), dtype=np.float32) ++ ++ A[0] = pts1[2 * i] ++ A[1] = pts1[2 * i + 1] ++@@ -116,15 +109,11 @@ def line_segment_intersection(pts1, pts2, i, j, temp_pts): ++ return False ++ ++ ++-@cuda.jit( ++- '(float32[:], float32[:], int32, int32, float32[:])', ++- device=True, ++- inline=True) ++ def line_segment_intersection_v1(pts1, pts2, i, j, temp_pts): ++- a = cuda.local.array((2, ), dtype=numba.float32) ++- b = cuda.local.array((2, ), dtype=numba.float32) ++- c = cuda.local.array((2, ), dtype=numba.float32) ++- d = cuda.local.array((2, ), dtype=numba.float32) +++ a = np.zeros((2, ), dtype=np.float32) +++ b = np.zeros((2, ), dtype=np.float32) +++ c = np.zeros((2, ), dtype=np.float32) +++ d = np.zeros((2, ), dtype=np.float32) ++ ++ a[0] = pts1[2 * i] ++ a[1] = pts1[2 * i + 1] ++@@ -158,7 +147,6 @@ def line_segment_intersection_v1(pts1, pts2, i, j, temp_pts): ++ return True ++ ++ ++-@cuda.jit('(float32, float32, float32[:])', device=True, inline=True) ++ def point_in_quadrilateral(pt_x, pt_y, corners): ++ ab0 = corners[2] - corners[0] ++ ab1 = corners[3] - corners[1] ++@@ -177,7 +165,6 @@ def point_in_quadrilateral(pt_x, pt_y, corners): ++ return abab >= abap and abap >= 0 and adad >= adap and adap >= 0 ++ ++ ++-@cuda.jit('(float32[:], float32[:], float32[:])', device=True, inline=True) ++ def quadrilateral_intersection(pts1, pts2, int_pts): ++ num_of_inter = 0 ++ for i in range(4): ++@@ -189,7 +176,7 @@ def quadrilateral_intersection(pts1, pts2, int_pts): ++ int_pts[num_of_inter * 2] = pts2[2 * i] ++ int_pts[num_of_inter * 2 + 1] = pts2[2 * i + 1] ++ num_of_inter += 1 ++- temp_pts = cuda.local.array((2, ), dtype=numba.float32) +++ temp_pts = np.zeros((2, ), dtype=np.float32) ++ for i in range(4): ++ for j in range(4): ++ has_pts = line_segment_intersection(pts1, pts2, i, j, temp_pts) ++@@ -201,7 +188,6 @@ def quadrilateral_intersection(pts1, pts2, int_pts): ++ return num_of_inter ++ ++ ++-@cuda.jit('(float32[:], float32[:])', device=True, inline=True) ++ def rbbox_to_corners(corners, rbbox): ++ # generate clockwise corners and rotate it clockwise ++ angle = rbbox[4] ++@@ -211,8 +197,8 @@ def rbbox_to_corners(corners, rbbox): ++ center_y = rbbox[1] ++ x_d = rbbox[2] ++ y_d = rbbox[3] ++- corners_x = cuda.local.array((4, ), dtype=numba.float32) ++- corners_y = cuda.local.array((4, ), dtype=numba.float32) +++ corners_x = np.zeros((4, ), dtype=np.float32) +++ corners_y = np.zeros((4, ), dtype=np.float32) ++ corners_x[0] = -x_d / 2 ++ corners_x[1] = -x_d / 2 ++ corners_x[2] = x_d / 2 ++@@ -228,11 +214,10 @@ def rbbox_to_corners(corners, rbbox): ++ + 1] = -a_sin * corners_x[i] + a_cos * corners_y[i] + center_y ++ ++ ++-@cuda.jit('(float32[:], float32[:])', device=True, inline=True) ++ def inter(rbbox1, rbbox2): ++- corners1 = cuda.local.array((8, ), dtype=numba.float32) ++- corners2 = cuda.local.array((8, ), dtype=numba.float32) ++- intersection_corners = cuda.local.array((16, ), dtype=numba.float32) +++ corners1 = np.zeros((8, ), dtype=np.float32) +++ corners2 = np.zeros((8, ), dtype=np.float32) +++ intersection_corners = np.zeros((16, ), dtype=np.float32) ++ ++ rbbox_to_corners(corners1, rbbox1) ++ rbbox_to_corners(corners2, rbbox2) ++@@ -245,7 +230,6 @@ def inter(rbbox1, rbbox2): ++ return area(intersection_corners, num_intersection) ++ ++ ++-@cuda.jit('(float32[:], float32[:], int32)', device=True, inline=True) ++ def devRotateIoUEval(rbox1, rbox2, criterion=-1): ++ area1 = rbox1[2] * rbox1[3] ++ area2 = rbox2[2] * rbox2[3] ++@@ -259,7 +243,7 @@ def devRotateIoUEval(rbox1, rbox2, criterion=-1): ++ else: ++ return area_inter ++ ++-@cuda.jit('(int64, int64, float32[:], float32[:], float32[:], int32)', fastmath=False) +++ ++ def rotate_iou_kernel_eval(N, K, dev_boxes, dev_query_boxes, dev_iou, criterion=-1): ++ threadsPerBlock = 8 * 8 ++ row_start = cuda.blockIdx.x ++@@ -328,3 +312,15 @@ def rotate_iou_gpu_eval(boxes, query_boxes, criterion=-1, device_id=0): ++ N, K, boxes_dev, query_boxes_dev, iou_dev, criterion) ++ iou_dev.copy_to_host(iou.reshape([-1]), stream=stream) ++ return iou.astype(boxes.dtype) +++ +++ +++def rotate_iou_cpu_eval(dev_boxes, dev_query_boxes, criterion=-1): +++ num_boxes = dev_boxes.shape[0] +++ num_qboxes = dev_query_boxes.shape[0] +++ dev_iou = np.zeros((num_boxes, num_qboxes)) +++ +++ for box_i in range(num_boxes): +++ for qbox_i in range(num_qboxes): +++ dev_iou[box_i, qbox_i] = devRotateIoUEval(dev_query_boxes[qbox_i], dev_boxes[box_i], criterion) +++ +++ return dev_iou ++\ No newline at end of file ++diff --git a/pcdet/datasets/lyft/lyft_mAP_eval/lyft_eval.py b/pcdet/datasets/lyft/lyft_mAP_eval/lyft_eval.py ++index 872476a..0c547bd 100644 ++--- a/pcdet/datasets/lyft/lyft_mAP_eval/lyft_eval.py +++++ b/pcdet/datasets/lyft/lyft_mAP_eval/lyft_eval.py ++@@ -5,30 +5,6 @@ modified from lyft toolkit https://github.com/lyft/nuscenes-devkit.git ++ """ ++ mAP 3D calculation for the data in nuScenes format. ++ ++- ++-The intput files expected to have the format: ++- ++-Expected fields: ++- ++- ++-gt = [{ ++- 'sample_token': '0f0e3ce89d2324d8b45aa55a7b4f8207fbb039a550991a5149214f98cec136ac', ++- 'translation': [974.2811881299899, 1714.6815014457964, -23.689857123368846], ++- 'size': [1.796, 4.488, 1.664], ++- 'rotation': [0.14882026466054782, 0, 0, 0.9888642620837121], ++- 'name': 'car' ++-}] ++- ++-prediction_result = { ++- 'sample_token': '0f0e3ce89d2324d8b45aa55a7b4f8207fbb039a550991a5149214f98cec136ac', ++- 'translation': [971.8343488872263, 1713.6816097857359, -25.82534357061308], ++- 'size': [2.519726579986132, 7.810161372666739, 3.483438286096803], ++- 'rotation': [0.10913582721095375, 0.04099572636992043, 0.01927712319721745, 1.029328402625659], ++- 'name': 'car', ++- 'score': 0.3077029437237213 ++-} ++- ++- ++ input arguments: ++ ++ --pred_file: file with predictions ++@@ -354,26 +330,6 @@ def get_average_precisions(gt: list, predictions: list, class_names: list, iou_t ++ ++ Returns an array with an average precision per class. ++ ++- ++- Ground truth and predictions should have schema: ++- ++- gt = [{ ++- 'sample_token': '0f0e3ce89d2324d8b45aa55a7b4f8207fbb039a550991a5149214f98cec136ac', ++- 'translation': [974.2811881299899, 1714.6815014457964, -23.689857123368846], ++- 'size': [1.796, 4.488, 1.664], ++- 'rotation': [0.14882026466054782, 0, 0, 0.9888642620837121], ++- 'name': 'car' ++- }] ++- ++- predictions = [{ ++- 'sample_token': '0f0e3ce89d2324d8b45aa55a7b4f8207fbb039a550991a5149214f98cec136ac', ++- 'translation': [971.8343488872263, 1713.6816097857359, -25.82534357061308], ++- 'size': [2.519726579986132, 7.810161372666739, 3.483438286096803], ++- 'rotation': [0.10913582721095375, 0.04099572636992043, 0.01927712319721745, 1.029328402625659], ++- 'name': 'car', ++- 'score': 0.3077029437237213 ++- }] ++- ++ """ ++ assert all([0 <= iou_th <= 1 for iou_th in iou_thresholds]) ++ ++diff --git a/pcdet/datasets/nuscenes/nuscenes_dataset.py b/pcdet/datasets/nuscenes/nuscenes_dataset.py ++index 0f70005..19ccf95 100644 ++--- a/pcdet/datasets/nuscenes/nuscenes_dataset.py +++++ b/pcdet/datasets/nuscenes/nuscenes_dataset.py ++@@ -1,3 +1,5 @@ +++# Copyright 2024 Huawei Technologies Co., Ltd +++ ++ import copy ++ import pickle ++ from pathlib import Path ++@@ -11,6 +13,10 @@ from ..dataset import DatasetTemplate ++ from pyquaternion import Quaternion ++ from PIL import Image ++ +++import torch +++import torch_npu +++from torch_npu.contrib import transfer_to_npu +++ ++ ++ class NuScenesDataset(DatasetTemplate): ++ def __init__(self, dataset_cfg, class_names, training=True, root_path=None, logger=None): ++diff --git a/pcdet/models/backbones_2d/map_to_bev/pointpillar_scatter.py b/pcdet/models/backbones_2d/map_to_bev/pointpillar_scatter.py ++index c57cda8..ceb5779 100644 ++--- a/pcdet/models/backbones_2d/map_to_bev/pointpillar_scatter.py +++++ b/pcdet/models/backbones_2d/map_to_bev/pointpillar_scatter.py ++@@ -9,22 +9,28 @@ class PointPillarScatter(nn.Module): ++ self.model_cfg = model_cfg ++ self.num_bev_features = self.model_cfg.NUM_BEV_FEATURES ++ self.nx, self.ny, self.nz = grid_size +++ self.nums = self.nz * self.nx * self.ny ++ assert self.nz == 1 ++ ++ def forward(self, batch_dict, **kwargs): ++ pillar_features, coords = batch_dict['pillar_features'], batch_dict['voxel_coords'] +++ coords_dim1_length = coords.shape[1] +++ coords_0, coords_1, coords_2, coords_3, _ = torch.split(coords, [1, 1, 1, 1, coords_dim1_length-4], dim=1) +++ coords_0 = coords_0.squeeze(1) +++ coords_1 = coords_1.squeeze(1) +++ coords_2 = coords_2.squeeze(1) +++ coords_3 = coords_3.squeeze(1) ++ batch_spatial_features = [] ++- batch_size = coords[:, 0].max().int().item() + 1 +++ batch_size = coords_0.max().int().item() + 1 ++ for batch_idx in range(batch_size): ++ spatial_feature = torch.zeros( ++ self.num_bev_features, ++- self.nz * self.nx * self.ny, +++ self.nums, ++ dtype=pillar_features.dtype, ++ device=pillar_features.device) ++ ++- batch_mask = coords[:, 0] == batch_idx ++- this_coords = coords[batch_mask, :] ++- indices = this_coords[:, 1] + this_coords[:, 2] * self.nx + this_coords[:, 3] +++ batch_mask = coords_0 == batch_idx +++ indices = coords_1[batch_mask] + coords_2[batch_mask] * self.nx + coords_3[batch_mask] ++ indices = indices.type(torch.long) ++ pillars = pillar_features[batch_mask, :] ++ pillars = pillars.t() ++diff --git a/pcdet/models/backbones_3d/__init__.py b/pcdet/models/backbones_3d/__init__.py ++index 0a25c62..78c4998 100644 ++--- a/pcdet/models/backbones_3d/__init__.py +++++ b/pcdet/models/backbones_3d/__init__.py ++@@ -1,22 +1,22 @@ ++-from .pointnet2_backbone import PointNet2Backbone, PointNet2MSG +++# from .pointnet2_backbone import PointNet2Backbone, PointNet2MSG ++ from .spconv_backbone import VoxelBackBone8x, VoxelResBackBone8x ++-from .spconv_backbone_2d import PillarBackBone8x, PillarRes18BackBone8x ++-from .spconv_backbone_focal import VoxelBackBone8xFocal ++-from .spconv_backbone_voxelnext import VoxelResBackBone8xVoxelNeXt ++-from .spconv_backbone_voxelnext2d import VoxelResBackBone8xVoxelNeXt2D ++-from .spconv_unet import UNetV2 ++-from .dsvt import DSVT +++# from .spconv_backbone_2d import PillarBackBone8x, PillarRes18BackBone8x +++# from .spconv_backbone_focal import VoxelBackBone8xFocal +++# from .spconv_backbone_voxelnext import VoxelResBackBone8xVoxelNeXt +++# from .spconv_backbone_voxelnext2d import VoxelResBackBone8xVoxelNeXt2D +++# from .spconv_unet import UNetV2 +++# from .dsvt import DSVT ++ ++ __all__ = { ++ 'VoxelBackBone8x': VoxelBackBone8x, ++- 'UNetV2': UNetV2, ++- 'PointNet2Backbone': PointNet2Backbone, ++- 'PointNet2MSG': PointNet2MSG, +++# 'UNetV2': UNetV2, +++# 'PointNet2Backbone': PointNet2Backbone, +++# 'PointNet2MSG': PointNet2MSG, ++ 'VoxelResBackBone8x': VoxelResBackBone8x, ++- 'VoxelBackBone8xFocal': VoxelBackBone8xFocal, ++- 'VoxelResBackBone8xVoxelNeXt': VoxelResBackBone8xVoxelNeXt, ++- 'VoxelResBackBone8xVoxelNeXt2D': VoxelResBackBone8xVoxelNeXt2D, ++- 'PillarBackBone8x': PillarBackBone8x, ++- 'PillarRes18BackBone8x': PillarRes18BackBone8x, ++- 'DSVT': DSVT, +++# 'VoxelBackBone8xFocal': VoxelBackBone8xFocal, +++# 'VoxelResBackBone8xVoxelNeXt': VoxelResBackBone8xVoxelNeXt, +++# 'VoxelResBackBone8xVoxelNeXt2D': VoxelResBackBone8xVoxelNeXt2D, +++# 'PillarBackBone8x': PillarBackBone8x, +++# 'PillarRes18BackBone8x': PillarRes18BackBone8x, +++# 'DSVT': DSVT, ++ } ++diff --git a/pcdet/models/backbones_3d/focal_sparse_conv/SemanticSeg/sem_deeplabv3.py b/pcdet/models/backbones_3d/focal_sparse_conv/SemanticSeg/sem_deeplabv3.py ++index 9abf898..e35323d 100755 ++--- a/pcdet/models/backbones_3d/focal_sparse_conv/SemanticSeg/sem_deeplabv3.py +++++ b/pcdet/models/backbones_3d/focal_sparse_conv/SemanticSeg/sem_deeplabv3.py ++@@ -1,6 +1,7 @@ ++ from collections import OrderedDict ++ from pathlib import Path ++ from torch import hub +++import json ++ ++ import torch ++ import torch.nn as nn ++@@ -61,7 +62,13 @@ class SegTemplate(nn.Module): ++ checkpoint = checkpoint_path.name ++ save_dir = checkpoint_path.parent ++ save_dir.mkdir(parents=True, exist_ok=True) ++- url = f'https://download.pytorch.org/models/{checkpoint}' +++ import os +++ if not os.path.exists("ckpt_config.json"): +++ raise FileNotFoundError(f"ckpt_config.json not exists!") +++ with open("ckpt_config.json") as f: +++ data = json.loads(f.read()) +++ ckpt_url = data.get("ckpt_url") +++ url = f'{ckpt_url}/{checkpoint}' ++ hub.load_state_dict_from_url(url, save_dir) ++ ++ # Get pretrained state dict ++diff --git a/pcdet/models/backbones_3d/spconv_backbone.py b/pcdet/models/backbones_3d/spconv_backbone.py ++index f0c231a..ef0cc18 100644 ++--- a/pcdet/models/backbones_3d/spconv_backbone.py +++++ b/pcdet/models/backbones_3d/spconv_backbone.py ++@@ -2,19 +2,20 @@ from functools import partial ++ ++ import torch.nn as nn ++ ++-from ...utils.spconv_utils import replace_feature, spconv +++from ...utils.spconv_utils import replace_feature +++from mx_driving import spconv ++ ++ ++ def post_act_block(in_channels, out_channels, kernel_size, indice_key=None, stride=1, padding=0, ++ conv_type='subm', norm_fn=None): ++ ++ if conv_type == 'subm': ++- conv = spconv.SubMConv3d(in_channels, out_channels, kernel_size, bias=False, indice_key=indice_key) +++ conv = spconv.SubMConv3d(in_channels, out_channels, kernel_size, bias=False, mode='spconv', indice_key=indice_key) ++ elif conv_type == 'spconv': ++ conv = spconv.SparseConv3d(in_channels, out_channels, kernel_size, stride=stride, padding=padding, ++- bias=False, indice_key=indice_key) +++ bias=False, mode='spconv', indice_key=indice_key) ++ elif conv_type == 'inverseconv': ++- conv = spconv.SparseInverseConv3d(in_channels, out_channels, kernel_size, indice_key=indice_key, bias=False) +++ conv = spconv.SparseInverseConv3d(in_channels, out_channels, kernel_size, mode='spconv', indice_key=indice_key, bias=False) ++ else: ++ raise NotImplementedError ++ ++@@ -37,12 +38,12 @@ class SparseBasicBlock(spconv.SparseModule): ++ if bias is None: ++ bias = norm_fn is not None ++ self.conv1 = spconv.SubMConv3d( ++- inplanes, planes, kernel_size=3, stride=stride, padding=1, bias=bias, indice_key=indice_key +++ inplanes, planes, kernel_size=3, stride=stride, padding=1, bias=bias, mode='spconv', indice_key=indice_key ++ ) ++ self.bn1 = norm_fn(planes) ++ self.relu = nn.ReLU() ++ self.conv2 = spconv.SubMConv3d( ++- planes, planes, kernel_size=3, stride=stride, padding=1, bias=bias, indice_key=indice_key +++ planes, planes, kernel_size=3, stride=stride, padding=1, bias=bias, mode='spconv', indice_key=indice_key ++ ) ++ self.bn2 = norm_fn(planes) ++ self.downsample = downsample ++@@ -76,7 +77,7 @@ class VoxelBackBone8x(nn.Module): ++ self.sparse_shape = grid_size[::-1] + [1, 0, 0] ++ ++ self.conv_input = spconv.SparseSequential( ++- spconv.SubMConv3d(input_channels, 16, 3, padding=1, bias=False, indice_key='subm1'), +++ spconv.SubMConv3d(input_channels, 16, 3, padding=1, bias=False, mode='spconv', indice_key='subm1'), ++ norm_fn(16), ++ nn.ReLU(), ++ ) ++@@ -112,7 +113,7 @@ class VoxelBackBone8x(nn.Module): ++ self.conv_out = spconv.SparseSequential( ++ # [200, 150, 5] -> [200, 150, 2] ++ spconv.SparseConv3d(64, 128, (3, 1, 1), stride=(2, 1, 1), padding=last_pad, ++- bias=False, indice_key='spconv_down2'), +++ bias=False, mode='spconv', indice_key='spconv_down2'), ++ norm_fn(128), ++ nn.ReLU(), ++ ) ++@@ -191,7 +192,7 @@ class VoxelResBackBone8x(nn.Module): ++ self.sparse_shape = grid_size[::-1] + [1, 0, 0] ++ ++ self.conv_input = spconv.SparseSequential( ++- spconv.SubMConv3d(input_channels, 16, 3, padding=1, bias=False, indice_key='subm1'), +++ spconv.SubMConv3d(input_channels, 16, 3, padding=1, bias=False, mode='spconv', indice_key='subm1'), ++ norm_fn(16), ++ nn.ReLU(), ++ ) ++@@ -228,7 +229,7 @@ class VoxelResBackBone8x(nn.Module): ++ self.conv_out = spconv.SparseSequential( ++ # [200, 150, 5] -> [200, 150, 2] ++ spconv.SparseConv3d(128, 128, (3, 1, 1), stride=(2, 1, 1), padding=last_pad, ++- bias=False, indice_key='spconv_down2'), +++ bias=False, mode='spconv', indice_key='spconv_down2'), ++ norm_fn(128), ++ nn.ReLU(), ++ ) ++@@ -291,5 +292,5 @@ class VoxelResBackBone8x(nn.Module): ++ 'x_conv4': 8, ++ } ++ }) ++- +++ ++ return batch_dict ++diff --git a/pcdet/models/backbones_3d/vfe/dynamic_pillar_vfe.py b/pcdet/models/backbones_3d/vfe/dynamic_pillar_vfe.py ++index f5fb6b1..d9876cb 100644 ++--- a/pcdet/models/backbones_3d/vfe/dynamic_pillar_vfe.py +++++ b/pcdet/models/backbones_3d/vfe/dynamic_pillar_vfe.py ++@@ -1,3 +1,5 @@ +++# Copyright 2024 Huawei Technologies Co., Ltd +++ ++ import torch ++ import torch.nn as nn ++ import torch.nn.functional as F ++@@ -99,8 +101,11 @@ class DynamicPillarVFE(VFETemplate): ++ merge_coords = points[:, 0].int() * self.scale_xy + \ ++ points_coords[:, 0] * self.scale_y + \ ++ points_coords[:, 1] ++- ++- unq_coords, unq_inv, unq_cnt = torch.unique(merge_coords, return_inverse=True, return_counts=True, dim=0) +++ +++ import numpy as np +++ unq_coords, unq_inv = np.unique(merge_coords.cpu().numpy(), return_inverse=True) +++ unq_coords = torch.from_numpy(unq_coords).npu() +++ unq_inv = torch.from_numpy(unq_inv).npu() ++ ++ points_mean = torch_scatter.scatter_mean(points_xyz, unq_inv, dim=0) ++ f_cluster = points_xyz - points_mean[unq_inv, :] ++diff --git a/pcdet/models/backbones_3d/vfe/image_vfe_modules/ffn/ddn/ddn_template.py b/pcdet/models/backbones_3d/vfe/image_vfe_modules/ffn/ddn/ddn_template.py ++index be110d3..7fe2376 100644 ++--- a/pcdet/models/backbones_3d/vfe/image_vfe_modules/ffn/ddn/ddn_template.py +++++ b/pcdet/models/backbones_3d/vfe/image_vfe_modules/ffn/ddn/ddn_template.py ++@@ -1,6 +1,7 @@ ++ from collections import OrderedDict ++ from pathlib import Path ++ from torch import hub +++import json ++ ++ import torch ++ import torch.nn as nn ++@@ -68,7 +69,13 @@ class DDNTemplate(nn.Module): ++ checkpoint = checkpoint_path.name ++ save_dir = checkpoint_path.parent ++ save_dir.mkdir(parents=True) ++- url = f'https://download.pytorch.org/models/{checkpoint}' +++ import os +++ if not os.path.exists("ckpt_config.json"): +++ raise FileNotFoundError(f"ckpt_config.json not exists!") +++ with open("ckpt_config.json") as f: +++ data = json.loads(f.read()) +++ ckpt_url = data.get("ckpt_url") +++ url = f'{ckpt_url}/{checkpoint}' ++ hub.load_state_dict_from_url(url, save_dir) ++ ++ # Get pretrained state dict ++diff --git a/pcdet/models/backbones_3d/vfe/pillar_vfe.py b/pcdet/models/backbones_3d/vfe/pillar_vfe.py ++index a162a83..c84215f 100644 ++--- a/pcdet/models/backbones_3d/vfe/pillar_vfe.py +++++ b/pcdet/models/backbones_3d/vfe/pillar_vfe.py ++@@ -39,7 +39,7 @@ class PFNLayer(nn.Module): ++ x = self.norm(x.permute(0, 2, 1)).permute(0, 2, 1) if self.use_norm else x ++ torch.backends.cudnn.enabled = True ++ x = F.relu(x) ++- x_max = torch.max(x, dim=1, keepdim=True)[0] +++ x_max = torch.max(x.transpose(0,1), dim=0)[0].unsqueeze(0).transpose(0,1) ++ ++ if self.last_vfe: ++ return x_max ++@@ -94,13 +94,18 @@ class PillarVFE(VFETemplate): ++ def forward(self, batch_dict, **kwargs): ++ ++ voxel_features, voxel_num_points, coords = batch_dict['voxels'], batch_dict['voxel_num_points'], batch_dict['voxel_coords'] ++- points_mean = voxel_features[:, :, :3].sum(dim=1, keepdim=True) / voxel_num_points.type_as(voxel_features).view(-1, 1, 1) ++- f_cluster = voxel_features[:, :, :3] - points_mean ++- ++- f_center = torch.zeros_like(voxel_features[:, :, :3]) ++- f_center[:, :, 0] = voxel_features[:, :, 0] - (coords[:, 3].to(voxel_features.dtype).unsqueeze(1) * self.voxel_x + self.x_offset) ++- f_center[:, :, 1] = voxel_features[:, :, 1] - (coords[:, 2].to(voxel_features.dtype).unsqueeze(1) * self.voxel_y + self.y_offset) ++- f_center[:, :, 2] = voxel_features[:, :, 2] - (coords[:, 1].to(voxel_features.dtype).unsqueeze(1) * self.voxel_z + self.z_offset) +++ voxel_features_3 = voxel_features[:, :, :3] +++ voxel_features_dim2_length = voxel_features.shape[2] +++ voxel_features_0, voxel_features_1, voxel_features_2, _ = torch.split(voxel_features, [1, 1, 1, voxel_features_dim2_length-3], dim=2) +++ coords_dim1_length = coords.shape[1] +++ coords_0, coords_1, coords_2, coords_3, _ = torch.split(coords, [1, 1, 1, 1, coords_dim1_length-4], dim=1) +++ points_mean = voxel_features_3.sum(dim=1, keepdim=True) / voxel_num_points.type_as(voxel_features).view(-1, 1, 1) +++ f_cluster = voxel_features_3 - points_mean +++ +++ f_center = torch.zeros_like(voxel_features_3) +++ f_center[:, :, 0] = voxel_features_0.squeeze(2) - (coords_3.to(voxel_features.dtype) * self.voxel_x + self.x_offset) +++ f_center[:, :, 1] = voxel_features_1.squeeze(2) - (coords_2.to(voxel_features.dtype) * self.voxel_y + self.y_offset) +++ f_center[:, :, 2] = voxel_features_2.squeeze(2) - (coords_1.to(voxel_features.dtype) * self.voxel_z + self.z_offset) ++ ++ if self.use_absolute_xyz: ++ features = [voxel_features, f_cluster, f_center] ++@@ -108,7 +113,7 @@ class PillarVFE(VFETemplate): ++ features = [voxel_features[..., 3:], f_cluster, f_center] ++ ++ if self.with_distance: ++- points_dist = torch.norm(voxel_features[:, :, :3], 2, 2, keepdim=True) +++ points_dist = torch.norm(voxel_features_3, 2, 2, keepdim=True) ++ features.append(points_dist) ++ features = torch.cat(features, dim=-1) ++ ++diff --git a/pcdet/models/dense_heads/target_assigner/anchor_generator.py b/pcdet/models/dense_heads/target_assigner/anchor_generator.py ++index 0aa6861..d980478 100644 ++--- a/pcdet/models/dense_heads/target_assigner/anchor_generator.py +++++ b/pcdet/models/dense_heads/target_assigner/anchor_generator.py ++@@ -74,6 +74,4 @@ if __name__ == '__main__': ++ anchor_range=[-75.2, -75.2, -2, 75.2, 75.2, 4], ++ anchor_generator_config=config ++ ) ++- import pdb ++- pdb.set_trace() ++ A.generate_anchors([[188, 188]]) ++diff --git a/pcdet/models/detectors/detector3d_template.py b/pcdet/models/detectors/detector3d_template.py ++index 91e44bd..d0e83eb 100644 ++--- a/pcdet/models/detectors/detector3d_template.py +++++ b/pcdet/models/detectors/detector3d_template.py ++@@ -305,7 +305,7 @@ class Detector3DTemplate(nn.Module): ++ ++ if cur_gt.shape[0] > 0: ++ if box_preds.shape[0] > 0: ++- iou3d_rcnn = iou3d_nms_utils.boxes_iou3d_gpu(box_preds[:, 0:7], cur_gt[:, 0:7]) +++ iou3d_rcnn = iou3d_nms_utils.boxes_bev_iou_cpu(box_preds[:, 0:7].cpu(), cur_gt[:, 0:7].cpu()).npu() ++ else: ++ iou3d_rcnn = torch.zeros((0, cur_gt.shape[0])) ++ ++diff --git a/pcdet/ops/bev_pool/bev_pool.py b/pcdet/ops/bev_pool/bev_pool.py ++index 5769a40..9eb7a71 100644 ++--- a/pcdet/ops/bev_pool/bev_pool.py +++++ b/pcdet/ops/bev_pool/bev_pool.py ++@@ -1,6 +1,5 @@ ++ import torch ++ ++-from . import bev_pool_ext ++ ++ __all__ = ["bev_pool"] ++ ++diff --git a/pcdet/ops/iou3d_nms/iou3d_nms_utils.py b/pcdet/ops/iou3d_nms/iou3d_nms_utils.py ++index b63ca0d..641e329 100644 ++--- a/pcdet/ops/iou3d_nms/iou3d_nms_utils.py +++++ b/pcdet/ops/iou3d_nms/iou3d_nms_utils.py ++@@ -131,7 +131,7 @@ def nms_gpu(boxes, scores, thresh, pre_maxsize=None, **kwargs): ++ ++ boxes = boxes[order].contiguous() ++ keep = torch.LongTensor(boxes.size(0)) ++- num_out = iou3d_nms_cuda.nms_gpu(boxes, keep, thresh) +++ num_out = iou3d_nms_cuda.nms_cpu(boxes.cpu(), keep.cpu(), thresh) ++ return order[keep[:num_out].cuda()].contiguous(), None ++ ++ ++@@ -148,7 +148,7 @@ def nms_normal_gpu(boxes, scores, thresh, **kwargs): ++ boxes = boxes[order].contiguous() ++ ++ keep = torch.LongTensor(boxes.size(0)) ++- num_out = iou3d_nms_cuda.nms_normal_gpu(boxes, keep, thresh) +++ num_out = iou3d_nms_cuda.nms_cpu(boxes, keep, thresh) ++ return order[keep[:num_out].cuda()].contiguous(), None ++ ++ ++diff --git a/pcdet/ops/iou3d_nms/src/iou3d_cpu.cpp b/pcdet/ops/iou3d_nms/src/iou3d_cpu.cpp ++index c0311b3..a3e13dd 100644 ++--- a/pcdet/ops/iou3d_nms/src/iou3d_cpu.cpp +++++ b/pcdet/ops/iou3d_nms/src/iou3d_cpu.cpp ++@@ -9,23 +9,8 @@ All Rights Reserved 2020. ++ #include ++ #include ++ #include ++-#include ++-#include ++ #include "iou3d_cpu.h" ++ ++-#define CHECK_CUDA(x) do { \ ++- if (!x.type().is_cuda()) { \ ++- fprintf(stderr, "%s must be CUDA tensor at %s:%d\n", #x, __FILE__, __LINE__); \ ++- exit(-1); \ ++- } \ ++-} while (0) ++-#define CHECK_CONTIGUOUS(x) do { \ ++- if (!x.is_contiguous()) { \ ++- fprintf(stderr, "%s must be contiguous tensor at %s:%d\n", #x, __FILE__, __LINE__); \ ++- exit(-1); \ ++- } \ ++-} while (0) ++-#define CHECK_INPUT(x) CHECK_CUDA(x);CHECK_CONTIGUOUS(x) ++ ++ inline float min(float a, float b){ ++ return a > b ? b : a; ++@@ -38,20 +23,20 @@ inline float max(float a, float b){ ++ const float EPS = 1e-8; ++ struct Point { ++ float x, y; ++- __device__ Point() {} ++- __device__ Point(double _x, double _y){ +++ Point() {} +++ Point(double _x, double _y){ ++ x = _x, y = _y; ++ } ++ ++- __device__ void set(float _x, float _y){ +++ void set(float _x, float _y){ ++ x = _x; y = _y; ++ } ++ ++- __device__ Point operator +(const Point &b)const{ +++ Point operator +(const Point &b)const{ ++ return Point(x + b.x, y + b.y); ++ } ++ ++- __device__ Point operator -(const Point &b)const{ +++ Point operator -(const Point &b)const{ ++ return Point(x - b.x, y - b.y); ++ } ++ }; ++@@ -234,9 +219,6 @@ int boxes_iou_bev_cpu(at::Tensor boxes_a_tensor, at::Tensor boxes_b_tensor, at:: ++ // params boxes_b_tensor: (M, 7) [x, y, z, dx, dy, dz, heading] ++ // params ans_iou_tensor: (N, M) ++ ++- CHECK_CONTIGUOUS(boxes_a_tensor); ++- CHECK_CONTIGUOUS(boxes_b_tensor); ++- ++ int num_boxes_a = boxes_a_tensor.size(0); ++ int num_boxes_b = boxes_b_tensor.size(0); ++ const float *boxes_a = boxes_a_tensor.data(); ++@@ -256,9 +238,6 @@ int boxes_aligned_iou_bev_cpu(at::Tensor boxes_a_tensor, at::Tensor boxes_b_tens ++ // params boxes_b_tensor: (N, 7) [x, y, z, dx, dy, dz, heading] ++ // params ans_iou_tensor: (N, 1) ++ ++- CHECK_CONTIGUOUS(boxes_a_tensor); ++- CHECK_CONTIGUOUS(boxes_b_tensor); ++- ++ int num_boxes = boxes_a_tensor.size(0); ++ int num_boxes_b = boxes_b_tensor.size(0); ++ assert(num_boxes == num_boxes_b); ++@@ -271,3 +250,33 @@ int boxes_aligned_iou_bev_cpu(at::Tensor boxes_a_tensor, at::Tensor boxes_b_tens ++ } ++ return 1; ++ } +++ +++int nms_cpu(at::Tensor boxes, at::Tensor keep, float nms_overlap_thresh) { +++ int boxes_num = boxes.size(0); +++ const float * boxes_data = boxes.data(); +++ long * keep_data = keep.data(); +++ +++ int num_to_keep = 0; +++ +++ std::vector boxIndex; +++ for (int i = 0; i < boxes_num; i++) { +++ boxIndex.push_back(i); +++ } +++ +++ while (boxIndex.size() > 0) { +++ int keep_box_index = boxIndex[0]; +++ keep[num_to_keep++] = keep_box_index; +++ +++ boxIndex.erase(boxIndex.begin()); +++ +++ for (auto it = boxIndex.begin(); it != boxIndex.end(); ) { +++ float iou_bev_v = iou_bev(boxes_data + keep_box_index * 7, boxes_data + (*it) * 7); +++ if (iou_bev_v > nms_overlap_thresh) { +++ it = boxIndex.erase(it); +++ } else { +++ it++; +++ } +++ } +++ } +++ return num_to_keep; +++} ++diff --git a/pcdet/ops/iou3d_nms/src/iou3d_cpu.h b/pcdet/ops/iou3d_nms/src/iou3d_cpu.h ++index 4d93bb6..1dbdb36 100644 ++--- a/pcdet/ops/iou3d_nms/src/iou3d_cpu.h +++++ b/pcdet/ops/iou3d_nms/src/iou3d_cpu.h ++@@ -3,9 +3,8 @@ ++ ++ #include ++ #include ++-#include ++-#include ++ ++ int boxes_iou_bev_cpu(at::Tensor boxes_a_tensor, at::Tensor boxes_b_tensor, at::Tensor ans_iou_tensor); ++ int boxes_aligned_iou_bev_cpu(at::Tensor boxes_a_tensor, at::Tensor boxes_b_tensor, at::Tensor ans_iou_tensor); +++int nms_cpu(at::Tensor boxes, at::Tensor keep, float nms_overlap_thresh); ++ #endif ++diff --git a/pcdet/ops/iou3d_nms/src/iou3d_nms_api.cpp b/pcdet/ops/iou3d_nms/src/iou3d_nms_api.cpp ++index 972b55b..a0c416f 100644 ++--- a/pcdet/ops/iou3d_nms/src/iou3d_nms_api.cpp +++++ b/pcdet/ops/iou3d_nms/src/iou3d_nms_api.cpp ++@@ -1,20 +1,12 @@ ++ #include ++ #include ++ #include ++-#include ++-#include ++ ++ #include "iou3d_cpu.h" ++-#include "iou3d_nms.h" ++ ++ ++ PYBIND11_MODULE(TORCH_EXTENSION_NAME, m) { ++- m.def("boxes_aligned_overlap_bev_gpu", &boxes_aligned_overlap_bev_gpu, "aligned oriented boxes overlap"); ++- m.def("boxes_overlap_bev_gpu", &boxes_overlap_bev_gpu, "oriented boxes overlap"); ++- m.def("paired_boxes_overlap_bev_gpu", &paired_boxes_overlap_bev_gpu, "oriented boxes overlap"); ++- m.def("boxes_iou_bev_gpu", &boxes_iou_bev_gpu, "oriented boxes iou"); ++- m.def("nms_gpu", &nms_gpu, "oriented nms gpu"); ++- m.def("nms_normal_gpu", &nms_normal_gpu, "nms gpu"); ++ m.def("boxes_aligned_iou_bev_cpu", &boxes_aligned_iou_bev_cpu, "aligned oriented boxes iou"); ++ m.def("boxes_iou_bev_cpu", &boxes_iou_bev_cpu, "oriented boxes iou"); +++ m.def("nms_cpu", &nms_cpu, "nms cpu"); ++ } ++diff --git a/pcdet/ops/pointnet2/pointnet2_batch/pointnet2_utils.py b/pcdet/ops/pointnet2/pointnet2_batch/pointnet2_utils.py ++index c57afe1..5cc1c33 100644 ++--- a/pcdet/ops/pointnet2/pointnet2_batch/pointnet2_utils.py +++++ b/pcdet/ops/pointnet2/pointnet2_batch/pointnet2_utils.py ++@@ -4,8 +4,6 @@ import torch ++ import torch.nn as nn ++ from torch.autograd import Function, Variable ++ ++-from . import pointnet2_batch_cuda as pointnet2 ++- ++ ++ class FarthestPointSampling(Function): ++ @staticmethod ++diff --git a/pcdet/ops/pointnet2/pointnet2_stack/pointnet2_utils.py b/pcdet/ops/pointnet2/pointnet2_stack/pointnet2_utils.py ++index cd2c1f3..ae207b9 100644 ++--- a/pcdet/ops/pointnet2/pointnet2_stack/pointnet2_utils.py +++++ b/pcdet/ops/pointnet2/pointnet2_stack/pointnet2_utils.py ++@@ -2,8 +2,6 @@ import torch ++ import torch.nn as nn ++ from torch.autograd import Function, Variable ++ ++-from . import pointnet2_stack_cuda as pointnet2 ++- ++ ++ class BallQuery(Function): ++ ++diff --git a/pcdet/ops/pointnet2/pointnet2_stack/voxel_query_utils.py b/pcdet/ops/pointnet2/pointnet2_stack/voxel_query_utils.py ++index b22da2d..ae1a52d 100644 ++--- a/pcdet/ops/pointnet2/pointnet2_stack/voxel_query_utils.py +++++ b/pcdet/ops/pointnet2/pointnet2_stack/voxel_query_utils.py ++@@ -4,7 +4,6 @@ from torch.autograd import Function ++ import torch.nn as nn ++ from typing import List ++ ++-from . import pointnet2_stack_cuda as pointnet2 ++ from . import pointnet2_utils ++ ++ class VoxelQuery(Function): ++diff --git a/pcdet/ops/roiaware_pool3d/roiaware_pool3d_utils.py b/pcdet/ops/roiaware_pool3d/roiaware_pool3d_utils.py ++index d8ca924..304cbb8 100644 ++--- a/pcdet/ops/roiaware_pool3d/roiaware_pool3d_utils.py +++++ b/pcdet/ops/roiaware_pool3d/roiaware_pool3d_utils.py ++@@ -1,3 +1,5 @@ +++# Copyright 2024 Huawei Technologies Co., Ltd +++ ++ import torch ++ import torch.nn as nn ++ from torch.autograd import Function ++@@ -35,8 +37,8 @@ def points_in_boxes_gpu(points, boxes): ++ assert boxes.shape[2] == 7 and points.shape[2] == 3 ++ batch_size, num_points, _ = points.shape ++ ++- box_idxs_of_pts = points.new_zeros((batch_size, num_points), dtype=torch.int).fill_(-1) ++- roiaware_pool3d_cuda.points_in_boxes_gpu(boxes.contiguous(), points.contiguous(), box_idxs_of_pts) +++ import mx_driving.preprocess +++ box_idxs_of_pts = mx_driving.preprocess.npu_points_in_box(boxes.contiguous().npu(), points.contiguous().npu()) ++ ++ return box_idxs_of_pts ++ ++@@ -87,7 +89,6 @@ class RoIAwarePool3dFunction(Function): ++ ++ pool_method_map = {'max': 0, 'avg': 1} ++ pool_method = pool_method_map[pool_method] ++- roiaware_pool3d_cuda.forward(rois, pts, pts_feature, argmax, pts_idx_of_voxels, pooled_features, pool_method) ++ ++ ctx.roiaware_pool3d_for_backward = (pts_idx_of_voxels, argmax, pool_method, num_pts, num_channels) ++ return pooled_features ++@@ -102,7 +103,6 @@ class RoIAwarePool3dFunction(Function): ++ pts_idx_of_voxels, argmax, pool_method, num_pts, num_channels = ctx.roiaware_pool3d_for_backward ++ ++ grad_in = grad_out.new_zeros((num_pts, num_channels)) ++- roiaware_pool3d_cuda.backward(pts_idx_of_voxels, argmax, grad_out.contiguous(), grad_in, pool_method) ++ ++ return None, None, grad_in, None, None, None ++ ++diff --git a/pcdet/ops/roiaware_pool3d/src/roiaware_pool3d.cpp b/pcdet/ops/roiaware_pool3d/src/roiaware_pool3d.cpp ++index 00edfef..2bd89df 100644 ++--- a/pcdet/ops/roiaware_pool3d/src/roiaware_pool3d.cpp +++++ b/pcdet/ops/roiaware_pool3d/src/roiaware_pool3d.cpp ++@@ -15,108 +15,9 @@ All Rights Reserved 2019-2020. ++ //#define CHECK_CONTIGUOUS(x) AT_CHECK(x.is_contiguous(), #x, " must be contiguous ") ++ //#define CHECK_INPUT(x) CHECK_CUDA(x);CHECK_CONTIGUOUS(x) ++ ++- ++-void roiaware_pool3d_launcher(int boxes_num, int pts_num, int channels, int max_pts_each_voxel, ++- int out_x, int out_y, int out_z, const float *rois, const float *pts, const float *pts_feature, ++- int *argmax, int *pts_idx_of_voxels, float *pooled_features, int pool_method); ++- ++-void roiaware_pool3d_backward_launcher(int boxes_num, int out_x, int out_y, int out_z, int channels, int max_pts_each_voxel, ++- const int *pts_idx_of_voxels, const int *argmax, const float *grad_out, float *grad_in, int pool_method); ++- ++ void points_in_boxes_launcher(int batch_size, int boxes_num, int pts_num, const float *boxes, ++ const float *pts, int *box_idx_of_points); ++ ++-int roiaware_pool3d_gpu(at::Tensor rois, at::Tensor pts, at::Tensor pts_feature, at::Tensor argmax, ++- at::Tensor pts_idx_of_voxels, at::Tensor pooled_features, int pool_method){ ++- // params rois: (N, 7) [x, y, z, dx, dy, dz, heading] (x, y, z) is the box center ++- // params pts: (npoints, 3) [x, y, z] ++- // params pts_feature: (npoints, C) ++- // params argmax: (N, out_x, out_y, out_z, C) ++- // params pts_idx_of_voxels: (N, out_x, out_y, out_z, max_pts_each_voxel) ++- // params pooled_features: (N, out_x, out_y, out_z, C) ++- // params pool_method: 0: max_pool 1: avg_pool ++- ++-// CHECK_INPUT(rois); ++-// CHECK_INPUT(pts); ++-// CHECK_INPUT(pts_feature); ++-// CHECK_INPUT(argmax); ++-// CHECK_INPUT(pts_idx_of_voxels); ++-// CHECK_INPUT(pooled_features); ++- ++- int boxes_num = rois.size(0); ++- int pts_num = pts.size(0); ++- int channels = pts_feature.size(1); ++- int max_pts_each_voxel = pts_idx_of_voxels.size(4); // index 0 is the counter ++- int out_x = pts_idx_of_voxels.size(1); ++- int out_y = pts_idx_of_voxels.size(2); ++- int out_z = pts_idx_of_voxels.size(3); ++- assert ((out_x < 256) && (out_y < 256) && (out_z < 256)); // we encode index with 8bit ++- ++- const float *rois_data = rois.data(); ++- const float *pts_data = pts.data(); ++- const float *pts_feature_data = pts_feature.data(); ++- int *argmax_data = argmax.data(); ++- int *pts_idx_of_voxels_data = pts_idx_of_voxels.data(); ++- float *pooled_features_data = pooled_features.data(); ++- ++- roiaware_pool3d_launcher(boxes_num, pts_num, channels, max_pts_each_voxel, out_x, out_y, out_z, ++- rois_data, pts_data, pts_feature_data, argmax_data, pts_idx_of_voxels_data, pooled_features_data, pool_method); ++- ++- return 1; ++-} ++- ++-int roiaware_pool3d_gpu_backward(at::Tensor pts_idx_of_voxels, at::Tensor argmax, at::Tensor grad_out, at::Tensor grad_in, int pool_method){ ++- // params pts_idx_of_voxels: (N, out_x, out_y, out_z, max_pts_each_voxel) ++- // params argmax: (N, out_x, out_y, out_z, C) ++- // params grad_out: (N, out_x, out_y, out_z, C) ++- // params grad_in: (npoints, C), return value ++- // params pool_method: 0: max_pool 1: avg_pool ++- ++-// CHECK_INPUT(pts_idx_of_voxels); ++-// CHECK_INPUT(argmax); ++-// CHECK_INPUT(grad_out); ++-// CHECK_INPUT(grad_in); ++- ++- int boxes_num = pts_idx_of_voxels.size(0); ++- int out_x = pts_idx_of_voxels.size(1); ++- int out_y = pts_idx_of_voxels.size(2); ++- int out_z = pts_idx_of_voxels.size(3); ++- int max_pts_each_voxel = pts_idx_of_voxels.size(4); // index 0 is the counter ++- int channels = grad_out.size(4); ++- ++- const int *pts_idx_of_voxels_data = pts_idx_of_voxels.data(); ++- const int *argmax_data = argmax.data(); ++- const float *grad_out_data = grad_out.data(); ++- float *grad_in_data = grad_in.data(); ++- ++- roiaware_pool3d_backward_launcher(boxes_num, out_x, out_y, out_z, channels, max_pts_each_voxel, ++- pts_idx_of_voxels_data, argmax_data, grad_out_data, grad_in_data, pool_method); ++- ++- return 1; ++-} ++- ++-int points_in_boxes_gpu(at::Tensor boxes_tensor, at::Tensor pts_tensor, at::Tensor box_idx_of_points_tensor){ ++- // params boxes: (B, N, 7) [x, y, z, dx, dy, dz, heading] (x, y, z) is the box center ++- // params pts: (B, npoints, 3) [x, y, z] ++- // params boxes_idx_of_points: (B, npoints), default -1 ++- ++-// CHECK_INPUT(boxes_tensor); ++-// CHECK_INPUT(pts_tensor); ++-// CHECK_INPUT(box_idx_of_points_tensor); ++- ++- int batch_size = boxes_tensor.size(0); ++- int boxes_num = boxes_tensor.size(1); ++- int pts_num = pts_tensor.size(1); ++- ++- const float *boxes = boxes_tensor.data(); ++- const float *pts = pts_tensor.data(); ++- int *box_idx_of_points = box_idx_of_points_tensor.data(); ++- ++- points_in_boxes_launcher(batch_size, boxes_num, pts_num, boxes, pts, box_idx_of_points); ++- ++- return 1; ++-} ++- ++ ++ inline void lidar_to_local_coords_cpu(float shift_x, float shift_y, float rot_angle, float &local_x, float &local_y){ ++ float cosa = cos(-rot_angle), sina = sin(-rot_angle); ++@@ -170,8 +71,5 @@ int points_in_boxes_cpu(at::Tensor boxes_tensor, at::Tensor pts_tensor, at::Tens ++ ++ ++ PYBIND11_MODULE(TORCH_EXTENSION_NAME, m) { ++- m.def("forward", &roiaware_pool3d_gpu, "roiaware pool3d forward (CUDA)"); ++- m.def("backward", &roiaware_pool3d_gpu_backward, "roiaware pool3d backward (CUDA)"); ++- m.def("points_in_boxes_gpu", &points_in_boxes_gpu, "points_in_boxes_gpu forward (CUDA)"); ++ m.def("points_in_boxes_cpu", &points_in_boxes_cpu, "points_in_boxes_cpu forward (CUDA)"); ++ } ++diff --git a/pcdet/ops/roipoint_pool3d/roipoint_pool3d_utils.py b/pcdet/ops/roipoint_pool3d/roipoint_pool3d_utils.py ++index 1e13396..47a9cb4 100644 ++--- a/pcdet/ops/roipoint_pool3d/roipoint_pool3d_utils.py +++++ b/pcdet/ops/roipoint_pool3d/roipoint_pool3d_utils.py ++@@ -3,7 +3,6 @@ import torch.nn as nn ++ from torch.autograd import Function ++ ++ from ...utils import box_utils ++-from . import roipoint_pool3d_cuda ++ ++ ++ class RoIPointPool3d(nn.Module): ++diff --git a/pcdet/utils/common_utils.py b/pcdet/utils/common_utils.py ++index af70728..a060dcd 100644 ++--- a/pcdet/utils/common_utils.py +++++ b/pcdet/utils/common_utils.py ++@@ -159,33 +159,6 @@ def keep_arrays_by_name(gt_names, used_classes): ++ return inds ++ ++ ++-def init_dist_slurm(tcp_port, local_rank, backend='nccl'): ++- """ ++- modified from https://github.com/open-mmlab/mmdetection ++- Args: ++- tcp_port: ++- backend: ++- ++- Returns: ++- ++- """ ++- proc_id = int(os.environ['SLURM_PROCID']) ++- ntasks = int(os.environ['SLURM_NTASKS']) ++- node_list = os.environ['SLURM_NODELIST'] ++- num_gpus = torch.cuda.device_count() ++- torch.cuda.set_device(proc_id % num_gpus) ++- addr = subprocess.getoutput('scontrol show hostname {} | head -n1'.format(node_list)) ++- os.environ['MASTER_PORT'] = str(tcp_port) ++- os.environ['MASTER_ADDR'] = addr ++- os.environ['WORLD_SIZE'] = str(ntasks) ++- os.environ['RANK'] = str(proc_id) ++- dist.init_process_group(backend=backend) ++- ++- total_gpus = dist.get_world_size() ++- rank = dist.get_rank() ++- return total_gpus, rank ++- ++- ++ def init_dist_pytorch(tcp_port, local_rank, backend='nccl'): ++ if mp.get_start_method(allow_none=True) is None: ++ mp.set_start_method('spawn') ++diff --git a/pcdet/utils/spconv_utils.py b/pcdet/utils/spconv_utils.py ++index c38f899..cba5688 100644 ++--- a/pcdet/utils/spconv_utils.py +++++ b/pcdet/utils/spconv_utils.py ++@@ -20,9 +20,8 @@ def find_all_spconv_keys(model: nn.Module, prefix="") -> Set[str]: ++ for name, child in model.named_children(): ++ new_prefix = f"{prefix}.{name}" if prefix != "" else name ++ ++- if isinstance(child, spconv.conv.SparseConvolution): ++- new_prefix = f"{new_prefix}.weight" ++- found_keys.add(new_prefix) +++ new_prefix = f"{new_prefix}.weight" +++ found_keys.add(new_prefix) ++ ++ found_keys.update(find_all_spconv_keys(child, prefix=new_prefix)) ++ ++diff --git a/requirements.txt b/requirements.txt ++index a730fd7..88a4b98 100644 ++--- a/requirements.txt +++++ b/requirements.txt ++@@ -1,13 +1,17 @@ ++ numpy ++ llvmlite ++ numba ++-torch>=1.1 ++ tensorboardX ++ easydict ++ pyyaml ++ scikit-image ++ tqdm ++-torchvision +++torchvision==0.16.0 ++ SharedArray ++ opencv-python ++-pyquaternion ++\ No newline at end of file +++pyquaternion +++pccm==0.3.4 +++torch_scatter==2.1.1 +++opencv-python-headless +++av2 +++kornia==0.6.5 ++\ No newline at end of file ++diff --git a/setup.py b/setup.py ++index f5a31d9..784296c 100644 ++--- a/setup.py +++++ b/setup.py ++@@ -2,7 +2,7 @@ import os ++ import subprocess ++ ++ from setuptools import find_packages, setup ++-from torch.utils.cpp_extension import BuildExtension, CUDAExtension +++from torch.utils.cpp_extension import BuildExtension, CUDAExtension, CppExtension ++ ++ ++ def get_git_commit_number(): ++@@ -21,6 +21,16 @@ def make_cuda_ext(name, module, sources): ++ ) ++ return cuda_ext ++ +++def make_cpp_ext(name, module, sources): +++ sources_path = [os.path.join(*module.split('.'), src) for src in sources] +++ for _path in sources_path: +++ if not os.path.exists(_path): +++ raise FileNotFoundError(f"{_path} not exists!") +++ cpp_ext = CppExtension( +++ name=f'{module}.{name}', +++ sources=sources_path +++ ) +++ return cpp_ext ++ ++ def write_version_to_file(version, target_file): ++ with open(target_file, 'w') as f: ++@@ -56,82 +66,20 @@ if __name__ == '__main__': ++ 'build_ext': BuildExtension, ++ }, ++ ext_modules=[ ++- make_cuda_ext( ++- name='iou3d_nms_cuda', ++- module='pcdet.ops.iou3d_nms', ++- sources=[ ++- 'src/iou3d_cpu.cpp', ++- 'src/iou3d_nms_api.cpp', ++- 'src/iou3d_nms.cpp', ++- 'src/iou3d_nms_kernel.cu', ++- ] ++- ), ++- make_cuda_ext( +++ make_cpp_ext( ++ name='roiaware_pool3d_cuda', ++ module='pcdet.ops.roiaware_pool3d', ++ sources=[ ++ 'src/roiaware_pool3d.cpp', ++- 'src/roiaware_pool3d_kernel.cu', ++ ] ++ ), ++- make_cuda_ext( ++- name='roipoint_pool3d_cuda', ++- module='pcdet.ops.roipoint_pool3d', ++- sources=[ ++- 'src/roipoint_pool3d.cpp', ++- 'src/roipoint_pool3d_kernel.cu', ++- ] ++- ), ++- make_cuda_ext( ++- name='pointnet2_stack_cuda', ++- module='pcdet.ops.pointnet2.pointnet2_stack', ++- sources=[ ++- 'src/pointnet2_api.cpp', ++- 'src/ball_query.cpp', ++- 'src/ball_query_gpu.cu', ++- 'src/group_points.cpp', ++- 'src/group_points_gpu.cu', ++- 'src/sampling.cpp', ++- 'src/sampling_gpu.cu', ++- 'src/interpolate.cpp', ++- 'src/interpolate_gpu.cu', ++- 'src/voxel_query.cpp', ++- 'src/voxel_query_gpu.cu', ++- 'src/vector_pool.cpp', ++- 'src/vector_pool_gpu.cu' ++- ], ++- ), ++- make_cuda_ext( ++- name='pointnet2_batch_cuda', ++- module='pcdet.ops.pointnet2.pointnet2_batch', ++- sources=[ ++- 'src/pointnet2_api.cpp', ++- 'src/ball_query.cpp', ++- 'src/ball_query_gpu.cu', ++- 'src/group_points.cpp', ++- 'src/group_points_gpu.cu', ++- 'src/interpolate.cpp', ++- 'src/interpolate_gpu.cu', ++- 'src/sampling.cpp', ++- 'src/sampling_gpu.cu', ++- ++- ], ++- ), ++- make_cuda_ext( ++- name="bev_pool_ext", ++- module="pcdet.ops.bev_pool", ++- sources=[ ++- "src/bev_pool.cpp", ++- "src/bev_pool_cuda.cu", ++- ], ++- ), ++- make_cuda_ext( ++- name='ingroup_inds_cuda', ++- module='pcdet.ops.ingroup_inds', +++ make_cpp_ext( +++ name='iou3d_nms_cuda', +++ module='pcdet.ops.iou3d_nms', ++ sources=[ ++- 'src/ingroup_inds.cpp', ++- 'src/ingroup_inds_kernel.cu', +++ 'src/iou3d_cpu.cpp', +++ 'src/iou3d_nms_api.cpp', ++ ] ++- ), +++ ) ++ ], ++ ) ++diff --git a/third_party_patches/spconv_patches/spconv/core_cc/csrc/sparse/all/__init__.pyi b/third_party_patches/spconv_patches/spconv/core_cc/csrc/sparse/all/__init__.pyi ++new file mode 100644 ++index 0000000..ce4439c ++--- /dev/null +++++ b/third_party_patches/spconv_patches/spconv/core_cc/csrc/sparse/all/__init__.pyi ++@@ -0,0 +1,104 @@ +++from typing import overload, Any, Callable, Dict, List, Optional, Set, Tuple, Type, Union +++from pccm.stubs import EnumValue, EnumClassValue +++from cumm.tensorview import Tensor +++class ThrustCustomAllocatorV2: +++ alloc_func: Callable[int, int] +++class SpconvOps: +++ @staticmethod +++ def generate_conv_inds_cpu(indices: Tensor, indice_pairs: Tensor, out_inds: Tensor, indice_num_per_loc: Tensor, batch_size: int, output_dims: List[int], input_dims: List[int], ksize: List[int], stride: List[int], padding: List[int], dilation: List[int], transposed: bool = False) -> int: +++ """ +++ Args: +++ indices: +++ indice_pairs: +++ out_inds: +++ indice_num_per_loc: +++ batch_size: +++ output_dims: +++ input_dims: +++ ksize: +++ stride: +++ padding: +++ dilation: +++ transposed: +++ """ +++ ... +++ @staticmethod +++ def generate_subm_conv_inds_cpu(indices: Tensor, indice_pairs: Tensor, out_inds: Tensor, indice_num_per_loc: Tensor, batch_size: int, input_dims: List[int], ksize: List[int], dilation: List[int]) -> int: +++ """ +++ Args: +++ indices: +++ indice_pairs: +++ out_inds: +++ indice_num_per_loc: +++ batch_size: +++ input_dims: +++ ksize: +++ dilation: +++ """ +++ ... +++ @staticmethod +++ def maxpool_forward_cpu(out: Tensor, inp: Tensor, out_inds: Tensor, in_inds: Tensor) -> None: +++ """ +++ Args: +++ out: +++ inp: +++ out_inds: +++ in_inds: +++ """ +++ ... +++ @staticmethod +++ def maxpool_backward_cpu(out: Tensor, inp: Tensor, dout: Tensor, dinp: Tensor, out_inds: Tensor, in_inds: Tensor) -> None: +++ """ +++ Args: +++ out: +++ inp: +++ dout: +++ dinp: +++ out_inds: +++ in_inds: +++ """ +++ ... +++ @staticmethod +++ def gather_cpu(out: Tensor, inp: Tensor, inds: Tensor) -> None: +++ """ +++ Args: +++ out: +++ inp: +++ inds: +++ """ +++ ... +++ @staticmethod +++ def scatter_add_cpu(out: Tensor, inp: Tensor, inds: Tensor) -> None: +++ """ +++ Args: +++ out: +++ inp: +++ inds: +++ """ +++ ... +++ @staticmethod +++ def calc_point2voxel_meta_data(vsize_xyz: List[float], coors_range_xyz: List[float]) -> Tuple[List[float], List[int], List[int], List[float]]: +++ """ +++ Args: +++ vsize_xyz: +++ coors_range_xyz: +++ """ +++ ... +++ @staticmethod +++ def point2voxel_cpu(points: Tensor, voxels: Tensor, indices: Tensor, num_per_voxel: Tensor, densehashdata: Tensor, pc_voxel_id: Tensor, vsize: List[float], grid_size: List[int], grid_stride: List[int], coors_range: List[float], empty_mean: bool = False, clear_voxels: bool = True) -> Tuple[Tensor, Tensor, Tensor]: +++ """ +++ Args: +++ points: +++ voxels: +++ indices: +++ num_per_voxel: +++ densehashdata: +++ pc_voxel_id: +++ vsize: +++ grid_size: +++ grid_stride: +++ coors_range: +++ empty_mean: +++ clear_voxels: +++ """ +++ ... ++diff --git a/tools/cfgs/nuscenes_models/cbgs_dyn_pp_centerpoint.yaml b/tools/cfgs/nuscenes_models/cbgs_dyn_pp_centerpoint.yaml ++index 51d6c7b..24e3fe5 100644 ++--- a/tools/cfgs/nuscenes_models/cbgs_dyn_pp_centerpoint.yaml +++++ b/tools/cfgs/nuscenes_models/cbgs_dyn_pp_centerpoint.yaml ++@@ -15,18 +15,23 @@ DATA_CONFIG: ++ 'test': True ++ } ++ ++- - NAME: transform_points_to_voxels_placeholder +++ - NAME: transform_points_to_voxels ++ VOXEL_SIZE: [0.2, 0.2, 8.0] +++ MAX_POINTS_PER_VOXEL: 20 +++ MAX_NUMBER_OF_VOXELS: { +++ 'train': 30000, +++ 'test': 30000 +++ } ++ ++ MODEL: ++ NAME: CenterPoint ++ ++ VFE: ++- NAME: DynPillarVFE +++ NAME: PillarVFE ++ WITH_DISTANCE: False ++ USE_ABSLOTE_XYZ: True ++ USE_NORM: True ++- NUM_FILTERS: [ 64, 64 ] +++ NUM_FILTERS: [ 64 ] ++ ++ MAP_TO_BEV: ++ NAME: PointPillarScatter ++@@ -45,7 +50,7 @@ MODEL: ++ CLASS_AGNOSTIC: False ++ ++ CLASS_NAMES_EACH_HEAD: [ ++- ['car'], +++ ['car'], ++ ['truck', 'construction_vehicle'], ++ ['bus', 'trailer'], ++ ['barrier'], ++@@ -96,11 +101,11 @@ MODEL: ++ ++ ++ OPTIMIZATION: ++- BATCH_SIZE_PER_GPU: 4 +++ BATCH_SIZE_PER_GPU: 12 ++ NUM_EPOCHS: 20 ++ ++ OPTIMIZER: adam_onecycle ++- LR: 0.001 +++ LR: 0.003 ++ WEIGHT_DECAY: 0.01 ++ MOMENTUM: 0.9 ++ ++diff --git a/tools/cfgs/nuscenes_models/cbgs_dyn_pp_centerpoint_performance.yaml b/tools/cfgs/nuscenes_models/cbgs_dyn_pp_centerpoint_performance.yaml ++new file mode 100644 ++index 0000000..f801449 ++--- /dev/null +++++ b/tools/cfgs/nuscenes_models/cbgs_dyn_pp_centerpoint_performance.yaml ++@@ -0,0 +1,122 @@ +++CLASS_NAMES: ['car','truck', 'construction_vehicle', 'bus', 'trailer', +++ 'barrier', 'motorcycle', 'bicycle', 'pedestrian', 'traffic_cone'] +++ +++DATA_CONFIG: +++ _BASE_CONFIG_: cfgs/dataset_configs/nuscenes_dataset.yaml +++ +++ POINT_CLOUD_RANGE: [-51.2, -51.2, -5.0, 51.2, 51.2, 3.0] +++ DATA_PROCESSOR: +++ - NAME: mask_points_and_boxes_outside_range +++ REMOVE_OUTSIDE_BOXES: True +++ +++ - NAME: shuffle_points +++ SHUFFLE_ENABLED: { +++ 'train': True, +++ 'test': True +++ } +++ +++ - NAME: transform_points_to_voxels +++ VOXEL_SIZE: [0.2, 0.2, 8.0] +++ MAX_POINTS_PER_VOXEL: 20 +++ MAX_NUMBER_OF_VOXELS: { +++ 'train': 30000, +++ 'test': 30000 +++ } +++ +++MODEL: +++ NAME: CenterPoint +++ +++ VFE: +++ NAME: PillarVFE +++ WITH_DISTANCE: False +++ USE_ABSLOTE_XYZ: True +++ USE_NORM: True +++ NUM_FILTERS: [ 64 ] +++ +++ MAP_TO_BEV: +++ NAME: PointPillarScatter +++ NUM_BEV_FEATURES: 64 +++ +++ BACKBONE_2D: +++ NAME: BaseBEVBackbone +++ LAYER_NUMS: [3, 5, 5] +++ LAYER_STRIDES: [2, 2, 2] +++ NUM_FILTERS: [64, 128, 256] +++ UPSAMPLE_STRIDES: [0.5, 1, 2] +++ NUM_UPSAMPLE_FILTERS: [128, 128, 128] +++ +++ DENSE_HEAD: +++ NAME: CenterHead +++ CLASS_AGNOSTIC: False +++ +++ CLASS_NAMES_EACH_HEAD: [ +++ ['car'], +++ ['truck', 'construction_vehicle'], +++ ['bus', 'trailer'], +++ ['barrier'], +++ ['motorcycle', 'bicycle'], +++ ['pedestrian', 'traffic_cone'], +++ ] +++ +++ SHARED_CONV_CHANNEL: 64 +++ USE_BIAS_BEFORE_NORM: True +++ NUM_HM_CONV: 2 +++ SEPARATE_HEAD_CFG: +++ HEAD_ORDER: ['center', 'center_z', 'dim', 'rot', 'vel'] +++ HEAD_DICT: { +++ 'center': {'out_channels': 2, 'num_conv': 2}, +++ 'center_z': {'out_channels': 1, 'num_conv': 2}, +++ 'dim': {'out_channels': 3, 'num_conv': 2}, +++ 'rot': {'out_channels': 2, 'num_conv': 2}, +++ 'vel': {'out_channels': 2, 'num_conv': 2}, +++ } +++ +++ TARGET_ASSIGNER_CONFIG: +++ FEATURE_MAP_STRIDE: 4 +++ NUM_MAX_OBJS: 500 +++ GAUSSIAN_OVERLAP: 0.1 +++ MIN_RADIUS: 2 +++ +++ LOSS_CONFIG: +++ LOSS_WEIGHTS: { +++ 'cls_weight': 1.0, +++ 'loc_weight': 0.25, +++ 'code_weights': [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.2, 0.2, 1.0, 1.0] +++ } +++ +++ POST_PROCESSING: +++ SCORE_THRESH: 0.1 +++ POST_CENTER_LIMIT_RANGE: [-61.2, -61.2, -10.0, 61.2, 61.2, 10.0] +++ MAX_OBJ_PER_SAMPLE: 500 +++ NMS_CONFIG: +++ NMS_TYPE: nms_gpu +++ NMS_THRESH: 0.2 +++ NMS_PRE_MAXSIZE: 1000 +++ NMS_POST_MAXSIZE: 83 +++ +++ POST_PROCESSING: +++ RECALL_THRESH_LIST: [0.3, 0.5, 0.7] +++ +++ EVAL_METRIC: kitti +++ +++ +++OPTIMIZATION: +++ BATCH_SIZE_PER_GPU: 12 +++ NUM_EPOCHS: 1 +++ +++ OPTIMIZER: adam_onecycle +++ LR: 0.003 +++ WEIGHT_DECAY: 0.01 +++ MOMENTUM: 0.9 +++ +++ MOMS: [0.95, 0.85] +++ PCT_START: 0.4 +++ DIV_FACTOR: 10 +++ DECAY_STEP_LIST: [35, 45] +++ LR_DECAY: 0.1 +++ LR_CLIP: 0.0000001 +++ +++ LR_WARMUP: False +++ WARMUP_EPOCH: 1 +++ +++ GRAD_NORM_CLIP: 10 ++diff --git a/tools/ckpt_config.json b/tools/ckpt_config.json ++new file mode 100644 ++index 0000000..82ee6ed ++--- /dev/null +++++ b/tools/ckpt_config.json ++@@ -0,0 +1 @@ +++{"ckpt_url" : "https://download.pytorch.org/models/"} ++\ No newline at end of file ++diff --git a/tools/test.py b/tools/test.py ++index 51b7178..cd8652d 100644 ++--- a/tools/test.py +++++ b/tools/test.py ++@@ -9,6 +9,8 @@ from pathlib import Path ++ ++ import numpy as np ++ import torch +++import torch_npu +++from torch_npu.contrib import transfer_to_npu ++ from tensorboardX import SummaryWriter ++ ++ from eval_utils import eval_utils ++@@ -29,7 +31,7 @@ def parse_config(): ++ parser.add_argument('--pretrained_model', type=str, default=None, help='pretrained_model') ++ parser.add_argument('--launcher', choices=['none', 'pytorch', 'slurm'], default='none') ++ parser.add_argument('--tcp_port', type=int, default=18888, help='tcp port for distrbuted training') ++- parser.add_argument('--local_rank', type=int, default=0, help='local rank for distributed training') +++ parser.add_argument('--local-rank', type=int, default=0, help='local rank for distributed training') ++ parser.add_argument('--set', dest='set_cfgs', default=None, nargs=argparse.REMAINDER, ++ help='set extra config keys if needed') ++ ++diff --git a/tools/train.py b/tools/train.py ++index 29a88bd..8733edc 100644 ++--- a/tools/train.py +++++ b/tools/train.py ++@@ -7,6 +7,8 @@ from pathlib import Path ++ from test import repeat_eval_ckpt ++ ++ import torch +++import torch_npu +++from torch_npu.contrib import transfer_to_npu ++ import torch.nn as nn ++ from tensorboardX import SummaryWriter ++ ++@@ -33,7 +35,7 @@ def parse_config(): ++ parser.add_argument('--sync_bn', action='store_true', default=False, help='whether to use sync bn') ++ parser.add_argument('--fix_random_seed', action='store_true', default=False, help='') ++ parser.add_argument('--ckpt_save_interval', type=int, default=1, help='number of training epochs') ++- parser.add_argument('--local_rank', type=int, default=0, help='local rank for distributed training') +++ parser.add_argument('--local-rank', type=int, default=0, help='local rank for distributed training') ++ parser.add_argument('--max_ckpt_save_num', type=int, default=30, help='max number of saved checkpoint') ++ parser.add_argument('--merge_all_iters_to_one_epoch', action='store_true', default=False, help='') ++ parser.add_argument('--set', dest='set_cfgs', default=None, nargs=argparse.REMAINDER, ++@@ -108,7 +110,7 @@ def main(): ++ for key, val in vars(args).items(): ++ logger.info('{:16} {}'.format(key, val)) ++ log_config_to_file(cfg, logger=logger) ++- if cfg.LOCAL_RANK == 0: +++ if cfg.LOCAL_RANK == 0 and os.path.exists(args.cfg_file) and os.path.exists(output_dir): ++ os.system('cp %s %s' % (args.cfg_file, output_dir)) ++ ++ tb_log = SummaryWriter(log_dir=str(output_dir / 'tensorboard')) if cfg.LOCAL_RANK == 0 else None ++diff --git a/tools/train_utils/train_utils.py b/tools/train_utils/train_utils.py ++index 04071fb..56a0257 100644 ++--- a/tools/train_utils/train_utils.py +++++ b/tools/train_utils/train_utils.py ++@@ -116,10 +116,6 @@ def train_one_epoch(model, optimizer, train_loader, model_func, lr_scheduler, ac ++ ) ++ ) ++ ++- if show_gpu_stat and accumulated_iter % (3 * logger_iter_interval) == 0: ++- # To show the GPU utilization, please install gpustat through "pip install gpustat" ++- gpu_info = os.popen('gpustat').read() ++- logger.info(gpu_info) ++ else: ++ pbar.update() ++ pbar.set_postfix(dict(total_it=accumulated_iter)) diff --git a/README.md b/README.md deleted file mode 100644 index 779571a..0000000 @@ -151264,14 +304385,6 @@ index b23b143..0000000 -├── pcdet -├── tools -``` -diff --git a/docs/dataset_vs_model.png b/docs/dataset_vs_model.png -deleted file mode 100644 -index 7add8ed..0000000 -Binary files a/docs/dataset_vs_model.png and /dev/null differ -diff --git a/docs/demo.png b/docs/demo.png -deleted file mode 100644 -index 6c6e635..0000000 -Binary files a/docs/demo.png and /dev/null differ diff --git a/docs/guidelines_of_approaches/bevfusion.md b/docs/guidelines_of_approaches/bevfusion.md deleted file mode 100644 index ef3b427..0000000 @@ -151393,18 +304506,6 @@ index f56b45c..0000000 - -The reported performance of MPPNet is trained with 6 epoch with `USE_ROI_AUG` and `USE_TRAJ_AUG` flags enabled. \ No newline at end of file -diff --git a/docs/model_framework.png b/docs/model_framework.png -deleted file mode 100644 -index a827609..0000000 -Binary files a/docs/model_framework.png and /dev/null differ -diff --git a/docs/multiple_models_demo.png b/docs/multiple_models_demo.png -deleted file mode 100644 -index fd9787e..0000000 -Binary files a/docs/multiple_models_demo.png and /dev/null differ -diff --git a/docs/open_mmlab.png b/docs/open_mmlab.png -deleted file mode 100644 -index f09edbc..0000000 -Binary files a/docs/open_mmlab.png and /dev/null differ diff --git a/pcdet/__init__.py b/pcdet/__init__.py index 9fdf7d2..e69de29 100644 --- a/pcdet/__init__.py @@ -152129,6 +305230,123 @@ index a162a83..c84215f 100644 features.append(points_dist) features = torch.cat(features, dim=-1) +diff --git a/pcdet/models/dense_heads/center_head.py b/pcdet/models/dense_heads/center_head.py +index 38a6e35..5dfe367 100644 +--- a/pcdet/models/dense_heads/center_head.py ++++ b/pcdet/models/dense_heads/center_head.py +@@ -7,6 +7,7 @@ from ..model_utils import model_nms_utils + from ..model_utils import centernet_utils + from ...utils import loss_utils + from functools import partial ++from mx_driving import npu_assign_target_of_single_head + + + class SeparateHead(nn.Module): +@@ -115,51 +116,29 @@ class CenterHead(nn.Module): + Returns: + + """ +- heatmap = gt_boxes.new_zeros(num_classes, feature_map_size[1], feature_map_size[0]) +- ret_boxes = gt_boxes.new_zeros((num_max_objs, gt_boxes.shape[-1] - 1 + 1)) +- inds = gt_boxes.new_zeros(num_max_objs).long() +- mask = gt_boxes.new_zeros(num_max_objs).long() + ret_boxes_src = gt_boxes.new_zeros(num_max_objs, gt_boxes.shape[-1]) + ret_boxes_src[:gt_boxes.shape[0]] = gt_boxes +- +- x, y, z = gt_boxes[:, 0], gt_boxes[:, 1], gt_boxes[:, 2] +- coord_x = (x - self.point_cloud_range[0]) / self.voxel_size[0] / feature_map_stride +- coord_y = (y - self.point_cloud_range[1]) / self.voxel_size[1] / feature_map_stride +- coord_x = torch.clamp(coord_x, min=0, max=feature_map_size[0] - 0.5) # bugfixed: 1e-6 does not work for center.int() +- coord_y = torch.clamp(coord_y, min=0, max=feature_map_size[1] - 0.5) # +- center = torch.cat((coord_x[:, None], coord_y[:, None]), dim=-1) +- center_int = center.int() +- center_int_float = center_int.float() +- +- dx, dy, dz = gt_boxes[:, 3], gt_boxes[:, 4], gt_boxes[:, 5] +- dx = dx / self.voxel_size[0] / feature_map_stride +- dy = dy / self.voxel_size[1] / feature_map_stride +- +- radius = centernet_utils.gaussian_radius(dx, dy, min_overlap=gaussian_overlap) +- radius = torch.clamp_min(radius.int(), min=min_radius) +- +- for k in range(min(num_max_objs, gt_boxes.shape[0])): +- if dx[k] <= 0 or dy[k] <= 0: +- continue +- +- if not (0 <= center_int[k][0] <= feature_map_size[0] and 0 <= center_int[k][1] <= feature_map_size[1]): +- continue +- +- cur_class_id = (gt_boxes[k, -1] - 1).long() +- centernet_utils.draw_gaussian_to_heatmap(heatmap[cur_class_id], center[k], radius[k].item()) +- +- inds[k] = center_int[k, 1] * feature_map_size[0] + center_int[k, 0] +- mask[k] = 1 +- +- ret_boxes[k, 0:2] = center[k] - center_int_float[k].float() +- ret_boxes[k, 2] = z[k] +- ret_boxes[k, 3:6] = gt_boxes[k, 3:6].log() +- ret_boxes[k, 6] = torch.cos(gt_boxes[k, 6]) +- ret_boxes[k, 7] = torch.sin(gt_boxes[k, 6]) +- if gt_boxes.shape[1] > 8: +- ret_boxes[k, 8:] = gt_boxes[k, 7:-1] +- +- return heatmap, ret_boxes, inds, mask, ret_boxes_src ++ if (torch.numel(gt_boxes[:,:-1]) == 0): ++ ret_boxes = gt_boxes.new_zeros((num_max_objs, gt_boxes.shape[-1] - 1 + 1)) ++ ind = gt_boxes.new_zeros(num_max_objs).long() ++ mask = gt_boxes.new_zeros(num_max_objs).long() ++ heatmap = gt_boxes.new_zeros(num_classes, feature_map_size[1], feature_map_size[0]) ++ return heatmap, ret_boxes, ind, mask, ret_boxes_src ++ cur_class_id = gt_boxes[:,-1].int() ++ heatmap, ret_boxes, ind, mask = npu_assign_target_of_single_head(gt_boxes[:,:-1], ++ cur_class_id, ++ num_classes, ++ feature_map_stride, ++ gaussian_overlap, ++ min_radius, ++ self.voxel_size, ++ self.point_cloud_range, ++ feature_map_size, ++ True, ++ True, ++ True, ++ num_max_objs) ++ return heatmap, ret_boxes, ind, mask, ret_boxes_src + + def assign_targets(self, gt_boxes, feature_map_size=None, **kwargs): + """ +@@ -184,7 +163,6 @@ class CenterHead(nn.Module): + 'heatmap_masks': [], + 'target_boxes_src': [], + } +- + all_names = np.array(['bg', *self.class_names]) + for idx, cur_class_names in enumerate(self.class_names_each_head): + heatmap_list, target_boxes_list, inds_list, masks_list, target_boxes_src_list = [], [], [], [], [] +@@ -207,17 +185,17 @@ class CenterHead(nn.Module): + gt_boxes_single_head = torch.cat(gt_boxes_single_head, dim=0) + + heatmap, ret_boxes, inds, mask, ret_boxes_src = self.assign_target_of_single_head( +- num_classes=len(cur_class_names), gt_boxes=gt_boxes_single_head.cpu(), ++ num_classes=len(cur_class_names), gt_boxes=gt_boxes_single_head, + feature_map_size=feature_map_size, feature_map_stride=target_assigner_cfg.FEATURE_MAP_STRIDE, + num_max_objs=target_assigner_cfg.NUM_MAX_OBJS, + gaussian_overlap=target_assigner_cfg.GAUSSIAN_OVERLAP, + min_radius=target_assigner_cfg.MIN_RADIUS, + ) +- heatmap_list.append(heatmap.to(gt_boxes_single_head.device)) +- target_boxes_list.append(ret_boxes.to(gt_boxes_single_head.device)) +- inds_list.append(inds.to(gt_boxes_single_head.device)) +- masks_list.append(mask.to(gt_boxes_single_head.device)) +- target_boxes_src_list.append(ret_boxes_src.to(gt_boxes_single_head.device)) ++ heatmap_list.append(heatmap) ++ target_boxes_list.append(ret_boxes) ++ inds_list.append(inds) ++ masks_list.append(mask) ++ target_boxes_src_list.append(ret_boxes_src) + + ret_dict['heatmaps'].append(torch.stack(heatmap_list, dim=0)) + ret_dict['target_boxes'].append(torch.stack(target_boxes_list, dim=0)) diff --git a/pcdet/models/dense_heads/target_assigner/anchor_generator.py b/pcdet/models/dense_heads/target_assigner/anchor_generator.py index 0aa6861..d980478 100644 --- a/pcdet/models/dense_heads/target_assigner/anchor_generator.py diff --git a/model_examples/CenterPoint/README.md b/model_examples/CenterPoint/README.md index 05b5e140414c1e1ba6e65571903dbb553138598b..3fba56f9212561cf3aa30d1fa0dee16eb26878a8 100644 --- a/model_examples/CenterPoint/README.md +++ b/model_examples/CenterPoint/README.md @@ -339,6 +339,9 @@ cd ./OpenPCDet/ python setup.py develop ``` +#### 2.7 高性能内存库替换 +参考昇腾官方指导文档,下载高性能内存库并导入环境变量[参考链接](https://www.hiascend.com/document/detail/zh/Pytorch/600/ptmoddevg/trainingmigrguide/performance_tuning_0067.html) + ### 准备数据集 1. 下载nuScenes数据集,请自行前往nuScenes官方网站下载3D目标检测数据集 2. 下载训练数据集data目录 @@ -394,15 +397,15 @@ python setup.py develop 训练精度结果展示表 | Exp | mATE | mASE | mAOE | mAVE | mAAE | mAP | NDS | | - | - | - | - | - | - | - | - | -| 8p-竞品A | 28.80 | 25.43 | 37.27 | 21.55 | 18.24 | 59.22 | 66.48 | -| 8p-Atlas 800T A2 | 28.81 | 25.35 | 38.46 | 21.00 | 17.82 | 59.16 | 66.44 | +| 8p-竞品A | 28.80 | 25.43 | 37.27 | 21.55 | 18.24 | 58.65 | 66.22 | +| 8p-Atlas 800T A2 | 28.81 | 25.35 | 38.46 | 21.00 | 17.82 | 58.34 | 66.11 | #### 性能 训练性能结果展示表 | Exp | FPS | | - | - | | 8p-竞品A | 51.61 | -| 8p-Atlas 800T A2| 22.37 | +| 8p-Atlas 800T A2| 28.881 | ## FAQ ### ImportError:/usr/local/gcc-7.5.0/lib64/libgomp.so.1:cannot allocate memory in static TLS block, @@ -451,3 +454,4 @@ pip install -r 2.5_requirements.txt ## 版本说明 [2024-12-23] **NEW:** CenterPoint3d模型在NPU设备首次适配. [2025-02-18] **NEW:** CenterPoint2d模型增加PT2.5相关依赖. +[2025-03-02] **NEW:** CenterPoint仓CenterHead模块性能优化,并提供高性能内存库安装指导,更新了CenterPoint3d的性能数据. \ No newline at end of file diff --git a/model_examples/CenterPoint/test/train_centerpoint3d_performance_8p.sh b/model_examples/CenterPoint/test/train_centerpoint3d_performance_8p.sh index 8a24ec5df065e8b3d44257c19fd7218649601d31..f260edb1e255aac9dbdf2ccd7161edc2cda801d6 100644 --- a/model_examples/CenterPoint/test/train_centerpoint3d_performance_8p.sh +++ b/model_examples/CenterPoint/test/train_centerpoint3d_performance_8p.sh @@ -19,7 +19,7 @@ RANK_ID_START=0 #绑核 export CPU_AFFINITY_CONF=1 - +export TASK_QUEUE_ENABLE=2 #基础参数,需要模型审视修改 #网络名称,同目录名称 Network="CenterPoint3d"